From 4761cbaa7288fa9ac26ce80c23133a0fa891efef Mon Sep 17 00:00:00 2001 From: danoosh Date: Sat, 15 Mar 2014 06:57:42 +0330 Subject: [PATCH] [*] LO: Full RTL support for back-office --- .../themes/default/css/admin-theme_rtl.css | 2760 +++++++++++ admin-dev/themes/default/css/rtl.css | 64 + .../css/schemes/admin-theme-blue_rtl.css | 3428 ++++++++++++++ .../css/schemes/admin-theme-contrast_rtl.css | 3428 ++++++++++++++ .../css/schemes/admin-theme-flex_rtl.css | 4097 +++++++++++++++++ .../css/schemes/admin-theme-fruit_rtl.css | 4097 +++++++++++++++++ .../css/schemes/admin-theme-prune_rtl.css | 3428 ++++++++++++++ js/rtl.js | 43 + 8 files changed, 21345 insertions(+) create mode 100644 admin-dev/themes/default/css/admin-theme_rtl.css create mode 100644 admin-dev/themes/default/css/rtl.css create mode 100644 admin-dev/themes/default/css/schemes/admin-theme-blue_rtl.css create mode 100644 admin-dev/themes/default/css/schemes/admin-theme-contrast_rtl.css create mode 100644 admin-dev/themes/default/css/schemes/admin-theme-flex_rtl.css create mode 100644 admin-dev/themes/default/css/schemes/admin-theme-fruit_rtl.css create mode 100644 admin-dev/themes/default/css/schemes/admin-theme-prune_rtl.css create mode 100644 js/rtl.js diff --git a/admin-dev/themes/default/css/admin-theme_rtl.css b/admin-dev/themes/default/css/admin-theme_rtl.css new file mode 100644 index 0000000000000..c311fb0dc39ae --- /dev/null +++ b/admin-dev/themes/default/css/admin-theme_rtl.css @@ -0,0 +1,2760 @@ + +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } + +html { line-height: 1; } + +ol, ul { list-style: none; } + +table { border-collapse: collapse; border-spacing: 0; } + +caption, th, td { text-align: right; font-weight: normal; vertical-align: middle; } + +q, blockquote { quotes: none; } +q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } + +a img { border: none; } + +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } + +/* This is a fairly big mixin. The reason for this is that at the time of writing (09/01/2013), Sass does not include functions for substring or find/replace in string. Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June, but it still has not been merged, due to lack of minor comments. That was five months ago. */ +/*! + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH -------------------------- */ +@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.0.3"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } + +.icon, [class^="icon-"], [class^="icon-Admin"], [class^="process-icon-"], [class*="process-icon-"], .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +/* makes the font 33% larger relative to the icon container */ +.icon-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } + +.icon-2x, [class^="icon-Admin"], [class^="process-icon-"], [class*="process-icon-"] { font-size: 2em; } + +.icon-3x, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before { font-size: 3em; } + +.icon-4x { font-size: 4em; } + +.icon-5x { font-size: 5em; } + +.icon-fw { width: 1.28571em; text-align: center; } + +.icon-ul { padding-right: 0; margin-right: 2.14286em; list-style-type: none; } +.icon-ul > li { position: relative; } + +.icon-li { position: absolute; right: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } +.icon-li.icon-lg { right: -1.85714em; } + +.icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } + +.pull-right { float: left; } + +.pull-left, .bootstrap .page-head h2.page-title { float: right; } + +.icon.pull-right, .pull-right[class^="icon-"], .bootstrap .page-head h2[class^="icon-"].page-title, .pull-right[class^="icon-Admin"], .bootstrap .page-head h2[class^="icon-Admin"].page-title, .pull-right[class^="process-icon-"], .bootstrap .page-head h2[class^="process-icon-"].page-title, .pull-right[class*="process-icon-"], .bootstrap .page-head h2[class*="process-icon-"].page-title, .bootstrap .pull-left.alert.alert-warning:before, .bootstrap .page-head h2.alert.alert-warning.page-title:before, .bootstrap .pull-left.alert.alert-danger:before, .bootstrap .page-head h2.alert.alert-danger.page-title:before, .bootstrap .page-head #carrier_wizard h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .page-head h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .pull-left.wizard_error:before, .bootstrap .pull-left.alert.alert-success:before, .bootstrap .page-head h2.alert.alert-success.page-title:before, .bootstrap .pull-left.alert.alert-info:before, .bootstrap .page-head h2.alert.alert-info.page-title:before, .bootstrap .pull-left.alert.alert-addons:before, .bootstrap .page-head h2.alert.alert-addons.page-title:before, .bootstrap .page-head h2.icon.page-title { margin-left: .3em; } +.icon.pull-left, .pull-left[class^="icon-"], .pull-left[class^="icon-Admin"], .pull-left[class^="process-icon-"], .pull-left[class*="process-icon-"], .bootstrap .pull-right.alert.alert-warning:before, .bootstrap .pull-right.alert.alert-danger:before, .bootstrap #carrier_wizard .pull-right.wizard_error:before, .bootstrap .pull-right.alert.alert-success:before, .bootstrap .pull-right.alert.alert-info:before, .bootstrap .pull-right.alert.alert-addons:before { margin-right: .3em; } + +.icon-spin, .bootstrap #dashboard .loading .data_value:before { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-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); } } + +.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } + +.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } + +.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } + +.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } + +.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } + +.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } + +.icon-stack-1x, .icon-stack-2x { position: absolute; right: 0; width: 100%; text-align: center; } + +.icon-stack-1x { line-height: inherit; } + +.icon-stack-2x { font-size: 2em; } + +.icon-inverse { color: white; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ +.icon-glass:before { content: "\f000"; } + +.icon-music:before { content: "\f001"; } + +.icon-search:before, .icon-AdminSearch:before { content: "\f002"; } + +.icon-envelope-o:before, .icon-envelope-alt:before { content: "\f003"; } + +.icon-heart:before { content: "\f004"; } + +.icon-star:before { content: "\f005"; } + +.icon-star-o:before, .icon-star-empty:before { content: "\f006"; } + +.icon-user:before { content: "\f007"; } + +.icon-film:before { content: "\f008"; } + +.icon-th-large:before { content: "\f009"; } + +.icon-th:before { content: "\f00a"; } + +.icon-th-list:before { content: "\f00b"; } + +.icon-check:before, .process-icon-ok:before { content: "\f00c"; } + +.icon-times:before, .icon-remove:before, .process-icon-cancel:before { content: "\f00d"; } + +.icon-search-plus:before, .icon-zoom-in:before { content: "\f00e"; } + +.icon-search-minus:before, .icon-zoom-out:before { content: "\f010"; } + +.icon-power-off:before, .icon-off:before, .process-icon-off:before { content: "\f011"; } + +.icon-signal:before { content: "\f012"; } + +.icon-gear:before, .icon-cog:before, .icon-AdminAdmin:before, .process-icon-configure:before { content: "\f013"; } + +.icon-trash-o:before, .icon-trash:before, .process-icon-delete:before, .process-icon-uninstall:before { content: "\f014"; } + +.icon-home:before { content: "\f015"; } + +.icon-file-o:before, .icon-file-alt:before { content: "\f016"; } + +.icon-clock-o:before, .icon-time:before { content: "\f017"; } + +.icon-road:before { content: "\f018"; } + +.icon-download:before, .icon-download-alt:before, .process-icon-download-alt:before, .process-icon-save-date:before, .process-icon-save-status:before { content: "\f019"; } + +.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before, .process-icon-download-alt:before, .process-icon-save-date:before, .process-icon-save-status:before { content: "\f01a"; } + +.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before { content: "\f01b"; } + +.icon-inbox:before { content: "\f01c"; } + +.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before { content: "\f01d"; } + +.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } + +.icon-refresh:before, .process-icon-update:before, .process-icon-refresh:before { content: "\f021"; } + +.icon-list-alt:before { content: "\f022"; } + +.icon-lock:before { content: "\f023"; } + +.icon-flag:before { content: "\f024"; } + +.icon-headphones:before { content: "\f025"; } + +.icon-volume-off:before { content: "\f026"; } + +.icon-volume-down:before { content: "\f027"; } + +.icon-volume-up:before { content: "\f028"; } + +.icon-qrcode:before { content: "\f029"; } + +.icon-barcode:before { content: "\f02a"; } + +.icon-tag:before { content: "\f02b"; } + +.icon-tags:before, .icon-AdminPriceRule:before { content: "\f02c"; } + +.icon-book:before, .icon-AdminCatalog:before { content: "\f02d"; } + +.icon-bookmark:before { content: "\f02e"; } + +.icon-print:before { content: "\f02f"; } + +.icon-camera:before { content: "\f030"; } + +.icon-font:before { content: "\f031"; } + +.icon-bold:before { content: "\f032"; } + +.icon-italic:before { content: "\f033"; } + +.icon-text-height:before { content: "\f034"; } + +.icon-text-width:before { content: "\f035"; } + +.icon-align-left:before { content: "\f036"; } + +.icon-align-center:before { content: "\f037"; } + +.icon-align-right:before { content: "\f038"; } + +.icon-align-justify:before { content: "\f039"; } + +.icon-list:before { content: "\f03a"; } + +.icon-dedent:before, .icon-outdent:before, .icon-indent-left:before { content: "\f03b"; } + +.icon-indent:before, .icon-indent-right:before { content: "\f03c"; } + +.icon-video-camera:before, .icon-facetime-video:before { content: "\f03d"; } + +.icon-picture-o:before, .icon-picture:before { content: "\f03e"; } + +.icon-pencil:before { content: "\f040"; } + +.icon-map-marker:before { content: "\f041"; } + +.icon-adjust:before { content: "\f042"; } + +.icon-tint:before { content: "\f043"; } + +.icon-edit:before, .process-icon-edit:before, .icon-pencil-square-o:before, .icon-edit:before, .process-icon-edit:before { content: "\f044"; } + +.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before { content: "\f045"; } + +.icon-check-square-o:before { content: "\f046"; } + +.icon-arrows:before, .icon-move:before { content: "\f047"; } + +.icon-step-backward:before { content: "\f048"; } + +.icon-fast-backward:before { content: "\f049"; } + +.icon-backward:before { content: "\f04a"; } + +.icon-play:before { content: "\f04b"; } + +.icon-pause:before { content: "\f04c"; } + +.icon-stop:before { content: "\f04d"; } + +.icon-forward:before { content: "\f04e"; } + +.icon-fast-forward:before { content: "\f050"; } + +.icon-step-forward:before { content: "\f051"; } + +.icon-eject:before { content: "\f052"; } + +.icon-chevron-left:before { content: "\f053"; } + +.icon-chevron-right:before { content: "\f054"; } + +.icon-plus-circle:before, .icon-plus-sign:before, .process-icon-newCombination.toolbar-new:before, .process-icon-plus:before { content: "\f055"; } + +.icon-minus-circle:before, .icon-minus-sign:before, .process-icon-newCombination.toolbar-cancel:before, .process-icon-minus:before { content: "\f056"; } + +.icon-times-circle:before, .icon-remove-sign:before { content: "\f057"; } + +.icon-check-circle:before, .icon-ok-sign:before, .bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { content: "\f058"; } + +.icon-question-circle:before, .icon-question-sign:before, .process-icon-help:before, .process-icon-help-new:before, .bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { content: "\f059"; } + +.icon-info-circle:before, .icon-info-sign:before { content: "\f05a"; } + +.icon-crosshairs:before, .icon-screenshot:before { content: "\f05b"; } + +.icon-times-circle-o:before, .icon-remove-circle:before { content: "\f05c"; } + +.icon-check-circle-o:before, .icon-ok-circle:before { content: "\f05d"; } + +.icon-ban:before, .icon-ban-circle:before { content: "\f05e"; } + +.icon-arrow-left:before { content: "\f060"; } + +.icon-arrow-right:before { content: "\f061"; } + +.icon-arrow-up:before { content: "\f062"; } + +.icon-arrow-down:before { content: "\f063"; } + +.icon-mail-forward:before, .icon-share:before, .icon-share-alt:before { content: "\f064"; } + +.icon-expand:before, .icon-resize-full:before { content: "\f065"; } + +.icon-compress:before, .icon-resize-small:before { content: "\f066"; } + +.icon-plus:before, .process-icon-new-module:before { content: "\f067"; } + +.icon-minus:before { content: "\f068"; } + +.icon-asterisk:before { content: "\f069"; } + +.icon-exclamation-circle:before, .icon-exclamation-sign:before, .bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { content: "\f06a"; } + +.icon-gift:before { content: "\f06b"; } + +.icon-leaf:before { content: "\f06c"; } + +.icon-fire:before { content: "\f06d"; } + +.icon-eye:before, .icon-eye-open:before, .process-icon-preview:before, .process-icon-previewURL:before { content: "\f06e"; } + +.icon-eye-slash:before, .icon-eye-close:before { content: "\f070"; } + +.icon-warning:before, .icon-exclamation-triangle:before, .icon-warning-sign:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { content: "\f071"; } + +.icon-plane:before { content: "\f072"; } + +.icon-calendar:before { content: "\f073"; } + +.icon-random:before { content: "\f074"; } + +.icon-comment:before { content: "\f075"; } + +.icon-magnet:before { content: "\f076"; } + +.icon-chevron-up:before { content: "\f077"; } + +.icon-chevron-down:before { content: "\f078"; } + +.icon-retweet:before { content: "\f079"; } + +.icon-shopping-cart:before { content: "\f07a"; } + +.icon-folder:before, .icon-folder-close:before { content: "\f07b"; } + +.icon-folder-open:before { content: "\f07c"; } + +.icon-arrows-v:before, .icon-resize-vertical:before { content: "\f07d"; } + +.icon-arrows-h:before, .icon-resize-horizontal:before { content: "\f07e"; } + +.icon-bar-chart-o:before, .icon-bar-chart:before, .icon-AdminParentStats:before, .process-icon-stats:before { content: "\f080"; } + +.icon-twitter-square:before, .icon-twitter-sign:before { content: "\f081"; } + +.icon-facebook-square:before, .icon-facebook-sign:before { content: "\f082"; } + +.icon-camera-retro:before { content: "\f083"; } + +.icon-key:before { content: "\f084"; } + +.icon-gears:before, .icon-cogs:before, .icon-AdminTools:before, .process-icon-cogs:before { content: "\f085"; } + +.icon-comments:before { content: "\f086"; } + +.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before { content: "\f087"; } + +.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before { content: "\f088"; } + +.icon-star-half:before { content: "\f089"; } + +.icon-heart-o:before, .icon-heart-empty:before { content: "\f08a"; } + +.icon-sign-out:before, .icon-signout:before { content: "\f08b"; } + +.icon-linkedin-square:before, .icon-linkedin-sign:before { content: "\f08c"; } + +.icon-thumb-tack:before, .icon-pushpin:before { content: "\f08d"; } + +.icon-external-link:before { content: "\f08e"; } + +.icon-sign-in:before, .icon-signin:before { content: "\f090"; } + +.icon-trophy:before { content: "\f091"; } + +.icon-github-square:before, .icon-github-sign:before { content: "\f092"; } + +.icon-upload:before, .icon-upload-alt:before { content: "\f093"; } + +.icon-lemon-o:before, .icon-lemon:before { content: "\f094"; } + +.icon-phone:before { content: "\f095"; } + +.icon-square-o:before, .icon-check-empty:before { content: "\f096"; } + +.icon-bookmark-o:before, .icon-bookmark-empty:before { content: "\f097"; } + +.icon-phone-square:before, .icon-phone-sign:before { content: "\f098"; } + +.icon-twitter:before { content: "\f099"; } + +.icon-facebook:before { content: "\f09a"; } + +.icon-github:before { content: "\f09b"; } + +.icon-unlock:before { content: "\f09c"; } + +.icon-credit-card:before, .icon-AdminParentOrders:before { content: "\f09d"; } + +.icon-rss:before { content: "\f09e"; } + +.icon-hdd-o:before, .icon-hdd:before { content: "\f0a0"; } + +.icon-bullhorn:before { content: "\f0a1"; } + +.icon-bell:before, .icon-bell-alt:before { content: "\f0f3"; } + +.icon-certificate:before { content: "\f0a3"; } + +.icon-hand-o-right:before, .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-left:before, .icon-hand-left:before { content: "\f0a5"; } + +.icon-hand-o-up:before, .icon-hand-up:before { content: "\f0a6"; } + +.icon-hand-o-down:before, .icon-hand-down:before { content: "\f0a7"; } + +.icon-arrow-circle-left:before, .icon-circle-arrow-left:before, .process-icon-back:before { content: "\f0a8"; } + +.icon-arrow-circle-right:before, .icon-circle-arrow-right:before, .process-icon-next:before { content: "\f0a9"; } + +.icon-arrow-circle-up:before, .icon-circle-arrow-up:before { content: "\f0aa"; } + +.icon-arrow-circle-down:before, .icon-circle-arrow-down:before { content: "\f0ab"; } + +.icon-globe:before, .icon-AdminParentLocalization:before { content: "\f0ac"; } + +.icon-wrench:before, .icon-AdminParentPreferences:before { content: "\f0ad"; } + +.icon-tasks:before { content: "\f0ae"; } + +.icon-filter:before { content: "\f0b0"; } + +.icon-briefcase:before { content: "\f0b1"; } + +.icon-arrows-alt:before, .icon-fullscreen:before { content: "\f0b2"; } + +.icon-group:before, .icon-AdminParentCustomer:before, .icon-users:before, .icon-group:before, .icon-AdminParentCustomer:before { content: "\f0c0"; } + +.icon-chain:before, .icon-link:before, .icon-AdminShopUrl:before { content: "\f0c1"; } + +.icon-cloud:before { content: "\f0c2"; } + +.icon-flask:before, .icon-beaker:before { content: "\f0c3"; } + +.icon-cut:before, .icon-scissors:before, .icon-cut:before { content: "\f0c4"; } + +.icon-copy:before, .process-icon-duplicate:before, .icon-files-o:before, .icon-copy:before, .process-icon-duplicate:before { content: "\f0c5"; } + +.icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6"; } + +.icon-save:before, .process-icon-save:before, .process-icon-save-and-stay:before, .process-icon-save-and-preview:before, .icon-floppy-o:before, .icon-save:before, .process-icon-save:before, .process-icon-save-and-stay:before, .process-icon-save-and-preview:before { content: "\f0c7"; } + +.icon-square:before, .icon-sign-blank:before { content: "\f0c8"; } + +.icon-bars:before, .icon-reorder:before { content: "\f0c9"; } + +.icon-list-ul:before { content: "\f0ca"; } + +.icon-list-ol:before { content: "\f0cb"; } + +.icon-strikethrough:before { content: "\f0cc"; } + +.icon-underline:before { content: "\f0cd"; } + +.icon-table:before { content: "\f0ce"; } + +.icon-magic:before, .icon-AdminAttributeGenerator:before { content: "\f0d0"; } + +.icon-truck:before, .icon-AdminParentShipping:before { content: "\f0d1"; } + +.icon-pinterest:before { content: "\f0d2"; } + +.icon-pinterest-square:before, .icon-pinterest-sign:before { content: "\f0d3"; } + +.icon-google-plus-square:before, .icon-google-plus-sign:before { content: "\f0d4"; } + +.icon-google-plus:before { content: "\f0d5"; } + +.icon-money:before { content: "\f0d6"; } + +.icon-caret-down:before { content: "\f0d7"; } + +.icon-caret-up:before { content: "\f0d8"; } + +.icon-caret-left:before { content: "\f0d9"; } + +.icon-caret-right:before { content: "\f0da"; } + +.icon-columns:before { content: "\f0db"; } + +.icon-unsorted:before, .icon-sort:before { content: "\f0dc"; } + +.icon-sort-down:before, .icon-sort-asc:before, .icon-sort-down:before { content: "\f0dd"; } + +.icon-sort-up:before, .icon-sort-desc:before, .icon-sort-up:before { content: "\f0de"; } + +.icon-envelope:before { content: "\f0e0"; } + +.icon-linkedin:before { content: "\f0e1"; } + +.icon-rotate-left:before, .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; } + +.icon-legal:before, .icon-gavel:before, .icon-legal:before { content: "\f0e3"; } + +.icon-dashboard:before, .icon-AdminDashboard:before, .icon-tachometer:before, .icon-dashboard:before, .icon-AdminDashboard:before { content: "\f0e4"; } + +.icon-comment-o:before, .icon-comment-alt:before { content: "\f0e5"; } + +.icon-comments-o:before, .icon-comments-alt:before { content: "\f0e6"; } + +.icon-flash:before, .icon-bolt:before { content: "\f0e7"; } + +.icon-sitemap:before, .icon-AdminShop:before { content: "\f0e8"; } + +.icon-umbrella:before { content: "\f0e9"; } + +.icon-paste:before, .icon-clipboard:before, .icon-paste:before { content: "\f0ea"; } + +.icon-lightbulb-o:before, .icon-lightbulb:before { content: "\f0eb"; } + +.icon-exchange:before, .process-icon-partial_refund:before { content: "\f0ec"; } + +.icon-cloud-download:before, .process-icon-download:before { content: "\f0ed"; } + +.icon-cloud-upload:before, .process-icon-import:before, .process-icon-upload:before { content: "\f0ee"; } + +.icon-user-md:before { content: "\f0f0"; } + +.icon-stethoscope:before { content: "\f0f1"; } + +.icon-suitcase:before { content: "\f0f2"; } + +.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before { content: "\f0a2"; } + +.icon-coffee:before { content: "\f0f4"; } + +.icon-cutlery:before, .icon-food:before { content: "\f0f5"; } + +.icon-file-text-o:before, .icon-file-text-alt:before { content: "\f0f6"; } + +.icon-building-o:before, .icon-building:before { content: "\f0f7"; } + +.icon-hospital-o:before, .icon-hospital:before { content: "\f0f8"; } + +.icon-ambulance:before { content: "\f0f9"; } + +.icon-medkit:before { content: "\f0fa"; } + +.icon-fighter-jet:before { content: "\f0fb"; } + +.icon-beer:before { content: "\f0fc"; } + +.icon-h-square:before, .icon-h-sign:before { content: "\f0fd"; } + +.icon-plus-square:before, .icon-plus-sign-alt:before, .process-icon-newAttributes:before, .process-icon-new:before, .process-icon-new-url:before { content: "\f0fe"; } + +.icon-angle-double-left:before, .icon-double-angle-left:before { content: "\f100"; } + +.icon-angle-double-right:before, .icon-double-angle-right:before { content: "\f101"; } + +.icon-angle-double-up:before, .icon-double-angle-up:before { content: "\f102"; } + +.icon-angle-double-down:before, .icon-double-angle-down:before { content: "\f103"; } + +.icon-angle-left:before { content: "\f104"; } + +.icon-angle-right:before { content: "\f105"; } + +.icon-angle-up:before { content: "\f106"; } + +.icon-angle-down:before { content: "\f107"; } + +.icon-desktop:before { content: "\f108"; } + +.icon-laptop:before { content: "\f109"; } + +.icon-tablet:before { content: "\f10a"; } + +.icon-mobile-phone:before, .icon-mobile:before, .icon-mobile-phone:before { content: "\f10b"; } + +.icon-circle-o:before, .icon-circle-blank:before { content: "\f10c"; } + +.icon-quote-left:before { content: "\f10d"; } + +.icon-quote-right:before { content: "\f10e"; } + +.icon-spinner:before { content: "\f110"; } + +.icon-circle:before { content: "\f111"; } + +.icon-mail-reply:before, .icon-reply:before { content: "\f112"; } + +.icon-github-alt:before { content: "\f113"; } + +.icon-folder-o:before, .icon-folder-close-alt:before { content: "\f114"; } + +.icon-folder-open-o:before, .icon-folder-open-alt:before { content: "\f115"; } + +.icon-smile-o:before, .icon-smile:before { content: "\f118"; } + +.icon-frown-o:before, .icon-frown:before { content: "\f119"; } + +.icon-meh-o:before, .icon-meh:before { content: "\f11a"; } + +.icon-gamepad:before { content: "\f11b"; } + +.icon-keyboard-o:before, .icon-keyboard:before { content: "\f11c"; } + +.icon-flag-o:before, .icon-flag-alt:before { content: "\f11d"; } + +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } + +.icon-code:before { content: "\f121"; } + +.icon-reply-all:before { content: "\f122"; } + +.icon-mail-reply-all:before { content: "\f122"; } + +.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before, .icon-star-half-empty:before { content: "\f123"; } + +.icon-location-arrow:before { content: "\f124"; } + +.icon-crop:before { content: "\f125"; } + +.icon-code-fork:before { content: "\f126"; } + +.icon-unlink:before, .icon-chain-broken:before, .icon-unlink:before { content: "\f127"; } + +.icon-question:before { content: "\f128"; } + +.icon-info:before { content: "\f129"; } + +.icon-exclamation:before { content: "\f12a"; } + +.icon-superscript:before { content: "\f12b"; } + +.icon-subscript:before { content: "\f12c"; } + +.icon-eraser:before { content: "\f12d"; } + +.icon-puzzle-piece:before, .icon-AdminParentModules:before, .process-icon-modules-list:before, .bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } + +.icon-microphone-slash:before, .icon-microphone-off:before { content: "\f131"; } + +.icon-shield:before { content: "\f132"; } + +.icon-calendar-o:before, .icon-calendar-empty:before { content: "\f133"; } + +.icon-fire-extinguisher:before { content: "\f134"; } + +.icon-rocket:before { content: "\f135"; } + +.icon-maxcdn:before { content: "\f136"; } + +.icon-chevron-circle-left:before, .icon-chevron-sign-left:before { content: "\f137"; } + +.icon-chevron-circle-right:before, .icon-chevron-sign-right:before { content: "\f138"; } + +.icon-chevron-circle-up:before, .icon-chevron-sign-up:before { content: "\f139"; } + +.icon-chevron-circle-down:before, .icon-chevron-sign-down:before { content: "\f13a"; } + +.icon-html5:before { content: "\f13b"; } + +.icon-css3:before { content: "\f13c"; } + +.icon-anchor:before, .process-icon-anchor:before { content: "\f13d"; } + +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } + +.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before { content: "\f141"; } + +.icon-ellipsis-v:before, .icon-ellipsis-vertical:before { content: "\f142"; } + +.icon-rss-square:before, .icon-rss-sign:before { content: "\f143"; } + +.icon-play-circle:before, .icon-play-sign:before { content: "\f144"; } + +.icon-ticket:before { content: "\f145"; } + +.icon-minus-square:before, .icon-minus-sign-alt:before { content: "\f146"; } + +.icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before { content: "\f147"; } + +.icon-level-up:before { content: "\f148"; } + +.icon-level-down:before { content: "\f149"; } + +.icon-check-square:before, .icon-check-sign:before { content: "\f14a"; } + +.icon-pencil-square:before, .icon-edit-sign:before { content: "\f14b"; } + +.icon-external-link-square:before, .icon-external-link-sign:before { content: "\f14c"; } + +.icon-share-square:before, .icon-share-sign:before, .process-icon-export:before { content: "\f14d"; } + +.icon-compass:before { content: "\f14e"; } + +.icon-toggle-down:before, .icon-caret-square-o-down:before, .icon-collapse:before { content: "\f150"; } + +.icon-toggle-up:before, .icon-caret-square-o-up:before, .icon-collapse-top:before { content: "\f151"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before, .icon-expand:before, .icon-resize-full:before { content: "\f152"; } + +.icon-euro:before, .icon-eur:before { content: "\f153"; } + +.icon-gbp:before { content: "\f154"; } + +.icon-dollar:before, .icon-usd:before { content: "\f155"; } + +.icon-rupee:before, .icon-inr:before { content: "\f156"; } + +.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: "\f157"; } + +.icon-ruble:before, .icon-rouble:before, .icon-rub:before, .icon-cny:before { content: "\f158"; } + +.icon-won:before, .icon-krw:before { content: "\f159"; } + +.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } + +.icon-file:before { content: "\f15b"; } + +.icon-file-text:before { content: "\f15c"; } + +.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before { content: "\f15d"; } + +.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before { content: "\f15e"; } + +.icon-sort-amount-asc:before, .icon-sort-by-attributes:before { content: "\f160"; } + +.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before { content: "\f161"; } + +.icon-sort-numeric-asc:before, .icon-sort-by-order:before { content: "\f162"; } + +.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before { content: "\f163"; } + +.icon-thumbs-up:before { content: "\f164"; } + +.icon-thumbs-down:before { content: "\f165"; } + +.icon-youtube-square:before, .icon-youtube-sign:before { content: "\f166"; } + +.icon-youtube:before { content: "\f167"; } + +.icon-xing:before { content: "\f168"; } + +.icon-xing-square:before, .icon-xing-sign:before { content: "\f169"; } + +.icon-youtube-play:before { content: "\f16a"; } + +.icon-dropbox:before { content: "\f16b"; } + +.icon-stack-overflow:before, .icon-stackexchange:before { content: "\f16c"; } + +.icon-instagram:before { content: "\f16d"; } + +.icon-flickr:before { content: "\f16e"; } + +.icon-adn:before { content: "\f170"; } + +.icon-bitbucket:before { content: "\f171"; } + +.icon-bitbucket-square:before, .icon-bitbucket-sign:before { content: "\f172"; } + +.icon-tumblr:before { content: "\f173"; } + +.icon-tumblr-square:before, .icon-tumblr-sign:before { content: "\f174"; } + +.icon-long-arrow-down:before { content: "\f175"; } + +.icon-long-arrow-up:before { content: "\f176"; } + +.icon-long-arrow-left:before { content: "\f177"; } + +.icon-long-arrow-right:before { content: "\f178"; } + +.icon-apple:before { content: "\f179"; } + +.icon-windows:before { content: "\f17a"; } + +.icon-android:before { content: "\f17b"; } + +.icon-linux:before { content: "\f17c"; } + +.icon-dribbble:before { content: "\f17d"; } + +.icon-skype:before { content: "\f17e"; } + +.icon-foursquare:before { content: "\f180"; } + +.icon-trello:before { content: "\f181"; } + +.icon-female:before { content: "\f182"; } + +.icon-male:before { content: "\f183"; } + +.icon-gittip:before { content: "\f184"; } + +.icon-sun-o:before, .icon-sun:before { content: "\f185"; } + +.icon-moon-o:before, .icon-moon:before { content: "\f186"; } + +.icon-archive:before, .icon-AdminStock:before { content: "\f187"; } + +.icon-bug:before { content: "\f188"; } + +.icon-vk:before { content: "\f189"; } + +.icon-weibo:before { content: "\f18a"; } + +.icon-renren:before { content: "\f18b"; } + +.icon-pagelines:before { content: "\f18c"; } + +.icon-stack-exchange:before { content: "\f18d"; } + +.icon-arrow-circle-o-right:before { content: "\f18e"; } + +.icon-arrow-circle-o-left:before { content: "\f190"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f191"; } + +.icon-dot-circle-o:before { content: "\f192"; } + +.icon-wheelchair:before { content: "\f193"; } + +.icon-vimeo-square:before { content: "\f194"; } + +.icon-turkish-lira:before, .icon-try:before { content: "\f195"; } + +.icon-plus-square-o:before, .icon-expand-alt:before { content: "\f196"; } + +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +audio, canvas, video { display: inline-block; } + +audio:not([controls]) { display: none; height: 0; } + +[hidden], template { display: none; } + +html { direction: rtl; font-family: Tahoma, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } + +body { margin: 0; } + +a { background: transparent; } + +a:focus { outline: thin dotted; } + +a:active, a:hover { outline: 0; } + +h1 { font-size: 2em; margin: 0.67em 0; } + +abbr[title] { border-bottom: 1px dotted; } + +b, strong { font-weight: bold; } + +dfn { font-style: italic; } + +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +mark { background: #ff0; color: #000; } + +code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } + +pre { white-space: pre-wrap; } + +q { quotes: "\201C" "\201D" "\2018" "\2019"; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +img { border: 0; } + +svg:not(:root) { overflow: hidden; } + +figure { margin: 0; } + +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +legend { border: 0; padding: 0; } + +button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } + +button, input { line-height: normal; } + +button, select { text-transform: none; } + +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } + +button[disabled], html input[disabled] { cursor: default; } + +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +textarea { overflow: auto; vertical-align: top; } + +table { border-collapse: collapse; border-spacing: 0; } + +.bootstrap { @-ms-viewport { width: device-width; } + } +.bootstrap *, .bootstrap *:before, .bootstrap *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +.bootstrap body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.42857; color: #555555; background-color: #f9f5f0; } +.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea { font-family: inherit; font-size: inherit; line-height: inherit; } +.bootstrap a { color: #00aff0; text-decoration: none; } +.bootstrap a:hover, .bootstrap a:focus { color: #0077a3; text-decoration: underline; } +.bootstrap a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap img { vertical-align: middle; } +.bootstrap .img-responsive { display: block; max-width: 100%; height: auto; } +.bootstrap .img-rounded { border-radius: 6px; } +.bootstrap .img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #f9f5f0; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } +.bootstrap .img-circle { border-radius: 50%; } +.bootstrap hr { margin-top: 17px; margin-bottom: 17px; border: 0; border-top: 1px solid #eeeeee; } +.bootstrap .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } +.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, .bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { font-weight: 200; line-height: 1.1; color: inherit; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap h4 small, .bootstrap h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap .h3 small, .bootstrap .h3 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-weight: normal; line-height: 1; color: #999999; } +.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 { margin-top: 17px; margin-bottom: 8.5px; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small { font-size: 65%; } +.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 { margin-top: 8.5px; margin-bottom: 8.5px; } +.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-size: 75%; } +.bootstrap h1, .bootstrap .h1 { font-size: 31px; } +.bootstrap h2, .bootstrap .h2 { font-size: 25px; } +.bootstrap h3, .bootstrap .h3 { font-size: 21px; } +.bootstrap h4, .bootstrap .h4 { font-size: 15px; } +.bootstrap h5, .bootstrap .h5 { font-size: 12px; } +.bootstrap h6, .bootstrap .h6 { font-size: 11px; } +.bootstrap p { margin: 0 0 8.5px; } +.bootstrap .lead { margin-bottom: 17px; font-size: 13px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { .bootstrap .lead { font-size: 18px; } } +.bootstrap small, .bootstrap .small { font-size: 85%; } +.bootstrap cite { font-style: normal; } +.bootstrap .text-left { text-align: right; } +.bootstrap .text-right { text-align: left; } +.bootstrap .text-center { text-align: center; } +.bootstrap .text-justify { text-align: justify; } +.bootstrap .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_description { color: #999999; } +.bootstrap .text-primary { color: #00aff0; } +.bootstrap .text-primary:hover { color: #008abd; } +.bootstrap .text-warning { color: #8a6d3b; } +.bootstrap .text-warning:hover { color: #66512c; } +.bootstrap .text-danger { color: #a94442; } +.bootstrap .text-danger:hover { color: #843534; } +.bootstrap .text-success { color: #3c763d; } +.bootstrap .text-success:hover { color: #2b542c; } +.bootstrap .text-info { color: #31708f; } +.bootstrap .text-info:hover { color: #245269; } +.bootstrap .bg-primary { color: #fff; background-color: #00aff0; } +.bootstrap a.bg-primary:hover { background-color: #008abd; } +.bootstrap .bg-warning { background-color: #fcf8e3; } +.bootstrap a.bg-primary:hover { background-color: #f7ecb5; } +.bootstrap .bg-danger { background-color: #f2dede; } +.bootstrap a.bg-primary:hover { background-color: #e4b9b9; } +.bootstrap .bg-success { background-color: #dff0d8; } +.bootstrap a.bg-primary:hover { background-color: #c1e2b3; } +.bootstrap .bg-info { background-color: #d9edf7; } +.bootstrap a.bg-primary:hover { background-color: #afd9ee; } +.bootstrap .page-header { padding-bottom: 7.5px; margin: 34px 0 17px; border-bottom: 1px solid #eeeeee; } +.bootstrap ul, .bootstrap ol { margin-top: 0; margin-bottom: 8.5px; } +.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol { margin-bottom: 0; } +.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical { padding-right: 0; list-style: none; } +.bootstrap .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } +.bootstrap .list-inline > li:first-child { padding-right: 0; } +.bootstrap dl { margin-top: 0; margin-bottom: 17px; } +.bootstrap dt, .bootstrap dd { line-height: 1.42857; } +.bootstrap dt { font-weight: bold; } +.bootstrap dd { margin-right: 0; } +@media (min-width: 768px) { .bootstrap .dl-horizontal dt { float: right; width: 160px; clear: right; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .bootstrap .dl-horizontal dd { margin-right: 180px; } + .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after { content: " "; display: table; } + .bootstrap .dl-horizontal dd:after { clear: both; } } +.bootstrap abbr[title], .bootstrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +.bootstrap .initialism { font-size: 90%; text-transform: uppercase; } +.bootstrap blockquote { padding: 8.5px 17px; margin: 0 0 17px; font-size: 15px; border-right: 5px solid #eeeeee; } +.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child { margin-bottom: 0; } +.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; } +.bootstrap blockquote footer:before, .bootstrap blockquote small:before, .bootstrap blockquote .small:before { content: '\2014 \00A0'; } +.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right { padding-left: 15px; padding-right: 0; border-left: 5px solid #eeeeee; border-right: 0; text-align: left; } +.bootstrap .blockquote-reverse footer:before, .bootstrap .blockquote-reverse small:before, .bootstrap .blockquote-reverse .small:before, .bootstrap blockquote.pull-right footer:before, .bootstrap blockquote.pull-right small:before, .bootstrap blockquote.pull-right .small:before { content: ''; } +.bootstrap .blockquote-reverse footer:after, .bootstrap .blockquote-reverse small:after, .bootstrap .blockquote-reverse .small:after, .bootstrap blockquote.pull-right footer:after, .bootstrap blockquote.pull-right small:after, .bootstrap blockquote.pull-right .small:after { content: '\00A0 \2014'; } +.bootstrap blockquote:before, .bootstrap blockquote:after { content: ""; } +.bootstrap address { margin-bottom: 17px; font-style: normal; line-height: 1.42857; } +.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } +.bootstrap code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; } +.bootstrap kbd { padding: 2px 4px; font-size: 90%; color: white; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } +.bootstrap pre { display: block; padding: 8px; margin: 0 0 8.5px; font-size: 11px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } +.bootstrap .pre-scrollable { max-height: 340px; overflow-y: scroll; } +.bootstrap .container { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container:before, .bootstrap .container:after { content: " "; display: table; } +.bootstrap .container:after { clear: both; } +@media (min-width: 768px) { .bootstrap .container { width: 728px; } } +@media (min-width: 992px) { .bootstrap .container { width: 940px; } } +@media (min-width: 1200px) { .bootstrap .container { width: 1170px; } } +.bootstrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container-fluid:before, .bootstrap .container-fluid:after { content: " "; display: table; } +.bootstrap .container-fluid:after { clear: both; } +.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical { margin-right: -5px; margin-left: -5px; } +.bootstrap .row:before, .bootstrap .multishop-well:before, .bootstrap #dashboard .data_list_vertical:before, .bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { content: " "; display: table; } +.bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { clear: both; } +.bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; } +.bootstrap .col-xs-12, .bootstrap .col-xs-11, .bootstrap .col-xs-10, .bootstrap .col-xs-9, .bootstrap .col-xs-8, .bootstrap .col-xs-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-5, .bootstrap .col-xs-4, .bootstrap .col-xs-3, .bootstrap .col-xs-2, .bootstrap .col-xs-1 { float: right; } +.bootstrap .col-xs-1 { width: 8.33333%; } +.bootstrap .col-xs-2 { width: 16.66667%; } +.bootstrap .col-xs-3 { width: 25%; } +.bootstrap .col-xs-4 { width: 33.33333%; } +.bootstrap .col-xs-5 { width: 41.66667%; } +.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li { width: 50%; } +.bootstrap .col-xs-7 { width: 58.33333%; } +.bootstrap .col-xs-8 { width: 66.66667%; } +.bootstrap .col-xs-9 { width: 75%; } +.bootstrap .col-xs-10 { width: 83.33333%; } +.bootstrap .col-xs-11 { width: 91.66667%; } +.bootstrap .col-xs-12 { width: 100%; } +.bootstrap .col-xs-pull-0 { left: 0%; } +.bootstrap .col-xs-pull-1 { left: 8.33333%; } +.bootstrap .col-xs-pull-2 { left: 16.66667%; } +.bootstrap .col-xs-pull-3 { left: 25%; } +.bootstrap .col-xs-pull-4 { left: 33.33333%; } +.bootstrap .col-xs-pull-5 { left: 41.66667%; } +.bootstrap .col-xs-pull-6 { left: 50%; } +.bootstrap .col-xs-pull-7 { left: 58.33333%; } +.bootstrap .col-xs-pull-8 { left: 66.66667%; } +.bootstrap .col-xs-pull-9 { left: 75%; } +.bootstrap .col-xs-pull-10 { left: 83.33333%; } +.bootstrap .col-xs-pull-11 { left: 91.66667%; } +.bootstrap .col-xs-pull-12 { left: 100%; } +.bootstrap .col-xs-push-0 { right: 0%; } +.bootstrap .col-xs-push-1 { right: 8.33333%; } +.bootstrap .col-xs-push-2 { right: 16.66667%; } +.bootstrap .col-xs-push-3 { right: 25%; } +.bootstrap .col-xs-push-4 { right: 33.33333%; } +.bootstrap .col-xs-push-5 { right: 41.66667%; } +.bootstrap .col-xs-push-6 { right: 50%; } +.bootstrap .col-xs-push-7 { right: 58.33333%; } +.bootstrap .col-xs-push-8 { right: 66.66667%; } +.bootstrap .col-xs-push-9 { right: 75%; } +.bootstrap .col-xs-push-10 { right: 83.33333%; } +.bootstrap .col-xs-push-11 { right: 91.66667%; } +.bootstrap .col-xs-push-12 { right: 100%; } +.bootstrap .col-xs-offset-0 { margin-right: 0%; } +.bootstrap .col-xs-offset-1 { margin-right: 8.33333%; } +.bootstrap .col-xs-offset-2 { margin-right: 16.66667%; } +.bootstrap .col-xs-offset-3 { margin-right: 25%; } +.bootstrap .col-xs-offset-4 { margin-right: 33.33333%; } +.bootstrap .col-xs-offset-5 { margin-right: 41.66667%; } +.bootstrap .col-xs-offset-6 { margin-right: 50%; } +.bootstrap .col-xs-offset-7 { margin-right: 58.33333%; } +.bootstrap .col-xs-offset-8 { margin-right: 66.66667%; } +.bootstrap .col-xs-offset-9 { margin-right: 75%; } +.bootstrap .col-xs-offset-10 { margin-right: 83.33333%; } +.bootstrap .col-xs-offset-11 { margin-right: 91.66667%; } +.bootstrap .col-xs-offset-12 { margin-right: 100%; } +@media (min-width: 768px) { .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1 { float: right; } + .bootstrap .col-sm-1 { width: 8.33333%; } + .bootstrap .col-sm-2 { width: 16.66667%; } + .bootstrap .col-sm-3 { width: 25%; } + .bootstrap .col-sm-4 { width: 33.33333%; } + .bootstrap .col-sm-5 { width: 41.66667%; } + .bootstrap .col-sm-6 { width: 50%; } + .bootstrap .col-sm-7 { width: 58.33333%; } + .bootstrap .col-sm-8 { width: 66.66667%; } + .bootstrap .col-sm-9 { width: 75%; } + .bootstrap .col-sm-10 { width: 83.33333%; } + .bootstrap .col-sm-11 { width: 91.66667%; } + .bootstrap .col-sm-12 { width: 100%; } + .bootstrap .col-sm-pull-0 { left: 0%; } + .bootstrap .col-sm-pull-1 { left: 8.33333%; } + .bootstrap .col-sm-pull-2 { left: 16.66667%; } + .bootstrap .col-sm-pull-3 { left: 25%; } + .bootstrap .col-sm-pull-4 { left: 33.33333%; } + .bootstrap .col-sm-pull-5 { left: 41.66667%; } + .bootstrap .col-sm-pull-6 { left: 50%; } + .bootstrap .col-sm-pull-7 { left: 58.33333%; } + .bootstrap .col-sm-pull-8 { left: 66.66667%; } + .bootstrap .col-sm-pull-9 { left: 75%; } + .bootstrap .col-sm-pull-10 { left: 83.33333%; } + .bootstrap .col-sm-pull-11 { left: 91.66667%; } + .bootstrap .col-sm-pull-12 { left: 100%; } + .bootstrap .col-sm-push-0 { right: 0%; } + .bootstrap .col-sm-push-1 { right: 8.33333%; } + .bootstrap .col-sm-push-2 { right: 16.66667%; } + .bootstrap .col-sm-push-3 { right: 25%; } + .bootstrap .col-sm-push-4 { right: 33.33333%; } + .bootstrap .col-sm-push-5 { right: 41.66667%; } + .bootstrap .col-sm-push-6 { right: 50%; } + .bootstrap .col-sm-push-7 { right: 58.33333%; } + .bootstrap .col-sm-push-8 { right: 66.66667%; } + .bootstrap .col-sm-push-9 { right: 75%; } + .bootstrap .col-sm-push-10 { right: 83.33333%; } + .bootstrap .col-sm-push-11 { right: 91.66667%; } + .bootstrap .col-sm-push-12 { right: 100%; } + .bootstrap .col-sm-offset-0 { margin-right: 0%; } + .bootstrap .col-sm-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-sm-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-sm-offset-3 { margin-right: 25%; } + .bootstrap .col-sm-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-sm-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-sm-offset-6 { margin-right: 50%; } + .bootstrap .col-sm-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-sm-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-sm-offset-9 { margin-right: 75%; } + .bootstrap .col-sm-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-sm-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-sm-offset-12 { margin-right: 100%; } } +@media (min-width: 992px) { .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1 { float: right; } + .bootstrap .col-md-1 { width: 8.33333%; } + .bootstrap .col-md-2 { width: 16.66667%; } + .bootstrap .col-md-3 { width: 25%; } + .bootstrap .col-md-4 { width: 33.33333%; } + .bootstrap .col-md-5 { width: 41.66667%; } + .bootstrap .col-md-6 { width: 50%; } + .bootstrap .col-md-7 { width: 58.33333%; } + .bootstrap .col-md-8 { width: 66.66667%; } + .bootstrap .col-md-9 { width: 75%; } + .bootstrap .col-md-10 { width: 83.33333%; } + .bootstrap .col-md-11 { width: 91.66667%; } + .bootstrap .col-md-12 { width: 100%; } + .bootstrap .col-md-pull-0 { left: 0%; } + .bootstrap .col-md-pull-1 { left: 8.33333%; } + .bootstrap .col-md-pull-2 { left: 16.66667%; } + .bootstrap .col-md-pull-3 { left: 25%; } + .bootstrap .col-md-pull-4 { left: 33.33333%; } + .bootstrap .col-md-pull-5 { left: 41.66667%; } + .bootstrap .col-md-pull-6 { left: 50%; } + .bootstrap .col-md-pull-7 { left: 58.33333%; } + .bootstrap .col-md-pull-8 { left: 66.66667%; } + .bootstrap .col-md-pull-9 { left: 75%; } + .bootstrap .col-md-pull-10 { left: 83.33333%; } + .bootstrap .col-md-pull-11 { left: 91.66667%; } + .bootstrap .col-md-pull-12 { left: 100%; } + .bootstrap .col-md-push-0 { right: 0%; } + .bootstrap .col-md-push-1 { right: 8.33333%; } + .bootstrap .col-md-push-2 { right: 16.66667%; } + .bootstrap .col-md-push-3 { right: 25%; } + .bootstrap .col-md-push-4 { right: 33.33333%; } + .bootstrap .col-md-push-5 { right: 41.66667%; } + .bootstrap .col-md-push-6 { right: 50%; } + .bootstrap .col-md-push-7 { right: 58.33333%; } + .bootstrap .col-md-push-8 { right: 66.66667%; } + .bootstrap .col-md-push-9 { right: 75%; } + .bootstrap .col-md-push-10 { right: 83.33333%; } + .bootstrap .col-md-push-11 { right: 91.66667%; } + .bootstrap .col-md-push-12 { right: 100%; } + .bootstrap .col-md-offset-0 { margin-right: 0%; } + .bootstrap .col-md-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-md-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-md-offset-3 { margin-right: 25%; } + .bootstrap .col-md-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-md-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-md-offset-6 { margin-right: 50%; } + .bootstrap .col-md-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-md-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-md-offset-9 { margin-right: 75%; } + .bootstrap .col-md-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-md-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-md-offset-12 { margin-right: 100%; } } +@media (min-width: 1200px) { .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1 { float: right; } + .bootstrap .col-lg-1 { width: 8.33333%; } + .bootstrap .col-lg-2 { width: 16.66667%; } + .bootstrap .col-lg-3 { width: 25%; } + .bootstrap .col-lg-4 { width: 33.33333%; } + .bootstrap .col-lg-5 { width: 41.66667%; } + .bootstrap .col-lg-6 { width: 50%; } + .bootstrap .col-lg-7 { width: 58.33333%; } + .bootstrap .col-lg-8 { width: 66.66667%; } + .bootstrap .col-lg-9 { width: 75%; } + .bootstrap .col-lg-10 { width: 83.33333%; } + .bootstrap .col-lg-11 { width: 91.66667%; } + .bootstrap .col-lg-12 { width: 100%; } + .bootstrap .col-lg-pull-0 { left: 0%; } + .bootstrap .col-lg-pull-1 { left: 8.33333%; } + .bootstrap .col-lg-pull-2 { left: 16.66667%; } + .bootstrap .col-lg-pull-3 { left: 25%; } + .bootstrap .col-lg-pull-4 { left: 33.33333%; } + .bootstrap .col-lg-pull-5 { left: 41.66667%; } + .bootstrap .col-lg-pull-6 { left: 50%; } + .bootstrap .col-lg-pull-7 { left: 58.33333%; } + .bootstrap .col-lg-pull-8 { left: 66.66667%; } + .bootstrap .col-lg-pull-9 { left: 75%; } + .bootstrap .col-lg-pull-10 { left: 83.33333%; } + .bootstrap .col-lg-pull-11 { left: 91.66667%; } + .bootstrap .col-lg-pull-12 { left: 100%; } + .bootstrap .col-lg-push-0 { right: 0%; } + .bootstrap .col-lg-push-1 { right: 8.33333%; } + .bootstrap .col-lg-push-2 { right: 16.66667%; } + .bootstrap .col-lg-push-3 { right: 25%; } + .bootstrap .col-lg-push-4 { right: 33.33333%; } + .bootstrap .col-lg-push-5 { right: 41.66667%; } + .bootstrap .col-lg-push-6 { right: 50%; } + .bootstrap .col-lg-push-7 { right: 58.33333%; } + .bootstrap .col-lg-push-8 { right: 66.66667%; } + .bootstrap .col-lg-push-9 { right: 75%; } + .bootstrap .col-lg-push-10 { right: 83.33333%; } + .bootstrap .col-lg-push-11 { right: 91.66667%; } + .bootstrap .col-lg-push-12 { right: 100%; } + .bootstrap .col-lg-offset-0 { margin-right: 0%; } + .bootstrap .col-lg-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-lg-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-lg-offset-3 { margin-right: 25%; } + .bootstrap .col-lg-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-lg-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-lg-offset-6 { margin-right: 50%; } + .bootstrap .col-lg-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-lg-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-lg-offset-9 { margin-right: 75%; } + .bootstrap .col-lg-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-lg-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-lg-offset-12 { margin-right: 100%; } } +.bootstrap table { max-width: 100%; background-color: transparent; } +.bootstrap th { text-align: right; } +.bootstrap .table { width: 100%; margin-bottom: 17px; } +.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; } +.bootstrap .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } +.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td { border-top: 0; } +.bootstrap .table > tbody + tbody { border-top: 2px solid #dddddd; } +.bootstrap .table .table { background-color: #f9f5f0; } +.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td { padding: 5px; } +.bootstrap .table-bordered { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td, .bootstrap .table-bordered > tbody > tr > th, .bootstrap .table-bordered > tbody > tr > td, .bootstrap .table-bordered > tfoot > tr > th, .bootstrap .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td { border-bottom-width: 2px; } +.bootstrap .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th { background-color: #edf7fb; } +.bootstrap table col[class*="col-"] { position: static; float: none; display: table-column; } +.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] { position: static; float: none; display: table-cell; } +.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th { background-color: #edf7fb; } +.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr.active:hover > th { background-color: #d8eef6; } +.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th { background-color: #dff0d8; } +.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } +.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th { background-color: #fcf8e3; } +.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } +.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th { background-color: #f2dede; } +.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th { background-color: #d9edf7; } +.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } +@media (max-width: 767px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap fieldset { padding: 0; margin: 0; border: 0; } +.bootstrap legend { display: block; width: 100%; padding: 0; margin-bottom: 17px; font-size: 18px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +.bootstrap label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +.bootstrap input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } +.bootstrap input[type="file"] { display: block; } +.bootstrap select[multiple], .bootstrap select[size] { height: auto; } +.bootstrap select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } +.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap input[type="number"]::-webkit-outer-spin-button, .bootstrap input[type="number"]::-webkit-inner-spin-button { height: auto; } +.bootstrap output { display: block; padding-top: 5px; font-size: 12px; line-height: 1.42857; color: #555555; } +.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select { display: block; width: 100%; height: 27px; padding: 4px 8px; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 3px; -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.bootstrap .form-control:-moz-placeholder, .bootstrap input[type="text"]:-moz-placeholder, .bootstrap input[type="search"]:-moz-placeholder, .bootstrap input[type="password"]:-moz-placeholder, .bootstrap textarea:-moz-placeholder, .bootstrap select:-moz-placeholder { color: #999999; } +.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder { color: #999999; opacity: 1; } +.bootstrap .form-control:-ms-input-placeholder, .bootstrap input[type="text"]:-ms-input-placeholder, .bootstrap input[type="search"]:-ms-input-placeholder, .bootstrap input[type="password"]:-ms-input-placeholder, .bootstrap textarea:-ms-input-placeholder, .bootstrap select:-ms-input-placeholder { color: #999999; } +.bootstrap .form-control::-webkit-input-placeholder, .bootstrap input[type="text"]::-webkit-input-placeholder, .bootstrap input[type="search"]::-webkit-input-placeholder, .bootstrap input[type="password"]::-webkit-input-placeholder, .bootstrap textarea::-webkit-input-placeholder, .bootstrap select::-webkit-input-placeholder { color: #999999; } +.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select { cursor: not-allowed; background-color: #eeeeee; } +.bootstrap textarea.form-control, .bootstrap textarea { height: auto; } +.bootstrap input[type="date"] { line-height: 27px; } +.bootstrap .form-group { margin-bottom: 15px; } +.bootstrap .radio, .bootstrap .checkbox { display: block; min-height: 17px; margin-top: 10px; margin-bottom: 10px; padding-right: 20px; } +.bootstrap .radio label, .bootstrap .checkbox label { display: inline; font-weight: normal; cursor: pointer; } +.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] { float: right; margin-right: -20px; } +.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox { margin-top: -5px; } +.bootstrap .radio-inline, .bootstrap .checkbox-inline { display: inline-block; padding-right: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } +.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline { margin-top: 0; margin-right: 10px; } +.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline { cursor: not-allowed; } +.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn { height: 28px; padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn { height: 28px; line-height: 28px; } +.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn { height: 42px; padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn { height: 42px; line-height: 42px; } +.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .has-feedback { position: relative; } +.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select { padding-left: 33.75px; } +.bootstrap .has-feedback .form-control-feedback { position: absolute; top: 22px; left: 0; display: block; width: 27px; height: 27px; line-height: 27px; text-align: center; } +.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline { color: #8a6d3b; } +.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } +.bootstrap .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap .has-warning .form-control-feedback { color: #8a6d3b; } +.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline { color: #a94442; } +.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } +.bootstrap .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } +.bootstrap .has-error .form-control-feedback { color: #a94442; } +.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline { color: #3c763d; } +.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } +.bootstrap .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } +.bootstrap .has-success .form-control-feedback { color: #3c763d; } +.bootstrap .form-control-static { margin-bottom: 0; } +.bootstrap .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } +@media (min-width: 768px) { .bootstrap .form-inline .form-group, .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .form-control, .bootstrap .navbar-form .form-control, .bootstrap #header_search .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap #header_search input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap #header_search input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap #header_search input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap #header_search textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select, .bootstrap #header_search select { display: inline-block; width: auto; vertical-align: middle; } + .bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label, .bootstrap #header_search .control-label { margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap #header_search .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox, .bootstrap #header_search .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-right: 0; vertical-align: middle; } + .bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap #header_search .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"], .bootstrap #header_search .checkbox input[type="checkbox"] { float: none; margin-right: 0; } + .bootstrap .form-inline .has-feedback .form-control-feedback, .bootstrap .navbar-form .has-feedback .form-control-feedback, .bootstrap #header_search .has-feedback .form-control-feedback { top: 0; } } +.bootstrap .form-horizontal .control-label, .bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 5px; } +.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox { min-height: 22px; } +.bootstrap .form-horizontal .form-group { margin-right: -5px; margin-left: -5px; } +.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after { content: " "; display: table; } +.bootstrap .form-horizontal .form-group:after { clear: both; } +.bootstrap .form-horizontal .form-control-static { padding-top: 5px; } +@media (min-width: 768px) { .bootstrap .form-horizontal .control-label { text-align: left; } } +.bootstrap .form-horizontal .has-feedback .form-control-feedback { top: 0; left: 5px; } +.bootstrap .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 4px 8px; font-size: 12px; line-height: 1.42857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.bootstrap .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap .btn:hover, .bootstrap .btn:focus { color: #555555; text-decoration: none; } +.bootstrap .btn:active, .bootstrap .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-default { color: #555555; background-color: white; border-color: #cccccc; } +.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.open .bootstrap .btn-default.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.bootstrap .btn-default:active, .bootstrap .btn-default.active { background-image: none; } +.open .bootstrap .btn-default.dropdown-toggle { background-image: none; } +.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default[disabled].active, fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active { background-color: white; border-color: #cccccc; } +.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-primary { color: #555555; background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active { color: #555555; background-color: #ebebeb; border-color: #419641; } +.open .bootstrap .btn-primary.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #419641; } +.bootstrap .btn-primary:active, .bootstrap .btn-primary.active { background-image: none; } +.open .bootstrap .btn-primary.dropdown-toggle { background-image: none; } +.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary[disabled].active, fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active { background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active { color: white; background-color: #47a447; border-color: #398439; } +.open .bootstrap .btn-success.dropdown-toggle { color: white; background-color: #47a447; border-color: #398439; } +.bootstrap .btn-success:active, .bootstrap .btn-success.active { background-image: none; } +.open .bootstrap .btn-success.dropdown-toggle { background-image: none; } +.bootstrap .btn-success.disabled, .bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success[disabled].active, fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner { color: #5cb85c; background-color: white; } +.bootstrap .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +.open .bootstrap .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +.bootstrap .btn-warning:active, .bootstrap .btn-warning.active { background-image: none; } +.open .bootstrap .btn-warning.dropdown-toggle { background-image: none; } +.bootstrap .btn-warning.disabled, .bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning[disabled].active, fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner { color: #f0ad4e; background-color: white; } +.bootstrap .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +.open .bootstrap .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +.bootstrap .btn-danger:active, .bootstrap .btn-danger.active { background-image: none; } +.open .bootstrap .btn-danger.dropdown-toggle { background-image: none; } +.bootstrap .btn-danger.disabled, .bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger[disabled].active, fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner { color: #d9534f; background-color: white; } +.bootstrap .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active { color: white; background-color: #39b3d7; border-color: #269abc; } +.open .bootstrap .btn-info.dropdown-toggle { color: white; background-color: #39b3d7; border-color: #269abc; } +.bootstrap .btn-info:active, .bootstrap .btn-info.active { background-image: none; } +.open .bootstrap .btn-info.dropdown-toggle { background-image: none; } +.bootstrap .btn-info.disabled, .bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info[disabled].active, fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner { color: #5bc0de; background-color: white; } +.bootstrap .btn-link { color: #00aff0; font-weight: normal; cursor: pointer; border-radius: 0; } +.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active { border-color: transparent; } +.bootstrap .btn-link:hover, .bootstrap .btn-link:focus { color: #0077a3; text-decoration: underline; background-color: transparent; } +.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus { color: #999999; text-decoration: none; } +.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn { padding: 1px 5px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } +.bootstrap .btn-block + .btn-block { margin-top: 5px; } +.bootstrap input[type="submit"].btn-block, .bootstrap input[type="reset"].btn-block, .bootstrap input[type="button"].btn-block { width: 100%; } +.bootstrap .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.bootstrap .fade.in { opacity: 1; } +.bootstrap .collapse { display: none; } +.bootstrap .collapse.in { display: block; } +.bootstrap .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } +.bootstrap .caret { display: inline-block; width: 0; height: 0; margin-right: 2px; vertical-align: middle; border-top: 4px solid; border-left: 4px solid transparent; border-right: 4px solid transparent; } +.bootstrap .dropdown { position: relative; } +.bootstrap .dropdown-toggle:focus { outline: 0; } +.bootstrap .dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 12px; background-color: white; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +.bootstrap .dropdown-menu.pull-right { left: 0; right: auto; } +.bootstrap .dropdown-menu .divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; } +.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #00aff0; } +.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus { color: white; text-decoration: none; outline: 0; background-color: #00aff0; } +.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { color: #999999; } +.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } +.bootstrap .open > .dropdown-menu { display: block; } +.bootstrap .open > a { outline: 0; } +.bootstrap .dropdown-menu-right { right: auto; left: 0; } +.bootstrap .dropdown-menu-left { right: 0; left: auto; } +.bootstrap .dropdown-header { display: block; padding: 3px 20px; font-size: 11px; line-height: 1.42857; color: #999999; } +.bootstrap .dropdown-backdrop { position: fixed; right: 0; left: 0; bottom: 0; top: 0; z-index: 990; } +.bootstrap .pull-right > .dropdown-menu { left: 0; right: auto; } +.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } +.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } +@media (min-width: 768px) { .bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu { left: 0; right: auto; } + .bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left { \right: 0; \left: auto; } } +.bootstrap .btn-group, .bootstrap .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn { position: relative; float: right; } +.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active { z-index: 2; } +.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus { outline: none; } +.bootstrap .btn-group .btn + .btn, .bootstrap .btn-group .btn + .btn-group, .bootstrap .btn-group .btn-group + .btn, .bootstrap .btn-group .btn-group + .btn-group { margin-right: -1px; } +.bootstrap .btn-toolbar { margin-right: -5px; } +.bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after { content: " "; display: table; } +.bootstrap .btn-toolbar:after { clear: both; } +.bootstrap .btn-toolbar .btn-group, .bootstrap .btn-toolbar .input-group { float: right; } +.bootstrap .btn-toolbar > .btn, .bootstrap .btn-toolbar > .btn-group, .bootstrap .btn-toolbar > .input-group { margin-right: 5px; } +.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +.bootstrap .btn-group > .btn:first-child { margin-right: 0; } +.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn:last-child:not(:first-child), .bootstrap .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn-group { float: right; } +.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group .dropdown-toggle:active, .bootstrap .btn-group.open .dropdown-toggle { outline: 0; } +.bootstrap .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } +.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } +.bootstrap .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { margin-right: 0; } +.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group, .bootstrap .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } +.bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after { content: " "; display: table; } +.bootstrap .btn-group-vertical > .btn-group:after { clear: both; } +.bootstrap .btn-group-vertical > .btn-group > .btn { float: none; } +.bootstrap .btn-group-vertical > .btn + .btn, .bootstrap .btn-group-vertical > .btn + .btn-group, .bootstrap .btn-group-vertical > .btn-group + .btn, .bootstrap .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-right: 0; } +.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-right-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } +.bootstrap .btn-group-justified > .btn-group .btn { width: 100%; } +.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +.bootstrap .input-group { position: relative; display: table; border-collapse: separate; } +.bootstrap .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } +.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { float: right; width: 100%; margin-bottom: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { display: table-cell; } +.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } +.bootstrap .input-group-addon { padding: 4px 8px; font-size: 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 11px; border-radius: 3px; } +.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 15px; border-radius: 6px; } +.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] { margin-top: 0; } +.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select:first-child, .bootstrap .input-group-addon:first-child, .bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group > .btn, .bootstrap .input-group-btn:first-child > .dropdown-toggle, .bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .input-group-addon:first-child { border-left: 0; } +.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-child, .bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group > .btn, .bootstrap .input-group-btn:last-child > .dropdown-toggle, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .input-group-addon:last-child { border-right: 0; } +.bootstrap .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } +.bootstrap .input-group-btn > .btn { position: relative; } +.bootstrap .input-group-btn > .btn + .btn { margin-right: -1px; } +.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active { z-index: 2; } +.bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group { margin-left: -1px; } +.bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group { margin-right: -1px; } +.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin-bottom: 0; padding-right: 0; list-style: none; } +.bootstrap .nav:before, .bootstrap #header_notifs_icon_wrapper:before, .bootstrap #header_employee_box:before, .bootstrap #header_quick:before, .bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { content: " "; display: table; } +.bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { clear: both; } +.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { position: relative; display: block; } +.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { position: relative; display: block; padding: 10px 15px; } +.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a { color: #999999; } +.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus { background-color: #eeeeee; border-color: #00aff0; } +.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img { max-width: none; } +.bootstrap .nav-tabs { border-bottom: 1px solid #dddddd; } +.bootstrap .nav-tabs > li { float: right; margin-bottom: -1px; } +.bootstrap .nav-tabs > li > a { margin-left: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 3px 0 0 3px; } +.bootstrap .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus { color: #555555; background-color: #f9f5f0; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } +.bootstrap .nav-pills > li { float: right; } +.bootstrap .nav-pills > li > a { border-radius: 3px; } +.bootstrap .nav-pills > li + li { margin-right: 2px; } +.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus { color: white; background-color: #00aff0; } +.bootstrap .nav-stacked > li { float: none; } +.bootstrap .nav-stacked > li + li { margin-top: 2px; margin-right: 0; } +.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified { width: 100%; } +.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { float: none; } +.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } +.bootstrap .nav-justified > .dropdown .dropdown-menu { top: auto; right: auto; } +@media (min-width: 768px) { .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } + .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } +.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified { border-bottom: 0; } +.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-left: 0; border-radius: 3px; } +.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } +@media (min-width: 768px) { .bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 3px 0 0 3px; } + .bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #f9f5f0; } } +.bootstrap .tab-content > .tab-pane { display: none; } +.bootstrap .tab-content > .active { display: block; } +.bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar, .bootstrap #header_infos { position: relative; min-height: 35px; margin-bottom: 17px; border: 1px solid transparent; } +.bootstrap .navbar:before, .bootstrap #header_infos:before, .bootstrap .navbar:after, .bootstrap #header_infos:after { content: " "; display: table; } +.bootstrap .navbar:after, .bootstrap #header_infos:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar, .bootstrap #header_infos { border-radius: 3px; } } +.bootstrap .navbar-header:before, .bootstrap .navbar-header:after { content: " "; display: table; } +.bootstrap .navbar-header:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar-header { float: right; } } +.bootstrap .navbar-collapse { max-height: 340px; overflow-x: visible; padding-left: 5px; padding-right: 5px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after { content: " "; display: table; } +.bootstrap .navbar-collapse:after { clear: both; } +.bootstrap .navbar-collapse.in { overflow-y: auto; } +@media (min-width: 768px) { .bootstrap .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + .bootstrap .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + .bootstrap .navbar-collapse.in { overflow-y: visible; } + .navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse { padding-right: 0; padding-left: 0; } } +.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; } +@media (min-width: 768px) { .bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: 0; margin-right: 0; } } +.bootstrap .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } +@media (min-width: 768px) { .bootstrap .navbar-static-top { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { position: fixed; left: 0; right: 0; z-index: 1030; } +@media (min-width: 768px) { .bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos { top: 0; border-width: 0 0 1px; } +.bootstrap .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } +.bootstrap .navbar-brand, .bootstrap #header_shopname { float: right; padding: 9px 5px; font-size: 15px; line-height: 17px; } +.bootstrap .navbar-brand:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopname:focus { text-decoration: none; } +.bootstrap .navbar-brand > .glyphicon, .bootstrap #header_shopname > .glyphicon { float: right; margin-top: -2px; margin-left: 5px; } +@media (min-width: 768px) { .navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname { margin-right: -5px; } } +.bootstrap .navbar-toggle { position: relative; float: left; margin-left: 5px; padding: 9px 10px; margin-top: 0.5px; margin-bottom: 0.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .navbar-toggle:focus { outline: none; } +.bootstrap .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +.bootstrap .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } +@media (min-width: 768px) { .bootstrap .navbar-toggle { display: none; } } +.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin: 4.5px -5px; } +.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 17px; } +@media (max-width: 767px) { .bootstrap .navbar-nav .open .dropdown-menu, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu, .bootstrap #header_employee_box .open .dropdown-menu, .bootstrap #header_quick .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, .bootstrap #header_employee_box .open .dropdown-menu .dropdown-header, .bootstrap #header_quick .open .dropdown-menu .dropdown-header { padding: 5px 25px 5px 15px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a { line-height: 17px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_quick .open .dropdown-menu > li > a:focus { background-image: none; } } +@media (min-width: 768px) { .bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { float: right; margin: 0; } + .bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { float: right; } + .bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 9px; padding-bottom: 9px; } + .bootstrap .navbar-nav.navbar-right:last-child, .bootstrap .navbar-right#header_notifs_icon_wrapper:last-child, .bootstrap #header_employee_box:last-child, .bootstrap .navbar-right#header_quick:last-child { margin-left: -5px; } } +@media (min-width: 768px) { .bootstrap .navbar-left, .bootstrap #header_search, .bootstrap #header_quick { float: right !important; } + .bootstrap .navbar-right, .bootstrap #header_employee_box { float: left !important; } } +.bootstrap .navbar-form, .bootstrap #header_search { margin-right: -5px; margin-left: -5px; padding: 10px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 4px; margin-bottom: 4px; } +@media (max-width: 767px) { .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { margin-bottom: 5px; } } +@media (min-width: 768px) { .bootstrap .navbar-form, .bootstrap #header_search { width: auto; border: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } + .bootstrap .navbar-form.navbar-right:last-child, .bootstrap .navbar-form#header_employee_box:last-child, .bootstrap .navbar-right#header_search:last-child { margin-left: -5px; } } +.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .navbar-btn { margin-top: 4px; margin-bottom: 4px; } +.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn { margin-top: 3.5px; margin-bottom: 3.5px; } +.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn { margin-top: 6.5px; margin-bottom: 6.5px; } +.bootstrap .navbar-text { margin-top: 9px; margin-bottom: 9px; } +@media (min-width: 768px) { .bootstrap .navbar-text { float: right; margin-right: 5px; margin-left: 5px; } + .bootstrap .navbar-text.navbar-right:last-child, .bootstrap .navbar-text#header_employee_box:last-child { margin-left: 0; } } +.bootstrap .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopname { color: #777777; } +.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopname:focus { color: #5e5e5e; background-color: transparent; } +.bootstrap .navbar-default .navbar-text { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus { color: #333333; background-color: transparent; } +.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus { color: #555555; background-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus { color: #cccccc; background-color: transparent; } +.bootstrap .navbar-default .navbar-toggle { border-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } +.bootstrap .navbar-default .navbar-collapse, .bootstrap .navbar-default .navbar-form, .bootstrap .navbar-default #header_search { border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus { background-color: #e7e7e7; color: #555555; } +@media (max-width: 767px) { .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a { color: #777777; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +.bootstrap .navbar-default .navbar-link { color: #777777; } +.bootstrap .navbar-default .navbar-link:hover { color: #333333; } +.bootstrap .navbar-inverse, .bootstrap #header_infos { background-color: #222222; border-color: #090909; } +.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname { color: #999999; } +.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus { color: white; background-color: #090909; } +.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus { color: #444444; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle { border-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus { background-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar { background-color: white; } +.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form, .bootstrap .navbar-inverse #header_search, .bootstrap #header_infos #header_search { border-color: #101010; } +.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus { background-color: #090909; color: white; } +@media (max-width: 767px) { .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_quick .open .dropdown-menu > .dropdown-header { border-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .bootstrap #header_infos .navbar-nav .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu .divider, .bootstrap #header_infos #header_employee_box .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu .divider, .bootstrap #header_infos #header_quick .open .dropdown-menu .divider { background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a { color: #999999; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link { color: #999999; } +.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover { color: white; } +.bootstrap .breadcrumb { padding: 8px 15px; margin-bottom: 17px; list-style: none; background-color: whitesmoke; border-radius: 3px; } +.bootstrap .breadcrumb > li { display: inline-block; } +.bootstrap .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } +.bootstrap .breadcrumb > .active { color: #999999; } +.bootstrap .pagination { display: inline-block; padding-right: 0; margin: 17px 0; border-radius: 3px; } +.bootstrap .pagination > li { display: inline; } +.bootstrap .pagination > li > a, .bootstrap .pagination > li > span { position: relative; float: right; padding: 4px 8px; line-height: 1.42857; text-decoration: none; color: #00aff0; background-color: white; border: 1px solid #dddddd; margin-right: -1px; } +.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span { margin-right: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus { color: #0077a3; background-color: #eeeeee; border-color: #dddddd; } +.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus { z-index: 2; color: white; background-color: #00aff0; border-color: #00aff0; cursor: default; } +.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed; } +.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span { padding: 10px 16px; font-size: 15px; } +.bootstrap .pagination-lg > li:first-child > a, .bootstrap .pagination-lg > li:first-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +.bootstrap .pagination-lg > li:last-child > a, .bootstrap .pagination-lg > li:last-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +.bootstrap .pagination-sm > li > a, .bootstrap .pagination-sm > li > span { padding: 5px 10px; font-size: 11px; } +.bootstrap .pagination-sm > li:first-child > a, .bootstrap .pagination-sm > li:first-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination-sm > li:last-child > a, .bootstrap .pagination-sm > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pager { padding-right: 0; margin: 17px 0; list-style: none; text-align: center; } +.bootstrap .pager:before, .bootstrap .pager:after { content: " "; display: table; } +.bootstrap .pager:after { clear: both; } +.bootstrap .pager li { display: inline; } +.bootstrap .pager li > a, .bootstrap .pager li > span { display: inline-block; padding: 5px 14px; background-color: white; border: 1px solid #dddddd; border-radius: 15px; } +.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .pager .next > a, .bootstrap .pager .next > span { float: left; } +.bootstrap .pager .previous > a, .bootstrap .pager .previous > span { float: right; } +.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span { color: #999999; background-color: white; cursor: not-allowed; } +.bootstrap .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: white; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } +.bootstrap .label[href]:hover, .bootstrap .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap .label:empty { display: none; } +.btn .bootstrap .label { position: relative; top: -1px; } +.bootstrap .label-default { background-color: #999999; } +.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus { background-color: gray; } +.bootstrap .label-primary { background-color: #00aff0; } +.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus { background-color: #008abd; } +.bootstrap .label-success { background-color: #5cb85c; } +.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus { background-color: #449d44; } +.bootstrap .label-info { background-color: #5bc0de; } +.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus { background-color: #31b0d5; } +.bootstrap .label-warning { background-color: #f0ad4e; } +.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus { background-color: #ec971f; } +.bootstrap .label-danger { background-color: #d9534f; } +.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus { background-color: #c9302c; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } +.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty { display: none; } +.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner { position: relative; top: -1px; } +.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap a.list-group-item.active > .badge, .bootstrap #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, #header_notifs_icon_wrapper .bootstrap a.list-group-item.active > .notifs_badge, .bootstrap a.list-group-item.active > .module-badge-popular, .bootstrap a.list-group-item.active > .module-badge-partner, .bootstrap .nav-pills > .active > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > .active > a > .notifs_badge, .bootstrap .nav-pills > .active > a > .module-badge-popular, .bootstrap .nav-pills > .active > a > .module-badge-partner { color: #00aff0; background-color: white; } +.bootstrap .nav-pills > li > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > li > a > .notifs_badge, .bootstrap .nav-pills > li > a > .module-badge-popular, .bootstrap .nav-pills > li > a > .module-badge-partner { margin-right: 3px; } +.bootstrap .thumbnail { display: block; padding: 4px; margin-bottom: 17px; line-height: 1.42857; background-color: #f9f5f0; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } +.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } +.bootstrap .thumbnail .caption { padding: 9px; color: #555555; } +.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active { border-color: #00aff0; } +.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error { padding: 15px; margin-bottom: 17px; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { margin-top: 0; color: inherit; } +.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { font-weight: bold; } +.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul { margin-bottom: 0; } +.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p { margin-top: 5px; } +.bootstrap .alert-dismissable { padding-left: 35px; } +.bootstrap .alert-dismissable .close { position: relative; top: -2px; left: -21px; color: inherit; } +.bootstrap .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } +.bootstrap .alert-success hr { border-top-color: #c9e2b3; } +.bootstrap .alert-success .alert-link { color: #2b542c; } +.bootstrap .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } +.bootstrap .alert-info hr { border-top-color: #a6e1ec; } +.bootstrap .alert-info .alert-link { color: #245269; } +.bootstrap .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } +.bootstrap .alert-warning hr { border-top-color: #f7e1b5; } +.bootstrap .alert-warning .alert-link { color: #66512c; } +.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } +.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr { border-top-color: #e4b9c0; } +.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { color: #843534; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body { overflow: hidden; zoom: 1; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .bootstrap .message-item .message-item { margin-top: 15px; } +.bootstrap .media:first-child, .bootstrap .message-item:first-child { margin-top: 0; } +.bootstrap .media-object { display: block; } +.bootstrap .media-heading { margin: 0 0 5px; } +.bootstrap .media > .pull-left, .bootstrap .message-item > .pull-left, .bootstrap .page-head .media > h2.page-title, .bootstrap .page-head .message-item > h2.page-title { margin-left: 10px; } +.bootstrap .media > .pull-right, .bootstrap .message-item > .pull-right { margin-right: 10px; } +.bootstrap .media-list { padding-right: 0; list-style: none; } +.bootstrap .list-group, .bootstrap #dashboard .data_list { margin-bottom: 20px; padding-right: 0; } +.bootstrap .list-group-item, .bootstrap #dashboard .data_list li { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: white; border: 1px solid #dddddd; } +.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child { margin-bottom: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } +.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner { float: left; } +.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner { margin-left: 5px; } +.bootstrap a.list-group-item { color: #555555; } +.bootstrap a.list-group-item .list-group-item-heading { color: #333333; } +.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +.bootstrap a.list-group-item.active, .bootstrap a.list-group-item.active:hover, .bootstrap a.list-group-item.active:focus { z-index: 2; color: white; background-color: #00aff0; border-color: #00aff0; } +.bootstrap a.list-group-item.active .list-group-item-heading, .bootstrap a.list-group-item.active:hover .list-group-item-heading, .bootstrap a.list-group-item.active:focus .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item.active .list-group-item-text, .bootstrap a.list-group-item.active:hover .list-group-item-text, .bootstrap a.list-group-item.active:focus .list-group-item-text { color: #bdedff; } +.bootstrap .list-group-item-success { color: #3c763d; background-color: #dff0d8; } +.bootstrap a.list-group-item-success { color: #3c763d; } +.bootstrap a.list-group-item-success .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } +.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } +.bootstrap .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap a.list-group-item-warning { color: #8a6d3b; } +.bootstrap a.list-group-item-warning .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } +.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } +.bootstrap .list-group-item-danger { color: #a94442; background-color: #f2dede; } +.bootstrap a.list-group-item-danger { color: #a94442; } +.bootstrap a.list-group-item-danger .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } +.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } +.bootstrap .list-group-item-info { color: #31708f; background-color: #d9edf7; } +.bootstrap a.list-group-item-info { color: #31708f; } +.bootstrap a.list-group-item-info .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } +.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } +.bootstrap .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +.bootstrap .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { margin-bottom: 17px; background-color: white; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .panel-body { padding: 15px; } +.bootstrap .panel-body:before, .bootstrap .panel-body:after { content: " "; display: table; } +.bootstrap .panel-body:after { clear: both; } +.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list { margin-bottom: 0; } +.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li { border-width: 1px 0; } +.bootstrap .panel > .list-group .list-group-item:first-child, .bootstrap #dash_version > .list-group .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:first-child, .bootstrap .panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group li:first-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:first-child, .bootstrap #dashboard .panel > .data_list li:first-child, .bootstrap #dashboard #dash_version > .data_list li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .panel > .list-group .list-group-item:last-child, .bootstrap #dash_version > .list-group .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:last-child, .bootstrap .panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group li:last-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:last-child, .bootstrap #dashboard .panel > .data_list li:last-child, .bootstrap #dashboard #dash_version > .data_list li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:last-child { border-bottom: 0; } +.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child { border-top-width: 0; } +.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table { margin-bottom: 0; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child { border-bottom-right-radius: 2px; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child { border-bottom-left-radius: 2px; } +.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } +.bootstrap .panel > .table > tbody:first-child th, .bootstrap #dash_version > .table > tbody:first-child th, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child th, .bootstrap .panel > .table > tbody:first-child td, .bootstrap #dash_version > .table > tbody:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child td { border-top: 0; } +.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered { border: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } +.bootstrap .panel > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } +.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive { border: 0; margin-bottom: 0; } +.bootstrap .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel-heading > .dropdown .dropdown-toggle { color: inherit; } +.bootstrap .panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: inherit; } +.bootstrap .panel-title > a { color: inherit; } +.bootstrap .panel-footer { padding: 10px 15px; background-color: whitesmoke; border-top: 1px solid #dddddd; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel { margin-bottom: 0; border-radius: 3px; overflow: hidden; } +.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel { margin-top: 5px; } +.bootstrap .panel-group .panel-heading { border-bottom: 0; } +.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +.bootstrap .panel-group .panel-footer { border-top: 0; } +.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +.bootstrap .panel-default { border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +.bootstrap .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +.bootstrap .panel-primary { border-color: #00aff0; } +.bootstrap .panel-primary > .panel-heading { color: white; background-color: #00aff0; border-color: #00aff0; } +.bootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #00aff0; } +.bootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #00aff0; } +.bootstrap .panel-success { border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } +.bootstrap .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } +.bootstrap .panel-warning { border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } +.bootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } +.bootstrap .panel-danger { border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } +.bootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } +.bootstrap .panel-info { border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } +.bootstrap .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } +.bootstrap .well, .bootstrap .hook_panel { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f7f7f7; border: 1px solid #e6e6e6; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .well blockquote, .bootstrap .hook_panel blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.bootstrap .well-lg { padding: 24px; border-radius: 6px; } +.bootstrap .well-sm { padding: 9px; border-radius: 3px; } +.bootstrap .close { float: left; font-size: 18px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } +.bootstrap .close:hover, .bootstrap .close:focus { color: black; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } +.bootstrap button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } +.bootstrap .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } +.bootstrap .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } +.bootstrap .tooltip.top { margin-top: -3px; padding: 5px 0; } +.bootstrap .tooltip.right { margin-right: 3px; padding: 0 5px; } +.bootstrap .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +.bootstrap .tooltip.left { margin-right: -3px; padding: 0 5px; } +.bootstrap .tooltip-inner { max-width: 200px; padding: 3px 8px; color: white; text-align: center; text-decoration: none; background-color: black; border-radius: 3px; } +.bootstrap .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } +.bootstrap .tooltip.top .tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.right .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: black; } +.bootstrap .tooltip.left .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: black; } +.bootstrap .tooltip.bottom .tooltip-arrow { top: 0; right: 50%; margin-right: -5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .clearfix:before, .bootstrap .clearfix:after { content: " "; display: table; } +.bootstrap .clearfix:after { clear: both; } +.bootstrap .center-block { display: block; margin-right: auto; margin-left: auto; } +.bootstrap .pull-right { float: left !important; } +.bootstrap .pull-left, .bootstrap .page-head h2.page-title { float: right !important; } +.bootstrap .hide { display: none !important; } +.bootstrap .show { display: block !important; } +.bootstrap .invisible { visibility: hidden; } +.bootstrap .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } +.bootstrap .hidden { display: none !important; visibility: hidden !important; } +.bootstrap .affix { position: fixed; } +.bootstrap .visible-xs, .bootstrap tr.visible-xs, .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: none !important; } +@media (max-width: 767px) { .bootstrap .visible-xs { display: block !important; } + .bootstrap table.visible-xs { display: table; } + .bootstrap tr.visible-xs { display: table-row !important; } + .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: table-cell !important; } } +.bootstrap .visible-sm, .bootstrap tr.visible-sm, .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: none !important; } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .visible-sm { display: block !important; } + .bootstrap table.visible-sm { display: table; } + .bootstrap tr.visible-sm { display: table-row !important; } + .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: table-cell !important; } } +.bootstrap .visible-md, .bootstrap tr.visible-md, .bootstrap th.visible-md, .bootstrap td.visible-md { display: none !important; } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .visible-md { display: block !important; } + .bootstrap table.visible-md { display: table; } + .bootstrap tr.visible-md { display: table-row !important; } + .bootstrap th.visible-md, .bootstrap td.visible-md { display: table-cell !important; } } +.bootstrap .visible-lg, .bootstrap tr.visible-lg, .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: none !important; } +@media (min-width: 1200px) { .bootstrap .visible-lg { display: block !important; } + .bootstrap table.visible-lg { display: table; } + .bootstrap tr.visible-lg { display: table-row !important; } + .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: table-cell !important; } } +@media (max-width: 767px) { .bootstrap .hidden-xs, .bootstrap #header_notifs_icon_wrapper, .bootstrap tr.hidden-xs, .bootstrap tr#header_notifs_icon_wrapper, .bootstrap th.hidden-xs, .bootstrap th#header_notifs_icon_wrapper, .bootstrap td.hidden-xs, .bootstrap td#header_notifs_icon_wrapper { display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .hidden-sm, .bootstrap tr.hidden-sm, .bootstrap th.hidden-sm, .bootstrap td.hidden-sm { display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .hidden-md, .bootstrap tr.hidden-md, .bootstrap th.hidden-md, .bootstrap td.hidden-md { display: none !important; } } +@media (min-width: 1200px) { .bootstrap .hidden-lg, .bootstrap tr.hidden-lg, .bootstrap th.hidden-lg, .bootstrap td.hidden-lg { display: none !important; } } +.bootstrap .visible-print, .bootstrap tr.visible-print, .bootstrap th.visible-print, .bootstrap td.visible-print { display: none !important; } +@media print { .bootstrap .visible-print { display: block !important; } + .bootstrap table.visible-print { display: table; } + .bootstrap tr.visible-print { display: table-row !important; } + .bootstrap th.visible-print, .bootstrap td.visible-print { display: table-cell !important; } } +@media print { .bootstrap .hidden-print, .bootstrap tr.hidden-print, .bootstrap th.hidden-print, .bootstrap td.hidden-print { display: none !important; } } + +.modal-open { overflow: hidden; } + +.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } +.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } + +.modal-dialog { position: relative; width: auto; margin: 10px; } + +.modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } + +.modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1040; background-color: black; } +.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } + +.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } + +.modal-header .close { margin-top: -2px; } + +.modal-title { margin: 0; line-height: 1.42857; } + +.modal-body { position: relative; padding: 20px; } + +.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: left; border-top: 1px solid #e5e5e5; } +.modal-footer:before, .modal-footer:after { content: " "; display: table; } +.modal-footer:after { clear: both; } +.modal-footer .btn + .btn { margin-right: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { margin-right: -1px; } +.modal-footer .btn-block + .btn-block { margin-right: 0; } + +@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } + .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { width: 300px; } + .modal-lg { width: 900px; } } +html { min-height: 100%; height: 100%; font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +body { min-height: 100%; height: 100%; font: 400 12px/1.42857 Tahoma, "Open Sans", Helvetica, Arial, sans-serif; color: #555555; background-color: #f9f5f0; } + +#main { z-index: 10; float: right; width: 100%; padding: 36px 0 60px; margin: 0 0 -50px 0; } + +#content.bootstrap { padding: 80px 10px 0; -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { position: relative; padding: 20px; margin-bottom: 20px; border: solid 1px #eaddcc; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading { font-weight: 200; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; padding-left: 60px; color: #555555; } +#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i { font-size: 14px; } +#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel { border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading { border: none; padding: 0 5px; margin: -16px -16px 15px -16px; font-size: 1.2em; line-height: 30px; text-transform: uppercase; border-bottom: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a { color: contrasted(#e5e8e3); } +#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner { background: white; border: solid 2px #a4e6ff; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; color: #00aff0; line-height: 1.2em; font-size: 1em; padding: 0 10px; font-weight: 700; margin-right: 10px; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action { position: absolute; top: 2px; left: 0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn { float: right; height: 30px; width: 30px; color: #cccccc; border-right: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover { text-decoration: none; color: #00aff0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i { text-align: center; font-size: 18px; line-height: 30px; } +#content.bootstrap .panel-danger .panel-heading { background-color: #8bc954 !important; } +#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error { clear: both; } +@media (max-width: 480px) { #content.bootstrap { padding: 80px 5px 0; margin-right: 0 !important; } } +#content.bootstrap .help-block { font-style: italic; } +#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap .nav-tabs#header_notifs_icon_wrapper li.active a, #content.bootstrap .nav-tabs#header_employee_box li.active a, #content.bootstrap .nav-tabs#header_quick li.active a { z-index: 99; } + +.data-focus.data-focus-primary { background-color: #00aff0; color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } + +#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer .bootstrap #dash_version, .bootstrap #customer_part .customerCard.selected-customer #dash_version, #customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body, #customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel { color: #5cb85c; border: solid 2px #5cb85c; } + +body.display-modal #content, body.display-modal #main { margin: 0; padding: 0; background: #f8f8f8; } + +.bootstrap .panel .panel-footer, .bootstrap #dash_version .panel-footer, .bootstrap .message-item-initial .message-item-initial-body .panel-footer, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer { margin: 15px -20px -20px; height: 73px; border-color: #eeeeee; background-color: #fcfdfe; } +.bootstrap .panel .panel-footer .btn.pull-left:not(:first-child), .bootstrap #dash_version .panel-footer .btn.pull-left:not(:first-child), .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-left:not(:first-child), .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-left:not(:first-child) { margin-left: 5px; } + +#header .panel-footer { margin: 15px 0 0 !important; height: 40px !important; } + +.attributes-color-container { width: 40px; height: 25px; display: block; border: solid 1px black; } + +#header { z-index: 20; } + +#header_infos { height: 36px !important; } + +#header_shopname { position: relative; margin: 0 0 0 15px; height: 36px; padding-right: 45px !important; } +#header_shopname img { position: absolute; top: 0; right: 0; width: 35px; height: 35px; } + +#header_notifs_icon_wrapper { height: 36px; } +#header_notifs_icon_wrapper li a { padding: 0 5px; } +#header_notifs_icon_wrapper > li > a > i { font-size: 1.4em; font-weight: 200; color: #b3b3b3; vertical-align: middle; } +#header_notifs_icon_wrapper > li > a > i:hover { color: white; } +#header_notifs_icon_wrapper .notifs_badge { background-color: #8bc954; } +#header_notifs_icon_wrapper .notifs_dropdown { background-color: white; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel { width: 300px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 { padding: 10px; font-size: 1.3em; margin: 0; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer { padding: 10px; text-align: center; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a { display: block; text-decoration: none; padding: 5px; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs { display: block; padding: 15px; border-bottom: solid 1px #cccccc; } + +#header_nav_toggle { background-color: black; border: none; color: white; display: none; } + +#header_employee_box a img { margin-left: 5px; } +#header_employee_box #header_foaccess i { font-size: 1.2em; } + +#header_search { width: 160px !important; padding: 0 10px 0 0; position: relative; } +@media (max-width: 768px) { #header_search { width: 100%; } } +#header_search input, #header_search .form-group { margin: 0; } +#header_search #bo_query { width: 85px; } +#header_search .form-group.focus-search { position: absolute; z-index: 900; top: 0; right: 5px; width: 400px; } +#header_search .form-group.focus-search #bo_query { width: 100%; } +#header_search .clear_search { position: absolute; top: 5px; left: 35px; } + +#employee_infos .employee_name { position: relative; padding-right: 34px !important; } +#employee_infos .employee_avatar_small { position: absolute; top: 4px; right: 0; } + +#footer { z-index: 600; display: block; width: 100%; background-color: rgba(0, 0, 0, 0.8); color: #888888; position: fixed; bottom: 0; height: 50px; line-height: 50px; -webkit-animation: fadeInUp 0.3s 0.2s ease both; -moz-animation: fadeInUp 0.3s 0.2s ease both; -ms-animation: fadeInUp 0.3s 0.2s ease both; -o-animation: fadeInUp 0.3s 0.2s ease both; animation: fadeInUp 0.3s 0.2s ease both; } +#footer a { color: #cccccc; } +#footer #go-top { position: fixed; bottom: 10px; height: 30px; width: 30px; text-align: center; line-height: 30px; left: 10px; z-index: 9003; display: block; padding: 0px 6px 0px 6px; margin: -2px 0px 0px; text-decoration: none; color: white; cursor: pointer; font-size: 16px; background-color: #40454f; } +#footer #go-top:hover { background-color: #00aff0; } +#footer .social-networks { margin: 4px 0 0 0; } +#footer a.footer_link { color: #00aff0; } +#footer a.footer_link:hover { color: white; text-decoration: none; } +#footer a.footer_link i { color: white; } +#footer.hide{ display: none!important; } + +a.link-social i { font-size: 2em; width: 30px; height: 30px; display: inline-block; line-height: 30px !important; text-align: center; margin: 0 0 0 4px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +a.link-social:hover { text-decoration: none; } + +.link-twitter i { color: white; background-color: #7cceef; } +.link-twitter i:hover { color: #7cceef; background-color: white; } + +.link-facebook i { color: white; background-color: #557dbb; } +.link-facebook i:hover { color: #557dbb; background-color: white; } + +.link-github i { color: black; background-color: white; } +.link-github i:hover { color: white; background-color: black; } + +.link-google i { color: white; background-color: #e6644e; } +.link-google i:hover { color: #e6644e; background-color: white; } + +#nav-sidebar { position: fixed; width: 210px; height: 100%; z-index: 500; background-color: #292c33; } +#nav-sidebar ul.menu { margin: 0; padding: 0; list-style: none; } +#nav-sidebar ul.menu li.maintab { position: relative; } +#nav-sidebar ul.menu li.maintab > a.title { display: block; height: 36px; position: relative; padding: 0 7px; color: #c5c7ca; background-color: #40454f; border-bottom: #32363e solid 1px; font-size: 12px; text-transform: uppercase; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab > a.title span { position: relative; top: -2px; } +#nav-sidebar ul.menu li.maintab > a.title i { position: relative; display: inline-block; height: 30px; width: 30px; top: 3px; margin-left: 6px; color: #8c8f95; font-size: 28px; line-height: 30px; text-align: center; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +#nav-sidebar ul.menu li.maintab.hover > a.title { background-color: #292c33; color: white; border-bottom: #1e2025 solid 1px; -webkit-box-shadow: #00aff0 0 0 -4px 0 inset; box-shadow: #00aff0 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab.hover > a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.hover ul.submenu { position: absolute; display: block; width: 200px; z-index: 600; right: 210px; top: -1px; } +#nav-sidebar ul.menu li.maintab.active a.title { color: white; background-color: #626a79; border: none; } +#nav-sidebar ul.menu li.maintab.active a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu { display: block; padding: 8px 8px 8px 11px; background-color: white; border-left: 1px solid #eaddcc; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a { background-color: white; color: #00aff0; border-bottom: solid 1px #e6e6e6; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a:hover { color: #00aff0; border-bottom: solid 1px #d8f3fc; background-color: #d8f3fc; text-decoration: none; -webkit-box-shadow: white 0 -1px; box-shadow: white 0 -1px; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li:last-child a { border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li.active a { color: white; background-color: #00aff0; border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab ul.submenu { display: none; list-style: none; padding: 6px; background-color: #292c33; } +#nav-sidebar ul.menu li.maintab ul.submenu li a { color: #c5c7ca; display: block; padding: 4px 10px 4px 5px; font-size: 12px; background-color: #40454f; border-bottom: solid 1px #292c33; } +#nav-sidebar ul.menu li.maintab ul.submenu li a:hover { color: white; text-decoration: none; background-color: #292c33; -webkit-box-shadow: #00aff0 0 0 -4px 0 inset; box-shadow: #00aff0 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab ul.submenu li:last-child a { border-bottom: none; } +@media (max-width: 480px) { #nav-sidebar { display: none; } } + +.page-sidebar #content { margin-right: 210px; } + +.page-sidebar-closed #nav-sidebar { overflow: visible; width: 50px; -webkit-transition-property: width; transition-property: width; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.page-sidebar-closed #nav-sidebar a.title { text-align: center; } +.page-sidebar-closed #nav-sidebar a.title > span { display: none; } +.page-sidebar-closed #nav-sidebar ul.submenu { display: none !important; padding-top: 37px; position: relative; top: 0; } +.page-sidebar-closed #nav-sidebar > ul > li:hover { width: 250px !important; position: relative; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title { text-align: right; padding-right: 8px; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title > span { display: inline-block; } +.page-sidebar-closed #nav-sidebar > ul > li:hover ul.submenu { position: absolute !important; display: block !important; right: 50px !important; top: 35px !important; width: 200px !important; padding: 8px !important; background-color: #292c33 !important; } +.page-sidebar-closed #content { margin-right: 55px; } +@media (max-width: 480px) { .page-sidebar-closed #content { margin-right: 0; } } +.page-sidebar-closed #content h2.page-title { padding: 26px 120px 0 0 !important; } +.page-sidebar-closed #content ul.page-breadcrumb { right: 120px !important; } +.page-sidebar-closed .submenu_expand { display: none; } + +#nav-topbar { position: fixed; height: 28px; top: 37px; width: 100%; padding: 0 0 0 40px; z-index: 600; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px; } +#nav-topbar ul.menu { margin: 0; padding: 0; display: block; list-style: none; } +#nav-topbar ul.menu li.maintab, #nav-topbar ul.menu li.subtab { height: 28px; padding: 0; margin: 0; list-style: none; position: relative; float: right; } +#nav-topbar ul.menu li.maintab > a, #nav-topbar ul.menu li.subtab > a { display: block; line-height: 30px; color: #6e7687; padding: 0 6px; margin: 0; font-size: 12px; } +#nav-topbar ul.menu li.maintab > a i, #nav-topbar ul.menu li.subtab > a i { margin: 0; width: 15px; color: #575e6b; background-color: transparent; font-size: 14px; } +#nav-topbar ul.menu li.maintab.active, #nav-topbar ul.menu li.maintab:hover, #nav-topbar ul.menu li.subtab.active, #nav-topbar ul.menu li.subtab:hover { background-color: #00aff0; } +#nav-topbar ul.menu li.maintab.active > a, #nav-topbar ul.menu li.maintab:hover > a, #nav-topbar ul.menu li.subtab.active > a, #nav-topbar ul.menu li.subtab:hover > a { text-decoration: none; color: white; } +#nav-topbar ul.menu li.maintab.active > a i, #nav-topbar ul.menu li.maintab:hover > a i, #nav-topbar ul.menu li.subtab.active > a i, #nav-topbar ul.menu li.subtab:hover > a i { color: white; } +#nav-topbar ul.menu li.expanded > ul.submenu { display: block; } +#nav-topbar ul.menu ul.submenu { background-color: white; display: none; position: absolute; margin: 0; padding: 0; right: 0; top: 28px; width: 200px !important; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; } +#nav-topbar ul.menu ul.submenu > li { width: 200px; padding: 0; list-style: none; } +#nav-topbar ul.menu ul.submenu > li > a { display: block; padding: 4px 10px 4px 5px; font-size: 12px; border-bottom: solid 1px #eeeeee; } +#nav-topbar ul.menu ul.submenu > li > a:hover { color: white; background-color: #00aff0; text-decoration: none; } +#nav-topbar ul.menu ul.submenu > li.active a { color: white; background-color: #00aff0; border-bottom: solid 1px #008abd; } +#nav-topbar #ellipsistab { display: block; width: 40px; height: 28px; padding: 0; margin: 0; position: absolute; left: 0; } +#nav-topbar #ellipsistab > a { text-align: center; font-size: 15px; line-height: 30px; color: #40454f; cursor: pointer; } +#nav-topbar #ellipsistab ul#ellipsis_submenu { left: 0; right: inherit; } +#nav-topbar #ellipsistab ul#ellipsis_submenu a.title { padding: 0 8px; text-align: right; } +#nav-topbar #ellipsistab ul#ellipsis_submenu li.subtab.expanded > ul { right: -200px; top: 0; } +#nav-topbar .menu-collapse { display: none; } + +#nav-mobile { position: fixed; top: 0; right: 0; overflow: hidden; width: 100%; height: 38px; z-index: 1100; } +#nav-mobile.expanded { height: 100%; } +#nav-mobile li > a > i { display: inline-block; height: 30px; width: 30px; font-size: 20px; line-height: 30px; color: white; text-align: center; background: black; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } +#nav-mobile ul.menu { top: 37px; position: absolute; display: none; width: 480px; height: 100%; background-color: rgba(0, 0, 0, 0.8); margin: 0 0 100px 0; padding: 0; border-top: 1px black solid; list-style: none; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; -webkit-animation: fadeInLeft 0.3s 0.2s ease both; -moz-animation: fadeInLeft 0.3s 0.2s ease both; -ms-animation: fadeInLeft 0.3s 0.2s ease both; -o-animation: fadeInLeft 0.3s 0.2s ease both; animation: fadeInLeft 0.3s 0.2s ease both; } +#nav-mobile ul.menu li { background: #40454f; position: relative; } +#nav-mobile ul.menu li a { display: block; height: 40px; position: relative; padding: 2px 10px 2px 0; border-bottom: 1px solid #292c33; font-size: 12px; line-height: 40px; color: #c5c7ca; background-color: #40454f; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a i { color: #7b8394; background-color: #070709; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a:hover { background-color: #575e6b; color: white; } +#nav-mobile ul.menu li a:hover i { color: white; } +#nav-mobile ul.submenu { display: none; } +#nav-mobile #nav-mobile-submenu a:not(#nav-mobile-submenu-back) { font-size: 1.2em; padding-right: 50px; text-transform: none; } +#nav-mobile a#nav-mobile-submenu-back { background-color: #353941; font-size: 1.5em; } +#nav-mobile ul.menu.menu-close { -webkit-animation: fadeOutLeft 0.2s 0.2s ease both; -moz-animation: fadeOutLeft 0.2s 0.2s ease both; -ms-animation: fadeOutLeft 0.2s 0.2s ease both; -o-animation: fadeOutLeft 0.2s 0.2s ease both; animation: fadeOutLeft 0.2s 0.2s ease both; } +#nav-mobile .menu-collapse { color: white; position: absolute; width: 50px; height: 37px; line-height: 1.3em; top: 0; left: 0; } + +.menu-collapse { cursor: pointer; height: 54px; width: 100%; font-size: 2em; text-align: center; line-height: 55px; display: block; color: #1e2025; } + +.mobile-nav #content h2.page-title { padding-right: 10px !important; } +.mobile-nav #content ul.page-breadcrumb { right: 10px !important; } + +.page-topbar #main { padding-top: 64px; } +.page-topbar #content { margin-right: 0; } +.page-topbar #content .page-head { top: 65px; } +.page-topbar #content .page-title { padding-right: 75px; } +.page-topbar #content .page-breadcrumb { right: 75px; } + +[class^="icon-Admin"] { margin-left: 4px; text-align: center; } + +[class^="process-icon-"], [class*="process-icon-"] { display: block; } + +.bootstrap { @-webkit-keyframes one { 0% { background-color: #00a4e7; } + 100% { background-color: white; } } + @-webkit-keyframes two { 0% { -webkit-box-shadow: #00a4e7 0 0 0 20px inset; box-shadow: #00a4e7 0 0 0 20px inset; } + 100% { -webkit-box-shadow: #00a4e7 0 in 0 0set; box-shadow: #00a4e7 0 in 0 0set; } } + @-webkit-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-moz-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-ms-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-o-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + } +.bootstrap .fixed-width-xs { width: 40px !important; } +.bootstrap .fixed-width-sm { width: 80px !important; } +.bootstrap .fixed-width-md { width: 120px !important; } +.bootstrap .fixed-width-lg { width: 160px !important; } +.bootstrap .fixed-width-xl { width: 200px !important; } +.bootstrap .fixed-width-xxl { width: 250px !important; } +@media (max-width: 480px) { .bootstrap .hidden-inline-xs { display: none !important; } } +.bootstrap .row-margin-bottom { margin-bottom: 15px; } +.bootstrap .row-margin-top { margin-top: 15px; } +.bootstrap .row-padding-top { padding-top: 15px; } +.bootstrap .thumbnail, .bootstrap .img-thumbnail { background-color: white; border-color: #cccccc !important; } +.bootstrap .highlight { background-color: yellow; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-weight: normal; font-size: 1.1em; letter-spacing: 0.0625em; background-color: #00aff0; } +.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner { background-color: #5cb85c; } +.bootstrap .badge.badge-error, .bootstrap #header_notifs_icon_wrapper .badge-error.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-error.notifs_badge, .bootstrap .badge-error.module-badge-popular, .bootstrap .badge-error.module-badge-partner { background-color: #d9534f; } +.bootstrap .nav-tabs { border-bottom: none; } +.bootstrap .nav-tabs li a { font-size: 1.1em; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 300; } +.bootstrap .nav-tabs li.active a, .bootstrap .nav-tabs li.active a:hover, .bootstrap .nav-tabs li.active a:focus { background-color: white; } +.bootstrap .table tr.parent td { background-color: #eeeeee !important; border-bottom: solid 1px #cccccc !important; } +.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #f4c178; } +.bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #e17875; } +.bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #e17875; } +.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #7cc67c; } +.bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #7cc67c; } +.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #81cfe6; } +.bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #81cfe6; } +.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error { background-color: #f3f3f2; border-color: #f34794; color: #f01778; padding-right: 50px; position: relative; border: none; border-right: solid 3px #f34291; } +.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr { border-top-color: #f22f86; } +.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link { color: #c70d60; } +.bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f34291; } +.bootstrap .overflow-y { max-height: 200px; margin-bottom: 15px; overflow-y: auto; } +.bootstrap .table { border-collapse: separate; border-spacing: 0 0 0 2px; margin-bottom: 5px; } +.bootstrap .table thead > tr > th { border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb; } +.bootstrap .table thead > tr > th span.title_box { color: #656565; display: block; word-wrap: nowrap; white-space: nowrap; } +.bootstrap .table thead > tr > th span.title_box.active { font-weight: bold; } +.bootstrap .table thead > tr > th span.title_box a { text-decoration: none; } +.bootstrap .table thead > tr > th span.title_box a.active { color: black; } +.bootstrap .table thead > tr.filter > th { background-color: #ecf6fb; } +.bootstrap .table thead > tr.filter > th input[type="text"].filter, .bootstrap .table thead > tr.filter > th input[type="password"].filter, .bootstrap .table thead > tr.filter > th select.filter { font-size: 11px; border-color: #a0d0eb; } +.bootstrap .table input, .bootstrap .table select { margin: 0; } +.bootstrap .table tbody > tr > td { border-top: none; color: #666666; background-color: white; padding: 3px 7px; vertical-align: middle; word-wrap: nowrap; font-size: 12px; border-bottom: solid 1px #eaedef; } +.bootstrap .table tbody > tr.odd > td { background-color: #fcfdfe; } +.bootstrap .table tbody > tr:hover > td { background-color: #f4f8fb; } +.bootstrap .table td.center, .bootstrap .table th.center { text-align: center; } +.bootstrap .table td.pointer { cursor: pointer; } +.bootstrap .table td.dragHandle { cursor: move; } +.bootstrap .table td.actions { min-width: 200px; } +.bootstrap tr.highlighted td { background-color: #00aff0 !important; color: white !important; } +.bootstrap .bulk-actions { margin: 17px 0 0 0; } +.bootstrap .list-action-enable { font-size: 1.3em; display: inline-block; width: 30px; text-align: center; color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .list-action-enable.action-enabled { border: solid #5cb85c 1px; background-color: #80c780; } +.bootstrap .list-action-enable.action-disabled { border: solid #d9534f 1px; background-color: #e27c79; } +.bootstrap .list-action-enable:hover { color: white; } +.bootstrap .tree { padding: 0 20px 0 0; list-style: none; } +.bootstrap .tree input { margin-left: 4px; } +.bootstrap .tree i { font-size: 1.3em; } +.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name { padding: 0 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; font-weight: normal; } +.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.bootstrap .tree .tree-selected { background-color: #8adfff; } +.bootstrap .tree .tree-selected i.tree-dot { background-color: #00aff0; } +.bootstrap .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 6px 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable { color: #cccccc; } +.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } +.bootstrap .tree-actions { display: inline-block; } +.bootstrap .tree-panel-heading-controls { margin: -20px -20px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.bootstrap .tree-actions .twitter-typeahead { padding: 0 4px 0 0; } +.bootstrap label.control-label { font-size: 13px; font-weight: normal; color: #666666; } +.bootstrap label.control-label span.label-tooltip { text-decoration: none; font-size: 13px; color: #3586ae; background-color: #edf7fb; border: none; border-bottom: solid 1px #d8edf7; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap label.required:before { content: "*"; color: red; font-size: 14px; position: relative; line-height: 12px; } +.bootstrap .tooltip { font-size: 12px; } +.bootstrap select.input-tiny, .bootstrap input[type="text"].input-tiny, .bootstrap input[type="password"].input-tiny { width: 80px; float: right; } +.bootstrap textarea { resize: none; } +.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus { background-color: #fefbe2; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn { text-transform: uppercase; } +.bootstrap .btn .caret { border-top-color: #333333 !important; } +.bootstrap .btn:hover .caret, .bootstrap .btn:focus .caret { border-top-color: white !important; } +.bootstrap .btn.btn-default { -webkit-box-shadow: #e6e6e6 0 in -2px 0set; box-shadow: #e6e6e6 0 in -2px 0set; } +.bootstrap .btn.btn-default:hover { -webkit-box-shadow: none; box-shadow: none; background-color: #00aff0; color: white; border-color: #008abd; } +.bootstrap .btn.btn-default:hover i { color: white; } +.bootstrap .btn.btn-primary { background-color: #00aff0; color: white; border-color: #008abd; } +.bootstrap .btn.btn-default[disabled] { border-color: #999999; color: #999999; background-color: #f2f2f2; -webkit-box-shadow: #cccccc 0 -2px 0 inset; box-shadow: #cccccc 0 -2px 0 inset; } +.bootstrap .dropdown-menu { text-align: right; } +.bootstrap .dropdown-menu > li a { padding: 5px 10px; } +.bootstrap .btn-group-action { width: 160px; float: left; } +.bootstrap .btn-group-action a { text-decoration: none; } +.bootstrap .tt-query { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } +.bootstrap .tt-dropdown-menu { background-color: white; border: solid 1px #cccccc; font-size: 0.9em; text-transform: none; } +.bootstrap .tt-suggestions { padding: 0 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; } +.bootstrap .tt-suggestion p { border-bottom: solid 1px #cccccc; margin: 0 !important; padding: 0 !important; } +.bootstrap .tt-suggestion:last-child p { border-bottom: none; } +.bootstrap .tagify-container { background-color: white; padding: 2px 6px; min-height: 30px; overflow: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; } +.bootstrap .tagify-container span { float: right; } +.bootstrap .tagify-container > span { display: inline-block; padding: 3px 5px; margin: 3px; border-radius: 2px; border: 1px solid #00aff0; background-color: #3ecbff; color: white; } +.bootstrap .tagify-container > span > a { padding-right: 5px; color: #00aff0; text-decoration: none; font-weight: bold; } +.bootstrap .tagify-container > input { margin-top: 2px; border: 0 none; width: 100px; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .tagify-container > input:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .box-stats { background-color: white; } +.bootstrap .box-stats .boxchart-overlay { padding: 10px 10px 5px 10px; margin-left: 10px; float: right; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats i { float: right; height: 64px; width: 64px; margin-left: 10px; color: white; font-size: 42px; text-align: center; line-height: 64px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .title { color: #666666; display: block; } +.bootstrap .box-stats .value { font-size: 19px; } +.bootstrap .box-stats small { line-height: 0.3em; color: #aaaaaa; text-transform: uppercase; } +.bootstrap .box-stats:hover { text-decoration: none; } +.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay { background-color: #2ba8e3; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color1 .value { color: #2ba8e3; } +.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay { background-color: #ff5450; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color2 .value { color: #ff5450; } +.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay { background-color: #9e5ba1; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color3 .value { color: #9e5ba1; } +.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay { background-color: #95cc6b; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color4 .value { color: #95cc6b; } +.bootstrap .data_chart rect { fill: white; } +.bootstrap .data_chart path { stroke: white; stroke-width: 2; fill: none; } +.bootstrap .data_chart line { stroke: black; } +.bootstrap .data_chart .area { fill: rgba(255, 255, 255, 0.3); stroke-width: 0; } +.bootstrap .icon-big { font-size: 4em; color: #dcc4a7; } +.bootstrap .switch a, .bootstrap .switch-light span span { display: none; } +@media only screen { .bootstrap .switch-light { display: block; height: 26px; position: relative; overflow: visible; padding: 0; } + .bootstrap .switch-light * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch-light a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch-light label, .bootstrap .switch-light > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch-light label { position: relative; z-index: 3; display: block; width: 100%; } + .bootstrap .switch-light input { position: absolute; opacity: 0; z-index: 5; } + .bootstrap .switch-light input:checked ~ a { right: 0%; } + .bootstrap .switch-light > span { position: absolute; right: 0; width: 100%; margin: 0; text-align: right; } + .bootstrap .switch-light > span span { position: absolute; top: 0; right: 0; z-index: 5; display: block; width: 50%; text-align: center; } + .bootstrap .switch-light > span span:last-child { right: 50%; } + .bootstrap .switch-light a { position: absolute; right: 50%; top: 0; z-index: 4; display: block; width: 50%; height: 100%; padding: 0; } + .bootstrap .switch { display: block; height: 26px; position: relative; } + .bootstrap .switch * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch label, .bootstrap .switch > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch input { position: absolute; opacity: 0; } + .bootstrap .switch label { position: relative; z-index: 2; float: right; width: 50%; height: 100%; margin: 0; text-align: center; } + .bootstrap .switch a { position: absolute; top: 0; right: 0; padding: 0; z-index: 1; width: 50%; height: 100%; color: white; border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .switch input:last-of-type:checked ~ a { right: 50%; border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .switch input:disabled ~ a { border: solid 1px #b3b3b3; background-color: #cccccc; -webkit-box-shadow: #b3b3b3 0 in -1px 0set; box-shadow: #b3b3b3 0 in -1px 0set; } + .bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a { width: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a { right: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:last-of-type ~ a { right: 66.66667%; } + .bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a { width: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a { right: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a { right: 50%; } + .bootstrap .switch.switch-4 input:checked:last-of-type ~ a { right: 75%; } + .bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a { width: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a { right: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a { right: 40%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a { right: 60%; } + .bootstrap .switch.switch-5 input:checked:last-of-type ~ a { right: 80%; } + .bootstrap .prestashop-switch { min-width: 150px; background-color: #eeeeee; border-radius: 3px; color: #333333; text-align: center; font-weight: 400; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; } + .bootstrap .prestashop-switch * { outline: 0 !important; } + .bootstrap .prestashop-switch label { text-transform: uppercase; color: #bbbbbb; font-weight: 400; cursor: pointer; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } + .bootstrap .prestashop-switch input:checked + label { color: white; } + .bootstrap .prestashop-switch > span { color: #666666; text-transform: uppercase; cursor: pointer; } + .bootstrap .prestashop-switch.switch-light input:checked ~ a { border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type { color: white; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ a { border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type { color: white; } } +.bootstrap .page-head { width: 100%; height: 55px; padding: 0 0 0 0; margin: 0; border-bottom: 4px solid #71b238; position: fixed; top: 36px; right: 0px; z-index: 499; background-color: #8bc954; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; } +.bootstrap .page-head h2.page-title { position: relative; padding: 24px 280px 0 0; margin: 0; font: 300 19px/1em Tahoma, "Open Sans", Helvetica, Arial, sans-serif; color: white; } +@media (max-width: 768px) { .bootstrap .page-head h2.page-title { padding: 26px 70px 0 0; } } +.bootstrap .page-head h2.page-title a { border-bottom: dotted 1px white; } +.bootstrap .page-head h2.page-title a:hover { color: black; border-color: black; } +.bootstrap .page-head a { color: white; text-decoration: none; } +.bootstrap .page-head ul.page-breadcrumb { position: absolute; list-style: none; margin: 0; padding: 0; right: 280px; top: 4px; height: 20px; line-height: 20px; color: black; background: transparent; font-size: 12px; color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +@media (max-width: 768px) { .bootstrap .page-head ul.page-breadcrumb { right: 70px; } } +.bootstrap .page-head ul.page-breadcrumb li { text-transform: uppercase; } +.bootstrap .page-head ul.page-breadcrumb li i { font-size: 14px; } +.bootstrap .page-head ul.page-breadcrumb li:first-child i { width: 54px; position: absolute; right: -60px; top: 2px; font-size: 42px; font-weight: 100; padding-left: 5px; color: rgba(0, 0, 0, 0.5); border-left: solid 1px #659e32; } +.bootstrap .page-head ul.page-breadcrumb li:before { color: #659e32; } +.bootstrap .page-head ul.page-breadcrumb li a { color: rgba(255, 255, 255, 0.6); } +.bootstrap .page-head ul.page-breadcrumb li a:hover { color: white; } +.bootstrap .page-head .btn-toolbar { margin: 0; padding: 0; } +.bootstrap .page-head .btn-toolbar > ul.nav, .bootstrap .page-head .btn-toolbar > ul#header_notifs_icon_wrapper, .bootstrap .page-head .btn-toolbar > ul#header_employee_box, .bootstrap .page-head .btn-toolbar > ul#header_quick { position: relative; top: 3px; } +.bootstrap .toolbar_btn { height: 46px; position: relative; padding: 2px 5px !important; margin-left: 3px; font-size: 12px; color: white; text-align: center; text-shadow: none; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +@media (max-width: 992px) { .bootstrap .toolbar_btn { width: 46px; border: solid 1px #659e32; font-size: 11px; } } +.bootstrap .toolbar_btn:hover { color: #8bc954; border-color: white; background-color: white !important; } +.bootstrap .page-header-toolbar-back { border: none !important; display: inline-block; } +.bootstrap #datepicker .input-selected { margin: 0; } +.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected { border: solid 3px #00a4e7; } +.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected { border: solid 3px #ff8000; } +.bootstrap #datepicker div#datepicker-form #date-range { border: solid 1px #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading { background-color: #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-compare { border: solid 1px #e67300; } +.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading { background-color: #e67300; } +.bootstrap #datepicker div#datepicker-form .form-date-heading { height: 30px; line-height: 30px; padding: 0 8px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label { font-size: 1.15em; color: white; font-weight: 200; text-transform: uppercase; line-height: 2em; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default { background-color: rgba(255, 255, 255, 0.3); font-weight: 700; color: white; border: none; } +.bootstrap #datepicker div#datepicker-form .form-date-heading select { margin: 2px 0 0 2px; } +.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions { width: 100%; padding: 10px; background-color: white; display: inline-block; } +.bootstrap #datepicker div#datepicker-form .form-date-actions { border: solid 1px #cccccc; } +.bootstrap #datepicker div#datepicker-form .form-date-group { clear: both; width: 100%; margin: 0 auto 6px auto; } +.bootstrap #datepicker div#datepicker-form .form-date-group label { font-size: 0.8em; font-weight: 700; text-transform: uppercase; color: #666666; } +.bootstrap #datepicker div#datepicker-form .form-date-group input { margin: 4px 0 0 4px; } +.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] { width: 35%; } +.bootstrap #datepicker div#datepicker-form .form-date-group button { margin: 5px 0 0 0; } +.bootstrap #datepicker .daterangepicker { position: relative; margin: 0 0 8px 0; width: 100%; font-size: 13px; border: solid 1px #cccccc; } +.bootstrap #datepicker .daterangepicker table { width: 100%; margin: 0; border-spacing: 1px; } +.bootstrap #datepicker .daterangepicker thead tr th { background-color: #0092ce; color: white; font-size: 0.7em; height: 1.5em; text-transform: uppercase; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { background-color: white; border-bottom: 1px solid #0092ce; font-weight: 200; font-size: 1.4em; color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th { text-align: center; padding: 0; position: relative; } +.bootstrap #datepicker .daterangepicker tr { border-bottom: solid 1px white; } +.bootstrap #datepicker .daterangepicker td { color: #00a4e7; height: 2.4em; padding: 0 8px; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap #datepicker .daterangepicker td.day:after { content: ""; position: absolute; display: block; top: 0; right: 0; width: 100%; z-index: 0; background-color: transparent; } +.bootstrap #datepicker .daterangepicker td.day:hover { cursor: pointer; } +.bootstrap #datepicker .daterangepicker td.day.disabled { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare { background-color: #4ca0b1; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare { background-color: #4ca0b1; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range { background-color: #ba924c; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range { background-color: #ba924c; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare { background-color: #4ca0b1; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #ff8000; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range { background-color: #ba924c; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.range { color: #cef1ff; background-color: #1bbdff; } +.bootstrap #datepicker .daterangepicker td.range.range-compare { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.range-compare { color: #fff2e5; background-color: #ff9933; } +.bootstrap #datepicker .daterangepicker td.range-compare.range { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.today { background-color: white; } +.bootstrap #datepicker .daterangepicker td span { padding: 0; display: block; width: 33.333%; height: 3em; line-height: 3em; font-weight: 400; float: right; text-transform: uppercase; cursor: pointer; } +.bootstrap #datepicker .daterangepicker td span:hover { color: white; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td span.active { background-color: #00a4e7; color: white; } +.bootstrap #datepicker .daterangepicker td span.old { color: #cccccc; } +.bootstrap #datepicker .daterangepicker th.next { text-align: left; padding: 0 0 0 10px; } +.bootstrap #datepicker .daterangepicker th.prev { text-align: right; padding: 0 10px 0 0; } +.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch { font-size: 1.3em; line-height: 2em; height: 2em; } +.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover { background-color: #0092ce; color: white; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { cursor: pointer; } +.bootstrap .chevron-left, .bootstrap .chevron-right { position: relative; } +.bootstrap .chevron-left:before, .bootstrap .chevron-right:before { display: block; content: ""; width: 0; height: 0; border-style: solid; position: absolute; } +.bootstrap .chevron-left:before { left: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #00a4e7 transparent transparent; background-color: #1bbdff; } +.bootstrap .chevron-right:before { right: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #1bbdff transparent transparent; background-color: #00a4e7; } +.bootstrap .input-complete { -webkit-animation: one 0.2s ease-in-out; -moz-animation: one 0.2s ease-in-out; -ms-animation: one 0.2s ease-in-out; -o-animation: one 0.2s ease-in-out; animation: one 0.2s ease-in-out; } +.bootstrap .multishop-well { padding: 20px 20px 10px; margin-bottom: 15px; background-color: #faf8f0; border: none; border-right: 3px solid #fbeccb; } +.bootstrap #carrier_wizard { position: relative; display: block; } +.bootstrap #carrier_wizard .stepContainer { position: relative; display: block; clear: both; } +.bootstrap #carrier_wizard .stepContainer div.content { position: absolute; display: block; width: 100%; clear: both; } +.bootstrap #carrier_wizard .stepContainer .StepTitle { display: block; position: relative; clear: both; } +.bootstrap #carrier_wizard ul.anchor { position: relative; display: block; float: right; list-style: none; padding: 0; margin: 0 0 10px 0; clear: both; width: 100%; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li { width: 25%; float: right; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li { width: 25%; float: right; } +.bootstrap #carrier_wizard li { position: relative; display: block; overflow: hidden; } +.bootstrap #carrier_wizard li a { color: #cccccc; height: 32px; display: block; position: relative; margin: 0 0 0 16px; text-decoration: none; outline-style: none; } +.bootstrap #carrier_wizard li a .stepNumber { position: relative; float: right; width: 24px; height: 32px; margin-left: 3px; text-align: center; padding: 0 5px; font-size: 30px; line-height: 32px; color: white; } +.bootstrap #carrier_wizard li a .stepDesc { position: relative; text-align: right; font-size: 13px; height: 32px; display: table-cell; vertical-align: middle; line-height: 13px; } +.bootstrap #carrier_wizard li a .chevron { border: 16px solid transparent; border-right: 14px solid white; border-left: 0; position: absolute; left: -16px; top: 0; } +.bootstrap #carrier_wizard li a .chevron:after { border: 16px solid transparent; border-right: 14px solid #cccccc; border-left: 0; position: absolute; content: ""; left: 2px; top: -16px; } +.bootstrap #carrier_wizard li a.disabled { color: #777777; background-color: #cccccc; } +.bootstrap #carrier_wizard li a.disabled .chevron:after { border-right: 14px solid #cccccc; } +.bootstrap #carrier_wizard li a.selected { color: #f8f8f8; cursor: text; background-color: #40454f; } +.bootstrap #carrier_wizard li a.selected .chevron:after { border-right: 14px solid #40454f; } +.bootstrap #carrier_wizard li a.done { color: white; background-color: #5cb85c; } +.bootstrap #carrier_wizard li a.done .chevron:after { border-right: 14px solid #5cb85c; } +.bootstrap #carrier_wizard .loader { display: none; } +.bootstrap #carrier_wizard .msgBox { position: relative; display: none; float: right; margin: 4px 5px 0 0; padding: 5px; border: 1px solid gold; background-color: #ffffdd; color: #5a5655; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap #carrier_wizard .msgBox .content { padding: 0px; float: right; } +.bootstrap #carrier_wizard #carrier_logo_block { left: 10px; } +.bootstrap #carrier_wizard .range_inf td, .bootstrap #carrier_wizard .range_sup td { background-color: #cccccc; } +.bootstrap #carrier_wizard .range_type { width: 220px; text-align: left; font-weight: bold; } +.bootstrap #carrier_wizard .range_data { width: 110px; } +.bootstrap #carrier_wizard .range_sign { width: 18px; font-size: 20px; text-align: center; } +.bootstrap #carrier_wizard .range_data_new { width: 110px; } +.bootstrap #carrier_wizard table#zones_table { width: auto; } +.bootstrap #carrier_wizard .field_error { border-color: #d9534f; } +.bootstrap #carrier_wizard .actionBar { height: 30px; } +.bootstrap #carrier_wizard .actionBar a { float: left; margin-left: 10px; } +.bootstrap .size_s { font-size: 1.0em; } +.bootstrap .size_md { font-size: 1.2em; } +.bootstrap .size_l { font-size: 1.5em; } +.bootstrap .size_xl { font-size: 1.8em; } +.bootstrap .size_xxl { font-size: 2.2em; } +.bootstrap .number-monospace { font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif !important; word-spacing: -0.3em; font-weight: 200; } +.bootstrap .color_success { color: #5cb85c; } +.bootstrap .color_danger { color: #d9534f; } +.bootstrap .dash_trend_down { color: red; } +.bootstrap .dash_trend_down:before { margin-left: 4px; font-family: FontAwesome; content: "\f0ab"; } +.bootstrap .dash_trend_up { color: green; } +.bootstrap .dash_trend_up:before { margin-left: 4px; font-family: FontAwesome; content: "\f0aa"; } +.bootstrap .dash_trend_right { color: darkblue; } +.bootstrap .dash_trend_right:before { margin-left: 4px; font-family: FontAwesome; content: "\f0a9"; } +.bootstrap .box-stats { height: 70px; } +.bootstrap #dashboard section > section header { padding: 3px 8px; margin: 0 0 3px 0; color: white; font-size: 1.2em; background-color: #00aff0; } +.bootstrap #dashboard section > section header .small { display: block; clear: both; font-variant: small-cap; text-transform: uppercase; font-size: 0.8em; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard .data_list { margin: 0 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list li { position: relative; } +.bootstrap #dashboard .data_list .data_value { line-height: 39px; position: absolute; top: 0; left: 0; padding: 0 0 0 10px; } +.bootstrap #dashboard .data_list_small { margin: 8px 0 10px 0; padding: 0 0 0 0; border-top: solid 1px #dddddd; } +.bootstrap #dashboard .data_list_small li { padding: 3px 0; position: relative; border: none; margin: 0; border-bottom: dashed 1px #dddddd; } +.bootstrap #dashboard .data_list_small .data_label { text-transform: uppercase; color: #bbbbbb; } +.bootstrap #dashboard .data_list_small .data_value { line-height: 25px; position: absolute; top: 0; left: 0; padding: 0; } +.bootstrap #dashboard .data_list_large { margin: 8px 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list_large li { padding: 6px 0; position: relative; border: none; margin: 0; } +.bootstrap #dashboard .data_list_large .data_label { line-height: 0.8em; } +.bootstrap #dashboard .data_list_large .data_label small { font-size: 0.6em; } +.bootstrap #dashboard .data_list_large .data_value { text-align: left; line-height: 0.6em; position: absolute; top: 0; left: 0; padding: 8px 0 0 0; } +.bootstrap #dashboard .data_list_large .data_value small { font-size: 0.5em; } +.bootstrap #dashboard .data_list_vertical { padding: 0; margin: 0 0 10px 0; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap #dashboard .data_list_vertical li { border-right: solid 1px #dddddd; padding: 6px; } +.bootstrap #dashboard .data_list_vertical li:first-child { border: none; } +.bootstrap #dashboard .data_list_vertical .data_label { min-height: 32px; display: block; line-height: 1em; text-align: center; } +.bootstrap #dashboard .data_list_vertical .data_value { display: block; text-align: center; } +.bootstrap #dashboard #dashtrends header { margin-bottom: 0; } +.bootstrap #dashboard #dashtrends #dashtrends_toolbar { margin: 0 -16px 10px; } +.bootstrap #dashboard #dashtrends dl { cursor: pointer; margin: 0; min-height: 90px; text-align: center; background-color: white; padding: 10px; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } +.bootstrap #dashboard #dashtrends dl:first-child { border-right: none; } +.bootstrap #dashboard #dashtrends dl.active { background-color: #00aff0; -webkit-box-shadow: white 0 2px 0 0 inset; box-shadow: white 0 2px 0 0 inset; } +.bootstrap #dashboard #dashtrends dl.active dt { color: white; font-size: 1.2em; } +.bootstrap #dashboard #dashtrends dl.active dd { color: white; } +.bootstrap #dashboard #dashtrends dt { text-align: center; height: 37px; line-height: 1em; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard #dashtrends dd span { font-size: 0.8em; white-space: nowrap; } +.bootstrap #dashboard #dashtrends svg { height: 350px; } +.bootstrap #dashboard #dashgoals svg { height: 250px; } +.bootstrap #dashboard #dashproducts nav { margin-bottom: 10px; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; } +.bootstrap #dashboard #dashaddons { background-color: white; border: 1px dashed silver; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 10px 20px; font-size: 1.3em; text-align: center; } +.bootstrap #dashboard #dashaddons a { display: block; } +.bootstrap #dashboard #dashaddons a:hover { text-decoration: none; } +.bootstrap #dashboard #dashactivity svg { height: 150px; } +.bootstrap #dashboard .loading .data_value { min-width: 30px; text-align: center; } +.bootstrap #dashboard .loading .data_value:before { font-size: 0.7em; font-family: FontAwesome; content: "\f021"; color: #cccccc; } +.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small { display: none; } +.bootstrap #dashboard .loading .data_trend { display: none; } +.bootstrap #dashboard .tooltip-panel { padding: 10px; min-width: 150px; } +.bootstrap #dashboard .tooltip-panel-heading { font: 400 1.2em/1.42857 "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #cccccc; } +.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; animation-name: bounceG; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-direction: linear; animation-direction: linear; -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -ms-transform: scaleX(0.7); -o-transform: scaleX(0.7); transform: scaleX(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); -ms-transform: scaleY(0.7); -o-transform: scaleY(0.7); transform: scaleY(0.7); } +.bootstrap #dash_version { padding: 0 !important; overflow: hidden; } +.bootstrap #dash_version iframe { height: 80px; width: 100%; } +.bootstrap #login { height: 100%; background-color: #092756; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756)); background: -webkit-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(right top, #670d10, #092756); background: -moz-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(right top, #670d10, #092756); background: -o-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(right top, #670d10, #092756); background: radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(right top, #670d10, #092756); } +.bootstrap #login-header { padding-top: 40px; margin-bottom: 30px; color: white; } +.bootstrap #login-header h1, .bootstrap #login-header h4 { margin: 0; padding: 0; } +.bootstrap #login-panel { margin: 0 auto; width: 420px; } +@media (max-width: 480px) { .bootstrap #login-panel { width: 90%; } } +.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel { -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; } +.bootstrap #login-panel .panel-footer { height: inherit; margin: 0 -20px -20px; } +.bootstrap #login-panel .flip-container { height: 370px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } +.bootstrap #login-panel .flip-container.flip .flipper { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel .flipper { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } +.bootstrap #login-panel .front, .bootstrap #login-panel .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; width: 100%; padding: 20px; position: absolute; top: 0; right: 0; } +.bootstrap #login-panel .front { z-index: 2; } +.bootstrap #login-panel .back { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel #remind-me { margin-top: 0; } +.bootstrap #login-footer a { color: #a0aab5; } +.bootstrap #module-list h3 { position: relative; top: 0; right: 0; margin: 0; padding: 0; background-color: transparent; color: #40454f; font-weight: 500; } +.bootstrap .hook_panel { -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; padding: 10px 10px 5px 10px; margin-bottom: 3px !important; } +.bootstrap .module_name { font-size: 1.2em; } +.bootstrap .hook_panel_header { margin: 0 -10px 0 -10px; padding: 0 10px 10px 10px; } +.bootstrap .hook_panel_header .hook_name { font-weight: 400; font-size: 1.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #00aff0; border: solid 1px #cccccc; background-color: white; padding: 0 4px; } +.bootstrap .hook_panel_header .hook_title { text-transform: uppercase; font-size: 1em; } +.bootstrap .hook_panel_header .hook_description { padding: 3px 3px 0 0; } +.bootstrap #modules_list_container_tab img { max-width: 66px; } +.bootstrap .module_list .module_list_item { display: table; width: 100%; padding: 5px 0; margin-bottom: 4px; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .module_list .draggable { cursor: pointer; } +.bootstrap .module_col_select { display: table-cell; width: 22px; min-height: 35px; vertical-align: middle; text-align: center; border-left: 1px solid #dddddd; } +.bootstrap .module_col_position { display: table-cell; width: 60px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_position .positions { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; text-shadow: white 1px 1px; padding: 0 5px; font-size: 1.6em; color: #aaaaaa; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; border: solid 1px #cccccc; background-color: #eeeeee; cursor: n-resize; } +.bootstrap .module_col_icon { display: table-cell; width: 50px; text-align: center; vertical-align: middle; } +.bootstrap .module_col_infos { display: table-cell; height: 50px; vertical-align: middle; } +.bootstrap .module_col_actions { display: table-cell; width: 160px; padding: 0 10px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_actions .btn-group { text-align: right; } +.bootstrap li.sortable-placeholder { border: 1px dashed #cccccc; background-color: #bbbbbb; margin-bottom: 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap td.module_active { background-color: #80c780 !important; } +.bootstrap td.module_inactive { background-color: #d5d5d5 !important; } +.bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-size: 12px; } +.bootstrap .module-badge-popular { background-color: #f01778; } +.bootstrap .module-badge-partner { background-color: #00aff0; } +.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel { padding: 0; margin: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; box-shadow: 0; } +.bootstrap #translations_form .translations-email-panel { margin: 0 20px 8px 0; padding: 8px 12px; } +.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea { width: 100%; height: 500px; } +.bootstrap #translations_form .panel-group { display: none; } +.bootstrap #translations_form a.panel-title i { display: none; } +.bootstrap #translations_form a.panel-title:hover { text-decoration: none; } +.bootstrap #translations_form a.panel-title:hover i { display: inline-block; } +.bootstrap #translations_form .mails_field { border-bottom: 1px solid #eeeeee; padding-bottom: 8px; margin-bottom: 16px; } +.bootstrap #translations_form .mails_field ul.nav-pills { margin-bottom: 5px; } +.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner { font-size: 12px; } +.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner { color: #d9534f; border: solid 2px #d9534f; background-color: transparent; } +.bootstrap #translations_form .mails_field .panel-footer { margin: 0 -15px; } +.bootstrap .employee_avatar { display: block !important; margin: 10px auto !important; text-align: center; -webkit-box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; } +.bootstrap .avatar-xs { height: 16px; width: 16px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; } +.bootstrap .avatar-xs img { width: 100%; height: 100%; } +.bootstrap .avatar-xs i { font-size: 10.66667px; line-height: 16px; } +.bootstrap .avatar-sm, .bootstrap .employee_avatar_small { height: 32px; width: 32px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; } +.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img { width: 100%; height: 100%; } +.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i { font-size: 21.33333px; line-height: 32px; } +.bootstrap .avatar-md { height: 64px; width: 64px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 64px; -moz-border-radius: 64px; -ms-border-radius: 64px; -o-border-radius: 64px; border-radius: 64px; } +.bootstrap .avatar-md img { width: 100%; height: 100%; } +.bootstrap .avatar-md i { font-size: 42.66667px; line-height: 64px; } +.bootstrap .avatar-lg, .bootstrap .employee_avatar { height: 96px; width: 96px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 96px; -moz-border-radius: 96px; -ms-border-radius: 96px; -o-border-radius: 96px; border-radius: 96px; } +.bootstrap .avatar-lg img, .bootstrap .employee_avatar img { width: 100%; height: 100%; } +.bootstrap .avatar-lg i, .bootstrap .employee_avatar i { font-size: 64px; line-height: 96px; } +.bootstrap .avatar-xl { height: 128px; width: 128px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 128px; -moz-border-radius: 128px; -ms-border-radius: 128px; -o-border-radius: 128px; border-radius: 128px; } +.bootstrap .avatar-xl img { width: 100%; height: 100%; } +.bootstrap .avatar-xl i { font-size: 85.33333px; line-height: 128px; } +.bootstrap .message-item-initial h2 { font-size: 1.5em; margin: 0 0 5px 0; } +.bootstrap .message-item-initial .message-item-initial-body { position: relative; margin-top: 10px; } +.bootstrap .message-item-initial .message-date { color: #bbbbbb; margin-bottom: 10px; } +.bootstrap .message-item { position: relative; border-bottom: solid 1px #eeeeee; margin-right: 30px; } +.bootstrap .message-item:last-child { border: none; } +.bootstrap .message-item .message-item-heading { display: inline-block; } +.bootstrap .message-item .message-body { margin: 0 80px 0 0; } +.bootstrap .message-item .message-body .message-item-text { padding: 0 10px 0 0; border-right: 2px solid #cccccc; } +.bootstrap .message-item .message-avatar { position: absolute; top: 0; right: 0; } +.bootstrap .message-item .message-date { color: #bbbbbb; } +.bootstrap .arrow:before, .bootstrap .arrow:after { position: absolute; display: inline-block; border-color: transparent; border-style: solid; content: ""; } +.bootstrap .arrow-left:before { margin-right: -7px; top: 6px; right: 0px; border-left-color: #d1d4d7; border-width: 7px 0 7px 7px; } +.bootstrap .arrow-left:after { margin-right: -6px; top: 7px; right: 0px; border-left-color: white; border-width: 6px 0 6px 6px; } +.bootstrap .arrow-right:before { margin-left: -7px; top: 6px; left: 0px; border-right-color: #d1d4d7; border-width: 7px 7px 7px 0; } +.bootstrap .arrow-right:after { margin-left: -6px; top: 7px; left: 0px; border-right-color: white; border-width: 6px 6px 6px 0; } +.bootstrap .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } +.bootstrap .timeline:before { content: ""; width: 6px; margin-right: -4px; position: absolute; right: 50%; top: 0; bottom: 30px; background-color: #dddddd; z-index: 0; } +.bootstrap .timeline .timeline-item { display: table-row; } +.bootstrap .timeline .timeline-item .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } +.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { -webkit-box-shadow: 0; box-shadow: 0; display: inline-block; position: relative; margin-right: 42px; position: relative; text-align: right; } +.bootstrap .timeline .timeline-item .timeline-caption h5 { margin: 0; } +.bootstrap .timeline .timeline-item .timeline-caption h5 span { display: block; color: #999999; margin-bottom: 4px; font-size: 12px; } +.bootstrap .timeline .timeline-item .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } +.bootstrap .timeline .timeline-item .timeline-date { position: absolute; width: 150px; right: -220px; top: 10px; text-align: left; } +.bootstrap .timeline .timeline-item .timeline-icon { position: absolute; right: -62px; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; top: -2px; text-align: center; border: 2px solid white; background-color: #666666; } +.bootstrap .timeline .timeline-item .timeline-icon i { font-size: 20px; margin-top: 5px; color: white; } +.bootstrap .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after { content: ""; display: block; width: 50%; } +.bootstrap .timeline .timeline-item.alt { text-align: left; } +.bootstrap .timeline .timeline-item.alt:before { display: none; } +.bootstrap .timeline .timeline-item.alt .timeline-panel { margin-left: 40px; margin-right: 0; } +.bootstrap .timeline .timeline-item.alt .timeline-date { right: auto; left: -220px; text-align: right; } +.bootstrap .timeline .timeline-item.alt .timeline-icon { right: auto; left: -60px; } +.bootstrap .timeline .timeline-item.active { display: table-caption; text-align: center; } +.bootstrap .timeline .timeline-item.active:before { width: 1%; } +.bootstrap .timeline .timeline-item.active .timeline-panel { margin-right: 0; } +.bootstrap .timeline .timeline-item.active .timeline-caption { display: inline-block; width: auto; } +.bootstrap .timeline .timeline-item.active .timeline-date, .bootstrap .timeline .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } +.bootstrap .command-danger { background-color: #d9534f !important; } +.bootstrap .command-success { background-color: #5cb85c !important; } + +/* jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4 */ +#growls { z-index: 50000; position: fixed; } +#growls.default { top: 100px; left: 10px; } +#growls.tl { top: 10px; right: 10px; } +#growls.tr { top: 10px; left: 10px; } +#growls.bl { bottom: 10px; right: 10px; } +#growls.br { bottom: 10px; left: 10px; } + +.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } +.growl.growl-incoming { opacity: 0; } +.growl.growl-outgoing { opacity: 0; } +.growl.growl-small { width: 200px; padding: 5px; margin: 5px; } +.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; } +.growl.growl-large { width: 300px; padding: 15px; margin: 15px; } +.growl.growl-default { color: white; background: gray; } +.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); } +.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); } +.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); } +.growl .growl-close { cursor: pointer; float: left; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; } +.growl .growl-title { font-size: 18px; line-height: 24px; } +.growl .growl-message { font-size: 14px; line-height: 18px; } + +/* group Base */ +.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.chosen-container .chosen-drop { position: absolute; top: 100%; right: -9999px; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.chosen-container.chosen-with-drop .chosen-drop { right: 0; } +.chosen-container a { cursor: pointer; } + +/* end */ +/* group Single Chosen */ +.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 8px 0 0; height: 27px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background-clip: padding-box; box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); } +.chosen-container-single .chosen-default { color: #999; } +.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-left: 26px; text-overflow: ellipsis; white-space: nowrap; } +.chosen-container-single .chosen-single-with-deselect span { margin-left: 38px; } +.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; left: 26px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single .chosen-single div { position: absolute; top: 0; left: 0; display: block; width: 18px; height: 100%; } +.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("../img/chosen-sprite.png") no-repeat 0px 4px; } +.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; } +.chosen-container-single .chosen-search input[type="text"] { margin: 1px 0; padding: 4px 5px 4px 20px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url("../img/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 4px 4px 0; background-clip: padding-box; } +.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; right: -9999px; } + +/* end */ +/* group Results */ +.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 0 4px 4px; padding: 0 4px 0 0; max-height: 240px; -webkit-overflow-scrolling: touch; } +.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; -webkit-touch-callout: none; } +.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; } +.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; } +.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; } +.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; } +.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; } +.chosen-container .chosen-results li.group-option { padding-right: 15px; } +.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; } + +/* end */ +/* group Multi Chosen */ +.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #aaa; background-color: #fff; cursor: text; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-multi .chosen-choices li { float: right; list-style: none; } +.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; } +.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #666; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; } +.chosen-container-multi .chosen-choices li.search-field .default { color: #999; } +.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 5px 3px 20px; border: 1px solid #aaa; border-radius: 3px; background-color: #e4e4e4; background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; left: 3px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; } +.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-left: 5px; border: 1px solid #ccc; background-color: #e4e4e4; color: #666; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; } +.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; } +.chosen-container-multi .chosen-results { margin: 0; padding: 0; } +.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; } + +/* end */ +/* group Active */ +.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); box-shadow: 0 1px 0 #fff inset; } +.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; background: transparent; } +.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; } +.chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } +.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; } + +/* end */ +/* group Disabled Support */ +.chosen-disabled { opacity: 0.5 !important; cursor: default; } +.chosen-disabled .chosen-single { cursor: default; } +.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } + +/* end */ +/* group Right to Left */ +.chosen-rtl { text-align: left; } +.chosen-rtl .chosen-single { overflow: visible; padding: 0 0 0 8px; } +.chosen-rtl .chosen-single span { margin-left: 0; margin-right: 26px; direction: rtl; } +.chosen-rtl .chosen-single-with-deselect span { margin-right: 38px; } +.chosen-rtl .chosen-single div { left: auto; right: 3px; } +.chosen-rtl .chosen-single abbr { left: auto; right: 26px; } +.chosen-rtl .chosen-choices li { float: left; } +.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; } +.chosen-rtl .chosen-choices li.search-choice { margin: 3px 0 3px 5px; padding: 3px 19px 3px 5px; } +.chosen-rtl .chosen-choices li.search-choice .search-choice-close { left: auto; right: 4px; } +.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { right: 9999px; } +.chosen-rtl.chosen-container-single .chosen-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; } +.chosen-rtl .chosen-results li.group-option { padding-left: 15px; padding-right: 0; } +.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; } +.chosen-rtl .chosen-search input[type="text"] { padding: 4px 20px 4px 5px; background: white url("../img/chosen-sprite.png") no-repeat -30px -20px; direction: rtl; background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; } +.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; } + +/* end */ +/* group Retina compatibility */ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("../img/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } } +/* end */ +/*! + * Ladda + * http://lab.hakim.se/ladda + * MIT licensed + * + * Copyright (C) 2013 Hakim El Hattab, http://hakim.se + */ +.ladda-button { position: relative; } +.ladda-button .ladda-spinner { position: absolute; z-index: 2; display: inline-block; width: 32px; height: 32px; top: 50%; margin-top: -16px; opacity: 0; pointer-events: none; } +.ladda-button .ladda-label { position: relative; z-index: 3; } +.ladda-button .ladda-progress { position: absolute; width: 0; height: 100%; right: 0; top: 0; background: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; -webkit-transition: 0.1s linear all !important; -moz-transition: 0.1s linear all !important; -ms-transition: 0.1s linear all !important; -o-transition: 0.1s linear all !important; transition: 0.1s linear all !important; } +.ladda-button .ladda-progress[data-loading] .ladda-progress { opacity: 1; visibility: visible; } + +.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label { -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; } + +.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -ms-transition: 0.3s ease all !important; -o-transition: 0.3s ease all !important; transition: 0.3s ease all !important; } + +.ladda-button[data-style=expand-left] .ladda-spinner { left: 14px; } +.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left: 4px; } +.ladda-button[data-style=expand-left][data-loading] { padding-left: 56px; } +.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left: 40px; } + +.ladda-button[data-style=expand-right] .ladda-spinner { right: 14px; } +.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner { right: 4px; } +.ladda-button[data-style=expand-right][data-loading] { padding-right: 56px; } +.ladda-button[data-style=expand-right][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] { padding-right: 40px; } + +.ladda-button[data-style=expand-up] { overflow: hidden; } +.ladda-button[data-style=expand-up] .ladda-spinner { top: -32px; right: 50%; margin-right: -16px; } +.ladda-button[data-style=expand-up][data-loading] { padding-top: 54px; } +.ladda-button[data-style=expand-up][data-loading] .ladda-spinner { opacity: 1; top: 14px; margin-top: 0; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] { padding-top: 32px; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner { top: 4px; } + +.ladda-button[data-style=slide-right] { overflow: hidden; } +.ladda-button[data-style=slide-right] .ladda-label { position: relative; } +.ladda-button[data-style=slide-right] .ladda-spinner { right: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-right][data-loading] .ladda-label { opacity: 0; right: -100%; } +.ladda-button[data-style=slide-right][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-left] { overflow: hidden; } +.ladda-button[data-style=slide-left] .ladda-label { position: relative; } +.ladda-button[data-style=slide-left] .ladda-spinner { left: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-left][data-loading] .ladda-label { opacity: 0; right: 100%; } +.ladda-button[data-style=slide-left][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-up] { overflow: hidden; } +.ladda-button[data-style=slide-up] .ladda-label { position: relative; } +.ladda-button[data-style=slide-up] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: 1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-label { opacity: 0; top: -1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=slide-down] { overflow: hidden; } +.ladda-button[data-style=slide-down] .ladda-label { position: relative; } +.ladda-button[data-style=slide-down] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: -2em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-label { opacity: 0; top: 1em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=zoom-out] { overflow: hidden; } +.ladda-button[data-style=zoom-out] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(2.5); -moz-transform: scale(2.5); -ms-transform: scale(2.5); -o-transform: scale(2.5); transform: scale(2.5); } +.ladda-button[data-style=zoom-out] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-out][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } +.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=zoom-in] { overflow: hidden; } +.ladda-button[data-style=zoom-in] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } +.ladda-button[data-style=zoom-in] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-in][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -ms-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); } +.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=contract] { overflow: hidden; width: 100px; } +.ladda-button[data-style=contract] .ladda-spinner { right: 50%; margin-right: -16px; } + +.ladda-button[data-style=contract][data-loading] { border-radius: 50%; width: 52px; } +.ladda-button[data-style=contract][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[data-style=contract-overlay] { overflow: hidden; width: 100px; box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0); } +.ladda-button[data-style=contract-overlay] .ladda-spinner { right: 50%; margin-right: -16px; } +.ladda-button[data-style=contract-overlay][data-loading] { border-radius: 50%; width: 52px; /*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */ box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0.8); } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[disabled], .ladda-button[data-loading] { border-color: rgba(0, 0, 0, 0.07); cursor: default; background-color: #999999; } +.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default; background-color: #999999; } +.ladda-button[data-size=xs] { padding: 4px 8px; } +.ladda-button[data-size=xs] .ladda-label { font-size: 0.7em; } +.ladda-button[data-size=s] { padding: 6px 10px; } +.ladda-button[data-size=s] .ladda-label { font-size: 0.9em; } +.ladda-button[data-size=l] .ladda-label { font-size: 1.2em; } +.ladda-button[data-size=xl] .ladda-label { font-size: 1.5em; } + +.nobootstrap { background-color: white; min-width: 1200px; padding: 100px 30px; } +.nobootstrap form p { margin: 0.5em 0 0; padding: 0 0 0.5em; } +.nobootstrap fieldset { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; } +.nobootstrap fieldset img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap legend { background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap legend a { color: #585984; text-decoration: none; } +.nobootstrap label { color: #585a69; text-shadow: 0 1px 0 white; float: right; width: 250px; padding: 0.2em 0 0 0.5em; text-align: left; font-weight: bold; } +.nobootstrap label.t { float: none; clear: none; padding: 0 5px 0; margin: 0px; font-weight: normal; font-size: 12px; text-shadow: none; } +.nobootstrap .clear { clear: both; } +.nobootstrap .margin-form { padding: 0 260px 1em 0; color: #7f7f7f; font-size: 0.85em; } +.nobootstrap .button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap input { vertical-align: middle; } +.nobootstrap select { border: 1px solid #cccccc; font-size: 12px; } +.nobootstrap input, .nobootstrap textarea, .nobootstrap option { color: black; font-size: 12px; margin: 0; padding: 0; } +.nobootstrap input[type="text"], .nobootstrap input[type="password"], .nobootstrap input[type="file"], .nobootstrap textarea { border: 1px solid #cccccc; background-color: white; padding: 2px 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } +.nobootstrap .table_grid { width: 100%; } +.nobootstrap .table { background-color: white; border: 1px solid #cccccc; padding: 0; border-radius: 3px; } +.nobootstrap .table th a { text-decoration: underline; } +.nobootstrap .table th a:hover { text-decoration: none; } +.nobootstrap .table tr th { background-color: #f1f1f1; color: #333333; font-size: 13px; padding: 4px 6px; text-align: right; } +.nobootstrap .table tr th.right { text-align: center; } +.nobootstrap .table tr td { border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; padding: 4px 6px 4px 4px; } +.nobootstrap .table tr.row_hover.filter:hover td { background: #f1f9ff; } +.nobootstrap .table tr td.row_hover:hover table tr td { background: none; } +.nobootstrap .table tr.action_details td { background: #fafafa; } +.nobootstrap .table tr.alt_row.action_details td { background: #e8e8e8; } +.nobootstrap .table tr td.empty { background: white !important; border-bottom: none; } +.nobootstrap .table tr td.first { border-right: 1px solid #dedede; } +.nobootstrap .table tr td.last { border-left: 1px solid #dedede; } +.nobootstrap .table tr.small td { height: 15px; } +.nobootstrap .table tr.last td { border-bottom: none; } +.nobootstrap .table tr .filter { background-color: #f1f9ff; } + +.nobootstrap .form-group { clear: both; margin-bottom: 1em; float: right; width: 100%; } +.nobootstrap .form-group > div { float: right; } +.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; float: right; width: 100%; box-sizing: border-box; } +.nobootstrap .panel:not(.bootstrap) img, .nobootstrap .bootstrap #dash_version:not(.bootstrap) img, .bootstrap .nobootstrap #dash_version:not(.bootstrap) img, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap .panel:not(.bootstrap) h3, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 { position: relative; top: -25px; display: inline-block; background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap .panel:not(.bootstrap) h3 a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a { color: #585984; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) h3 i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i { font-family: "FontAwesome"; } +.nobootstrap .panel:not(.bootstrap) .help-block, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block { float: right; clear: both; } +.nobootstrap .panel:not(.bootstrap) .switch, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch { float: right; clear: both; line-height: 1.3em; } +.nobootstrap .panel:not(.bootstrap) .switch label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label { padding: 0 5px 0 10px; float: right; width: auto; } +.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .panel:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio] { float: right; } +.nobootstrap .panel:not(.bootstrap) .radio label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label { clear: both; width: auto; margin-left: 4px; } +.nobootstrap .panel:not(.bootstrap) button, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) button:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover { border-color: #aaaaaa #999999 #888888; } \ No newline at end of file diff --git a/admin-dev/themes/default/css/rtl.css b/admin-dev/themes/default/css/rtl.css new file mode 100644 index 0000000000000..0633e74b6f3ea --- /dev/null +++ b/admin-dev/themes/default/css/rtl.css @@ -0,0 +1,64 @@ +/* @Todo: create a difference file for deleting _rtl files*/ + + +/* fix SVG */ +.chart svg {direction:ltr} +svg text { font: normal 11px Tahoma,Arial !important; } + +/* reverse font awesome icon directions */ + +.icon-step-forward:before { content: "\f048"; } + +.icon-fast-forward:before { content: "\f049"; } + +.icon-forward:before { content: "\f04a"; } + +.icon-backward:before { content: "\f04e"; } + +.icon-fast-backward:before { content: "\f050"; } + +.icon-step-backward:before { content: "\f051"; } + +.icon-chevron-right:before { content: "\f053"; } + +.icon-chevron-left:before { content: "\f054"; } + +.icon-arrow-right:before { content: "\f060"; } + +.icon-arrow-left:before { content: "\f061"; } + +.icon-hand-o-left:before, .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-right:before, .icon-hand-left:before { content: "\f0a5"; } + +.icon-caret-right:before { content: "\f0d9"; } + +.icon-caret-left:before { content: "\f0da"; } + +.icon-angle-double-right:before, .icon-double-angle-right:before { content: "\f100"; } + +.icon-angle-double-left:before, .icon-double-angle-left:before { content: "\f101"; } + +.icon-angle-right:before { content: "\f104"; } + +.icon-angle-left:before { content: "\f105"; } + +.icon-quote-right:before { content: "\f10d"; } + +.icon-quote-left:before { content: "\f10e"; } + +.icon-chevron-circle-right:before, .icon-chevron-sign-right:before { content: "\f137"; } + +.icon-chevron-circle-left:before, .icon-chevron-sign-left:before { content: "\f138"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f152"; } + +.icon-long-arrow-right:before { content: "\f177"; } + +.icon-long-arrow-left:before { content: "\f178"; } + +.icon-arrow-circle-o-left:before { content: "\f18e"; } + +.icon-arrow-circle-o-right:before { content: "\f190"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before { content: "\f191"; } diff --git a/admin-dev/themes/default/css/schemes/admin-theme-blue_rtl.css b/admin-dev/themes/default/css/schemes/admin-theme-blue_rtl.css new file mode 100644 index 0000000000000..f21601a9de591 --- /dev/null +++ b/admin-dev/themes/default/css/schemes/admin-theme-blue_rtl.css @@ -0,0 +1,3428 @@ +@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed); +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } + +html { line-height: 1; direction: rtl;} + +ol, ul { list-style: none; } + +table { border-collapse: collapse; border-spacing: 0; } + +caption, th, td { text-align: right; font-weight: normal; vertical-align: middle; } + +q, blockquote { quotes: none; } +q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } + +a img { border: none; } + +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } + +/* This is a fairly big mixin. The reason for this is that at the time of writing (09/01/2013), Sass does not include functions for substring or find/replace in string. Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June, but it still has not been merged, due to lack of minor comments. That was five months ago. */ +@-webkit-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-20px); } } + +@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(20px); } } + +@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-20px); } } + +@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(20px); } } + +@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } + 50% { opacity: 1; -webkit-transform: scale(1.05); } + 70% { -webkit-transform: scale(0.9); } + 100% { -webkit-transform: scale(1); } } + +@-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 60% { opacity: 1; -webkit-transform: translateY(30px); } + 80% { -webkit-transform: translateY(-10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 60% { opacity: 1; -webkit-transform: translateY(-30px); } + 80% { -webkit-transform: translateY(10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 60% { opacity: 1; -webkit-transform: translateX(-30px); } + 80% { -webkit-transform: translateX(10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 60% { opacity: 1; -webkit-transform: translateX(30px); } + 80% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } + 25% { -webkit-transform: scale(0.95); } + 50% { opacity: 1; -webkit-transform: scale(1.1); } + 100% { opacity: 0; -webkit-transform: scale(0.3); } } + +@-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(20px); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(-20px); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(20px); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(-20px); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes bounce { 0% { -webkit-transform: translateY(0); } + 20% { -webkit-transform: translateY(0); } + 40% { -webkit-transform: translateY(-30px); } + 50% { -webkit-transform: translateY(0); } + 60% { -webkit-transform: translateY(-15px); } + 80% { -webkit-transform: translateY(0); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes shake { 0% { -webkit-transform: translateX(0); } + 10% { -webkit-transform: translateX(-10px); } + 20% { -webkit-transform: translateX(10px); } + 30% { -webkit-transform: translateX(-10px); } + 40% { -webkit-transform: translateX(10px); } + 50% { -webkit-transform: translateX(-10px); } + 60% { -webkit-transform: translateX(10px); } + 70% { -webkit-transform: translateX(-10px); } + 80% { -webkit-transform: translateX(10px); } + 90% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } + +@-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } + 10% { -webkit-transform: scale(0.9) rotate(-3deg); } + 20% { -webkit-transform: scale(0.9) rotate(-3deg); } + 30% { -webkit-transform: scale(1.1) rotate(3deg); } + 40% { -webkit-transform: scale(1.1) rotate(-3deg); } + 50% { -webkit-transform: scale(1.1) rotate(3deg); } + 60% { -webkit-transform: scale(1.1) rotate(-3deg); } + 70% { -webkit-transform: scale(1.1) rotate(3deg); } + 80% { -webkit-transform: scale(1.1) rotate(-3deg); } + 90% { -webkit-transform: scale(1.1) rotate(3deg); } + 100% { -webkit-transform: scale(1) rotate(0); } } + +@-moz-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-20px); } } + +@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(20px); } } + +@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-20px); } } + +@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(20px); } } + +@-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } + 50% { opacity: 1; -moz-transform: scale(1.05); } + 70% { -moz-transform: scale(0.9); } + 100% { -moz-transform: scale(1); } } + +@-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 60% { opacity: 1; -moz-transform: translateY(30px); } + 80% { -moz-transform: translateY(-10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 60% { opacity: 1; -moz-transform: translateY(-30px); } + 80% { -moz-transform: translateY(10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 60% { opacity: 1; -moz-transform: translateX(-30px); } + 80% { -moz-transform: translateX(10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 60% { opacity: 1; -moz-transform: translateX(30px); } + 80% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } + 25% { -moz-transform: scale(0.95); } + 50% { opacity: 1; -moz-transform: scale(1.1); } + 100% { opacity: 0; -moz-transform: scale(0.3); } } + +@-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(20px); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(-20px); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(20px); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(-20px); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes bounce { 0% { -moz-transform: translateY(0); } + 20% { -moz-transform: translateY(0); } + 40% { -moz-transform: translateY(-30px); } + 50% { -moz-transform: translateY(0); } + 60% { -moz-transform: translateY(-15px); } + 80% { -moz-transform: translateY(0); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes shake { 0% { -moz-transform: translateX(0); } + 10% { -moz-transform: translateX(-10px); } + 20% { -moz-transform: translateX(10px); } + 30% { -moz-transform: translateX(-10px); } + 40% { -moz-transform: translateX(10px); } + 50% { -moz-transform: translateX(-10px); } + 60% { -moz-transform: translateX(10px); } + 70% { -moz-transform: translateX(-10px); } + 80% { -moz-transform: translateX(10px); } + 90% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } + +@-moz-keyframes tada { 0% { -moz-transform: scale(1); } + 10% { -moz-transform: scale(0.9) rotate(-3deg); } + 20% { -moz-transform: scale(0.9) rotate(-3deg); } + 30% { -moz-transform: scale(1.1) rotate(3deg); } + 40% { -moz-transform: scale(1.1) rotate(-3deg); } + 50% { -moz-transform: scale(1.1) rotate(3deg); } + 60% { -moz-transform: scale(1.1) rotate(-3deg); } + 70% { -moz-transform: scale(1.1) rotate(3deg); } + 80% { -moz-transform: scale(1.1) rotate(-3deg); } + 90% { -moz-transform: scale(1.1) rotate(3deg); } + 100% { -moz-transform: scale(1) rotate(0); } } + +@-ms-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-ms-keyframes fadeInUp { 0% { opacity: 0; -ms-transform: translateY(20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUp { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-20px); } } + +@-ms-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDown { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(20px); } } + +@-ms-keyframes fadeInRight { 0% { opacity: 0; -ms-transform: translateX(20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeft { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-20px); } } + +@-ms-keyframes fadeInLeft { 0% { opacity: 0; -ms-transform: translateX(-20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRight { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(20px); } } + +@-ms-keyframes fadeInUpBig { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUpBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes fadeInDownBig { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDownBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes fadeInRightBig { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeftBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes fadeInLeftBig { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRightBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes bounceIn { 0% { opacity: 0; -ms-transform: scale(0.3); } + 50% { opacity: 1; -ms-transform: scale(1.05); } + 70% { -ms-transform: scale(0.9); } + 100% { -ms-transform: scale(1); } } + +@-ms-keyframes bounceInDown { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 60% { opacity: 1; -ms-transform: translateY(30px); } + 80% { -ms-transform: translateY(-10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInUp { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 60% { opacity: 1; -ms-transform: translateY(-30px); } + 80% { -ms-transform: translateY(10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInRight { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 60% { opacity: 1; -ms-transform: translateX(-30px); } + 80% { -ms-transform: translateX(10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceInLeft { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 60% { opacity: 1; -ms-transform: translateX(30px); } + 80% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceOut { 0% { -ms-transform: scale(1); } + 25% { -ms-transform: scale(0.95); } + 50% { opacity: 1; -ms-transform: scale(1.1); } + 100% { opacity: 0; -ms-transform: scale(0.3); } } + +@-ms-keyframes bounceOutUp { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(20px); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes bounceOutDown { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(-20px); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes bounceOutLeft { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(20px); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes bounceOutRight { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(-20px); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes bounce { 0% { -ms-transform: translateY(0); } + 20% { -ms-transform: translateY(0); } + 40% { -ms-transform: translateY(-30px); } + 50% { -ms-transform: translateY(0); } + 60% { -ms-transform: translateY(-15px); } + 80% { -ms-transform: translateY(0); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes shake { 0% { -ms-transform: translateX(0); } + 10% { -ms-transform: translateX(-10px); } + 20% { -ms-transform: translateX(10px); } + 30% { -ms-transform: translateX(-10px); } + 40% { -ms-transform: translateX(10px); } + 50% { -ms-transform: translateX(-10px); } + 60% { -ms-transform: translateX(10px); } + 70% { -ms-transform: translateX(-10px); } + 80% { -ms-transform: translateX(10px); } + 90% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes rotateInDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOutDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateIn { 0% { -ms-transform-origin: center center; -ms-transform: rotate(-200deg); opacity: 0; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOut { 0% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(200deg); opacity: 0; } } + +@-ms-keyframes tada { 0% { -ms-transform: scale(1); } + 10% { -ms-transform: scale(0.9) rotate(-3deg); } + 20% { -ms-transform: scale(0.9) rotate(-3deg); } + 30% { -ms-transform: scale(1.1) rotate(3deg); } + 40% { -ms-transform: scale(1.1) rotate(-3deg); } + 50% { -ms-transform: scale(1.1) rotate(3deg); } + 60% { -ms-transform: scale(1.1) rotate(-3deg); } + 70% { -ms-transform: scale(1.1) rotate(3deg); } + 80% { -ms-transform: scale(1.1) rotate(-3deg); } + 90% { -ms-transform: scale(1.1) rotate(3deg); } + 100% { -ms-transform: scale(1) rotate(0); } } + +@keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-20px); } } + +@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(20px); } } + +@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-20px); } } + +@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(20px); } } + +@keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } + 50% { opacity: 1; transform: scale(1.05); } + 70% { transform: scale(0.9); } + 100% { transform: scale(1); } } + +@keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } + 60% { opacity: 1; transform: translateY(30px); } + 80% { transform: translateY(-10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } + 60% { opacity: 1; transform: translateY(-30px); } + 80% { transform: translateY(10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } + 60% { opacity: 1; transform: translateX(-30px); } + 80% { transform: translateX(10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } + 60% { opacity: 1; transform: translateX(30px); } + 80% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceOut { 0% { transform: scale(1); } + 25% { transform: scale(0.95); } + 50% { opacity: 1; transform: scale(1.1); } + 100% { opacity: 0; transform: scale(0.3); } } + +@keyframes bounceOutUp { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(20px); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes bounceOutDown { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(-20px); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes bounceOutLeft { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(20px); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes bounceOutRight { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(-20px); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes bounce { 0% { transform: translateY(0); } + 20% { transform: translateY(0); } + 40% { transform: translateY(-30px); } + 50% { transform: translateY(0); } + 60% { transform: translateY(-15px); } + 80% { transform: translateY(0); } + 100% { transform: translateY(0); } } + +@keyframes shake { 0% { transform: translateX(0); } + 10% { transform: translateX(-10px); } + 20% { transform: translateX(10px); } + 30% { transform: translateX(-10px); } + 40% { transform: translateX(10px); } + 50% { transform: translateX(-10px); } + 60% { transform: translateX(10px); } + 70% { transform: translateX(-10px); } + 80% { transform: translateX(10px); } + 90% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes rotateInDownLeft { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpLeft { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpRight { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInDownRight { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOutDownLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateOutUpLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutDownRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutUpRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } + 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } + 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } + +@keyframes tada { 0% { transform: scale(1); } + 10% { transform: scale(0.9) rotate(-3deg); } + 20% { transform: scale(0.9) rotate(-3deg); } + 30% { transform: scale(1.1) rotate(3deg); } + 40% { transform: scale(1.1) rotate(-3deg); } + 50% { transform: scale(1.1) rotate(3deg); } + 60% { transform: scale(1.1) rotate(-3deg); } + 70% { transform: scale(1.1) rotate(3deg); } + 80% { transform: scale(1.1) rotate(-3deg); } + 90% { transform: scale(1.1) rotate(3deg); } + 100% { transform: scale(1) rotate(0); } } + +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH -------------------------- */ +@font-face { font-family: 'FontAwesome'; src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3"); src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } + +.icon, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap [class^="icon-"], .bootstrap [class^="icon-Admin"], .bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +/* makes the font 33% larger relative to the icon container */ +.icon-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } + +.icon-2x, .bootstrap [class^="icon-Admin"], .bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { font-size: 2em; } + +.icon-3x, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before { font-size: 3em; } + +.icon-4x { font-size: 4em; } + +.icon-5x { font-size: 5em; } + +.icon-fw { width: 1.28571em; text-align: center; } + +.icon-ul { padding-right: 0; margin-right: 2.14286em; list-style-type: none; } +.icon-ul > li { position: relative; } + +.icon-li { position: absolute; right: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } +.icon-li.icon-lg { right: -1.85714em; } + +.icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } + +.pull-right { float: left; } + +.pull-left, .bootstrap .page-head h2.page-title { float: right; } + +.icon.pull-right, .bootstrap .pull-right.alert.alert-warning:before, .bootstrap .page-head h2.alert.alert-warning.page-title:before, .bootstrap .pull-right.alert.alert-danger:before, .bootstrap .page-head h2.alert.alert-danger.page-title:before, .bootstrap .page-head #carrier_wizard h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .page-head h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .pull-right.wizard_error:before, .bootstrap .pull-right.alert.alert-success:before, .bootstrap .page-head h2.alert.alert-success.page-title:before, .bootstrap .pull-right.alert.alert-info:before, .bootstrap .page-head h2.alert.alert-info.page-title:before, .bootstrap .pull-right.alert.alert-addons:before, .bootstrap .page-head h2.alert.alert-addons.page-title:before, .bootstrap .page-head h2.icon.page-title, .bootstrap .page-head h2.page-title[class^="icon-"], .bootstrap .page-head h2.page-title[class^="icon-Admin"], .bootstrap .page-head h2.page-title[class^="process-icon-"], .bootstrap .page-head h2.page-title[class*=" process-icon-"], .bootstrap .pull-right[class^="icon-"], .bootstrap .pull-right[class^="icon-Admin"], .bootstrap .pull-right[class^="process-icon-"], .bootstrap .pull-right[class*=" process-icon-"] { margin-left: .3em; } +.icon.pull-left, .bootstrap .pull-left.alert.alert-warning:before, .bootstrap .pull-left.alert.alert-danger:before, .bootstrap #carrier_wizard .pull-left.wizard_error:before, .bootstrap .pull-left.alert.alert-success:before, .bootstrap .pull-left.alert.alert-info:before, .bootstrap .pull-left.alert.alert-addons:before, .bootstrap .pull-left[class^="icon-"], .bootstrap .pull-left[class^="icon-Admin"], .bootstrap .pull-left[class^="process-icon-"], .bootstrap .pull-left[class*=" process-icon-"] { margin-right: .3em; } + +.icon-spin, .bootstrap #dashboard .loading .data_value:before { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-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); } } + +.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } + +.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } + +.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } + +.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } + +.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } + +.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } + +.icon-stack-1x, .icon-stack-2x { position: absolute; right: 0; width: 100%; text-align: center; } + +.icon-stack-1x { line-height: inherit; } + +.icon-stack-2x { font-size: 2em; } + +.icon-inverse { color: white; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ +.icon-glass:before { content: "\f000"; } + +.icon-music:before { content: "\f001"; } + +.icon-search:before, .bootstrap .icon-AdminSearch:before { content: "\f002"; } + +.icon-envelope-o:before, .bootstrap .icon-envelope-alt:before { content: "\f003"; } + +.icon-heart:before { content: "\f004"; } + +.icon-star:before { content: "\f005"; } + +.icon-star-o:before, .bootstrap .icon-star-empty:before { content: "\f006"; } + +.icon-user:before { content: "\f007"; } + +.icon-film:before { content: "\f008"; } + +.icon-th-large:before { content: "\f009"; } + +.icon-th:before { content: "\f00a"; } + +.icon-th-list:before { content: "\f00b"; } + +.icon-check:before, .bootstrap .process-icon-ok:before { content: "\f00c"; } + +.icon-times:before, .bootstrap .icon-remove:before, .bootstrap .process-icon-cancel:before { content: "\f00d"; } + +.icon-search-plus:before, .bootstrap .icon-zoom-in:before { content: "\f00e"; } + +.icon-search-minus:before, .bootstrap .icon-zoom-out:before { content: "\f010"; } + +.icon-power-off:before, .bootstrap .icon-off:before, .bootstrap .process-icon-off:before { content: "\f011"; } + +.icon-signal:before { content: "\f012"; } + +.icon-gear:before, .icon-cog:before, .bootstrap .icon-AdminAdmin:before, .bootstrap .process-icon-configure:before { content: "\f013"; } + +.icon-trash-o:before, .bootstrap .icon-trash:before, .bootstrap .process-icon-delete:before, .bootstrap .process-icon-uninstall:before { content: "\f014"; } + +.icon-home:before { content: "\f015"; } + +.icon-file-o:before, .bootstrap .icon-file-alt:before { content: "\f016"; } + +.icon-clock-o:before, .bootstrap .icon-time:before { content: "\f017"; } + +.icon-road:before { content: "\f018"; } + +.icon-download:before, .bootstrap .icon-download-alt:before, .bootstrap .process-icon-download-alt:before, .bootstrap .process-icon-save-date:before, .bootstrap .process-icon-save-status:before { content: "\f019"; } + +.icon-arrow-circle-o-down:before, .bootstrap .icon-download:before, .bootstrap .icon-download-alt:before, .bootstrap .process-icon-download-alt:before, .bootstrap .process-icon-save-date:before, .bootstrap .process-icon-save-status:before { content: "\f01a"; } + +.icon-arrow-circle-o-up:before, .bootstrap .icon-upload:before, .bootstrap .icon-upload-alt:before { content: "\f01b"; } + +.icon-inbox:before { content: "\f01c"; } + +.icon-play-circle-o:before, .bootstrap .icon-play-circle:before, .bootstrap .icon-play-sign:before { content: "\f01d"; } + +.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } + +.icon-refresh:before, .bootstrap .process-icon-refresh:before { content: "\f021"; } + +.icon-list-alt:before { content: "\f022"; } + +.icon-lock:before { content: "\f023"; } + +.icon-flag:before { content: "\f024"; } + +.icon-headphones:before { content: "\f025"; } + +.icon-volume-off:before { content: "\f026"; } + +.icon-volume-down:before { content: "\f027"; } + +.icon-volume-up:before { content: "\f028"; } + +.icon-qrcode:before { content: "\f029"; } + +.icon-barcode:before { content: "\f02a"; } + +.icon-tag:before { content: "\f02b"; } + +.icon-tags:before, .bootstrap .icon-AdminPriceRule:before { content: "\f02c"; } + +.icon-book:before, .bootstrap .icon-AdminCatalog:before { content: "\f02d"; } + +.icon-bookmark:before { content: "\f02e"; } + +.icon-print:before { content: "\f02f"; } + +.icon-camera:before { content: "\f030"; } + +.icon-font:before { content: "\f031"; } + +.icon-bold:before { content: "\f032"; } + +.icon-italic:before { content: "\f033"; } + +.icon-text-height:before { content: "\f034"; } + +.icon-text-width:before { content: "\f035"; } + +.icon-align-left:before { content: "\f036"; } + +.icon-align-center:before { content: "\f037"; } + +.icon-align-right:before { content: "\f038"; } + +.icon-align-justify:before { content: "\f039"; } + +.icon-list:before { content: "\f03a"; } + +.icon-dedent:before, .icon-outdent:before, .bootstrap .icon-indent-left:before { content: "\f03b"; } + +.icon-indent:before, .bootstrap .icon-indent-right:before { content: "\f03c"; } + +.icon-video-camera:before, .bootstrap .icon-facetime-video:before { content: "\f03d"; } + +.icon-picture-o:before, .bootstrap .icon-picture:before { content: "\f03e"; } + +.icon-pencil:before { content: "\f040"; } + +.icon-map-marker:before { content: "\f041"; } + +.icon-adjust:before { content: "\f042"; } + +.icon-tint:before { content: "\f043"; } + +.icon-edit:before, .bootstrap .process-icon-edit:before, .icon-pencil-square-o:before, .bootstrap .icon-edit:before, .bootstrap .process-icon-edit:before { content: "\f044"; } + +.icon-share-square-o:before, .bootstrap .icon-share:before, .bootstrap .icon-share-alt:before { content: "\f045"; } + +.icon-check-square-o:before { content: "\f046"; } + +.icon-arrows:before, .bootstrap .icon-move:before { content: "\f047"; } + +.icon-step-backward:before { content: "\f048"; } + +.icon-fast-backward:before { content: "\f049"; } + +.icon-backward:before { content: "\f04a"; } + +.icon-play:before { content: "\f04b"; } + +.icon-pause:before { content: "\f04c"; } + +.icon-stop:before { content: "\f04d"; } + +.icon-forward:before { content: "\f04e"; } + +.icon-fast-forward:before { content: "\f050"; } + +.icon-step-forward:before { content: "\f051"; } + +.icon-eject:before { content: "\f052"; } + +.icon-chevron-left:before { content: "\f053"; } + +.icon-chevron-right:before { content: "\f054"; } + +.icon-plus-circle:before, .bootstrap .icon-plus-sign:before, .bootstrap .process-icon-newCombination.toolbar-new:before, .bootstrap .process-icon-plus:before { content: "\f055"; } + +.icon-minus-circle:before, .bootstrap .icon-minus-sign:before, .bootstrap .process-icon-newCombination.toolbar-cancel:before, .bootstrap .process-icon-minus:before { content: "\f056"; } + +.icon-times-circle:before, .bootstrap .icon-remove-sign:before { content: "\f057"; } + +.icon-check-circle:before, .bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before, .bootstrap .icon-ok-sign:before { content: "\f058"; } + +.icon-question-circle:before, .bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before, .bootstrap .icon-question-sign:before, .bootstrap .process-icon-help:before, .bootstrap .process-icon-help-new:before { content: "\f059"; } + +.icon-info-circle:before, .bootstrap .icon-info-sign:before { content: "\f05a"; } + +.icon-crosshairs:before, .bootstrap .icon-screenshot:before { content: "\f05b"; } + +.icon-times-circle-o:before, .bootstrap .icon-remove-circle:before { content: "\f05c"; } + +.icon-check-circle-o:before, .bootstrap .icon-ok-circle:before { content: "\f05d"; } + +.icon-ban:before, .bootstrap .icon-ban-circle:before { content: "\f05e"; } + +.icon-arrow-left:before { content: "\f060"; } + +.icon-arrow-right:before { content: "\f061"; } + +.icon-arrow-up:before { content: "\f062"; } + +.icon-arrow-down:before { content: "\f063"; } + +.icon-mail-forward:before, .icon-share:before, .bootstrap .icon-share-alt:before { content: "\f064"; } + +.icon-expand:before, .bootstrap .icon-resize-full:before { content: "\f065"; } + +.icon-compress:before, .bootstrap .icon-resize-small:before { content: "\f066"; } + +.icon-plus:before, .bootstrap .process-icon-new-module:before { content: "\f067"; } + +.icon-minus:before { content: "\f068"; } + +.icon-asterisk:before { content: "\f069"; } + +.icon-exclamation-circle:before, .bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before, .bootstrap .icon-exclamation-sign:before { content: "\f06a"; } + +.icon-gift:before { content: "\f06b"; } + +.icon-leaf:before { content: "\f06c"; } + +.icon-fire:before { content: "\f06d"; } + +.icon-eye:before, .bootstrap .icon-eye-open:before, .bootstrap .process-icon-preview:before, .bootstrap .process-icon-previewURL:before { content: "\f06e"; } + +.icon-eye-slash:before, .bootstrap .icon-eye-close:before { content: "\f070"; } + +.icon-warning:before, .icon-exclamation-triangle:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .icon-warning-sign:before { content: "\f071"; } + +.icon-plane:before { content: "\f072"; } + +.icon-calendar:before { content: "\f073"; } + +.icon-random:before { content: "\f074"; } + +.icon-comment:before { content: "\f075"; } + +.icon-magnet:before { content: "\f076"; } + +.icon-chevron-up:before { content: "\f077"; } + +.icon-chevron-down:before { content: "\f078"; } + +.icon-retweet:before { content: "\f079"; } + +.icon-shopping-cart:before { content: "\f07a"; } + +.icon-folder:before, .bootstrap .icon-folder-close:before { content: "\f07b"; } + +.icon-folder-open:before { content: "\f07c"; } + +.icon-arrows-v:before, .bootstrap .icon-resize-vertical:before { content: "\f07d"; } + +.icon-arrows-h:before, .bootstrap .icon-resize-horizontal:before { content: "\f07e"; } + +.icon-bar-chart-o:before, .bootstrap .icon-bar-chart:before, .bootstrap .icon-AdminParentStats:before, .bootstrap .process-icon-stats:before { content: "\f080"; } + +.icon-twitter-square:before, .bootstrap .icon-twitter-sign:before { content: "\f081"; } + +.icon-facebook-square:before, .bootstrap .icon-facebook-sign:before { content: "\f082"; } + +.icon-camera-retro:before { content: "\f083"; } + +.icon-key:before { content: "\f084"; } + +.icon-gears:before, .icon-cogs:before, .bootstrap .icon-AdminTools:before, .bootstrap .process-icon-cogs:before { content: "\f085"; } + +.icon-comments:before { content: "\f086"; } + +.icon-thumbs-o-up:before, .bootstrap .icon-thumbs-up-alt:before { content: "\f087"; } + +.icon-thumbs-o-down:before, .bootstrap .icon-thumbs-down-alt:before { content: "\f088"; } + +.icon-star-half:before { content: "\f089"; } + +.icon-heart-o:before, .bootstrap .icon-heart-empty:before { content: "\f08a"; } + +.icon-sign-out:before, .bootstrap .icon-signout:before { content: "\f08b"; } + +.icon-linkedin-square:before, .bootstrap .icon-linkedin-sign:before { content: "\f08c"; } + +.icon-thumb-tack:before, .bootstrap .icon-pushpin:before { content: "\f08d"; } + +.icon-external-link:before { content: "\f08e"; } + +.icon-sign-in:before, .bootstrap .icon-signin:before { content: "\f090"; } + +.icon-trophy:before { content: "\f091"; } + +.icon-github-square:before, .bootstrap .icon-github-sign:before { content: "\f092"; } + +.icon-upload:before, .bootstrap .icon-upload-alt:before { content: "\f093"; } + +.icon-lemon-o:before, .bootstrap .icon-lemon:before { content: "\f094"; } + +.icon-phone:before { content: "\f095"; } + +.icon-square-o:before, .bootstrap .icon-check-empty:before { content: "\f096"; } + +.icon-bookmark-o:before, .bootstrap .icon-bookmark-empty:before { content: "\f097"; } + +.icon-phone-square:before, .bootstrap .icon-phone-sign:before { content: "\f098"; } + +.icon-twitter:before { content: "\f099"; } + +.icon-facebook:before { content: "\f09a"; } + +.icon-github:before { content: "\f09b"; } + +.icon-unlock:before { content: "\f09c"; } + +.icon-credit-card:before, .bootstrap .icon-AdminParentOrders:before { content: "\f09d"; } + +.icon-rss:before { content: "\f09e"; } + +.icon-hdd-o:before, .bootstrap .icon-hdd:before { content: "\f0a0"; } + +.icon-bullhorn:before { content: "\f0a1"; } + +.icon-bell:before, .bootstrap .icon-bell-alt:before { content: "\f0f3"; } + +.icon-certificate:before { content: "\f0a3"; } + +.icon-hand-o-right:before, .bootstrap .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-left:before, .bootstrap .icon-hand-left:before { content: "\f0a5"; } + +.icon-hand-o-up:before, .bootstrap .icon-hand-up:before { content: "\f0a6"; } + +.icon-hand-o-down:before, .bootstrap .icon-hand-down:before { content: "\f0a7"; } + +.icon-arrow-circle-left:before, .bootstrap .icon-circle-arrow-left:before, .bootstrap .process-icon-back:before { content: "\f0a8"; } + +.icon-arrow-circle-right:before, .bootstrap .icon-circle-arrow-right:before, .bootstrap .process-icon-next:before { content: "\f0a9"; } + +.icon-arrow-circle-up:before, .bootstrap .icon-circle-arrow-up:before { content: "\f0aa"; } + +.icon-arrow-circle-down:before, .bootstrap .icon-circle-arrow-down:before { content: "\f0ab"; } + +.icon-globe:before, .bootstrap .icon-AdminParentLocalization:before { content: "\f0ac"; } + +.icon-wrench:before, .bootstrap .icon-AdminParentPreferences:before { content: "\f0ad"; } + +.icon-tasks:before { content: "\f0ae"; } + +.icon-filter:before { content: "\f0b0"; } + +.icon-briefcase:before { content: "\f0b1"; } + +.icon-arrows-alt:before, .bootstrap .icon-fullscreen:before { content: "\f0b2"; } + +.icon-group:before, .bootstrap .icon-AdminParentCustomer:before, .icon-users:before, .bootstrap .icon-group:before, .bootstrap .icon-AdminParentCustomer:before { content: "\f0c0"; } + +.icon-chain:before, .icon-link:before, .bootstrap .icon-AdminShopUrl:before { content: "\f0c1"; } + +.icon-cloud:before { content: "\f0c2"; } + +.icon-flask:before, .bootstrap .icon-beaker:before { content: "\f0c3"; } + +.icon-cut:before, .icon-scissors:before, .bootstrap .icon-cut:before { content: "\f0c4"; } + +.icon-copy:before, .bootstrap .process-icon-duplicate:before, .icon-files-o:before, .bootstrap .icon-copy:before, .bootstrap .process-icon-duplicate:before { content: "\f0c5"; } + +.icon-paperclip:before, .bootstrap .icon-paper-clip:before { content: "\f0c6"; } + +.icon-save:before, .bootstrap .process-icon-save:before, .bootstrap .process-icon-save-and-stay:before, .bootstrap .process-icon-save-and-preview:before, .icon-floppy-o:before, .bootstrap .icon-save:before, .bootstrap .process-icon-save:before, .bootstrap .process-icon-save-and-stay:before, .bootstrap .process-icon-save-and-preview:before { content: "\f0c7"; } + +.icon-square:before, .bootstrap .icon-sign-blank:before { content: "\f0c8"; } + +.icon-bars:before, .bootstrap .icon-reorder:before { content: "\f0c9"; } + +.icon-list-ul:before { content: "\f0ca"; } + +.icon-list-ol:before { content: "\f0cb"; } + +.icon-strikethrough:before { content: "\f0cc"; } + +.icon-underline:before { content: "\f0cd"; } + +.icon-table:before { content: "\f0ce"; } + +.icon-magic:before, .bootstrap .icon-AdminAttributeGenerator:before { content: "\f0d0"; } + +.icon-truck:before, .bootstrap .icon-AdminParentShipping:before { content: "\f0d1"; } + +.icon-pinterest:before { content: "\f0d2"; } + +.icon-pinterest-square:before, .bootstrap .icon-pinterest-sign:before { content: "\f0d3"; } + +.icon-google-plus-square:before, .bootstrap .icon-google-plus-sign:before { content: "\f0d4"; } + +.icon-google-plus:before { content: "\f0d5"; } + +.icon-money:before { content: "\f0d6"; } + +.icon-caret-down:before { content: "\f0d7"; } + +.icon-caret-up:before { content: "\f0d8"; } + +.icon-caret-left:before { content: "\f0d9"; } + +.icon-caret-right:before { content: "\f0da"; } + +.icon-columns:before { content: "\f0db"; } + +.icon-unsorted:before, .icon-sort:before { content: "\f0dc"; } + +.icon-sort-down:before, .icon-sort-asc:before, .bootstrap .icon-sort-down:before { content: "\f0dd"; } + +.icon-sort-up:before, .icon-sort-desc:before, .bootstrap .icon-sort-up:before { content: "\f0de"; } + +.icon-envelope:before { content: "\f0e0"; } + +.icon-linkedin:before { content: "\f0e1"; } + +.icon-rotate-left:before, .bootstrap .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; } + +.icon-legal:before, .icon-gavel:before, .bootstrap .icon-legal:before { content: "\f0e3"; } + +.icon-dashboard:before, .bootstrap .icon-AdminDashboard:before, .icon-tachometer:before, .bootstrap .icon-dashboard:before, .bootstrap .icon-AdminDashboard:before { content: "\f0e4"; } + +.icon-comment-o:before, .bootstrap .icon-comment-alt:before { content: "\f0e5"; } + +.icon-comments-o:before, .bootstrap .icon-comments-alt:before { content: "\f0e6"; } + +.icon-flash:before, .icon-bolt:before { content: "\f0e7"; } + +.icon-sitemap:before, .bootstrap .icon-AdminShop:before { content: "\f0e8"; } + +.icon-umbrella:before { content: "\f0e9"; } + +.icon-paste:before, .icon-clipboard:before, .bootstrap .icon-paste:before { content: "\f0ea"; } + +.icon-lightbulb-o:before, .bootstrap .icon-lightbulb:before { content: "\f0eb"; } + +.icon-exchange:before, .bootstrap .process-icon-partial_refund:before { content: "\f0ec"; } + +.icon-cloud-download:before, .bootstrap .process-icon-download:before { content: "\f0ed"; } + +.icon-cloud-upload:before, .bootstrap .process-icon-import:before, .bootstrap .process-icon-upload:before { content: "\f0ee"; } + +.icon-user-md:before { content: "\f0f0"; } + +.icon-stethoscope:before { content: "\f0f1"; } + +.icon-suitcase:before { content: "\f0f2"; } + +.icon-bell-o:before, .bootstrap .icon-bell:before, .bootstrap .icon-bell-alt:before { content: "\f0a2"; } + +.icon-coffee:before { content: "\f0f4"; } + +.icon-cutlery:before, .bootstrap .icon-food:before { content: "\f0f5"; } + +.icon-file-text-o:before, .bootstrap .icon-file-text-alt:before { content: "\f0f6"; } + +.icon-building-o:before, .bootstrap .icon-building:before { content: "\f0f7"; } + +.icon-hospital-o:before, .bootstrap .icon-hospital:before { content: "\f0f8"; } + +.icon-ambulance:before { content: "\f0f9"; } + +.icon-medkit:before { content: "\f0fa"; } + +.icon-fighter-jet:before { content: "\f0fb"; } + +.icon-beer:before { content: "\f0fc"; } + +.icon-h-square:before, .bootstrap .icon-h-sign:before { content: "\f0fd"; } + +.icon-plus-square:before, .bootstrap .icon-plus-sign-alt:before, .bootstrap .process-icon-newAttributes:before, .bootstrap .process-icon-new:before, .bootstrap .process-icon-new-url:before { content: "\f0fe"; } + +.icon-angle-double-left:before, .bootstrap .icon-double-angle-left:before { content: "\f100"; } + +.icon-angle-double-right:before, .bootstrap .icon-double-angle-right:before { content: "\f101"; } + +.icon-angle-double-up:before, .bootstrap .icon-double-angle-up:before { content: "\f102"; } + +.icon-angle-double-down:before, .bootstrap .icon-double-angle-down:before { content: "\f103"; } + +.icon-angle-left:before { content: "\f104"; } + +.icon-angle-right:before { content: "\f105"; } + +.icon-angle-up:before { content: "\f106"; } + +.icon-angle-down:before { content: "\f107"; } + +.icon-desktop:before { content: "\f108"; } + +.icon-laptop:before { content: "\f109"; } + +.icon-tablet:before { content: "\f10a"; } + +.icon-mobile-phone:before, .icon-mobile:before, .bootstrap .icon-mobile-phone:before { content: "\f10b"; } + +.icon-circle-o:before, .bootstrap .icon-circle-blank:before { content: "\f10c"; } + +.icon-quote-left:before { content: "\f10d"; } + +.icon-quote-right:before { content: "\f10e"; } + +.icon-spinner:before { content: "\f110"; } + +.icon-circle:before { content: "\f111"; } + +.icon-mail-reply:before, .icon-reply:before { content: "\f112"; } + +.icon-github-alt:before { content: "\f113"; } + +.icon-folder-o:before, .bootstrap .icon-folder-close-alt:before { content: "\f114"; } + +.icon-folder-open-o:before, .bootstrap .icon-folder-open-alt:before { content: "\f115"; } + +.icon-smile-o:before, .bootstrap .icon-smile:before { content: "\f118"; } + +.icon-frown-o:before, .bootstrap .icon-frown:before { content: "\f119"; } + +.icon-meh-o:before, .bootstrap .icon-meh:before { content: "\f11a"; } + +.icon-gamepad:before { content: "\f11b"; } + +.icon-keyboard-o:before, .bootstrap .icon-keyboard:before { content: "\f11c"; } + +.icon-flag-o:before, .bootstrap .icon-flag-alt:before { content: "\f11d"; } + +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } + +.icon-code:before { content: "\f121"; } + +.icon-reply-all:before { content: "\f122"; } + +.icon-mail-reply-all:before { content: "\f122"; } + +.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before, .bootstrap .icon-star-half-empty:before { content: "\f123"; } + +.icon-location-arrow:before { content: "\f124"; } + +.icon-crop:before { content: "\f125"; } + +.icon-code-fork:before { content: "\f126"; } + +.icon-unlink:before, .icon-chain-broken:before, .bootstrap .icon-unlink:before { content: "\f127"; } + +.icon-question:before { content: "\f128"; } + +.icon-info:before { content: "\f129"; } + +.icon-exclamation:before { content: "\f12a"; } + +.icon-superscript:before { content: "\f12b"; } + +.icon-subscript:before { content: "\f12c"; } + +.icon-eraser:before { content: "\f12d"; } + +.icon-puzzle-piece:before, .bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before, .bootstrap .icon-AdminParentModules:before, .bootstrap .process-icon-modules-list:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } + +.icon-microphone-slash:before, .bootstrap .icon-microphone-off:before { content: "\f131"; } + +.icon-shield:before { content: "\f132"; } + +.icon-calendar-o:before, .bootstrap .icon-calendar-empty:before { content: "\f133"; } + +.icon-fire-extinguisher:before { content: "\f134"; } + +.icon-rocket:before { content: "\f135"; } + +.icon-maxcdn:before { content: "\f136"; } + +.icon-chevron-circle-left:before, .bootstrap .icon-chevron-sign-left:before { content: "\f137"; } + +.icon-chevron-circle-right:before, .bootstrap .icon-chevron-sign-right:before { content: "\f138"; } + +.icon-chevron-circle-up:before, .bootstrap .icon-chevron-sign-up:before { content: "\f139"; } + +.icon-chevron-circle-down:before, .bootstrap .icon-chevron-sign-down:before { content: "\f13a"; } + +.icon-html5:before { content: "\f13b"; } + +.icon-css3:before { content: "\f13c"; } + +.icon-anchor:before, .bootstrap .process-icon-anchor:before { content: "\f13d"; } + +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } + +.icon-ellipsis-h:before, .bootstrap .icon-ellipsis-horizontal:before { content: "\f141"; } + +.icon-ellipsis-v:before, .bootstrap .icon-ellipsis-vertical:before { content: "\f142"; } + +.icon-rss-square:before, .bootstrap .icon-rss-sign:before { content: "\f143"; } + +.icon-play-circle:before, .bootstrap .icon-play-sign:before { content: "\f144"; } + +.icon-ticket:before { content: "\f145"; } + +.icon-minus-square:before, .bootstrap .icon-minus-sign-alt:before { content: "\f146"; } + +.icon-minus-square-o:before, .bootstrap .icon-check-minus:before, .bootstrap .icon-collapse-alt:before { content: "\f147"; } + +.icon-level-up:before { content: "\f148"; } + +.icon-level-down:before { content: "\f149"; } + +.icon-check-square:before, .bootstrap .icon-check-sign:before { content: "\f14a"; } + +.icon-pencil-square:before, .bootstrap .icon-edit-sign:before { content: "\f14b"; } + +.icon-external-link-square:before, .bootstrap .icon-external-link-sign:before { content: "\f14c"; } + +.icon-share-square:before, .bootstrap .icon-share-sign:before, .bootstrap .process-icon-export:before { content: "\f14d"; } + +.icon-compass:before { content: "\f14e"; } + +.icon-toggle-down:before, .icon-caret-square-o-down:before, .bootstrap .icon-collapse:before { content: "\f150"; } + +.icon-toggle-up:before, .icon-caret-square-o-up:before, .bootstrap .icon-collapse-top:before { content: "\f151"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before, .bootstrap .icon-expand:before, .bootstrap .icon-resize-full:before { content: "\f152"; } + +.icon-euro:before, .icon-eur:before { content: "\f153"; } + +.icon-gbp:before { content: "\f154"; } + +.icon-dollar:before, .icon-usd:before { content: "\f155"; } + +.icon-rupee:before, .icon-inr:before { content: "\f156"; } + +.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: "\f157"; } + +.icon-ruble:before, .icon-rouble:before, .icon-rub:before, .bootstrap .icon-cny:before { content: "\f158"; } + +.icon-won:before, .icon-krw:before { content: "\f159"; } + +.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } + +.icon-file:before { content: "\f15b"; } + +.icon-file-text:before { content: "\f15c"; } + +.icon-sort-alpha-asc:before, .bootstrap .icon-sort-by-alphabet:before { content: "\f15d"; } + +.icon-sort-alpha-desc:before, .bootstrap .icon-sort-by-alphabet-alt:before { content: "\f15e"; } + +.icon-sort-amount-asc:before, .bootstrap .icon-sort-by-attributes:before { content: "\f160"; } + +.icon-sort-amount-desc:before, .bootstrap .icon-sort-by-attributes-alt:before { content: "\f161"; } + +.icon-sort-numeric-asc:before, .bootstrap .icon-sort-by-order:before { content: "\f162"; } + +.icon-sort-numeric-desc:before, .bootstrap .icon-sort-by-order-alt:before { content: "\f163"; } + +.icon-thumbs-up:before { content: "\f164"; } + +.icon-thumbs-down:before { content: "\f165"; } + +.icon-youtube-square:before, .bootstrap .icon-youtube-sign:before { content: "\f166"; } + +.icon-youtube:before { content: "\f167"; } + +.icon-xing:before { content: "\f168"; } + +.icon-xing-square:before, .bootstrap .icon-xing-sign:before { content: "\f169"; } + +.icon-youtube-play:before { content: "\f16a"; } + +.icon-dropbox:before { content: "\f16b"; } + +.icon-stack-overflow:before, .bootstrap .icon-stackexchange:before { content: "\f16c"; } + +.icon-instagram:before { content: "\f16d"; } + +.icon-flickr:before { content: "\f16e"; } + +.icon-adn:before { content: "\f170"; } + +.icon-bitbucket:before { content: "\f171"; } + +.icon-bitbucket-square:before, .bootstrap .icon-bitbucket-sign:before { content: "\f172"; } + +.icon-tumblr:before { content: "\f173"; } + +.icon-tumblr-square:before, .bootstrap .icon-tumblr-sign:before { content: "\f174"; } + +.icon-long-arrow-down:before { content: "\f175"; } + +.icon-long-arrow-up:before { content: "\f176"; } + +.icon-long-arrow-left:before { content: "\f177"; } + +.icon-long-arrow-right:before { content: "\f178"; } + +.icon-apple:before { content: "\f179"; } + +.icon-windows:before { content: "\f17a"; } + +.icon-android:before { content: "\f17b"; } + +.icon-linux:before { content: "\f17c"; } + +.icon-dribbble:before { content: "\f17d"; } + +.icon-skype:before { content: "\f17e"; } + +.icon-foursquare:before { content: "\f180"; } + +.icon-trello:before { content: "\f181"; } + +.icon-female:before { content: "\f182"; } + +.icon-male:before { content: "\f183"; } + +.icon-gittip:before { content: "\f184"; } + +.icon-sun-o:before, .bootstrap .icon-sun:before { content: "\f185"; } + +.icon-moon-o:before, .bootstrap .icon-moon:before { content: "\f186"; } + +.icon-archive:before, .bootstrap .icon-AdminStock:before { content: "\f187"; } + +.icon-bug:before { content: "\f188"; } + +.icon-vk:before { content: "\f189"; } + +.icon-weibo:before { content: "\f18a"; } + +.icon-renren:before { content: "\f18b"; } + +.icon-pagelines:before { content: "\f18c"; } + +.icon-stack-exchange:before { content: "\f18d"; } + +.icon-arrow-circle-o-right:before { content: "\f18e"; } + +.icon-arrow-circle-o-left:before { content: "\f190"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f191"; } + +.icon-dot-circle-o:before { content: "\f192"; } + +.icon-wheelchair:before { content: "\f193"; } + +.icon-vimeo-square:before { content: "\f194"; } + +.icon-turkish-lira:before, .icon-try:before { content: "\f195"; } + +.icon-plus-square-o:before { content: "\f196"; } + +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +audio, canvas, video { display: inline-block; } + +audio:not([controls]) { display: none; height: 0; } + +[hidden], template { display: none; } + +html { font-family: Tahoma, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } + +body { margin: 0; } + +a { background: transparent; } + +a:focus { outline: thin dotted; } + +a:active, a:hover { outline: 0; } + +h1 { font-size: 2em; margin: 0.67em 0; } + +abbr[title] { border-bottom: 1px dotted; } + +b, strong { font-weight: bold; } + +dfn { font-style: italic; } + +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +mark { background: #ff0; color: #000; } + +code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } + +pre { white-space: pre-wrap; } + +q { quotes: "\201C" "\201D" "\2018" "\2019"; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +img { border: 0; } + +svg:not(:root) { overflow: hidden; } + +figure { margin: 0; } + +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +legend { border: 0; padding: 0; } + +button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } + +button, input { line-height: normal; } + +button, select { text-transform: none; } + +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } + +button[disabled], html input[disabled] { cursor: default; } + +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +textarea { overflow: auto; vertical-align: top; } + +table { border-collapse: collapse; border-spacing: 0; } + +.bootstrap { @-ms-viewport { width: device-width; } + } +.bootstrap *, .bootstrap *:before, .bootstrap *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +.bootstrap body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.42857; color: #555555; background-color: #dbd7d2; } +.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea { font-family: inherit; font-size: inherit; line-height: inherit; } +.bootstrap a { color: #db6335; text-decoration: none; } +.bootstrap a:hover, .bootstrap a:focus { color: #a6431e; text-decoration: underline; } +.bootstrap a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap img { vertical-align: middle; } +.bootstrap .img-responsive { display: block; max-width: 100%; height: auto; } +.bootstrap .img-rounded { border-radius: 6px; } +.bootstrap .img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #dbd7d2; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } +.bootstrap .img-circle { border-radius: 50%; } +.bootstrap hr { margin-top: 17px; margin-bottom: 17px; border: 0; border-top: 1px solid #eeeeee; } +.bootstrap .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } +.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, .bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; line-height: 1.1; color: inherit; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap h4 small, .bootstrap h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap .h3 small, .bootstrap .h3 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-weight: normal; line-height: 1; color: #999999; } +.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 { margin-top: 17px; margin-bottom: 8.5px; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small { font-size: 65%; } +.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 { margin-top: 8.5px; margin-bottom: 8.5px; } +.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-size: 75%; } +.bootstrap h1, .bootstrap .h1 { font-size: 31px; } +.bootstrap h2, .bootstrap .h2 { font-size: 25px; } +.bootstrap h3, .bootstrap .h3 { font-size: 21px; } +.bootstrap h4, .bootstrap .h4 { font-size: 15px; } +.bootstrap h5, .bootstrap .h5 { font-size: 12px; } +.bootstrap h6, .bootstrap .h6 { font-size: 11px; } +.bootstrap p { margin: 0 0 8.5px; } +.bootstrap .lead { margin-bottom: 17px; font-size: 13px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { .bootstrap .lead { font-size: 18px; } } +.bootstrap small, .bootstrap .small { font-size: 85%; } +.bootstrap cite { font-style: normal; } +.bootstrap .text-left { text-align: right; } +.bootstrap .text-right { text-align: left; } +.bootstrap .text-center { text-align: center; } +.bootstrap .text-justify { text-align: justify; } +.bootstrap .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_description { color: #999999; } +.bootstrap .text-primary { color: #db6335; } +.bootstrap .text-primary:hover { color: #bc4c21; } +.bootstrap .text-warning { color: #8a6d3b; } +.bootstrap .text-warning:hover { color: #66512c; } +.bootstrap .text-danger { color: #a94442; } +.bootstrap .text-danger:hover { color: #843534; } +.bootstrap .text-success { color: #3c763d; } +.bootstrap .text-success:hover { color: #2b542c; } +.bootstrap .text-info { color: #31708f; } +.bootstrap .text-info:hover { color: #245269; } +.bootstrap .bg-primary { color: #fff; background-color: #db6335; } +.bootstrap a.bg-primary:hover { background-color: #bc4c21; } +.bootstrap .bg-warning { background-color: #fcf8e3; } +.bootstrap a.bg-primary:hover { background-color: #f7ecb5; } +.bootstrap .bg-danger { background-color: #f2dede; } +.bootstrap a.bg-primary:hover { background-color: #e4b9b9; } +.bootstrap .bg-success { background-color: #dff0d8; } +.bootstrap a.bg-primary:hover { background-color: #c1e2b3; } +.bootstrap .bg-info { background-color: #d9edf7; } +.bootstrap a.bg-primary:hover { background-color: #afd9ee; } +.bootstrap .page-header { padding-bottom: 7.5px; margin: 34px 0 17px; border-bottom: 1px solid #eeeeee; } +.bootstrap ul, .bootstrap ol { margin-top: 0; margin-bottom: 8.5px; } +.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol { margin-bottom: 0; } +.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical { padding-right: 0; list-style: none; } +.bootstrap .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } +.bootstrap .list-inline > li:first-child { padding-right: 0; } +.bootstrap dl { margin-top: 0; margin-bottom: 17px; } +.bootstrap dt, .bootstrap dd { line-height: 1.42857; } +.bootstrap dt { font-weight: bold; } +.bootstrap dd { margin-right: 0; } +@media (min-width: 768px) { .bootstrap .dl-horizontal dt { float: right; width: 160px; clear: right; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .bootstrap .dl-horizontal dd { margin-right: 180px; } + .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after { content: " "; display: table; } + .bootstrap .dl-horizontal dd:after { clear: both; } } +.bootstrap abbr[title], .bootstrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +.bootstrap .initialism { font-size: 90%; text-transform: uppercase; } +.bootstrap blockquote { padding: 8.5px 17px; margin: 0 0 17px; font-size: 15px; border-right: 5px solid #eeeeee; } +.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child { margin-bottom: 0; } +.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; } +.bootstrap blockquote footer:before, .bootstrap blockquote small:before, .bootstrap blockquote .small:before { content: '\2014 \00A0'; } +.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right { padding-left: 15px; padding-right: 0; border-left: 5px solid #eeeeee; border-right: 0; text-align: left; } +.bootstrap .blockquote-reverse footer:before, .bootstrap .blockquote-reverse small:before, .bootstrap .blockquote-reverse .small:before, .bootstrap blockquote.pull-right footer:before, .bootstrap blockquote.pull-right small:before, .bootstrap blockquote.pull-right .small:before { content: ''; } +.bootstrap .blockquote-reverse footer:after, .bootstrap .blockquote-reverse small:after, .bootstrap .blockquote-reverse .small:after, .bootstrap blockquote.pull-right footer:after, .bootstrap blockquote.pull-right small:after, .bootstrap blockquote.pull-right .small:after { content: '\00A0 \2014'; } +.bootstrap blockquote:before, .bootstrap blockquote:after { content: ""; } +.bootstrap address { margin-bottom: 17px; font-style: normal; line-height: 1.42857; } +.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } +.bootstrap code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; } +.bootstrap kbd { padding: 2px 4px; font-size: 90%; color: white; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } +.bootstrap pre { display: block; padding: 8px; margin: 0 0 8.5px; font-size: 11px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } +.bootstrap .pre-scrollable { max-height: 340px; overflow-y: scroll; } +.bootstrap .container { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container:before, .bootstrap .container:after { content: " "; display: table; } +.bootstrap .container:after { clear: both; } +@media (min-width: 768px) { .bootstrap .container { width: 728px; } } +@media (min-width: 992px) { .bootstrap .container { width: 940px; } } +@media (min-width: 1200px) { .bootstrap .container { width: 1170px; } } +.bootstrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container-fluid:before, .bootstrap .container-fluid:after { content: " "; display: table; } +.bootstrap .container-fluid:after { clear: both; } +.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical { margin-right: -5px; margin-left: -5px; } +.bootstrap .row:before, .bootstrap .multishop-well:before, .bootstrap #dashboard .data_list_vertical:before, .bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { content: " "; display: table; } +.bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { clear: both; } +.bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; } +.bootstrap .col-xs-12, .bootstrap .col-xs-11, .bootstrap .col-xs-10, .bootstrap .col-xs-9, .bootstrap .col-xs-8, .bootstrap .col-xs-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-5, .bootstrap .col-xs-4, .bootstrap .col-xs-3, .bootstrap .col-xs-2, .bootstrap .col-xs-1 { float: right; } +.bootstrap .col-xs-1 { width: 8.33333%; } +.bootstrap .col-xs-2 { width: 16.66667%; } +.bootstrap .col-xs-3 { width: 25%; } +.bootstrap .col-xs-4 { width: 33.33333%; } +.bootstrap .col-xs-5 { width: 41.66667%; } +.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li { width: 50%; } +.bootstrap .col-xs-7 { width: 58.33333%; } +.bootstrap .col-xs-8 { width: 66.66667%; } +.bootstrap .col-xs-9 { width: 75%; } +.bootstrap .col-xs-10 { width: 83.33333%; } +.bootstrap .col-xs-11 { width: 91.66667%; } +.bootstrap .col-xs-12 { width: 100%; } +.bootstrap .col-xs-pull-0 { left: 0%; } +.bootstrap .col-xs-pull-1 { left: 8.33333%; } +.bootstrap .col-xs-pull-2 { left: 16.66667%; } +.bootstrap .col-xs-pull-3 { left: 25%; } +.bootstrap .col-xs-pull-4 { left: 33.33333%; } +.bootstrap .col-xs-pull-5 { left: 41.66667%; } +.bootstrap .col-xs-pull-6 { left: 50%; } +.bootstrap .col-xs-pull-7 { left: 58.33333%; } +.bootstrap .col-xs-pull-8 { left: 66.66667%; } +.bootstrap .col-xs-pull-9 { left: 75%; } +.bootstrap .col-xs-pull-10 { left: 83.33333%; } +.bootstrap .col-xs-pull-11 { left: 91.66667%; } +.bootstrap .col-xs-pull-12 { left: 100%; } +.bootstrap .col-xs-push-0 { right: 0%; } +.bootstrap .col-xs-push-1 { right: 8.33333%; } +.bootstrap .col-xs-push-2 { right: 16.66667%; } +.bootstrap .col-xs-push-3 { right: 25%; } +.bootstrap .col-xs-push-4 { right: 33.33333%; } +.bootstrap .col-xs-push-5 { right: 41.66667%; } +.bootstrap .col-xs-push-6 { right: 50%; } +.bootstrap .col-xs-push-7 { right: 58.33333%; } +.bootstrap .col-xs-push-8 { right: 66.66667%; } +.bootstrap .col-xs-push-9 { right: 75%; } +.bootstrap .col-xs-push-10 { right: 83.33333%; } +.bootstrap .col-xs-push-11 { right: 91.66667%; } +.bootstrap .col-xs-push-12 { right: 100%; } +.bootstrap .col-xs-offset-0 { margin-right: 0%; } +.bootstrap .col-xs-offset-1 { margin-right: 8.33333%; } +.bootstrap .col-xs-offset-2 { margin-right: 16.66667%; } +.bootstrap .col-xs-offset-3 { margin-right: 25%; } +.bootstrap .col-xs-offset-4 { margin-right: 33.33333%; } +.bootstrap .col-xs-offset-5 { margin-right: 41.66667%; } +.bootstrap .col-xs-offset-6 { margin-right: 50%; } +.bootstrap .col-xs-offset-7 { margin-right: 58.33333%; } +.bootstrap .col-xs-offset-8 { margin-right: 66.66667%; } +.bootstrap .col-xs-offset-9 { margin-right: 75%; } +.bootstrap .col-xs-offset-10 { margin-right: 83.33333%; } +.bootstrap .col-xs-offset-11 { margin-right: 91.66667%; } +.bootstrap .col-xs-offset-12 { margin-right: 100%; } +@media (min-width: 768px) { .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1 { float: right; } + .bootstrap .col-sm-1 { width: 8.33333%; } + .bootstrap .col-sm-2 { width: 16.66667%; } + .bootstrap .col-sm-3 { width: 25%; } + .bootstrap .col-sm-4 { width: 33.33333%; } + .bootstrap .col-sm-5 { width: 41.66667%; } + .bootstrap .col-sm-6 { width: 50%; } + .bootstrap .col-sm-7 { width: 58.33333%; } + .bootstrap .col-sm-8 { width: 66.66667%; } + .bootstrap .col-sm-9 { width: 75%; } + .bootstrap .col-sm-10 { width: 83.33333%; } + .bootstrap .col-sm-11 { width: 91.66667%; } + .bootstrap .col-sm-12 { width: 100%; } + .bootstrap .col-sm-pull-0 { left: 0%; } + .bootstrap .col-sm-pull-1 { left: 8.33333%; } + .bootstrap .col-sm-pull-2 { left: 16.66667%; } + .bootstrap .col-sm-pull-3 { left: 25%; } + .bootstrap .col-sm-pull-4 { left: 33.33333%; } + .bootstrap .col-sm-pull-5 { left: 41.66667%; } + .bootstrap .col-sm-pull-6 { left: 50%; } + .bootstrap .col-sm-pull-7 { left: 58.33333%; } + .bootstrap .col-sm-pull-8 { left: 66.66667%; } + .bootstrap .col-sm-pull-9 { left: 75%; } + .bootstrap .col-sm-pull-10 { left: 83.33333%; } + .bootstrap .col-sm-pull-11 { left: 91.66667%; } + .bootstrap .col-sm-pull-12 { left: 100%; } + .bootstrap .col-sm-push-0 { right: 0%; } + .bootstrap .col-sm-push-1 { right: 8.33333%; } + .bootstrap .col-sm-push-2 { right: 16.66667%; } + .bootstrap .col-sm-push-3 { right: 25%; } + .bootstrap .col-sm-push-4 { right: 33.33333%; } + .bootstrap .col-sm-push-5 { right: 41.66667%; } + .bootstrap .col-sm-push-6 { right: 50%; } + .bootstrap .col-sm-push-7 { right: 58.33333%; } + .bootstrap .col-sm-push-8 { right: 66.66667%; } + .bootstrap .col-sm-push-9 { right: 75%; } + .bootstrap .col-sm-push-10 { right: 83.33333%; } + .bootstrap .col-sm-push-11 { right: 91.66667%; } + .bootstrap .col-sm-push-12 { right: 100%; } + .bootstrap .col-sm-offset-0 { margin-right: 0%; } + .bootstrap .col-sm-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-sm-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-sm-offset-3 { margin-right: 25%; } + .bootstrap .col-sm-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-sm-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-sm-offset-6 { margin-right: 50%; } + .bootstrap .col-sm-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-sm-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-sm-offset-9 { margin-right: 75%; } + .bootstrap .col-sm-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-sm-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-sm-offset-12 { margin-right: 100%; } } +@media (min-width: 992px) { .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1 { float: right; } + .bootstrap .col-md-1 { width: 8.33333%; } + .bootstrap .col-md-2 { width: 16.66667%; } + .bootstrap .col-md-3 { width: 25%; } + .bootstrap .col-md-4 { width: 33.33333%; } + .bootstrap .col-md-5 { width: 41.66667%; } + .bootstrap .col-md-6 { width: 50%; } + .bootstrap .col-md-7 { width: 58.33333%; } + .bootstrap .col-md-8 { width: 66.66667%; } + .bootstrap .col-md-9 { width: 75%; } + .bootstrap .col-md-10 { width: 83.33333%; } + .bootstrap .col-md-11 { width: 91.66667%; } + .bootstrap .col-md-12 { width: 100%; } + .bootstrap .col-md-pull-0 { left: 0%; } + .bootstrap .col-md-pull-1 { left: 8.33333%; } + .bootstrap .col-md-pull-2 { left: 16.66667%; } + .bootstrap .col-md-pull-3 { left: 25%; } + .bootstrap .col-md-pull-4 { left: 33.33333%; } + .bootstrap .col-md-pull-5 { left: 41.66667%; } + .bootstrap .col-md-pull-6 { left: 50%; } + .bootstrap .col-md-pull-7 { left: 58.33333%; } + .bootstrap .col-md-pull-8 { left: 66.66667%; } + .bootstrap .col-md-pull-9 { left: 75%; } + .bootstrap .col-md-pull-10 { left: 83.33333%; } + .bootstrap .col-md-pull-11 { left: 91.66667%; } + .bootstrap .col-md-pull-12 { left: 100%; } + .bootstrap .col-md-push-0 { right: 0%; } + .bootstrap .col-md-push-1 { right: 8.33333%; } + .bootstrap .col-md-push-2 { right: 16.66667%; } + .bootstrap .col-md-push-3 { right: 25%; } + .bootstrap .col-md-push-4 { right: 33.33333%; } + .bootstrap .col-md-push-5 { right: 41.66667%; } + .bootstrap .col-md-push-6 { right: 50%; } + .bootstrap .col-md-push-7 { right: 58.33333%; } + .bootstrap .col-md-push-8 { right: 66.66667%; } + .bootstrap .col-md-push-9 { right: 75%; } + .bootstrap .col-md-push-10 { right: 83.33333%; } + .bootstrap .col-md-push-11 { right: 91.66667%; } + .bootstrap .col-md-push-12 { right: 100%; } + .bootstrap .col-md-offset-0 { margin-right: 0%; } + .bootstrap .col-md-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-md-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-md-offset-3 { margin-right: 25%; } + .bootstrap .col-md-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-md-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-md-offset-6 { margin-right: 50%; } + .bootstrap .col-md-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-md-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-md-offset-9 { margin-right: 75%; } + .bootstrap .col-md-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-md-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-md-offset-12 { margin-right: 100%; } } +@media (min-width: 1200px) { .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1 { float: right; } + .bootstrap .col-lg-1 { width: 8.33333%; } + .bootstrap .col-lg-2 { width: 16.66667%; } + .bootstrap .col-lg-3 { width: 25%; } + .bootstrap .col-lg-4 { width: 33.33333%; } + .bootstrap .col-lg-5 { width: 41.66667%; } + .bootstrap .col-lg-6 { width: 50%; } + .bootstrap .col-lg-7 { width: 58.33333%; } + .bootstrap .col-lg-8 { width: 66.66667%; } + .bootstrap .col-lg-9 { width: 75%; } + .bootstrap .col-lg-10 { width: 83.33333%; } + .bootstrap .col-lg-11 { width: 91.66667%; } + .bootstrap .col-lg-12 { width: 100%; } + .bootstrap .col-lg-pull-0 { left: 0%; } + .bootstrap .col-lg-pull-1 { left: 8.33333%; } + .bootstrap .col-lg-pull-2 { left: 16.66667%; } + .bootstrap .col-lg-pull-3 { left: 25%; } + .bootstrap .col-lg-pull-4 { left: 33.33333%; } + .bootstrap .col-lg-pull-5 { left: 41.66667%; } + .bootstrap .col-lg-pull-6 { left: 50%; } + .bootstrap .col-lg-pull-7 { left: 58.33333%; } + .bootstrap .col-lg-pull-8 { left: 66.66667%; } + .bootstrap .col-lg-pull-9 { left: 75%; } + .bootstrap .col-lg-pull-10 { left: 83.33333%; } + .bootstrap .col-lg-pull-11 { left: 91.66667%; } + .bootstrap .col-lg-pull-12 { left: 100%; } + .bootstrap .col-lg-push-0 { right: 0%; } + .bootstrap .col-lg-push-1 { right: 8.33333%; } + .bootstrap .col-lg-push-2 { right: 16.66667%; } + .bootstrap .col-lg-push-3 { right: 25%; } + .bootstrap .col-lg-push-4 { right: 33.33333%; } + .bootstrap .col-lg-push-5 { right: 41.66667%; } + .bootstrap .col-lg-push-6 { right: 50%; } + .bootstrap .col-lg-push-7 { right: 58.33333%; } + .bootstrap .col-lg-push-8 { right: 66.66667%; } + .bootstrap .col-lg-push-9 { right: 75%; } + .bootstrap .col-lg-push-10 { right: 83.33333%; } + .bootstrap .col-lg-push-11 { right: 91.66667%; } + .bootstrap .col-lg-push-12 { right: 100%; } + .bootstrap .col-lg-offset-0 { margin-right: 0%; } + .bootstrap .col-lg-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-lg-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-lg-offset-3 { margin-right: 25%; } + .bootstrap .col-lg-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-lg-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-lg-offset-6 { margin-right: 50%; } + .bootstrap .col-lg-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-lg-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-lg-offset-9 { margin-right: 75%; } + .bootstrap .col-lg-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-lg-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-lg-offset-12 { margin-right: 100%; } } +.bootstrap table { max-width: 100%; background-color: transparent; } +.bootstrap th { text-align: right; } +.bootstrap .table { width: 100%; margin-bottom: 17px; } +.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; } +.bootstrap .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } +.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td { border-top: 0; } +.bootstrap .table > tbody + tbody { border-top: 2px solid #dddddd; } +.bootstrap .table .table { background-color: #dbd7d2; } +.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td { padding: 5px; } +.bootstrap .table-bordered { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td, .bootstrap .table-bordered > tbody > tr > th, .bootstrap .table-bordered > tbody > tr > td, .bootstrap .table-bordered > tfoot > tr > th, .bootstrap .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td { border-bottom-width: 2px; } +.bootstrap .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th { background-color: #edf7fb; } +.bootstrap table col[class*="col-"] { position: static; float: none; display: table-column; } +.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] { position: static; float: none; display: table-cell; } +.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th { background-color: #edf7fb; } +.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr.active:hover > th { background-color: #d8eef6; } +.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th { background-color: #dff0d8; } +.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } +.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th { background-color: #fcf8e3; } +.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } +.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th { background-color: #f2dede; } +.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th { background-color: #d9edf7; } +.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } +@media (max-width: 767px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap fieldset { padding: 0; margin: 0; border: 0; } +.bootstrap legend { display: block; width: 100%; padding: 0; margin-bottom: 17px; font-size: 18px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +.bootstrap label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +.bootstrap input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } +.bootstrap input[type="file"] { display: block; } +.bootstrap select[multiple], .bootstrap select[size] { height: auto; } +.bootstrap select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } +.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap input[type="number"]::-webkit-outer-spin-button, .bootstrap input[type="number"]::-webkit-inner-spin-button { height: auto; } +.bootstrap output { display: block; padding-top: 5px; font-size: 12px; line-height: 1.42857; color: #555555; } +.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select { display: block; width: 100%; height: 27px; padding: 4px 8px; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 3px; -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.bootstrap .form-control:-moz-placeholder, .bootstrap input[type="text"]:-moz-placeholder, .bootstrap input[type="search"]:-moz-placeholder, .bootstrap input[type="password"]:-moz-placeholder, .bootstrap textarea:-moz-placeholder, .bootstrap select:-moz-placeholder { color: #999999; } +.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder { color: #999999; opacity: 1; } +.bootstrap .form-control:-ms-input-placeholder, .bootstrap input[type="text"]:-ms-input-placeholder, .bootstrap input[type="search"]:-ms-input-placeholder, .bootstrap input[type="password"]:-ms-input-placeholder, .bootstrap textarea:-ms-input-placeholder, .bootstrap select:-ms-input-placeholder { color: #999999; } +.bootstrap .form-control::-webkit-input-placeholder, .bootstrap input[type="text"]::-webkit-input-placeholder, .bootstrap input[type="search"]::-webkit-input-placeholder, .bootstrap input[type="password"]::-webkit-input-placeholder, .bootstrap textarea::-webkit-input-placeholder, .bootstrap select::-webkit-input-placeholder { color: #999999; } +.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select { cursor: not-allowed; background-color: #eeeeee; } +.bootstrap textarea.form-control, .bootstrap textarea { height: auto; } +.bootstrap input[type="date"] { line-height: 27px; } +.bootstrap .form-group { margin-bottom: 15px; } +.bootstrap .radio, .bootstrap .checkbox { display: block; min-height: 17px; margin-top: 10px; margin-bottom: 10px; padding-right: 20px; } +.bootstrap .radio label, .bootstrap .checkbox label { display: inline; font-weight: normal; cursor: pointer; } +.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] { float: right; margin-right: -20px; } +.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox { margin-top: -5px; } +.bootstrap .radio-inline, .bootstrap .checkbox-inline { display: inline-block; padding-right: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } +.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline { margin-top: 0; margin-right: 10px; } +.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline { cursor: not-allowed; } +.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn { height: 28px; padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn { height: 28px; line-height: 28px; } +.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn { height: 42px; padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn { height: 42px; line-height: 42px; } +.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .has-feedback { position: relative; } +.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select { padding-left: 33.75px; } +.bootstrap .has-feedback .form-control-feedback { position: absolute; top: 22px; left: 0; display: block; width: 27px; height: 27px; line-height: 27px; text-align: center; } +.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline { color: #8a6d3b; } +.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } +.bootstrap .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap .has-warning .form-control-feedback { color: #8a6d3b; } +.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline { color: #a94442; } +.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } +.bootstrap .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } +.bootstrap .has-error .form-control-feedback { color: #a94442; } +.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline { color: #3c763d; } +.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } +.bootstrap .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } +.bootstrap .has-success .form-control-feedback { color: #3c763d; } +.bootstrap .form-control-static { margin-bottom: 0; } +.bootstrap .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } +@media (min-width: 768px) { .bootstrap .form-inline .form-group, .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .form-control, .bootstrap .navbar-form .form-control, .bootstrap #header_search .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap #header_search input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap #header_search input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap #header_search input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap #header_search textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select, .bootstrap #header_search select { display: inline-block; width: auto; vertical-align: middle; } + .bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label, .bootstrap #header_search .control-label { margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap #header_search .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox, .bootstrap #header_search .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-right: 0; vertical-align: middle; } + .bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap #header_search .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"], .bootstrap #header_search .checkbox input[type="checkbox"] { float: none; margin-right: 0; } + .bootstrap .form-inline .has-feedback .form-control-feedback, .bootstrap .navbar-form .has-feedback .form-control-feedback, .bootstrap #header_search .has-feedback .form-control-feedback { top: 0; } } +.bootstrap .form-horizontal .control-label, .bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 5px; } +.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox { min-height: 22px; } +.bootstrap .form-horizontal .form-group { margin-right: -5px; margin-left: -5px; } +.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after { content: " "; display: table; } +.bootstrap .form-horizontal .form-group:after { clear: both; } +.bootstrap .form-horizontal .form-control-static { padding-top: 5px; } +@media (min-width: 768px) { .bootstrap .form-horizontal .control-label { text-align: left; } } +.bootstrap .form-horizontal .has-feedback .form-control-feedback { top: 0; left: 5px; } +.bootstrap .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 4px 8px; font-size: 12px; line-height: 1.42857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.bootstrap .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap .btn:hover, .bootstrap .btn:focus { color: #555555; text-decoration: none; } +.bootstrap .btn:active, .bootstrap .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-default { color: #555555; background-color: white; border-color: #cccccc; } +.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.open .bootstrap .btn-default.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.bootstrap .btn-default:active, .bootstrap .btn-default.active { background-image: none; } +.open .bootstrap .btn-default.dropdown-toggle { background-image: none; } +.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default[disabled].active, fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active { background-color: white; border-color: #cccccc; } +.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-primary { color: #555555; background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active { color: #555555; background-color: #ebebeb; border-color: #419641; } +.open .bootstrap .btn-primary.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #419641; } +.bootstrap .btn-primary:active, .bootstrap .btn-primary.active { background-image: none; } +.open .bootstrap .btn-primary.dropdown-toggle { background-image: none; } +.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary[disabled].active, fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active { background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active { color: white; background-color: #47a447; border-color: #398439; } +.open .bootstrap .btn-success.dropdown-toggle { color: white; background-color: #47a447; border-color: #398439; } +.bootstrap .btn-success:active, .bootstrap .btn-success.active { background-image: none; } +.open .bootstrap .btn-success.dropdown-toggle { background-image: none; } +.bootstrap .btn-success.disabled, .bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success[disabled].active, fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner { color: #5cb85c; background-color: white; } +.bootstrap .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +.open .bootstrap .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +.bootstrap .btn-warning:active, .bootstrap .btn-warning.active { background-image: none; } +.open .bootstrap .btn-warning.dropdown-toggle { background-image: none; } +.bootstrap .btn-warning.disabled, .bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning[disabled].active, fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner { color: #f0ad4e; background-color: white; } +.bootstrap .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +.open .bootstrap .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +.bootstrap .btn-danger:active, .bootstrap .btn-danger.active { background-image: none; } +.open .bootstrap .btn-danger.dropdown-toggle { background-image: none; } +.bootstrap .btn-danger.disabled, .bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger[disabled].active, fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner { color: #d9534f; background-color: white; } +.bootstrap .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active { color: white; background-color: #39b3d7; border-color: #269abc; } +.open .bootstrap .btn-info.dropdown-toggle { color: white; background-color: #39b3d7; border-color: #269abc; } +.bootstrap .btn-info:active, .bootstrap .btn-info.active { background-image: none; } +.open .bootstrap .btn-info.dropdown-toggle { background-image: none; } +.bootstrap .btn-info.disabled, .bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info[disabled].active, fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner { color: #5bc0de; background-color: white; } +.bootstrap .btn-link { color: #db6335; font-weight: normal; cursor: pointer; border-radius: 0; } +.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active { border-color: transparent; } +.bootstrap .btn-link:hover, .bootstrap .btn-link:focus { color: #a6431e; text-decoration: underline; background-color: transparent; } +.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus { color: #999999; text-decoration: none; } +.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn { padding: 1px 5px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } +.bootstrap .btn-block + .btn-block { margin-top: 5px; } +.bootstrap input[type="submit"].btn-block, .bootstrap input[type="reset"].btn-block, .bootstrap input[type="button"].btn-block { width: 100%; } +.bootstrap .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.bootstrap .fade.in { opacity: 1; } +.bootstrap .collapse { display: none; } +.bootstrap .collapse.in { display: block; } +.bootstrap .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } +.bootstrap .caret { display: inline-block; width: 0; height: 0; margin-right: 2px; vertical-align: middle; border-top: 4px solid; border-left: 4px solid transparent; border-right: 4px solid transparent; } +.bootstrap .dropdown { position: relative; } +.bootstrap .dropdown-toggle:focus { outline: 0; } +.bootstrap .dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 12px; background-color: white; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +.bootstrap .dropdown-menu.pull-right { left: 0; right: auto; } +.bootstrap .dropdown-menu .divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; } +.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #db6335; } +.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus { color: white; text-decoration: none; outline: 0; background-color: #db6335; } +.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { color: #999999; } +.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } +.bootstrap .open > .dropdown-menu { display: block; } +.bootstrap .open > a { outline: 0; } +.bootstrap .dropdown-menu-right { right: auto; left: 0; } +.bootstrap .dropdown-menu-left { right: 0; left: auto; } +.bootstrap .dropdown-header { display: block; padding: 3px 20px; font-size: 11px; line-height: 1.42857; color: #999999; } +.bootstrap .dropdown-backdrop { position: fixed; right: 0; left: 0; bottom: 0; top: 0; z-index: 990; } +.bootstrap .pull-right > .dropdown-menu { left: 0; right: auto; } +.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } +.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } +@media (min-width: 768px) { .bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu { left: 0; right: auto; } + .bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left { \right: 0; \left: auto; } } +.bootstrap .btn-group, .bootstrap .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn { position: relative; float: right; } +.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active { z-index: 2; } +.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus { outline: none; } +.bootstrap .btn-group .btn + .btn, .bootstrap .btn-group .btn + .btn-group, .bootstrap .btn-group .btn-group + .btn, .bootstrap .btn-group .btn-group + .btn-group { margin-right: -1px; } +.bootstrap .btn-toolbar { margin-right: -5px; } +.bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after { content: " "; display: table; } +.bootstrap .btn-toolbar:after { clear: both; } +.bootstrap .btn-toolbar .btn-group, .bootstrap .btn-toolbar .input-group { float: right; } +.bootstrap .btn-toolbar > .btn, .bootstrap .btn-toolbar > .btn-group, .bootstrap .btn-toolbar > .input-group { margin-right: 5px; } +.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +.bootstrap .btn-group > .btn:first-child { margin-right: 0; } +.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn:last-child:not(:first-child), .bootstrap .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn-group { float: right; } +.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group .dropdown-toggle:active, .bootstrap .btn-group.open .dropdown-toggle { outline: 0; } +.bootstrap .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } +.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } +.bootstrap .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { margin-right: 0; } +.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group, .bootstrap .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } +.bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after { content: " "; display: table; } +.bootstrap .btn-group-vertical > .btn-group:after { clear: both; } +.bootstrap .btn-group-vertical > .btn-group > .btn { float: none; } +.bootstrap .btn-group-vertical > .btn + .btn, .bootstrap .btn-group-vertical > .btn + .btn-group, .bootstrap .btn-group-vertical > .btn-group + .btn, .bootstrap .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-right: 0; } +.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-right-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } +.bootstrap .btn-group-justified > .btn-group .btn { width: 100%; } +.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +.bootstrap .input-group { position: relative; display: table; border-collapse: separate; } +.bootstrap .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } +.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { float: right; width: 100%; margin-bottom: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { display: table-cell; } +.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } +.bootstrap .input-group-addon { padding: 4px 8px; font-size: 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 11px; border-radius: 3px; } +.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 15px; border-radius: 6px; } +.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] { margin-top: 0; } +.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select:first-child, .bootstrap .input-group-addon:first-child, .bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group > .btn, .bootstrap .input-group-btn:first-child > .dropdown-toggle, .bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .input-group-addon:first-child { border-left: 0; } +.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-child, .bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group > .btn, .bootstrap .input-group-btn:last-child > .dropdown-toggle, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .input-group-addon:last-child { border-right: 0; } +.bootstrap .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } +.bootstrap .input-group-btn > .btn { position: relative; } +.bootstrap .input-group-btn > .btn + .btn { margin-right: -1px; } +.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active { z-index: 2; } +.bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group { margin-left: -1px; } +.bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group { margin-right: -1px; } +.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin-bottom: 0; padding-right: 0; list-style: none; } +.bootstrap .nav:before, .bootstrap #header_notifs_icon_wrapper:before, .bootstrap #header_employee_box:before, .bootstrap #header_quick:before, .bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { content: " "; display: table; } +.bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { clear: both; } +.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { position: relative; display: block; } +.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { position: relative; display: block; padding: 10px 15px; } +.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a { color: #999999; } +.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus { background-color: #eeeeee; border-color: #db6335; } +.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img { max-width: none; } +.bootstrap .nav-tabs { border-bottom: 1px solid #dddddd; } +.bootstrap .nav-tabs > li { float: right; margin-bottom: -1px; } +.bootstrap .nav-tabs > li > a { margin-left: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 3px 0 0 3px; } +.bootstrap .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus { color: #555555; background-color: #dbd7d2; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } +.bootstrap .nav-pills > li { float: right; } +.bootstrap .nav-pills > li > a { border-radius: 3px; } +.bootstrap .nav-pills > li + li { margin-right: 2px; } +.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus { color: white; background-color: #db6335; } +.bootstrap .nav-stacked > li { float: none; } +.bootstrap .nav-stacked > li + li { margin-top: 2px; margin-right: 0; } +.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified { width: 100%; } +.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { float: none; } +.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } +.bootstrap .nav-justified > .dropdown .dropdown-menu { top: auto; right: auto; } +@media (min-width: 768px) { .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } + .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } +.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified { border-bottom: 0; } +.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-left: 0; border-radius: 3px; } +.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } +@media (min-width: 768px) { .bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 3px 0 0 3px; } + .bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #dbd7d2; } } +.bootstrap .tab-content > .tab-pane { display: none; } +.bootstrap .tab-content > .active { display: block; } +.bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar, .bootstrap #header_infos { position: relative; min-height: 35px; margin-bottom: 17px; border: 1px solid transparent; } +.bootstrap .navbar:before, .bootstrap #header_infos:before, .bootstrap .navbar:after, .bootstrap #header_infos:after { content: " "; display: table; } +.bootstrap .navbar:after, .bootstrap #header_infos:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar, .bootstrap #header_infos { border-radius: 3px; } } +.bootstrap .navbar-header:before, .bootstrap .navbar-header:after { content: " "; display: table; } +.bootstrap .navbar-header:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar-header { float: right; } } +.bootstrap .navbar-collapse { max-height: 340px; overflow-x: visible; padding-left: 5px; padding-right: 5px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after { content: " "; display: table; } +.bootstrap .navbar-collapse:after { clear: both; } +.bootstrap .navbar-collapse.in { overflow-y: auto; } +@media (min-width: 768px) { .bootstrap .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + .bootstrap .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + .bootstrap .navbar-collapse.in { overflow-y: visible; } + .navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse { padding-right: 0; padding-left: 0; } } +.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; } +@media (min-width: 768px) { .bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: 0; margin-right: 0; } } +.bootstrap .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } +@media (min-width: 768px) { .bootstrap .navbar-static-top { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { position: fixed; left: 0; right: 0; z-index: 1030; } +@media (min-width: 768px) { .bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos { top: 0; border-width: 0 0 1px; } +.bootstrap .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } +.bootstrap .navbar-brand, .bootstrap #header_shopname { float: right; padding: 9px 5px; font-size: 15px; line-height: 17px; } +.bootstrap .navbar-brand:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopname:focus { text-decoration: none; } +.bootstrap .navbar-brand > .glyphicon, .bootstrap #header_shopname > .glyphicon { float: right; margin-top: -2px; margin-left: 5px; } +@media (min-width: 768px) { .navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname { margin-right: -5px; } } +.bootstrap .navbar-toggle { position: relative; float: left; margin-left: 5px; padding: 9px 10px; margin-top: 0.5px; margin-bottom: 0.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .navbar-toggle:focus { outline: none; } +.bootstrap .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +.bootstrap .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } +@media (min-width: 768px) { .bootstrap .navbar-toggle { display: none; } } +.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin: 4.5px -5px; } +.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 17px; } +@media (max-width: 767px) { .bootstrap .navbar-nav .open .dropdown-menu, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu, .bootstrap #header_employee_box .open .dropdown-menu, .bootstrap #header_quick .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, .bootstrap #header_employee_box .open .dropdown-menu .dropdown-header, .bootstrap #header_quick .open .dropdown-menu .dropdown-header { padding: 5px 25px 5px 15px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a { line-height: 17px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_quick .open .dropdown-menu > li > a:focus { background-image: none; } } +@media (min-width: 768px) { .bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { float: right; margin: 0; } + .bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { float: right; } + .bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 9px; padding-bottom: 9px; } + .bootstrap .navbar-nav.navbar-right:last-child, .bootstrap .navbar-right#header_notifs_icon_wrapper:last-child, .bootstrap #header_employee_box:last-child, .bootstrap .navbar-right#header_quick:last-child { margin-left: -5px; } } +@media (min-width: 768px) { .bootstrap .navbar-left, .bootstrap #header_search, .bootstrap #header_quick { float: right !important; } + .bootstrap .navbar-right, .bootstrap #header_employee_box { float: left !important; } } +.bootstrap .navbar-form, .bootstrap #header_search { margin-right: -5px; margin-left: -5px; padding: 10px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 4px; margin-bottom: 4px; } +@media (max-width: 767px) { .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { margin-bottom: 5px; } } +@media (min-width: 768px) { .bootstrap .navbar-form, .bootstrap #header_search { width: auto; border: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } + .bootstrap .navbar-form.navbar-right:last-child, .bootstrap .navbar-form#header_employee_box:last-child, .bootstrap .navbar-right#header_search:last-child { margin-left: -5px; } } +.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .navbar-btn { margin-top: 4px; margin-bottom: 4px; } +.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn { margin-top: 3.5px; margin-bottom: 3.5px; } +.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn { margin-top: 6.5px; margin-bottom: 6.5px; } +.bootstrap .navbar-text { margin-top: 9px; margin-bottom: 9px; } +@media (min-width: 768px) { .bootstrap .navbar-text { float: right; margin-right: 5px; margin-left: 5px; } + .bootstrap .navbar-text.navbar-right:last-child, .bootstrap .navbar-text#header_employee_box:last-child { margin-left: 0; } } +.bootstrap .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopname { color: #777777; } +.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopname:focus { color: #5e5e5e; background-color: transparent; } +.bootstrap .navbar-default .navbar-text { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus { color: #333333; background-color: transparent; } +.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus { color: #555555; background-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus { color: #cccccc; background-color: transparent; } +.bootstrap .navbar-default .navbar-toggle { border-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } +.bootstrap .navbar-default .navbar-collapse, .bootstrap .navbar-default .navbar-form, .bootstrap .navbar-default #header_search { border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus { background-color: #e7e7e7; color: #555555; } +@media (max-width: 767px) { .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a { color: #777777; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +.bootstrap .navbar-default .navbar-link { color: #777777; } +.bootstrap .navbar-default .navbar-link:hover { color: #333333; } +.bootstrap .navbar-inverse, .bootstrap #header_infos { background-color: #222222; border-color: #090909; } +.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname { color: #999999; } +.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus { color: white; background-color: #090909; } +.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus { color: #444444; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle { border-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus { background-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar { background-color: white; } +.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form, .bootstrap .navbar-inverse #header_search, .bootstrap #header_infos #header_search { border-color: #101010; } +.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus { background-color: #090909; color: white; } +@media (max-width: 767px) { .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_quick .open .dropdown-menu > .dropdown-header { border-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .bootstrap #header_infos .navbar-nav .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu .divider, .bootstrap #header_infos #header_employee_box .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu .divider, .bootstrap #header_infos #header_quick .open .dropdown-menu .divider { background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a { color: #999999; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link { color: #999999; } +.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover { color: white; } +.bootstrap .breadcrumb { padding: 8px 15px; margin-bottom: 17px; list-style: none; background-color: whitesmoke; border-radius: 3px; } +.bootstrap .breadcrumb > li { display: inline-block; } +.bootstrap .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } +.bootstrap .breadcrumb > .active { color: #999999; } +.bootstrap .pagination { display: inline-block; padding-right: 0; margin: 17px 0; border-radius: 3px; } +.bootstrap .pagination > li { display: inline; } +.bootstrap .pagination > li > a, .bootstrap .pagination > li > span { position: relative; float: right; padding: 4px 8px; line-height: 1.42857; text-decoration: none; color: #db6335; background-color: white; border: 1px solid #dddddd; margin-right: -1px; } +.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span { margin-right: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus { color: #a6431e; background-color: #eeeeee; border-color: #dddddd; } +.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus { z-index: 2; color: white; background-color: #db6335; border-color: #db6335; cursor: default; } +.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed; } +.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span { padding: 10px 16px; font-size: 15px; } +.bootstrap .pagination-lg > li:first-child > a, .bootstrap .pagination-lg > li:first-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +.bootstrap .pagination-lg > li:last-child > a, .bootstrap .pagination-lg > li:last-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +.bootstrap .pagination-sm > li > a, .bootstrap .pagination-sm > li > span { padding: 5px 10px; font-size: 11px; } +.bootstrap .pagination-sm > li:first-child > a, .bootstrap .pagination-sm > li:first-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination-sm > li:last-child > a, .bootstrap .pagination-sm > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pager { padding-right: 0; margin: 17px 0; list-style: none; text-align: center; } +.bootstrap .pager:before, .bootstrap .pager:after { content: " "; display: table; } +.bootstrap .pager:after { clear: both; } +.bootstrap .pager li { display: inline; } +.bootstrap .pager li > a, .bootstrap .pager li > span { display: inline-block; padding: 5px 14px; background-color: white; border: 1px solid #dddddd; border-radius: 15px; } +.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .pager .next > a, .bootstrap .pager .next > span { float: left; } +.bootstrap .pager .previous > a, .bootstrap .pager .previous > span { float: right; } +.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span { color: #999999; background-color: white; cursor: not-allowed; } +.bootstrap .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: white; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } +.bootstrap .label[href]:hover, .bootstrap .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap .label:empty { display: none; } +.btn .bootstrap .label { position: relative; top: -1px; } +.bootstrap .label-default { background-color: #999999; } +.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus { background-color: gray; } +.bootstrap .label-primary { background-color: #db6335; } +.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus { background-color: #bc4c21; } +.bootstrap .label-success { background-color: #5cb85c; } +.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus { background-color: #449d44; } +.bootstrap .label-info { background-color: #5bc0de; } +.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus { background-color: #31b0d5; } +.bootstrap .label-warning { background-color: #f0ad4e; } +.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus { background-color: #ec971f; } +.bootstrap .label-danger { background-color: #d9534f; } +.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus { background-color: #c9302c; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } +.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty { display: none; } +.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner { position: relative; top: -1px; } +.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap a.list-group-item.active > .badge, .bootstrap #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, #header_notifs_icon_wrapper .bootstrap a.list-group-item.active > .notifs_badge, .bootstrap a.list-group-item.active > .module-badge-popular, .bootstrap a.list-group-item.active > .module-badge-partner, .bootstrap .nav-pills > .active > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > .active > a > .notifs_badge, .bootstrap .nav-pills > .active > a > .module-badge-popular, .bootstrap .nav-pills > .active > a > .module-badge-partner { color: #db6335; background-color: white; } +.bootstrap .nav-pills > li > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > li > a > .notifs_badge, .bootstrap .nav-pills > li > a > .module-badge-popular, .bootstrap .nav-pills > li > a > .module-badge-partner { margin-right: 3px; } +.bootstrap .thumbnail { display: block; padding: 4px; margin-bottom: 17px; line-height: 1.42857; background-color: #dbd7d2; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } +.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } +.bootstrap .thumbnail .caption { padding: 9px; color: #555555; } +.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active { border-color: #db6335; } +.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error { padding: 15px; margin-bottom: 17px; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { margin-top: 0; color: inherit; } +.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { font-weight: bold; } +.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul { margin-bottom: 0; } +.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p { margin-top: 5px; } +.bootstrap .alert-dismissable { padding-left: 35px; } +.bootstrap .alert-dismissable .close { position: relative; top: -2px; left: -21px; color: inherit; } +.bootstrap .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } +.bootstrap .alert-success hr { border-top-color: #c9e2b3; } +.bootstrap .alert-success .alert-link { color: #2b542c; } +.bootstrap .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } +.bootstrap .alert-info hr { border-top-color: #a6e1ec; } +.bootstrap .alert-info .alert-link { color: #245269; } +.bootstrap .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } +.bootstrap .alert-warning hr { border-top-color: #f7e1b5; } +.bootstrap .alert-warning .alert-link { color: #66512c; } +.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } +.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr { border-top-color: #e4b9c0; } +.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { color: #843534; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body { overflow: hidden; zoom: 1; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .bootstrap .message-item .message-item { margin-top: 15px; } +.bootstrap .media:first-child, .bootstrap .message-item:first-child { margin-top: 0; } +.bootstrap .media-object { display: block; } +.bootstrap .media-heading { margin: 0 0 5px; } +.bootstrap .media > .pull-left, .bootstrap .message-item > .pull-left, .bootstrap .page-head .media > h2.page-title, .bootstrap .page-head .message-item > h2.page-title { margin-left: 10px; } +.bootstrap .media > .pull-right, .bootstrap .message-item > .pull-right { margin-right: 10px; } +.bootstrap .media-list { padding-right: 0; list-style: none; } +.bootstrap .list-group, .bootstrap #dashboard .data_list { margin-bottom: 20px; padding-right: 0; } +.bootstrap .list-group-item, .bootstrap #dashboard .data_list li { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: white; border: 1px solid #dddddd; } +.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child { margin-bottom: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } +.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner { float: left; } +.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner { margin-left: 5px; } +.bootstrap a.list-group-item { color: #555555; } +.bootstrap a.list-group-item .list-group-item-heading { color: #333333; } +.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +.bootstrap a.list-group-item.active, .bootstrap a.list-group-item.active:hover, .bootstrap a.list-group-item.active:focus { z-index: 2; color: white; background-color: #db6335; border-color: #db6335; } +.bootstrap a.list-group-item.active .list-group-item-heading, .bootstrap a.list-group-item.active:hover .list-group-item-heading, .bootstrap a.list-group-item.active:focus .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item.active .list-group-item-text, .bootstrap a.list-group-item.active:hover .list-group-item-text, .bootstrap a.list-group-item.active:focus .list-group-item-text { color: #fae9e2; } +.bootstrap .list-group-item-success { color: #3c763d; background-color: #dff0d8; } +.bootstrap a.list-group-item-success { color: #3c763d; } +.bootstrap a.list-group-item-success .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } +.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } +.bootstrap .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap a.list-group-item-warning { color: #8a6d3b; } +.bootstrap a.list-group-item-warning .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } +.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } +.bootstrap .list-group-item-danger { color: #a94442; background-color: #f2dede; } +.bootstrap a.list-group-item-danger { color: #a94442; } +.bootstrap a.list-group-item-danger .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } +.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } +.bootstrap .list-group-item-info { color: #31708f; background-color: #d9edf7; } +.bootstrap a.list-group-item-info { color: #31708f; } +.bootstrap a.list-group-item-info .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } +.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } +.bootstrap .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +.bootstrap .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { margin-bottom: 17px; background-color: white; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .panel-body { padding: 15px; } +.bootstrap .panel-body:before, .bootstrap .panel-body:after { content: " "; display: table; } +.bootstrap .panel-body:after { clear: both; } +.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list { margin-bottom: 0; } +.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li { border-width: 1px 0; } +.bootstrap .panel > .list-group .list-group-item:first-child, .bootstrap #dash_version > .list-group .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:first-child, .bootstrap .panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group li:first-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:first-child, .bootstrap #dashboard .panel > .data_list li:first-child, .bootstrap #dashboard #dash_version > .data_list li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .panel > .list-group .list-group-item:last-child, .bootstrap #dash_version > .list-group .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:last-child, .bootstrap .panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group li:last-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:last-child, .bootstrap #dashboard .panel > .data_list li:last-child, .bootstrap #dashboard #dash_version > .data_list li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:last-child { border-bottom: 0; } +.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child { border-top-width: 0; } +.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table { margin-bottom: 0; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child { border-bottom-right-radius: 2px; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child { border-bottom-left-radius: 2px; } +.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } +.bootstrap .panel > .table > tbody:first-child th, .bootstrap #dash_version > .table > tbody:first-child th, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child th, .bootstrap .panel > .table > tbody:first-child td, .bootstrap #dash_version > .table > tbody:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child td { border-top: 0; } +.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered { border: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } +.bootstrap .panel > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } +.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive { border: 0; margin-bottom: 0; } +.bootstrap .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel-heading > .dropdown .dropdown-toggle { color: inherit; } +.bootstrap .panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: inherit; } +.bootstrap .panel-title > a { color: inherit; } +.bootstrap .panel-footer { padding: 10px 15px; background-color: whitesmoke; border-top: 1px solid #dddddd; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel { margin-bottom: 0; border-radius: 3px; overflow: hidden; } +.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel { margin-top: 5px; } +.bootstrap .panel-group .panel-heading { border-bottom: 0; } +.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +.bootstrap .panel-group .panel-footer { border-top: 0; } +.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +.bootstrap .panel-default { border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +.bootstrap .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +.bootstrap .panel-primary { border-color: #db6335; } +.bootstrap .panel-primary > .panel-heading { color: white; background-color: #db6335; border-color: #db6335; } +.bootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #db6335; } +.bootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #db6335; } +.bootstrap .panel-success { border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } +.bootstrap .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } +.bootstrap .panel-warning { border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } +.bootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } +.bootstrap .panel-danger { border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } +.bootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } +.bootstrap .panel-info { border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } +.bootstrap .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } +.bootstrap .well, .bootstrap .hook_panel { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f7f7f7; border: 1px solid #e6e6e6; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .well blockquote, .bootstrap .hook_panel blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.bootstrap .well-lg { padding: 24px; border-radius: 6px; } +.bootstrap .well-sm { padding: 9px; border-radius: 3px; } +.bootstrap .close { float: left; font-size: 18px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } +.bootstrap .close:hover, .bootstrap .close:focus { color: black; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } +.bootstrap button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } +.bootstrap .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } +.bootstrap .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } +.bootstrap .tooltip.top { margin-top: -3px; padding: 5px 0; } +.bootstrap .tooltip.right { margin-right: 3px; padding: 0 5px; } +.bootstrap .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +.bootstrap .tooltip.left { margin-right: -3px; padding: 0 5px; } +.bootstrap .tooltip-inner { max-width: 200px; padding: 3px 8px; color: white; text-align: center; text-decoration: none; background-color: black; border-radius: 3px; } +.bootstrap .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } +.bootstrap .tooltip.top .tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.right .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: black; } +.bootstrap .tooltip.left .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: black; } +.bootstrap .tooltip.bottom .tooltip-arrow { top: 0; right: 50%; margin-right: -5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .clearfix:before, .bootstrap .clearfix:after { content: " "; display: table; } +.bootstrap .clearfix:after { clear: both; } +.bootstrap .center-block { display: block; margin-right: auto; margin-left: auto; } +.bootstrap .pull-right { float: left !important; } +.bootstrap .pull-left, .bootstrap .page-head h2.page-title { float: right !important; } +.bootstrap .hide { display: none !important; } +.bootstrap .show { display: block !important; } +.bootstrap .invisible { visibility: hidden; } +.bootstrap .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } +.bootstrap .hidden { display: none !important; visibility: hidden !important; } +.bootstrap .affix { position: fixed; } +.bootstrap .visible-xs, .bootstrap tr.visible-xs, .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: none !important; } +@media (max-width: 767px) { .bootstrap .visible-xs { display: block !important; } + .bootstrap table.visible-xs { display: table; } + .bootstrap tr.visible-xs { display: table-row !important; } + .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: table-cell !important; } } +.bootstrap .visible-sm, .bootstrap tr.visible-sm, .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: none !important; } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .visible-sm { display: block !important; } + .bootstrap table.visible-sm { display: table; } + .bootstrap tr.visible-sm { display: table-row !important; } + .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: table-cell !important; } } +.bootstrap .visible-md, .bootstrap tr.visible-md, .bootstrap th.visible-md, .bootstrap td.visible-md { display: none !important; } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .visible-md { display: block !important; } + .bootstrap table.visible-md { display: table; } + .bootstrap tr.visible-md { display: table-row !important; } + .bootstrap th.visible-md, .bootstrap td.visible-md { display: table-cell !important; } } +.bootstrap .visible-lg, .bootstrap tr.visible-lg, .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: none !important; } +@media (min-width: 1200px) { .bootstrap .visible-lg { display: block !important; } + .bootstrap table.visible-lg { display: table; } + .bootstrap tr.visible-lg { display: table-row !important; } + .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: table-cell !important; } } +@media (max-width: 767px) { .bootstrap .hidden-xs, .bootstrap #header_notifs_icon_wrapper, .bootstrap tr.hidden-xs, .bootstrap tr#header_notifs_icon_wrapper, .bootstrap th.hidden-xs, .bootstrap th#header_notifs_icon_wrapper, .bootstrap td.hidden-xs, .bootstrap td#header_notifs_icon_wrapper { display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .hidden-sm, .bootstrap tr.hidden-sm, .bootstrap th.hidden-sm, .bootstrap td.hidden-sm { display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .hidden-md, .bootstrap tr.hidden-md, .bootstrap th.hidden-md, .bootstrap td.hidden-md { display: none !important; } } +@media (min-width: 1200px) { .bootstrap .hidden-lg, .bootstrap tr.hidden-lg, .bootstrap th.hidden-lg, .bootstrap td.hidden-lg { display: none !important; } } +.bootstrap .visible-print, .bootstrap tr.visible-print, .bootstrap th.visible-print, .bootstrap td.visible-print { display: none !important; } +@media print { .bootstrap .visible-print { display: block !important; } + .bootstrap table.visible-print { display: table; } + .bootstrap tr.visible-print { display: table-row !important; } + .bootstrap th.visible-print, .bootstrap td.visible-print { display: table-cell !important; } } +@media print { .bootstrap .hidden-print, .bootstrap tr.hidden-print, .bootstrap th.hidden-print, .bootstrap td.hidden-print { display: none !important; } } + +.modal-open { overflow: hidden; } + +.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } +.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } + +.modal-dialog { position: relative; width: auto; margin: 10px; } + +.modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } + +.modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1040; background-color: black; } +.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } + +.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } + +.modal-header .close { margin-top: -2px; } + +.modal-title { margin: 0; line-height: 1.42857; } + +.modal-body { position: relative; padding: 20px; } + +.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: left; border-top: 1px solid #e5e5e5; } +.modal-footer:before, .modal-footer:after { content: " "; display: table; } +.modal-footer:after { clear: both; } +.modal-footer .btn + .btn { margin-right: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { margin-right: -1px; } +.modal-footer .btn-block + .btn-block { margin-right: 0; } + +@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } + .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { width: 300px; } + .modal-lg { width: 900px; } } +html { min-height: 100%; height: 100%; font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +body { min-height: 100%; height: 100%; font: 400 12px/1.42857 "Open Sans", Helvetica, Arial, sans-serif; color: #555555; background-color: #dbd7d2; } + +#main { z-index: 10; float: right; width: 100%; padding: 36px 0 60px; margin: 0 0 -50px 0; } + +#content.bootstrap { padding: 80px 10px 0; -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { position: relative; padding: 20px; margin-bottom: 20px; border: solid 1px #c4beb6; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; padding-left: 60px; color: #555555; } +#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i { font-size: 14px; } +#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel { border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading { border: none; padding: 0 5px; margin: -16px -16px 15px -16px; font-size: 1.2em; line-height: 30px; text-transform: uppercase; border-bottom: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a { color: contrasted(#e3e6e8); } +#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner { background: white; border: solid 2px #f6d8cd; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; color: #db6335; line-height: 1.2em; font-size: 1em; padding: 0 10px; font-weight: 700; margin-right: 10px; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action { position: absolute; top: 2px; left: 0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn { float: right; height: 30px; width: 30px; color: #cccccc; border-right: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover { text-decoration: none; color: #db6335; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i { text-align: center; font-size: 18px; line-height: 30px; } +#content.bootstrap .panel-danger .panel-heading { background-color: #8bc954 !important; } +#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error { clear: both; } +@media (max-width: 480px) { #content.bootstrap { padding: 80px 5px 0; } } +#content.bootstrap .help-block { font-style: italic; } +#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap .nav-tabs#header_notifs_icon_wrapper li.active a, #content.bootstrap .nav-tabs#header_employee_box li.active a, #content.bootstrap .nav-tabs#header_quick li.active a { z-index: 99; } + +.data-focus.data-focus-primary { background-color: #db6335; color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } + +#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer .bootstrap #dash_version, .bootstrap #customer_part .customerCard.selected-customer #dash_version, #customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body, #customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel { color: #5cb85c; border: solid 2px #5cb85c; } + +body.display-modal #content, body.display-modal #main { margin: 0; padding: 0; background: #f8f8f8; } + +.bootstrap .panel .panel-footer, .bootstrap #dash_version .panel-footer, .bootstrap .message-item-initial .message-item-initial-body .panel-footer, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer { margin: 15px -20px -20px; height: 73px; border-color: #eeeeee; background-color: #fcfdfe; } +.bootstrap .panel .panel-footer .btn.pull-left:not(:first-child), .bootstrap #dash_version .panel-footer .btn.pull-left:not(:first-child), .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-left:not(:first-child), .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-left:not(:first-child) { margin-left: 5px; } + +#header .panel-footer { margin: 15px 0 0 !important; height: 40px !important; } + +.attributes-color-container { width: 40px; height: 25px; display: block; border: solid 1px black; } + +#header { z-index: 20; } + +#header_infos { height: 36px !important; } + +#header_shopname { position: relative; margin: 0 0 0 15px; height: 36px; padding-right: 45px !important; } +#header_shopname img { position: absolute; top: 0; right: 0; width: 36px; height: 36px; } + +#header_notifs_icon_wrapper { height: 36px; } +#header_notifs_icon_wrapper li a { padding: 0 5px; } +#header_notifs_icon_wrapper > li > a > i { font-size: 1.4em; font-weight: 200; color: #b3b3b3; vertical-align: middle; } +#header_notifs_icon_wrapper > li > a > i:hover { color: white; } +#header_notifs_icon_wrapper .notifs_badge { background-color: #8bc954; } +#header_notifs_icon_wrapper .notifs_dropdown { background-color: white; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel { width: 300px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 { padding: 10px; font-size: 1.3em; margin: 0; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer { padding: 10px; text-align: center; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a { display: block; text-decoration: none; padding: 5px; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs { display: block; padding: 15px; border-bottom: solid 1px #cccccc; } + +#header_nav_toggle { background-color: black; border: none; color: white; display: none; } + +#header_employee_box a img { margin-left: 5px; } +#header_employee_box #header_foaccess i { font-size: 1.2em; } + +#header_search { width: 160px !important; padding: 0 10px 0 0; position: relative; } +@media (max-width: 768px) { #header_search { width: 100%; } } +#header_search input, #header_search .form-group { margin: 0; } +#header_search #bo_query { width: 85px; } +#header_search .form-group.focus-search { position: absolute; z-index: 900; top: 0; right: 5px; width: 400px; } +#header_search .form-group.focus-search #bo_query { width: 100%; } +#header_search .clear_search { position: absolute; top: 5px; left: 35px; } + +#employee_infos .employee_name { position: relative; padding-right: 34px !important; } +#employee_infos .employee_avatar_small { position: absolute; top: 4px; right: 0; } + +#footer { z-index: 600; display: block; width: 100%; background-color: rgba(0, 0, 0, 0.8); color: #888888; position: fixed; bottom: 0; height: 50px; line-height: 50px; -webkit-animation: fadeInUp 0.3s 0.2s ease both; -moz-animation: fadeInUp 0.3s 0.2s ease both; -ms-animation: fadeInUp 0.3s 0.2s ease both; -o-animation: fadeInUp 0.3s 0.2s ease both; animation: fadeInUp 0.3s 0.2s ease both; } +#footer a { color: #cccccc; } +#footer #go-top { position: fixed; bottom: 10px; height: 30px; width: 30px; text-align: center; line-height: 30px; left: 10px; z-index: 9003; display: block; padding: 0px 6px 0px 6px; margin: -2px 0px 0px; text-decoration: none; color: white; cursor: pointer; font-size: 16px; background-color: #26435f; } +#footer #go-top:hover { background-color: #db6335; } +#footer .social-networks { margin: 4px 0 0 0; } +#footer a.footer_link { color: #db6335; } +#footer a.footer_link:hover { color: white; text-decoration: none; } +#footer a.footer_link i { color: white; } + +a.link-social i { font-size: 2em; width: 30px; height: 30px; display: inline-block; line-height: 30px !important; text-align: center; margin: 0 0 0 4px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +a.link-social:hover { text-decoration: none; } + +.link-twitter i { color: white; background-color: #7cceef; } +.link-twitter i:hover { color: #7cceef; background-color: white; } + +.link-facebook i { color: white; background-color: #557dbb; } +.link-facebook i:hover { color: #557dbb; background-color: white; } + +.link-github i { color: black; background-color: white; } +.link-github i:hover { color: white; background-color: black; } + +.link-google i { color: white; background-color: #e6644e; } +.link-google i:hover { color: #e6644e; background-color: white; } + +#nav-sidebar { position: fixed; width: 210px; height: 100%; z-index: 500; background-color: #17293a; border-left: 1px solid #26435f; } +#nav-sidebar ul.menu { margin: 0; padding: 0; list-style: none; } +#nav-sidebar ul.menu li.maintab { position: relative; } +#nav-sidebar ul.menu li.maintab > a.title { display: block; height: 36px; position: relative; padding: 0 7px; color: #bdc6cf; background-color: #26435f; border-bottom: #1d3449 solid 1px; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab > a.title span { position: relative; top: -2px; } +#nav-sidebar ul.menu li.maintab > a.title i { position: relative; display: inline-block; height: 30px; width: 30px; top: 3px; margin-left: 6px; color: #7c8e9f; font-size: 28px; line-height: 30px; text-align: center; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) > a.title { background-color: #17293a; color: white; border-bottom: #101c28 solid 1px; -webkit-box-shadow: #db6335 0 0 -4px 0 inset; box-shadow: #db6335 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) > a.title i { color: white; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) ul.submenu { position: absolute; display: block; width: 200px; z-index: 600; right: 210px; top: -1px; } +#nav-sidebar ul.menu li.maintab.active a.title { color: white; background-color: #3b6a96; border: none; } +#nav-sidebar ul.menu li.maintab.active a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu { display: block; padding: 8px 8px 8px 11px; background-color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a { background-color: white; color: #db6335; border-bottom: solid 1px #e6e6e6; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a:hover { color: #db6335; border-bottom: solid 1px #f9e7e0; background-color: #f9e7e0; text-decoration: none; -webkit-box-shadow: white 0 -1px; box-shadow: white 0 -1px; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li:last-child a { border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li.active a { color: white; background-color: #db6335; border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab ul.submenu { display: none; list-style: none; padding: 6px; background-color: #17293a; } +#nav-sidebar ul.menu li.maintab ul.submenu li a { color: #bdc6cf; display: block; padding: 4px 10px 4px 5px; font-size: 12px; background-color: #26435f; border-bottom: solid 1px #17293a; } +#nav-sidebar ul.menu li.maintab ul.submenu li a:hover { color: white; text-decoration: none; background-color: #17293a; -webkit-box-shadow: #db6335 0 0 -4px 0 inset; box-shadow: #db6335 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab ul.submenu li:last-child a { border-bottom: none; } +@media (max-width: 480px) { #nav-sidebar { display: none; } } + +.page-sidebar #content { margin-right: 210px; } + +.page-sidebar-closed #nav-sidebar { overflow: visible; width: 50px; -webkit-transition-property: width; transition-property: width; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.page-sidebar-closed #nav-sidebar a.title { text-align: center; } +.page-sidebar-closed #nav-sidebar a.title > span { display: none; } +.page-sidebar-closed #nav-sidebar ul.submenu { display: none !important; padding-top: 37px; position: relative; top: 0; } +.page-sidebar-closed #nav-sidebar > ul > li:hover { width: 250px !important; position: relative; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title { text-align: right; padding-right: 8px; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title > span { display: inline-block; } +.page-sidebar-closed #nav-sidebar > ul > li:hover ul.submenu { position: absolute !important; display: block !important; right: 50px !important; top: 35px !important; width: 200px !important; padding: 8px !important; background-color: #17293a !important; } +.page-sidebar-closed #content { margin-right: 55px; } +@media (max-width: 480px) { .page-sidebar-closed #content { margin-right: 0; } } +.page-sidebar-closed #content h2.page-title { padding: 26px 120px 0 0 !important; } +.page-sidebar-closed #content ul.page-breadcrumb { right: 120px !important; } +.page-sidebar-closed .submenu_expand { display: none; } + +#nav-topbar { position: fixed; height: 28px; top: 37px; width: 100%; padding: 0 0 0 40px; z-index: 600; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px; } +#nav-topbar ul.menu { margin: 0; padding: 0; display: block; list-style: none; } +#nav-topbar ul.menu li.maintab, #nav-topbar ul.menu li.subtab { height: 28px; padding: 0; margin: 0; list-style: none; position: relative; float: right; } +#nav-topbar ul.menu li.maintab > a, #nav-topbar ul.menu li.subtab > a { display: block; line-height: 30px; color: #4377a8; padding: 0 6px; margin: 0; font-size: 12px; } +#nav-topbar ul.menu li.maintab > a i, #nav-topbar ul.menu li.subtab > a i { margin: 0; width: 15px; color: #345d83; background-color: transparent; font-size: 14px; } +#nav-topbar ul.menu li.maintab.active, #nav-topbar ul.menu li.maintab:hover, #nav-topbar ul.menu li.subtab.active, #nav-topbar ul.menu li.subtab:hover { background-color: #db6335; } +#nav-topbar ul.menu li.maintab.active > a, #nav-topbar ul.menu li.maintab:hover > a, #nav-topbar ul.menu li.subtab.active > a, #nav-topbar ul.menu li.subtab:hover > a { text-decoration: none; color: white; } +#nav-topbar ul.menu li.maintab.active > a i, #nav-topbar ul.menu li.maintab:hover > a i, #nav-topbar ul.menu li.subtab.active > a i, #nav-topbar ul.menu li.subtab:hover > a i { color: white; } +#nav-topbar ul.menu li.expanded > ul.submenu { display: block; } +#nav-topbar ul.menu ul.submenu { background-color: white; display: none; position: absolute; margin: 0; padding: 0; right: 0; top: 28px; width: 200px !important; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; } +#nav-topbar ul.menu ul.submenu > li { width: 200px; padding: 0; list-style: none; } +#nav-topbar ul.menu ul.submenu > li > a { display: block; padding: 4px 10px 4px 5px; font-size: 12px; border-bottom: solid 1px #eeeeee; } +#nav-topbar ul.menu ul.submenu > li > a:hover { color: white; background-color: #db6335; text-decoration: none; } +#nav-topbar ul.menu ul.submenu > li.active a { color: white; background-color: #db6335; border-bottom: solid 1px #bc4c21; } +#nav-topbar #ellipsistab { display: block; width: 40px; height: 28px; padding: 0; margin: 0; position: absolute; left: 0; } +#nav-topbar #ellipsistab > a { text-align: center; font-size: 15px; line-height: 30px; color: #26435f; cursor: pointer; } +#nav-topbar #ellipsistab ul#ellipsis_submenu { left: 0; right: inherit; } +#nav-topbar #ellipsistab ul#ellipsis_submenu a.title { padding: 0 8px; text-align: right; } +#nav-topbar #ellipsistab ul#ellipsis_submenu li.subtab.expanded > ul { right: -200px; top: 0; } +#nav-topbar .menu-collapse { display: none; } + +#nav-mobile { position: fixed; top: 0; right: 0; overflow: hidden; width: 100%; height: 38px; z-index: 1100; } +#nav-mobile.expanded { height: 100%; } +#nav-mobile li > a > i { display: inline-block; height: 30px; width: 30px; font-size: 20px; line-height: 30px; color: white; text-align: center; background: black; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } +#nav-mobile ul.menu { top: 37px; position: absolute; display: none; width: 480px; height: 100%; background-color: rgba(0, 0, 0, 0.8); margin: 0 0 100px 0; padding: 0; border-top: 1px black solid; list-style: none; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; -webkit-animation: fadeInLeft 0.3s 0.2s ease both; -moz-animation: fadeInLeft 0.3s 0.2s ease both; -ms-animation: fadeInLeft 0.3s 0.2s ease both; -o-animation: fadeInLeft 0.3s 0.2s ease both; animation: fadeInLeft 0.3s 0.2s ease both; } +#nav-mobile ul.menu li { background: #26435f; position: relative; } +#nav-mobile ul.menu li a { display: block; height: 40px; position: relative; padding: 2px 10px 2px 0; border-bottom: 1px solid #17293a; font-size: 12px; line-height: 40px; color: #bdc6cf; background-color: #26435f; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a i { color: #4c84b8; background-color: #010304; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a:hover { background-color: #345d83; color: white; } +#nav-mobile ul.menu li a:hover i { color: white; } +#nav-mobile ul.submenu { display: none; } +#nav-mobile #nav-mobile-submenu a:not(#nav-mobile-submenu-back) { font-size: 1.2em; padding-right: 50px; text-transform: none; } +#nav-mobile a#nav-mobile-submenu-back { background-color: #1e364d; font-size: 1.5em; } +#nav-mobile ul.menu.menu-close { -webkit-animation: fadeOutLeft 0.2s 0.2s ease both; -moz-animation: fadeOutLeft 0.2s 0.2s ease both; -ms-animation: fadeOutLeft 0.2s 0.2s ease both; -o-animation: fadeOutLeft 0.2s 0.2s ease both; animation: fadeOutLeft 0.2s 0.2s ease both; } +#nav-mobile .menu-collapse { color: white; position: absolute; width: 50px; height: 37px; line-height: 1.3em; top: 0; left: 0; } + +.menu-collapse { cursor: pointer; height: 54px; width: 100%; font-size: 2em; text-align: center; line-height: 55px; display: block; color: #101c28; } + +.page-topbar #main { padding-top: 64px; } +.page-topbar #content { margin-right: 0; } +.page-topbar #content .page-head { top: 65px; } +.page-topbar #content .page-title { padding-right: 75px; } +.page-topbar #content .page-breadcrumb { right: 75px; } + +.bootstrap { @-webkit-keyframes one { 0% { background-color: #00a4e7; } + 100% { background-color: white; } } + @-webkit-keyframes two { 0% { -webkit-box-shadow: #00a4e7 0 0 0 20px inset; box-shadow: #00a4e7 0 0 0 20px inset; } + 100% { -webkit-box-shadow: #00a4e7 0 in 0 0set; box-shadow: #00a4e7 0 in 0 0set; } } + @-webkit-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-moz-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-ms-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-o-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + } +.bootstrap .fixed-width-xs { width: 40px !important; } +.bootstrap .fixed-width-sm { width: 80px !important; } +.bootstrap .fixed-width-md { width: 120px !important; } +.bootstrap .fixed-width-lg { width: 160px !important; } +.bootstrap .fixed-width-xl { width: 200px !important; } +.bootstrap .fixed-width-xxl { width: 250px !important; } +@media (max-width: 480px) { .bootstrap .hidden-inline-xs { display: none !important; } } +.bootstrap .row-margin-bottom { margin-bottom: 15px; } +.bootstrap .row-margin-top { margin-top: 15px; } +.bootstrap .row-padding-top { padding-top: 15px; } +.bootstrap .thumbnail, .bootstrap .img-thumbnail { background-color: white; border-color: #cccccc !important; } +.bootstrap .highlight { background-color: yellow; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-weight: normal; font-size: 1.1em; letter-spacing: 0.0625em; background-color: #db6335; } +.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner { background-color: #5cb85c; } +.bootstrap .badge.badge-error, .bootstrap #header_notifs_icon_wrapper .badge-error.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-error.notifs_badge, .bootstrap .badge-error.module-badge-popular, .bootstrap .badge-error.module-badge-partner { background-color: #d9534f; } +.bootstrap .nav-tabs { border-bottom: none; } +.bootstrap .nav-tabs li a { font-size: 1.1em; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 300; } +.bootstrap .nav-tabs li.active a, .bootstrap .nav-tabs li.active a:hover, .bootstrap .nav-tabs li.active a:focus { background-color: white; } +.bootstrap .table tr.parent td { background-color: #eeeeee !important; border-bottom: solid 1px #cccccc !important; } +.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #f4c178; } +.bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #e17875; } +.bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #e17875; } +.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #7cc67c; } +.bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #7cc67c; } +.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #81cfe6; } +.bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #81cfe6; } +.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error { background-color: #f3f3f2; border-color: #f34794; color: #f01778; padding-right: 50px; position: relative; border: none; border-right: solid 3px #f34291; } +.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr { border-top-color: #f22f86; } +.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link { color: #c70d60; } +.bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f34291; } +.bootstrap .overflow-y { max-height: 200px; margin-bottom: 15px; overflow-y: auto; } +.bootstrap .table { border-collapse: separate; border-spacing: 0 0 0 2px; margin-bottom: 5px; } +.bootstrap .table thead > tr > th { border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb; } +.bootstrap .table thead > tr > th span.title_box { color: #656565; display: block; word-wrap: nowrap; white-space: nowrap; } +.bootstrap .table thead > tr > th span.title_box.active { font-weight: bold; } +.bootstrap .table thead > tr > th span.title_box a { text-decoration: none; } +.bootstrap .table thead > tr > th span.title_box a.active { color: black; } +.bootstrap .table thead > tr.filter > th { background-color: #ecf6fb; } +.bootstrap .table thead > tr.filter > th input[type="text"].filter, .bootstrap .table thead > tr.filter > th input[type="password"].filter, .bootstrap .table thead > tr.filter > th select.filter { font-size: 11px; border-color: #a0d0eb; } +.bootstrap .table input, .bootstrap .table select { margin: 0; } +.bootstrap .table tbody > tr > td { border-top: none; color: #666666; background-color: white; padding: 3px 7px; vertical-align: middle; word-wrap: nowrap; font-size: 12px; border-bottom: solid 1px #eaedef; } +.bootstrap .table tbody > tr.odd > td { background-color: #fcfdfe; } +.bootstrap .table tbody > tr:hover > td { background-color: #f4f8fb; } +.bootstrap .table td.center, .bootstrap .table th.center { text-align: center; } +.bootstrap .table td.pointer { cursor: pointer; } +.bootstrap .table td.dragHandle { cursor: move; } +.bootstrap .table td.actions { min-width: 200px; } +.bootstrap tr.highlighted td { background-color: #db6335 !important; color: white !important; } +.bootstrap .bulk-actions { margin: 17px 0 0 0; } +.bootstrap .list-action-enable { font-size: 1.3em; display: inline-block; width: 30px; text-align: center; color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .list-action-enable.action-enabled { border: solid #5cb85c 1px; background-color: #80c780; } +.bootstrap .list-action-enable.action-disabled { border: solid #d9534f 1px; background-color: #e27c79; } +.bootstrap .list-action-enable:hover { color: white; } +.bootstrap .tree { padding: 0 20px 0 0; list-style: none; } +.bootstrap .tree input { margin-left: 4px; } +.bootstrap .tree i { font-size: 1.3em; } +.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name { padding: 0 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; font-weight: normal; } +.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.bootstrap .tree .tree-selected { background-color: #f2c7b7; } +.bootstrap .tree .tree-selected i.tree-dot { background-color: #db6335; } +.bootstrap .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 6px 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable { color: #cccccc; } +.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } +.bootstrap .tree-actions { display: inline-block; } +.bootstrap .tree-panel-heading-controls { margin: -20px -20px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.bootstrap .tree-actions .twitter-typeahead { padding: 0 4px 0 0; } +.bootstrap label.control-label { font-size: 13px; font-weight: normal; color: #666666; } +.bootstrap label.control-label span.label-tooltip { text-decoration: none; font-size: 13px; color: #3586ae; background-color: #edf7fb; border: none; border-bottom: solid 1px #d8edf7; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap label.required:before { content: "*"; color: red; font-size: 14px; position: relative; line-height: 12px; } +.bootstrap .tooltip { font-size: 12px; } +.bootstrap select.input-tiny, .bootstrap input[type="text"].input-tiny, .bootstrap input[type="password"].input-tiny { width: 80px; float: right; } +.bootstrap textarea { resize: none; } +.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus { background-color: #fefbe2; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn { text-transform: uppercase; } +.bootstrap .btn .caret { border-top-color: #333333 !important; } +.bootstrap .btn:hover .caret, .bootstrap .btn:focus .caret { border-top-color: white !important; } +.bootstrap .btn.btn-default { -webkit-box-shadow: #e6e6e6 0 in -2px 0set; box-shadow: #e6e6e6 0 in -2px 0set; } +.bootstrap .btn.btn-default:hover { -webkit-box-shadow: none; box-shadow: none; background-color: #db6335; color: white; border-color: #bc4c21; } +.bootstrap .btn.btn-default:hover i { color: white; } +.bootstrap .btn.btn-primary { background-color: #db6335; color: white; border-color: #bc4c21; } +.bootstrap .btn.btn-default[disabled] { border-color: #999999; color: #999999; background-color: #f2f2f2; -webkit-box-shadow: #cccccc 0 -2px 0 inset; box-shadow: #cccccc 0 -2px 0 inset; } +.bootstrap .dropdown-menu { text-align: right; } +.bootstrap .dropdown-menu > li a { padding: 5px 10px; } +.bootstrap .btn-group-action { width: 160px; float: left; } +.bootstrap .btn-group-action a { text-decoration: none; } +.bootstrap .tt-query { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } +.bootstrap .tt-dropdown-menu { background-color: white; border: solid 1px #cccccc; font-size: 0.9em; text-transform: none; } +.bootstrap .tt-suggestions { padding: 0 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; } +.bootstrap .tt-suggestion p { border-bottom: solid 1px #cccccc; margin: 0 !important; padding: 0 !important; } +.bootstrap .tt-suggestion:last-child p { border-bottom: none; } +.bootstrap .tagify-container { background-color: white; padding: 2px 6px; min-height: 30px; overflow: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; } +.bootstrap .tagify-container span { float: right; } +.bootstrap .tagify-container > span { display: inline-block; padding: 3px 5px; margin: 3px; border-radius: 2px; border: 1px solid #db6335; background-color: #e79576; color: white; } +.bootstrap .tagify-container > span > a { padding-right: 5px; color: #db6335; text-decoration: none; font-weight: bold; } +.bootstrap .tagify-container > input { margin-top: 2px; border: 0 none; width: 100px; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .tagify-container > input:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .box-stats { background-color: white; } +.bootstrap .box-stats .boxchart-overlay { padding: 10px 10px 5px 10px; margin-left: 10px; float: right; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats i { float: right; height: 64px; width: 64px; margin-left: 10px; color: white; font-size: 42px; text-align: center; line-height: 64px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .title { color: #666666; display: block; } +.bootstrap .box-stats .value { font-size: 22px; } +.bootstrap .box-stats small { line-height: 0.3em; color: #aaaaaa; text-transform: uppercase; } +.bootstrap .box-stats:hover { text-decoration: none; } +.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay { background-color: #2ba8e3; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color1 .value { color: #2ba8e3; } +.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay { background-color: #ff5450; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color2 .value { color: #ff5450; } +.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay { background-color: #9e5ba1; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color3 .value { color: #9e5ba1; } +.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay { background-color: #95cc6b; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color4 .value { color: #95cc6b; } +.bootstrap .data_chart rect { fill: white; } +.bootstrap .data_chart path { stroke: white; stroke-width: 2; fill: none; } +.bootstrap .data_chart line { stroke: black; } +.bootstrap .data_chart .area { fill: rgba(255, 255, 255, 0.3); stroke-width: 0; } +.bootstrap .icon-big { font-size: 4em; color: #aea599; } +.bootstrap .switch a, .bootstrap .switch-light span span { display: none; } +@media only screen { .bootstrap .switch-light { display: block; height: 26px; position: relative; overflow: visible; padding: 0; } + .bootstrap .switch-light * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch-light a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch-light label, .bootstrap .switch-light > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch-light label { position: relative; z-index: 3; display: block; width: 100%; } + .bootstrap .switch-light input { position: absolute; opacity: 0; z-index: 5; } + .bootstrap .switch-light input:checked ~ a { right: 0%; } + .bootstrap .switch-light > span { position: absolute; right: 0; width: 100%; margin: 0; text-align: right; } + .bootstrap .switch-light > span span { position: absolute; top: 0; right: 0; z-index: 5; display: block; width: 50%; text-align: center; } + .bootstrap .switch-light > span span:last-child { right: 50%; } + .bootstrap .switch-light a { position: absolute; right: 50%; top: 0; z-index: 4; display: block; width: 50%; height: 100%; padding: 0; } + .bootstrap .switch { display: block; height: 26px; position: relative; } + .bootstrap .switch * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch label, .bootstrap .switch > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch input { position: absolute; opacity: 0; } + .bootstrap .switch label { position: relative; z-index: 2; float: right; width: 50%; height: 100%; margin: 0; text-align: center; } + .bootstrap .switch a { position: absolute; top: 0; right: 0; padding: 0; z-index: 1; width: 50%; height: 100%; color: white; border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .switch input:last-of-type:checked ~ a { right: 50%; border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .switch input:disabled ~ a { border: solid 1px #b3b3b3; background-color: #cccccc; -webkit-box-shadow: #b3b3b3 0 in -1px 0set; box-shadow: #b3b3b3 0 in -1px 0set; } + .bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a { width: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a { right: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:last-of-type ~ a { right: 66.66667%; } + .bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a { width: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a { right: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a { right: 50%; } + .bootstrap .switch.switch-4 input:checked:last-of-type ~ a { right: 75%; } + .bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a { width: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a { right: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a { right: 40%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a { right: 60%; } + .bootstrap .switch.switch-5 input:checked:last-of-type ~ a { right: 80%; } + .bootstrap .prestashop-switch { min-width: 150px; background-color: #eeeeee; border-radius: 3px; color: #333333; text-align: center; font-weight: 400; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; } + .bootstrap .prestashop-switch * { outline: 0 !important; } + .bootstrap .prestashop-switch label { text-transform: uppercase; color: #bbbbbb; font-weight: 400; cursor: pointer; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } + .bootstrap .prestashop-switch input:checked + label { color: white; } + .bootstrap .prestashop-switch > span { color: #666666; text-transform: uppercase; cursor: pointer; } + .bootstrap .prestashop-switch.switch-light input:checked ~ a { border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type { color: white; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ a { border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type { color: white; } } +.bootstrap .page-head { width: 100%; height: 55px; padding: 0 0 0 0; margin: 0; border-bottom: 4px solid #3b6a96; position: fixed; top: 36px; right: 0px; z-index: 499; background-color: #4c84b8; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; } +.bootstrap .page-head h2.page-title { position: relative; padding: 26px 280px 0 0; margin: 0; font-size: 20px; line-height: 1em; color: white; } +@media (max-width: 768px) { .bootstrap .page-head h2.page-title { padding: 26px 70px 0 0; } } +.bootstrap .page-head h2.page-title a { border-bottom: dotted 1px white; } +.bootstrap .page-head h2.page-title a:hover { color: black; border-color: black; } +.bootstrap .page-head a { color: white; text-decoration: none; } +.bootstrap .page-head ul.page-breadcrumb { position: absolute; list-style: none; margin: 0; padding: 0; right: 280px; top: 4px; height: 20px; line-height: 20px; color: black; background: transparent; font-size: 12px; color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +@media (max-width: 768px) { .bootstrap .page-head ul.page-breadcrumb { right: 70px; } } +.bootstrap .page-head ul.page-breadcrumb li { text-transform: uppercase; } +.bootstrap .page-head ul.page-breadcrumb li i { font-size: 14px; } +.bootstrap .page-head ul.page-breadcrumb li:first-child i { width: 54px; position: absolute; right: -60px; top: 2px; font-size: 42px; font-weight: 100; padding-left: 5px; color: rgba(0, 0, 0, 0.5); border-left: solid 1px #345d83; } +.bootstrap .page-head ul.page-breadcrumb li:before { color: #345d83; } +.bootstrap .page-head ul.page-breadcrumb li a { color: rgba(255, 255, 255, 0.6); } +.bootstrap .page-head ul.page-breadcrumb li a:hover { color: white; } +.bootstrap .page-head .btn-toolbar { margin: 0; padding: 0; } +.bootstrap .page-head .btn-toolbar > ul.nav, .bootstrap .page-head .btn-toolbar > ul#header_notifs_icon_wrapper, .bootstrap .page-head .btn-toolbar > ul#header_employee_box, .bootstrap .page-head .btn-toolbar > ul#header_quick { position: relative; top: 3px; } +.bootstrap .toolbar_btn { height: 46px; position: relative; padding: 2px 5px !important; margin-left: 3px; font-size: 12px; color: white; text-align: center; text-shadow: none; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +@media (max-width: 992px) { .bootstrap .toolbar_btn { width: 46px; border: solid 1px #345d83; font-size: 11px; } } +.bootstrap .toolbar_btn:hover { color: #4c84b8; border-color: white; background-color: white !important; } +.bootstrap .page-header-toolbar-back { border: none !important; display: inline-block; } +.bootstrap #datepicker .input-selected { margin: 0; } +.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected { border: solid 3px #00a4e7; } +.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected { border: solid 3px #ff8000; } +.bootstrap #datepicker div#datepicker-form #date-range { border: solid 1px #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading { background-color: #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-compare { border: solid 1px #e67300; } +.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading { background-color: #e67300; } +.bootstrap #datepicker div#datepicker-form .form-date-heading { height: 30px; line-height: 30px; padding: 0 8px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label { font-size: 1.15em; color: white; font-weight: 200; text-transform: uppercase; line-height: 2em; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default { background-color: rgba(255, 255, 255, 0.3); font-weight: 700; color: white; border: none; } +.bootstrap #datepicker div#datepicker-form .form-date-heading select { margin: 2px 0 0 2px; } +.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions { width: 100%; padding: 10px; background-color: white; display: inline-block; } +.bootstrap #datepicker div#datepicker-form .form-date-actions { border: solid 1px #cccccc; } +.bootstrap #datepicker div#datepicker-form .form-date-group { clear: both; width: 100%; margin: 0 auto 6px auto; } +.bootstrap #datepicker div#datepicker-form .form-date-group label { font-size: 0.8em; font-weight: 700; text-transform: uppercase; color: #666666; } +.bootstrap #datepicker div#datepicker-form .form-date-group input { margin: 4px 0 0 4px; } +.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] { width: 35%; } +.bootstrap #datepicker div#datepicker-form .form-date-group button { margin: 5px 0 0 0; } +.bootstrap #datepicker .daterangepicker { position: relative; margin: 0 0 8px 0; width: 100%; font-size: 13px; border: solid 1px #cccccc; } +.bootstrap #datepicker .daterangepicker table { width: 100%; margin: 0; border-spacing: 1px; } +.bootstrap #datepicker .daterangepicker thead tr th { background-color: #0092ce; color: white; font-size: 0.7em; height: 1.5em; text-transform: uppercase; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { background-color: white; border-bottom: 1px solid #0092ce; font-weight: 200; font-size: 1.4em; color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th { text-align: center; padding: 0; position: relative; } +.bootstrap #datepicker .daterangepicker tr { border-bottom: solid 1px white; } +.bootstrap #datepicker .daterangepicker td { color: #00a4e7; height: 2.4em; padding: 0 8px; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap #datepicker .daterangepicker td.day:after { content: ""; position: absolute; display: block; top: 0; right: 0; width: 100%; z-index: 0; background-color: transparent; } +.bootstrap #datepicker .daterangepicker td.day:hover { cursor: pointer; } +.bootstrap #datepicker .daterangepicker td.day.disabled { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare { background-color: #4ca0b1; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare { background-color: #4ca0b1; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range { background-color: #ba924c; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range { background-color: #ba924c; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare { background-color: #4ca0b1; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #ff8000; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range { background-color: #ba924c; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.range { color: #cef1ff; background-color: #1bbdff; } +.bootstrap #datepicker .daterangepicker td.range.range-compare { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.range-compare { color: #fff2e5; background-color: #ff9933; } +.bootstrap #datepicker .daterangepicker td.range-compare.range { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.today { background-color: white; } +.bootstrap #datepicker .daterangepicker td span { padding: 0; display: block; width: 33.333%; height: 3em; line-height: 3em; font-weight: 400; float: right; text-transform: uppercase; cursor: pointer; } +.bootstrap #datepicker .daterangepicker td span:hover { color: white; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td span.active { background-color: #00a4e7; color: white; } +.bootstrap #datepicker .daterangepicker td span.old { color: #cccccc; } +.bootstrap #datepicker .daterangepicker th.next { text-align: left; padding: 0 0 0 10px; } +.bootstrap #datepicker .daterangepicker th.prev { text-align: right; padding: 0 10px 0 0; } +.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch { font-size: 1.3em; line-height: 2em; height: 2em; } +.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover { background-color: #0092ce; color: white; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { cursor: pointer; } +.bootstrap .chevron-left, .bootstrap .chevron-right { position: relative; } +.bootstrap .chevron-left:before, .bootstrap .chevron-right:before { display: block; content: ""; width: 0; height: 0; border-style: solid; position: absolute; } +.bootstrap .chevron-left:before { left: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #00a4e7 transparent transparent; background-color: #1bbdff; } +.bootstrap .chevron-right:before { right: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #1bbdff transparent transparent; background-color: #00a4e7; } +.bootstrap .input-complete { -webkit-animation: one 0.2s ease-in-out; -moz-animation: one 0.2s ease-in-out; -ms-animation: one 0.2s ease-in-out; -o-animation: one 0.2s ease-in-out; animation: one 0.2s ease-in-out; } +.bootstrap .multishop-well { padding: 20px 20px 10px; margin-bottom: 15px; background-color: #faf8f0; border: none; border-right: 3px solid #fbeccb; } +.bootstrap [class^="icon-Admin"] { margin-left: 4px; text-align: center; } +.bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { display: block; } +.bootstrap #carrier_wizard { position: relative; display: block; } +.bootstrap #carrier_wizard .stepContainer { position: relative; display: block; clear: both; } +.bootstrap #carrier_wizard .stepContainer div.content { position: absolute; display: block; width: 100%; clear: both; } +.bootstrap #carrier_wizard .stepContainer .StepTitle { display: block; position: relative; clear: both; } +.bootstrap #carrier_wizard ul.anchor { position: relative; display: block; float: right; list-style: none; padding: 0; margin: 0 0 10px 0; clear: both; width: 100%; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li { width: 25%; float: right; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li { width: 25%; float: right; } +.bootstrap #carrier_wizard li { position: relative; display: block; overflow: hidden; } +.bootstrap #carrier_wizard li a { color: #cccccc; height: 32px; display: block; position: relative; margin: 0 0 0 16px; text-decoration: none; outline-style: none; } +.bootstrap #carrier_wizard li a .stepNumber { position: relative; float: right; width: 24px; height: 32px; margin-left: 3px; text-align: center; padding: 0 5px; font-size: 30px; line-height: 32px; color: white; } +.bootstrap #carrier_wizard li a .stepDesc { position: relative; text-align: right; font-size: 13px; height: 32px; display: table-cell; vertical-align: middle; line-height: 13px; } +.bootstrap #carrier_wizard li a .chevron { border: 16px solid transparent; border-right: 14px solid white; border-left: 0; position: absolute; left: -16px; top: 0; } +.bootstrap #carrier_wizard li a .chevron:after { border: 16px solid transparent; border-right: 14px solid #cccccc; border-left: 0; position: absolute; content: ""; left: 2px; top: -16px; } +.bootstrap #carrier_wizard li a.disabled { color: #777777; background-color: #cccccc; } +.bootstrap #carrier_wizard li a.disabled .chevron:after { border-right: 14px solid #cccccc; } +.bootstrap #carrier_wizard li a.selected { color: #f8f8f8; cursor: text; background-color: #26435f; } +.bootstrap #carrier_wizard li a.selected .chevron:after { border-right: 14px solid #26435f; } +.bootstrap #carrier_wizard li a.done { color: white; background-color: #5cb85c; } +.bootstrap #carrier_wizard li a.done .chevron:after { border-right: 14px solid #5cb85c; } +.bootstrap #carrier_wizard .loader { display: none; } +.bootstrap #carrier_wizard .msgBox { position: relative; display: none; float: right; margin: 4px 5px 0 0; padding: 5px; border: 1px solid gold; background-color: #ffffdd; color: #5a5655; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap #carrier_wizard .msgBox .content { padding: 0px; float: right; } +.bootstrap #carrier_wizard #carrier_logo_block { left: 10px; } +.bootstrap #carrier_wizard .range_inf td, .bootstrap #carrier_wizard .range_sup td { background-color: #cccccc; } +.bootstrap #carrier_wizard .range_type { width: 220px; text-align: left; font-weight: bold; } +.bootstrap #carrier_wizard .range_data { width: 110px; } +.bootstrap #carrier_wizard .range_sign { width: 18px; font-size: 20px; text-align: center; } +.bootstrap #carrier_wizard .range_data_new { width: 110px; } +.bootstrap #carrier_wizard table#zones_table { width: auto; } +.bootstrap #carrier_wizard .field_error { border-color: #d9534f; } +.bootstrap #carrier_wizard .actionBar { height: 30px; } +.bootstrap #carrier_wizard .actionBar a { float: left; margin-left: 10px; } +.bootstrap .size_s { font-size: 1.1em; } +.bootstrap .size_md { font-size: 1.3em; } +.bootstrap .size_l { font-size: 1.7em; } +.bootstrap .size_xl { font-size: 2em; } +.bootstrap .size_xxl { font-size: 2.3em; } +.bootstrap .number-monospace { font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif !important; word-spacing: -0.3em; font-weight: 200; } +.bootstrap .color_success { color: #5cb85c; } +.bootstrap .color_danger { color: #d9534f; } +.bootstrap .dash_trend_down { color: red; } +.bootstrap .dash_trend_down:before { margin-left: 4px; font-family: FontAwesome; content: "\f0ab"; } +.bootstrap .dash_trend_up { color: green; } +.bootstrap .dash_trend_up:before { margin-left: 4px; font-family: FontAwesome; content: "\f0aa"; } +.bootstrap .dash_trend_right { color: darkblue; } +.bootstrap .dash_trend_right:before { margin-left: 4px; font-family: FontAwesome; content: "\f0a9"; } +.bootstrap .box-stats { height: 70px; } +.bootstrap #dashboard section > section header { padding: 3px 8px; margin: 0 0 3px 0; color: white; font-size: 1.2em; background-color: #db6335; } +.bootstrap #dashboard section > section header .small { display: block; clear: both; font-variant: small-cap; text-transform: uppercase; font-size: 0.8em; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard .data_list { margin: 0 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list li { position: relative; } +.bootstrap #dashboard .data_list .data_value { line-height: 39px; position: absolute; top: 0; left: 0; padding: 0 0 0 10px; } +.bootstrap #dashboard .data_list_small { margin: 8px 0 10px 0; padding: 0 0 0 0; border-top: solid 1px #dddddd; } +.bootstrap #dashboard .data_list_small li { padding: 3px 0; position: relative; border: none; margin: 0; border-bottom: dashed 1px #dddddd; } +.bootstrap #dashboard .data_list_small .data_label { text-transform: uppercase; color: #bbbbbb; } +.bootstrap #dashboard .data_list_small .data_value { line-height: 25px; position: absolute; top: 0; left: 0; padding: 0; } +.bootstrap #dashboard .data_list_large { margin: 8px 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list_large li { padding: 6px 0; position: relative; border: none; margin: 0; } +.bootstrap #dashboard .data_list_large .data_label { line-height: 0.8em; } +.bootstrap #dashboard .data_list_large .data_label small { font-size: 0.6em; } +.bootstrap #dashboard .data_list_large .data_value { text-align: left; line-height: 0.6em; position: absolute; top: 0; left: 0; padding: 8px 0 0 0; } +.bootstrap #dashboard .data_list_large .data_value small { font-size: 0.5em; } +.bootstrap #dashboard .data_list_vertical { padding: 0; margin: 0 0 10px 0; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap #dashboard .data_list_vertical li { border-right: solid 1px #dddddd; padding: 6px; } +.bootstrap #dashboard .data_list_vertical li:first-child { border: none; } +.bootstrap #dashboard .data_list_vertical .data_label { min-height: 32px; display: block; line-height: 1em; text-align: center; } +.bootstrap #dashboard .data_list_vertical .data_value { display: block; text-align: center; } +.bootstrap #dashboard #dashtrends header { margin-bottom: 0; } +.bootstrap #dashboard #dashtrends #dashtrends_toolbar { margin: 0 -16px 10px; } +.bootstrap #dashboard #dashtrends dl { cursor: pointer; margin: 0; min-height: 90px; text-align: center; background-color: white; padding: 10px; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } +.bootstrap #dashboard #dashtrends dl:first-child { border-right: none; } +.bootstrap #dashboard #dashtrends dl.active { background-color: #db6335; -webkit-box-shadow: white 0 2px 0 0 inset; box-shadow: white 0 2px 0 0 inset; } +.bootstrap #dashboard #dashtrends dl.active dt { color: white; font-size: 1.2em; } +.bootstrap #dashboard #dashtrends dl.active dd { color: white; } +.bootstrap #dashboard #dashtrends dt { text-align: center; height: 37px; line-height: 1em; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard #dashtrends dd span { font-size: 0.9em; white-space: nowrap; } +.bootstrap #dashboard #dashtrends svg { height: 350px; } +.bootstrap #dashboard #dashgoals svg { height: 250px; } +.bootstrap #dashboard #dashproducts nav { margin-bottom: 10px; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; } +.bootstrap #dashboard #dashaddons { background-color: white; border: 1px dashed silver; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 10px 20px; font-size: 1.3em; text-align: center; } +.bootstrap #dashboard #dashaddons a { display: block; } +.bootstrap #dashboard #dashaddons a:hover { text-decoration: none; } +.bootstrap #dashboard #dashactivity svg { height: 150px; } +.bootstrap #dashboard .loading .data_value { min-width: 30px; text-align: center; } +.bootstrap #dashboard .loading .data_value:before { font-size: 0.7em; font-family: FontAwesome; content: "\f021"; color: #cccccc; } +.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small { display: none; } +.bootstrap #dashboard .loading .data_trend { display: none; } +.bootstrap #dashboard .tooltip-panel { padding: 10px; min-width: 150px; } +.bootstrap #dashboard .tooltip-panel-heading { font: 400 1.2em/1.42857 "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #cccccc; } +.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; animation-name: bounceG; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-direction: linear; animation-direction: linear; -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -ms-transform: scaleX(0.7); -o-transform: scaleX(0.7); transform: scaleX(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); -ms-transform: scaleY(0.7); -o-transform: scaleY(0.7); transform: scaleY(0.7); } +.bootstrap #dash_version { padding: 0 !important; overflow: hidden; } +.bootstrap #dash_version iframe { height: 80px; width: 100%; } +.bootstrap #login { height: 100%; background-color: #092756; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756)); background: -webkit-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(right top, #670d10, #092756); background: -moz-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(right top, #670d10, #092756); background: -o-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(right top, #670d10, #092756); background: radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(right top, #670d10, #092756); } +.bootstrap #login-header { padding-top: 40px; margin-bottom: 30px; color: white; } +.bootstrap #login-header h1, .bootstrap #login-header h4 { margin: 0; padding: 0; } +.bootstrap #login-panel { margin: 0 auto; width: 420px; } +@media (max-width: 480px) { .bootstrap #login-panel { width: 90%; } } +.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel { -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; } +.bootstrap #login-panel .panel-footer { height: inherit; margin: 0 -20px -20px; } +.bootstrap #login-panel .flip-container { height: 370px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } +.bootstrap #login-panel .flip-container.flip .flipper { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel .flipper { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } +.bootstrap #login-panel .front, .bootstrap #login-panel .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; width: 100%; padding: 20px; position: absolute; top: 0; right: 0; } +.bootstrap #login-panel .front { z-index: 2; } +.bootstrap #login-panel .back { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel #remind-me { margin-top: 0; } +.bootstrap #login-footer a { color: #a0aab5; } +.bootstrap #module-list h3 { position: relative; top: 0; right: 0; margin: 0; padding: 0; background-color: transparent; color: #26435f; font-weight: 500; } +.bootstrap .hook_panel { -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; padding: 10px 10px 5px 10px; margin-bottom: 3px !important; } +.bootstrap .module_name { font-size: 1.2em; } +.bootstrap .hook_panel_header { margin: 0 -10px 0 -10px; padding: 0 10px 10px 10px; } +.bootstrap .hook_panel_header .hook_name { font-weight: 400; font-size: 1.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #db6335; border: solid 1px #cccccc; background-color: white; padding: 0 4px; } +.bootstrap .hook_panel_header .hook_title { text-transform: uppercase; font-size: 1em; } +.bootstrap .hook_panel_header .hook_description { padding: 3px 3px 0 0; } +.bootstrap #modules_list_container_tab img { max-width: 66px; } +.bootstrap .module_list .module_list_item { display: table; width: 100%; padding: 5px 0; margin-bottom: 4px; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .module_list .draggable { cursor: pointer; } +.bootstrap .module_col_select { display: table-cell; width: 22px; min-height: 35px; vertical-align: middle; text-align: center; border-left: 1px solid #dddddd; } +.bootstrap .module_col_position { display: table-cell; width: 60px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_position .positions { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; text-shadow: white 1px 1px; padding: 0 5px; font-size: 1.6em; color: #aaaaaa; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; border: solid 1px #cccccc; background-color: #eeeeee; cursor: n-resize; } +.bootstrap .module_col_icon { display: table-cell; width: 50px; text-align: center; vertical-align: middle; } +.bootstrap .module_col_infos { display: table-cell; height: 50px; vertical-align: middle; } +.bootstrap .module_col_actions { display: table-cell; width: 160px; padding: 0 10px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_actions .btn-group { text-align: right; } +.bootstrap li.sortable-placeholder { border: 1px dashed #cccccc; background-color: #bbbbbb; margin-bottom: 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap td.module_active { background-color: #80c780 !important; } +.bootstrap td.module_inactive { background-color: #d5d5d5 !important; } +.bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-size: 12px; } +.bootstrap .module-badge-popular { background-color: #f01778; } +.bootstrap .module-badge-partner { background-color: #db6335; } +.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel { padding: 0; margin: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; box-shadow: 0; } +.bootstrap #translations_form .translations-email-panel { margin: 0 20px 8px 0; padding: 8px 12px; } +.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea { width: 100%; height: 500px; } +.bootstrap #translations_form .panel-group { display: none; } +.bootstrap #translations_form a.panel-title i { display: none; } +.bootstrap #translations_form a.panel-title:hover { text-decoration: none; } +.bootstrap #translations_form a.panel-title:hover i { display: inline-block; } +.bootstrap #translations_form .mails_field { border-bottom: 1px solid #eeeeee; padding-bottom: 8px; margin-bottom: 16px; } +.bootstrap #translations_form .mails_field ul.nav-pills { margin-bottom: 5px; } +.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner { font-size: 12px; } +.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner { color: #d9534f; border: solid 2px #d9534f; background-color: transparent; } +.bootstrap #translations_form .mails_field .panel-footer { margin: 0 -15px; } +.bootstrap .employee_avatar { display: block !important; margin: 10px auto !important; text-align: center; -webkit-box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; } +.bootstrap .avatar-xs { height: 16px; width: 16px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; } +.bootstrap .avatar-xs img { width: 100%; height: 100%; } +.bootstrap .avatar-xs i { font-size: 10.66667px; line-height: 16px; } +.bootstrap .avatar-sm, .bootstrap .employee_avatar_small { height: 32px; width: 32px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; } +.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img { width: 100%; height: 100%; } +.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i { font-size: 21.33333px; line-height: 32px; } +.bootstrap .avatar-md { height: 64px; width: 64px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 64px; -moz-border-radius: 64px; -ms-border-radius: 64px; -o-border-radius: 64px; border-radius: 64px; } +.bootstrap .avatar-md img { width: 100%; height: 100%; } +.bootstrap .avatar-md i { font-size: 42.66667px; line-height: 64px; } +.bootstrap .avatar-lg, .bootstrap .employee_avatar { height: 96px; width: 96px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 96px; -moz-border-radius: 96px; -ms-border-radius: 96px; -o-border-radius: 96px; border-radius: 96px; } +.bootstrap .avatar-lg img, .bootstrap .employee_avatar img { width: 100%; height: 100%; } +.bootstrap .avatar-lg i, .bootstrap .employee_avatar i { font-size: 64px; line-height: 96px; } +.bootstrap .avatar-xl { height: 128px; width: 128px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 128px; -moz-border-radius: 128px; -ms-border-radius: 128px; -o-border-radius: 128px; border-radius: 128px; } +.bootstrap .avatar-xl img { width: 100%; height: 100%; } +.bootstrap .avatar-xl i { font-size: 85.33333px; line-height: 128px; } +.bootstrap .message-item-initial h2 { font-size: 1.5em; margin: 0 0 5px 0; } +.bootstrap .message-item-initial .message-item-initial-body { position: relative; margin-top: 10px; } +.bootstrap .message-item-initial .message-date { color: #bbbbbb; margin-bottom: 10px; } +.bootstrap .message-item { position: relative; border-bottom: solid 1px #eeeeee; margin-right: 30px; } +.bootstrap .message-item:last-child { border: none; } +.bootstrap .message-item .message-item-heading { display: inline-block; } +.bootstrap .message-item .message-body { margin: 0 80px 0 0; } +.bootstrap .message-item .message-body .message-item-text { padding: 0 10px 0 0; border-right: 2px solid #cccccc; } +.bootstrap .message-item .message-avatar { position: absolute; top: 0; right: 0; } +.bootstrap .message-item .message-date { color: #bbbbbb; } +.bootstrap .arrow:before, .bootstrap .arrow:after { position: absolute; display: inline-block; border-color: transparent; border-style: solid; content: ""; } +.bootstrap .arrow-left:before { margin-right: -7px; top: 6px; right: 0px; border-left-color: #d1d4d7; border-width: 7px 0 7px 7px; } +.bootstrap .arrow-left:after { margin-right: -6px; top: 7px; right: 0px; border-left-color: white; border-width: 6px 0 6px 6px; } +.bootstrap .arrow-right:before { margin-left: -7px; top: 6px; left: 0px; border-right-color: #d1d4d7; border-width: 7px 7px 7px 0; } +.bootstrap .arrow-right:after { margin-left: -6px; top: 7px; left: 0px; border-right-color: white; border-width: 6px 6px 6px 0; } +.bootstrap .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } +.bootstrap .timeline:before { content: ""; width: 6px; margin-right: -4px; position: absolute; right: 50%; top: 0; bottom: 30px; background-color: #dddddd; z-index: 0; } +.bootstrap .timeline .timeline-item { display: table-row; } +.bootstrap .timeline .timeline-item .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } +.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { -webkit-box-shadow: 0; box-shadow: 0; display: inline-block; position: relative; margin-right: 42px; position: relative; text-align: right; } +.bootstrap .timeline .timeline-item .timeline-caption h5 { margin: 0; } +.bootstrap .timeline .timeline-item .timeline-caption h5 span { display: block; color: #999999; margin-bottom: 4px; font-size: 12px; } +.bootstrap .timeline .timeline-item .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } +.bootstrap .timeline .timeline-item .timeline-date { position: absolute; width: 150px; right: -220px; top: 10px; text-align: left; } +.bootstrap .timeline .timeline-item .timeline-icon { position: absolute; right: -62px; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; top: -2px; text-align: center; border: 2px solid white; background-color: #666666; } +.bootstrap .timeline .timeline-item .timeline-icon i { font-size: 20px; margin-top: 5px; color: white; } +.bootstrap .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after { content: ""; display: block; width: 50%; } +.bootstrap .timeline .timeline-item.alt { text-align: left; } +.bootstrap .timeline .timeline-item.alt:before { display: none; } +.bootstrap .timeline .timeline-item.alt .timeline-panel { margin-left: 40px; margin-right: 0; } +.bootstrap .timeline .timeline-item.alt .timeline-date { right: auto; left: -220px; text-align: right; } +.bootstrap .timeline .timeline-item.alt .timeline-icon { right: auto; left: -60px; } +.bootstrap .timeline .timeline-item.active { display: table-caption; text-align: center; } +.bootstrap .timeline .timeline-item.active:before { width: 1%; } +.bootstrap .timeline .timeline-item.active .timeline-panel { margin-right: 0; } +.bootstrap .timeline .timeline-item.active .timeline-caption { display: inline-block; width: auto; } +.bootstrap .timeline .timeline-item.active .timeline-date, .bootstrap .timeline .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } +.bootstrap .command-danger { background-color: #d9534f !important; } +.bootstrap .command-success { background-color: #5cb85c !important; } + +/* jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4 */ +#growls { z-index: 50000; position: fixed; } +#growls.default { top: 100px; left: 10px; } +#growls.tl { top: 10px; right: 10px; } +#growls.tr { top: 10px; left: 10px; } +#growls.bl { bottom: 10px; right: 10px; } +#growls.br { bottom: 10px; left: 10px; } + +.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } +.growl.growl-incoming { opacity: 0; } +.growl.growl-outgoing { opacity: 0; } +.growl.growl-small { width: 200px; padding: 5px; margin: 5px; } +.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; } +.growl.growl-large { width: 300px; padding: 15px; margin: 15px; } +.growl.growl-default { color: white; background: gray; } +.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); } +.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); } +.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); } +.growl .growl-close { cursor: pointer; float: left; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; } +.growl .growl-title { font-size: 18px; line-height: 24px; } +.growl .growl-message { font-size: 14px; line-height: 18px; } + +/* @group Base */ +.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.chosen-container .chosen-drop { position: absolute; top: 100%; right: -9999px; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.chosen-container.chosen-with-drop .chosen-drop { right: 0; } +.chosen-container a { cursor: pointer; } + +/* @end */ +/* @group Single Chosen */ +.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 8px 0 0; height: 27px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background-clip: padding-box; box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); } +.chosen-container-single .chosen-default { color: #999; } +.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-left: 26px; text-overflow: ellipsis; white-space: nowrap; } +.chosen-container-single .chosen-single-with-deselect span { margin-left: 38px; } +.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; left: 26px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single .chosen-single div { position: absolute; top: 0; left: 0; display: block; width: 18px; height: 100%; } +.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("../img/chosen-sprite.png") no-repeat 0px 4px; } +.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; } +.chosen-container-single .chosen-search input[type="text"] { margin: 1px 0; padding: 4px 5px 4px 20px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url("../img/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 4px 4px 0; background-clip: padding-box; } +.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; right: -9999px; } + +/* @end */ +/* @group Results */ +.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 0 4px 4px; padding: 0 4px 0 0; max-height: 240px; -webkit-overflow-scrolling: touch; } +.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; -webkit-touch-callout: none; } +.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; } +.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; } +.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; } +.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; } +.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; } +.chosen-container .chosen-results li.group-option { padding-right: 15px; } +.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; } + +/* @end */ +/* @group Multi Chosen */ +.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #aaa; background-color: #fff; cursor: text; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-multi .chosen-choices li { float: right; list-style: none; } +.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; } +.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #666; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; } +.chosen-container-multi .chosen-choices li.search-field .default { color: #999; } +.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 5px 3px 20px; border: 1px solid #aaa; border-radius: 3px; background-color: #e4e4e4; background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; left: 3px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; } +.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-left: 5px; border: 1px solid #ccc; background-color: #e4e4e4; color: #666; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; } +.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; } +.chosen-container-multi .chosen-results { margin: 0; padding: 0; } +.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; } + +/* @end */ +/* @group Active */ +.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); box-shadow: 0 1px 0 #fff inset; } +.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; background: transparent; } +.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; } +.chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } +.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; } + +/* @end */ +/* @group Disabled Support */ +.chosen-disabled { opacity: 0.5 !important; cursor: default; } +.chosen-disabled .chosen-single { cursor: default; } +.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } + +/* @end */ +/* @group Right to Left */ +.chosen-rtl { text-align: left; } +.chosen-rtl .chosen-single { overflow: visible; padding: 0 0 0 8px; } +.chosen-rtl .chosen-single span { margin-left: 0; margin-right: 26px; direction: rtl; } +.chosen-rtl .chosen-single-with-deselect span { margin-right: 38px; } +.chosen-rtl .chosen-single div { left: auto; right: 3px; } +.chosen-rtl .chosen-single abbr { left: auto; right: 26px; } +.chosen-rtl .chosen-choices li { float: left; } +.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; } +.chosen-rtl .chosen-choices li.search-choice { margin: 3px 0 3px 5px; padding: 3px 19px 3px 5px; } +.chosen-rtl .chosen-choices li.search-choice .search-choice-close { left: auto; right: 4px; } +.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { right: 9999px; } +.chosen-rtl.chosen-container-single .chosen-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; } +.chosen-rtl .chosen-results li.group-option { padding-left: 15px; padding-right: 0; } +.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; } +.chosen-rtl .chosen-search input[type="text"] { padding: 4px 20px 4px 5px; background: white url("../img/chosen-sprite.png") no-repeat -30px -20px; direction: rtl; background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; } +.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; } + +/* @end */ +/* @group Retina compatibility */ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("../img/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } } +/* @end */ +/*! + * Ladda + * http://lab.hakim.se/ladda + * MIT licensed + * + * Copyright (C) 2013 Hakim El Hattab, http://hakim.se + */ +.ladda-button { position: relative; } +.ladda-button .ladda-spinner { position: absolute; z-index: 2; display: inline-block; width: 32px; height: 32px; top: 50%; margin-top: -16px; opacity: 0; pointer-events: none; } +.ladda-button .ladda-label { position: relative; z-index: 3; } +.ladda-button .ladda-progress { position: absolute; width: 0; height: 100%; right: 0; top: 0; background: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; -webkit-transition: 0.1s linear all !important; -moz-transition: 0.1s linear all !important; -ms-transition: 0.1s linear all !important; -o-transition: 0.1s linear all !important; transition: 0.1s linear all !important; } +.ladda-button .ladda-progress[data-loading] .ladda-progress { opacity: 1; visibility: visible; } + +.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label { -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; } + +.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -ms-transition: 0.3s ease all !important; -o-transition: 0.3s ease all !important; transition: 0.3s ease all !important; } + +.ladda-button[data-style=expand-left] .ladda-spinner { left: 14px; } +.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left: 4px; } +.ladda-button[data-style=expand-left][data-loading] { padding-left: 56px; } +.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left: 40px; } + +.ladda-button[data-style=expand-right] .ladda-spinner { right: 14px; } +.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner { right: 4px; } +.ladda-button[data-style=expand-right][data-loading] { padding-right: 56px; } +.ladda-button[data-style=expand-right][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] { padding-right: 40px; } + +.ladda-button[data-style=expand-up] { overflow: hidden; } +.ladda-button[data-style=expand-up] .ladda-spinner { top: -32px; right: 50%; margin-right: -16px; } +.ladda-button[data-style=expand-up][data-loading] { padding-top: 54px; } +.ladda-button[data-style=expand-up][data-loading] .ladda-spinner { opacity: 1; top: 14px; margin-top: 0; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] { padding-top: 32px; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner { top: 4px; } + +.ladda-button[data-style=slide-right] { overflow: hidden; } +.ladda-button[data-style=slide-right] .ladda-label { position: relative; } +.ladda-button[data-style=slide-right] .ladda-spinner { right: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-right][data-loading] .ladda-label { opacity: 0; right: -100%; } +.ladda-button[data-style=slide-right][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-left] { overflow: hidden; } +.ladda-button[data-style=slide-left] .ladda-label { position: relative; } +.ladda-button[data-style=slide-left] .ladda-spinner { left: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-left][data-loading] .ladda-label { opacity: 0; right: 100%; } +.ladda-button[data-style=slide-left][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-up] { overflow: hidden; } +.ladda-button[data-style=slide-up] .ladda-label { position: relative; } +.ladda-button[data-style=slide-up] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: 1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-label { opacity: 0; top: -1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=slide-down] { overflow: hidden; } +.ladda-button[data-style=slide-down] .ladda-label { position: relative; } +.ladda-button[data-style=slide-down] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: -2em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-label { opacity: 0; top: 1em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=zoom-out] { overflow: hidden; } +.ladda-button[data-style=zoom-out] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(2.5); -moz-transform: scale(2.5); -ms-transform: scale(2.5); -o-transform: scale(2.5); transform: scale(2.5); } +.ladda-button[data-style=zoom-out] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-out][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } +.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=zoom-in] { overflow: hidden; } +.ladda-button[data-style=zoom-in] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } +.ladda-button[data-style=zoom-in] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-in][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -ms-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); } +.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=contract] { overflow: hidden; width: 100px; } +.ladda-button[data-style=contract] .ladda-spinner { right: 50%; margin-right: -16px; } + +.ladda-button[data-style=contract][data-loading] { border-radius: 50%; width: 52px; } +.ladda-button[data-style=contract][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[data-style=contract-overlay] { overflow: hidden; width: 100px; box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0); } +.ladda-button[data-style=contract-overlay] .ladda-spinner { right: 50%; margin-right: -16px; } +.ladda-button[data-style=contract-overlay][data-loading] { border-radius: 50%; width: 52px; /*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */ box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0.8); } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[disabled], .ladda-button[data-loading] { border-color: rgba(0, 0, 0, 0.07); cursor: default; background-color: #999999; } +.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default; background-color: #999999; } +.ladda-button[data-size=xs] { padding: 4px 8px; } +.ladda-button[data-size=xs] .ladda-label { font-size: 0.7em; } +.ladda-button[data-size=s] { padding: 6px 10px; } +.ladda-button[data-size=s] .ladda-label { font-size: 0.9em; } +.ladda-button[data-size=l] .ladda-label { font-size: 1.2em; } +.ladda-button[data-size=xl] .ladda-label { font-size: 1.5em; } + +.nobootstrap { background-color: white; min-width: 1200px; padding: 100px 30px; } +.nobootstrap form p { margin: 0.5em 0 0; padding: 0 0 0.5em; } +.nobootstrap fieldset { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; } +.nobootstrap fieldset img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap legend { background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap legend a { color: #585984; text-decoration: none; } +.nobootstrap label { color: #585a69; text-shadow: 0 1px 0 white; float: right; width: 250px; padding: 0.2em 0 0 0.5em; text-align: left; font-weight: bold; } +.nobootstrap label.t { float: none; clear: none; padding: 0 5px 0; margin: 0px; font-weight: normal; font-size: 12px; text-shadow: none; } +.nobootstrap .clear { clear: both; } +.nobootstrap .margin-form { padding: 0 260px 1em 0; color: #7f7f7f; font-size: 0.85em; } +.nobootstrap .button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap input { vertical-align: middle; } +.nobootstrap select { border: 1px solid #cccccc; font-size: 12px; } +.nobootstrap input, .nobootstrap textarea, .nobootstrap option { color: black; font-size: 12px; margin: 0; padding: 0; } +.nobootstrap input[type="text"], .nobootstrap input[type="password"], .nobootstrap input[type="file"], .nobootstrap textarea { border: 1px solid #cccccc; background-color: white; padding: 2px 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } +.nobootstrap .table_grid { width: 100%; } +.nobootstrap .table { background-color: white; border: 1px solid #cccccc; padding: 0; border-radius: 3px; } +.nobootstrap .table th a { text-decoration: underline; } +.nobootstrap .table th a:hover { text-decoration: none; } +.nobootstrap .table tr th { background-color: #f1f1f1; color: #333333; font-size: 13px; padding: 4px 6px; text-align: right; } +.nobootstrap .table tr th.right { text-align: center; } +.nobootstrap .table tr td { border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; padding: 4px 6px 4px 4px; } +.nobootstrap .table tr.row_hover.filter:hover td { background: #f1f9ff; } +.nobootstrap .table tr td.row_hover:hover table tr td { background: none; } +.nobootstrap .table tr.action_details td { background: #fafafa; } +.nobootstrap .table tr.alt_row.action_details td { background: #e8e8e8; } +.nobootstrap .table tr td.empty { background: white !important; border-bottom: none; } +.nobootstrap .table tr td.first { border-right: 1px solid #dedede; } +.nobootstrap .table tr td.last { border-left: 1px solid #dedede; } +.nobootstrap .table tr.small td { height: 15px; } +.nobootstrap .table tr.last td { border-bottom: none; } +.nobootstrap .table tr .filter { background-color: #f1f9ff; } + +.nobootstrap .form-group { clear: both; margin-bottom: 1em; float: right; width: 100%; } +.nobootstrap .form-group > div { float: right; } +.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; float: right; width: 100%; box-sizing: border-box; } +.nobootstrap .panel:not(.bootstrap) img, .nobootstrap .bootstrap #dash_version:not(.bootstrap) img, .bootstrap .nobootstrap #dash_version:not(.bootstrap) img, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap .panel:not(.bootstrap) h3, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 { position: relative; top: -25px; display: inline-block; background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap .panel:not(.bootstrap) h3 a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a { color: #585984; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) h3 i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i { font-family: "FontAwesome"; } +.nobootstrap .panel:not(.bootstrap) .help-block, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block { float: right; clear: both; } +.nobootstrap .panel:not(.bootstrap) .switch, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch { float: right; clear: both; line-height: 1.3em; } +.nobootstrap .panel:not(.bootstrap) .switch label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label { padding: 0 5px 0 10px; float: right; width: auto; } +.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .panel:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio] { float: right; } +.nobootstrap .panel:not(.bootstrap) .radio label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label { clear: both; width: auto; margin-left: 4px; } +.nobootstrap .panel:not(.bootstrap) button, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) button:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover { border-color: #aaaaaa #999999 #888888; } diff --git a/admin-dev/themes/default/css/schemes/admin-theme-contrast_rtl.css b/admin-dev/themes/default/css/schemes/admin-theme-contrast_rtl.css new file mode 100644 index 0000000000000..2a1cf72e2475b --- /dev/null +++ b/admin-dev/themes/default/css/schemes/admin-theme-contrast_rtl.css @@ -0,0 +1,3428 @@ +@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed); +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } + +html { line-height: 1; } + +ol, ul { list-style: none; direction: rtl; } + +table { border-collapse: collapse; border-spacing: 0; } + +caption, th, td { text-align: right; font-weight: normal; vertical-align: middle; } + +q, blockquote { quotes: none; } +q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } + +a img { border: none; } + +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } + +/* This is a fairly big mixin. The reason for this is that at the time of writing (09/01/2013), Sass does not include functions for substring or find/replace in string. Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June, but it still has not been merged, due to lack of minor comments. That was five months ago. */ +@-webkit-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-20px); } } + +@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(20px); } } + +@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-20px); } } + +@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(20px); } } + +@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } + 50% { opacity: 1; -webkit-transform: scale(1.05); } + 70% { -webkit-transform: scale(0.9); } + 100% { -webkit-transform: scale(1); } } + +@-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 60% { opacity: 1; -webkit-transform: translateY(30px); } + 80% { -webkit-transform: translateY(-10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 60% { opacity: 1; -webkit-transform: translateY(-30px); } + 80% { -webkit-transform: translateY(10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 60% { opacity: 1; -webkit-transform: translateX(-30px); } + 80% { -webkit-transform: translateX(10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 60% { opacity: 1; -webkit-transform: translateX(30px); } + 80% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } + 25% { -webkit-transform: scale(0.95); } + 50% { opacity: 1; -webkit-transform: scale(1.1); } + 100% { opacity: 0; -webkit-transform: scale(0.3); } } + +@-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(20px); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(-20px); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(20px); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(-20px); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes bounce { 0% { -webkit-transform: translateY(0); } + 20% { -webkit-transform: translateY(0); } + 40% { -webkit-transform: translateY(-30px); } + 50% { -webkit-transform: translateY(0); } + 60% { -webkit-transform: translateY(-15px); } + 80% { -webkit-transform: translateY(0); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes shake { 0% { -webkit-transform: translateX(0); } + 10% { -webkit-transform: translateX(-10px); } + 20% { -webkit-transform: translateX(10px); } + 30% { -webkit-transform: translateX(-10px); } + 40% { -webkit-transform: translateX(10px); } + 50% { -webkit-transform: translateX(-10px); } + 60% { -webkit-transform: translateX(10px); } + 70% { -webkit-transform: translateX(-10px); } + 80% { -webkit-transform: translateX(10px); } + 90% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } + +@-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } + 10% { -webkit-transform: scale(0.9) rotate(-3deg); } + 20% { -webkit-transform: scale(0.9) rotate(-3deg); } + 30% { -webkit-transform: scale(1.1) rotate(3deg); } + 40% { -webkit-transform: scale(1.1) rotate(-3deg); } + 50% { -webkit-transform: scale(1.1) rotate(3deg); } + 60% { -webkit-transform: scale(1.1) rotate(-3deg); } + 70% { -webkit-transform: scale(1.1) rotate(3deg); } + 80% { -webkit-transform: scale(1.1) rotate(-3deg); } + 90% { -webkit-transform: scale(1.1) rotate(3deg); } + 100% { -webkit-transform: scale(1) rotate(0); } } + +@-moz-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-20px); } } + +@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(20px); } } + +@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-20px); } } + +@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(20px); } } + +@-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } + 50% { opacity: 1; -moz-transform: scale(1.05); } + 70% { -moz-transform: scale(0.9); } + 100% { -moz-transform: scale(1); } } + +@-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 60% { opacity: 1; -moz-transform: translateY(30px); } + 80% { -moz-transform: translateY(-10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 60% { opacity: 1; -moz-transform: translateY(-30px); } + 80% { -moz-transform: translateY(10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 60% { opacity: 1; -moz-transform: translateX(-30px); } + 80% { -moz-transform: translateX(10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 60% { opacity: 1; -moz-transform: translateX(30px); } + 80% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } + 25% { -moz-transform: scale(0.95); } + 50% { opacity: 1; -moz-transform: scale(1.1); } + 100% { opacity: 0; -moz-transform: scale(0.3); } } + +@-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(20px); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(-20px); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(20px); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(-20px); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes bounce { 0% { -moz-transform: translateY(0); } + 20% { -moz-transform: translateY(0); } + 40% { -moz-transform: translateY(-30px); } + 50% { -moz-transform: translateY(0); } + 60% { -moz-transform: translateY(-15px); } + 80% { -moz-transform: translateY(0); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes shake { 0% { -moz-transform: translateX(0); } + 10% { -moz-transform: translateX(-10px); } + 20% { -moz-transform: translateX(10px); } + 30% { -moz-transform: translateX(-10px); } + 40% { -moz-transform: translateX(10px); } + 50% { -moz-transform: translateX(-10px); } + 60% { -moz-transform: translateX(10px); } + 70% { -moz-transform: translateX(-10px); } + 80% { -moz-transform: translateX(10px); } + 90% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } + +@-moz-keyframes tada { 0% { -moz-transform: scale(1); } + 10% { -moz-transform: scale(0.9) rotate(-3deg); } + 20% { -moz-transform: scale(0.9) rotate(-3deg); } + 30% { -moz-transform: scale(1.1) rotate(3deg); } + 40% { -moz-transform: scale(1.1) rotate(-3deg); } + 50% { -moz-transform: scale(1.1) rotate(3deg); } + 60% { -moz-transform: scale(1.1) rotate(-3deg); } + 70% { -moz-transform: scale(1.1) rotate(3deg); } + 80% { -moz-transform: scale(1.1) rotate(-3deg); } + 90% { -moz-transform: scale(1.1) rotate(3deg); } + 100% { -moz-transform: scale(1) rotate(0); } } + +@-ms-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-ms-keyframes fadeInUp { 0% { opacity: 0; -ms-transform: translateY(20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUp { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-20px); } } + +@-ms-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDown { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(20px); } } + +@-ms-keyframes fadeInRight { 0% { opacity: 0; -ms-transform: translateX(20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeft { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-20px); } } + +@-ms-keyframes fadeInLeft { 0% { opacity: 0; -ms-transform: translateX(-20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRight { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(20px); } } + +@-ms-keyframes fadeInUpBig { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUpBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes fadeInDownBig { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDownBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes fadeInRightBig { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeftBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes fadeInLeftBig { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRightBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes bounceIn { 0% { opacity: 0; -ms-transform: scale(0.3); } + 50% { opacity: 1; -ms-transform: scale(1.05); } + 70% { -ms-transform: scale(0.9); } + 100% { -ms-transform: scale(1); } } + +@-ms-keyframes bounceInDown { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 60% { opacity: 1; -ms-transform: translateY(30px); } + 80% { -ms-transform: translateY(-10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInUp { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 60% { opacity: 1; -ms-transform: translateY(-30px); } + 80% { -ms-transform: translateY(10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInRight { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 60% { opacity: 1; -ms-transform: translateX(-30px); } + 80% { -ms-transform: translateX(10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceInLeft { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 60% { opacity: 1; -ms-transform: translateX(30px); } + 80% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceOut { 0% { -ms-transform: scale(1); } + 25% { -ms-transform: scale(0.95); } + 50% { opacity: 1; -ms-transform: scale(1.1); } + 100% { opacity: 0; -ms-transform: scale(0.3); } } + +@-ms-keyframes bounceOutUp { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(20px); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes bounceOutDown { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(-20px); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes bounceOutLeft { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(20px); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes bounceOutRight { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(-20px); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes bounce { 0% { -ms-transform: translateY(0); } + 20% { -ms-transform: translateY(0); } + 40% { -ms-transform: translateY(-30px); } + 50% { -ms-transform: translateY(0); } + 60% { -ms-transform: translateY(-15px); } + 80% { -ms-transform: translateY(0); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes shake { 0% { -ms-transform: translateX(0); } + 10% { -ms-transform: translateX(-10px); } + 20% { -ms-transform: translateX(10px); } + 30% { -ms-transform: translateX(-10px); } + 40% { -ms-transform: translateX(10px); } + 50% { -ms-transform: translateX(-10px); } + 60% { -ms-transform: translateX(10px); } + 70% { -ms-transform: translateX(-10px); } + 80% { -ms-transform: translateX(10px); } + 90% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes rotateInDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOutDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateIn { 0% { -ms-transform-origin: center center; -ms-transform: rotate(-200deg); opacity: 0; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOut { 0% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(200deg); opacity: 0; } } + +@-ms-keyframes tada { 0% { -ms-transform: scale(1); } + 10% { -ms-transform: scale(0.9) rotate(-3deg); } + 20% { -ms-transform: scale(0.9) rotate(-3deg); } + 30% { -ms-transform: scale(1.1) rotate(3deg); } + 40% { -ms-transform: scale(1.1) rotate(-3deg); } + 50% { -ms-transform: scale(1.1) rotate(3deg); } + 60% { -ms-transform: scale(1.1) rotate(-3deg); } + 70% { -ms-transform: scale(1.1) rotate(3deg); } + 80% { -ms-transform: scale(1.1) rotate(-3deg); } + 90% { -ms-transform: scale(1.1) rotate(3deg); } + 100% { -ms-transform: scale(1) rotate(0); } } + +@keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-20px); } } + +@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(20px); } } + +@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-20px); } } + +@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(20px); } } + +@keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } + 50% { opacity: 1; transform: scale(1.05); } + 70% { transform: scale(0.9); } + 100% { transform: scale(1); } } + +@keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } + 60% { opacity: 1; transform: translateY(30px); } + 80% { transform: translateY(-10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } + 60% { opacity: 1; transform: translateY(-30px); } + 80% { transform: translateY(10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } + 60% { opacity: 1; transform: translateX(-30px); } + 80% { transform: translateX(10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } + 60% { opacity: 1; transform: translateX(30px); } + 80% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceOut { 0% { transform: scale(1); } + 25% { transform: scale(0.95); } + 50% { opacity: 1; transform: scale(1.1); } + 100% { opacity: 0; transform: scale(0.3); } } + +@keyframes bounceOutUp { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(20px); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes bounceOutDown { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(-20px); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes bounceOutLeft { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(20px); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes bounceOutRight { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(-20px); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes bounce { 0% { transform: translateY(0); } + 20% { transform: translateY(0); } + 40% { transform: translateY(-30px); } + 50% { transform: translateY(0); } + 60% { transform: translateY(-15px); } + 80% { transform: translateY(0); } + 100% { transform: translateY(0); } } + +@keyframes shake { 0% { transform: translateX(0); } + 10% { transform: translateX(-10px); } + 20% { transform: translateX(10px); } + 30% { transform: translateX(-10px); } + 40% { transform: translateX(10px); } + 50% { transform: translateX(-10px); } + 60% { transform: translateX(10px); } + 70% { transform: translateX(-10px); } + 80% { transform: translateX(10px); } + 90% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes rotateInDownLeft { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpLeft { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpRight { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInDownRight { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOutDownLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateOutUpLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutDownRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutUpRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } + 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } + 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } + +@keyframes tada { 0% { transform: scale(1); } + 10% { transform: scale(0.9) rotate(-3deg); } + 20% { transform: scale(0.9) rotate(-3deg); } + 30% { transform: scale(1.1) rotate(3deg); } + 40% { transform: scale(1.1) rotate(-3deg); } + 50% { transform: scale(1.1) rotate(3deg); } + 60% { transform: scale(1.1) rotate(-3deg); } + 70% { transform: scale(1.1) rotate(3deg); } + 80% { transform: scale(1.1) rotate(-3deg); } + 90% { transform: scale(1.1) rotate(3deg); } + 100% { transform: scale(1) rotate(0); } } + +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH -------------------------- */ +@font-face { font-family: 'FontAwesome'; src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3"); src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } + +.icon, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap [class^="icon-"], .bootstrap [class^="icon-Admin"], .bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +/* makes the font 33% larger relative to the icon container */ +.icon-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } + +.icon-2x, .bootstrap [class^="icon-Admin"], .bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { font-size: 2em; } + +.icon-3x, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before { font-size: 3em; } + +.icon-4x { font-size: 4em; } + +.icon-5x { font-size: 5em; } + +.icon-fw { width: 1.28571em; text-align: center; } + +.icon-ul { padding-right: 0; margin-right: 2.14286em; list-style-type: none; } +.icon-ul > li { position: relative; } + +.icon-li { position: absolute; right: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } +.icon-li.icon-lg { right: -1.85714em; } + +.icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } + +.pull-right { float: left; } + +.pull-left, .bootstrap .page-head h2.page-title { float: right; } + +.icon.pull-right, .bootstrap .pull-right.alert.alert-warning:before, .bootstrap .page-head h2.alert.alert-warning.page-title:before, .bootstrap .pull-right.alert.alert-danger:before, .bootstrap .page-head h2.alert.alert-danger.page-title:before, .bootstrap .page-head #carrier_wizard h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .page-head h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .pull-right.wizard_error:before, .bootstrap .pull-right.alert.alert-success:before, .bootstrap .page-head h2.alert.alert-success.page-title:before, .bootstrap .pull-right.alert.alert-info:before, .bootstrap .page-head h2.alert.alert-info.page-title:before, .bootstrap .pull-right.alert.alert-addons:before, .bootstrap .page-head h2.alert.alert-addons.page-title:before, .bootstrap .page-head h2.icon.page-title, .bootstrap .page-head h2.page-title[class^="icon-"], .bootstrap .page-head h2.page-title[class^="icon-Admin"], .bootstrap .page-head h2.page-title[class^="process-icon-"], .bootstrap .page-head h2.page-title[class*=" process-icon-"], .bootstrap .pull-right[class^="icon-"], .bootstrap .pull-right[class^="icon-Admin"], .bootstrap .pull-right[class^="process-icon-"], .bootstrap .pull-right[class*=" process-icon-"] { margin-left: .3em; } +.icon.pull-left, .bootstrap .pull-left.alert.alert-warning:before, .bootstrap .pull-left.alert.alert-danger:before, .bootstrap #carrier_wizard .pull-left.wizard_error:before, .bootstrap .pull-left.alert.alert-success:before, .bootstrap .pull-left.alert.alert-info:before, .bootstrap .pull-left.alert.alert-addons:before, .bootstrap .pull-left[class^="icon-"], .bootstrap .pull-left[class^="icon-Admin"], .bootstrap .pull-left[class^="process-icon-"], .bootstrap .pull-left[class*=" process-icon-"] { margin-right: .3em; } + +.icon-spin, .bootstrap #dashboard .loading .data_value:before { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-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); } } + +.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } + +.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } + +.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } + +.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } + +.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } + +.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } + +.icon-stack-1x, .icon-stack-2x { position: absolute; right: 0; width: 100%; text-align: center; } + +.icon-stack-1x { line-height: inherit; } + +.icon-stack-2x { font-size: 2em; } + +.icon-inverse { color: white; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ +.icon-glass:before { content: "\f000"; } + +.icon-music:before { content: "\f001"; } + +.icon-search:before, .bootstrap .icon-AdminSearch:before { content: "\f002"; } + +.icon-envelope-o:before, .bootstrap .icon-envelope-alt:before { content: "\f003"; } + +.icon-heart:before { content: "\f004"; } + +.icon-star:before { content: "\f005"; } + +.icon-star-o:before, .bootstrap .icon-star-empty:before { content: "\f006"; } + +.icon-user:before { content: "\f007"; } + +.icon-film:before { content: "\f008"; } + +.icon-th-large:before { content: "\f009"; } + +.icon-th:before { content: "\f00a"; } + +.icon-th-list:before { content: "\f00b"; } + +.icon-check:before, .bootstrap .process-icon-ok:before { content: "\f00c"; } + +.icon-times:before, .bootstrap .icon-remove:before, .bootstrap .process-icon-cancel:before { content: "\f00d"; } + +.icon-search-plus:before, .bootstrap .icon-zoom-in:before { content: "\f00e"; } + +.icon-search-minus:before, .bootstrap .icon-zoom-out:before { content: "\f010"; } + +.icon-power-off:before, .bootstrap .icon-off:before, .bootstrap .process-icon-off:before { content: "\f011"; } + +.icon-signal:before { content: "\f012"; } + +.icon-gear:before, .icon-cog:before, .bootstrap .icon-AdminAdmin:before, .bootstrap .process-icon-configure:before { content: "\f013"; } + +.icon-trash-o:before, .bootstrap .icon-trash:before, .bootstrap .process-icon-delete:before, .bootstrap .process-icon-uninstall:before { content: "\f014"; } + +.icon-home:before { content: "\f015"; } + +.icon-file-o:before, .bootstrap .icon-file-alt:before { content: "\f016"; } + +.icon-clock-o:before, .bootstrap .icon-time:before { content: "\f017"; } + +.icon-road:before { content: "\f018"; } + +.icon-download:before, .bootstrap .icon-download-alt:before, .bootstrap .process-icon-download-alt:before, .bootstrap .process-icon-save-date:before, .bootstrap .process-icon-save-status:before { content: "\f019"; } + +.icon-arrow-circle-o-down:before, .bootstrap .icon-download:before, .bootstrap .icon-download-alt:before, .bootstrap .process-icon-download-alt:before, .bootstrap .process-icon-save-date:before, .bootstrap .process-icon-save-status:before { content: "\f01a"; } + +.icon-arrow-circle-o-up:before, .bootstrap .icon-upload:before, .bootstrap .icon-upload-alt:before { content: "\f01b"; } + +.icon-inbox:before { content: "\f01c"; } + +.icon-play-circle-o:before, .bootstrap .icon-play-circle:before, .bootstrap .icon-play-sign:before { content: "\f01d"; } + +.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } + +.icon-refresh:before, .bootstrap .process-icon-refresh:before { content: "\f021"; } + +.icon-list-alt:before { content: "\f022"; } + +.icon-lock:before { content: "\f023"; } + +.icon-flag:before { content: "\f024"; } + +.icon-headphones:before { content: "\f025"; } + +.icon-volume-off:before { content: "\f026"; } + +.icon-volume-down:before { content: "\f027"; } + +.icon-volume-up:before { content: "\f028"; } + +.icon-qrcode:before { content: "\f029"; } + +.icon-barcode:before { content: "\f02a"; } + +.icon-tag:before { content: "\f02b"; } + +.icon-tags:before, .bootstrap .icon-AdminPriceRule:before { content: "\f02c"; } + +.icon-book:before, .bootstrap .icon-AdminCatalog:before { content: "\f02d"; } + +.icon-bookmark:before { content: "\f02e"; } + +.icon-print:before { content: "\f02f"; } + +.icon-camera:before { content: "\f030"; } + +.icon-font:before { content: "\f031"; } + +.icon-bold:before { content: "\f032"; } + +.icon-italic:before { content: "\f033"; } + +.icon-text-height:before { content: "\f034"; } + +.icon-text-width:before { content: "\f035"; } + +.icon-align-left:before { content: "\f036"; } + +.icon-align-center:before { content: "\f037"; } + +.icon-align-right:before { content: "\f038"; } + +.icon-align-justify:before { content: "\f039"; } + +.icon-list:before { content: "\f03a"; } + +.icon-dedent:before, .icon-outdent:before, .bootstrap .icon-indent-left:before { content: "\f03b"; } + +.icon-indent:before, .bootstrap .icon-indent-right:before { content: "\f03c"; } + +.icon-video-camera:before, .bootstrap .icon-facetime-video:before { content: "\f03d"; } + +.icon-picture-o:before, .bootstrap .icon-picture:before { content: "\f03e"; } + +.icon-pencil:before { content: "\f040"; } + +.icon-map-marker:before { content: "\f041"; } + +.icon-adjust:before { content: "\f042"; } + +.icon-tint:before { content: "\f043"; } + +.icon-edit:before, .bootstrap .process-icon-edit:before, .icon-pencil-square-o:before, .bootstrap .icon-edit:before, .bootstrap .process-icon-edit:before { content: "\f044"; } + +.icon-share-square-o:before, .bootstrap .icon-share:before, .bootstrap .icon-share-alt:before { content: "\f045"; } + +.icon-check-square-o:before { content: "\f046"; } + +.icon-arrows:before, .bootstrap .icon-move:before { content: "\f047"; } + +.icon-step-backward:before { content: "\f048"; } + +.icon-fast-backward:before { content: "\f049"; } + +.icon-backward:before { content: "\f04a"; } + +.icon-play:before { content: "\f04b"; } + +.icon-pause:before { content: "\f04c"; } + +.icon-stop:before { content: "\f04d"; } + +.icon-forward:before { content: "\f04e"; } + +.icon-fast-forward:before { content: "\f050"; } + +.icon-step-forward:before { content: "\f051"; } + +.icon-eject:before { content: "\f052"; } + +.icon-chevron-left:before { content: "\f053"; } + +.icon-chevron-right:before { content: "\f054"; } + +.icon-plus-circle:before, .bootstrap .icon-plus-sign:before, .bootstrap .process-icon-newCombination.toolbar-new:before, .bootstrap .process-icon-plus:before { content: "\f055"; } + +.icon-minus-circle:before, .bootstrap .icon-minus-sign:before, .bootstrap .process-icon-newCombination.toolbar-cancel:before, .bootstrap .process-icon-minus:before { content: "\f056"; } + +.icon-times-circle:before, .bootstrap .icon-remove-sign:before { content: "\f057"; } + +.icon-check-circle:before, .bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before, .bootstrap .icon-ok-sign:before { content: "\f058"; } + +.icon-question-circle:before, .bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before, .bootstrap .icon-question-sign:before, .bootstrap .process-icon-help:before, .bootstrap .process-icon-help-new:before { content: "\f059"; } + +.icon-info-circle:before, .bootstrap .icon-info-sign:before { content: "\f05a"; } + +.icon-crosshairs:before, .bootstrap .icon-screenshot:before { content: "\f05b"; } + +.icon-times-circle-o:before, .bootstrap .icon-remove-circle:before { content: "\f05c"; } + +.icon-check-circle-o:before, .bootstrap .icon-ok-circle:before { content: "\f05d"; } + +.icon-ban:before, .bootstrap .icon-ban-circle:before { content: "\f05e"; } + +.icon-arrow-left:before { content: "\f060"; } + +.icon-arrow-right:before { content: "\f061"; } + +.icon-arrow-up:before { content: "\f062"; } + +.icon-arrow-down:before { content: "\f063"; } + +.icon-mail-forward:before, .icon-share:before, .bootstrap .icon-share-alt:before { content: "\f064"; } + +.icon-expand:before, .bootstrap .icon-resize-full:before { content: "\f065"; } + +.icon-compress:before, .bootstrap .icon-resize-small:before { content: "\f066"; } + +.icon-plus:before, .bootstrap .process-icon-new-module:before { content: "\f067"; } + +.icon-minus:before { content: "\f068"; } + +.icon-asterisk:before { content: "\f069"; } + +.icon-exclamation-circle:before, .bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before, .bootstrap .icon-exclamation-sign:before { content: "\f06a"; } + +.icon-gift:before { content: "\f06b"; } + +.icon-leaf:before { content: "\f06c"; } + +.icon-fire:before { content: "\f06d"; } + +.icon-eye:before, .bootstrap .icon-eye-open:before, .bootstrap .process-icon-preview:before, .bootstrap .process-icon-previewURL:before { content: "\f06e"; } + +.icon-eye-slash:before, .bootstrap .icon-eye-close:before { content: "\f070"; } + +.icon-warning:before, .icon-exclamation-triangle:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .icon-warning-sign:before { content: "\f071"; } + +.icon-plane:before { content: "\f072"; } + +.icon-calendar:before { content: "\f073"; } + +.icon-random:before { content: "\f074"; } + +.icon-comment:before { content: "\f075"; } + +.icon-magnet:before { content: "\f076"; } + +.icon-chevron-up:before { content: "\f077"; } + +.icon-chevron-down:before { content: "\f078"; } + +.icon-retweet:before { content: "\f079"; } + +.icon-shopping-cart:before { content: "\f07a"; } + +.icon-folder:before, .bootstrap .icon-folder-close:before { content: "\f07b"; } + +.icon-folder-open:before { content: "\f07c"; } + +.icon-arrows-v:before, .bootstrap .icon-resize-vertical:before { content: "\f07d"; } + +.icon-arrows-h:before, .bootstrap .icon-resize-horizontal:before { content: "\f07e"; } + +.icon-bar-chart-o:before, .bootstrap .icon-bar-chart:before, .bootstrap .icon-AdminParentStats:before, .bootstrap .process-icon-stats:before { content: "\f080"; } + +.icon-twitter-square:before, .bootstrap .icon-twitter-sign:before { content: "\f081"; } + +.icon-facebook-square:before, .bootstrap .icon-facebook-sign:before { content: "\f082"; } + +.icon-camera-retro:before { content: "\f083"; } + +.icon-key:before { content: "\f084"; } + +.icon-gears:before, .icon-cogs:before, .bootstrap .icon-AdminTools:before, .bootstrap .process-icon-cogs:before { content: "\f085"; } + +.icon-comments:before { content: "\f086"; } + +.icon-thumbs-o-up:before, .bootstrap .icon-thumbs-up-alt:before { content: "\f087"; } + +.icon-thumbs-o-down:before, .bootstrap .icon-thumbs-down-alt:before { content: "\f088"; } + +.icon-star-half:before { content: "\f089"; } + +.icon-heart-o:before, .bootstrap .icon-heart-empty:before { content: "\f08a"; } + +.icon-sign-out:before, .bootstrap .icon-signout:before { content: "\f08b"; } + +.icon-linkedin-square:before, .bootstrap .icon-linkedin-sign:before { content: "\f08c"; } + +.icon-thumb-tack:before, .bootstrap .icon-pushpin:before { content: "\f08d"; } + +.icon-external-link:before { content: "\f08e"; } + +.icon-sign-in:before, .bootstrap .icon-signin:before { content: "\f090"; } + +.icon-trophy:before { content: "\f091"; } + +.icon-github-square:before, .bootstrap .icon-github-sign:before { content: "\f092"; } + +.icon-upload:before, .bootstrap .icon-upload-alt:before { content: "\f093"; } + +.icon-lemon-o:before, .bootstrap .icon-lemon:before { content: "\f094"; } + +.icon-phone:before { content: "\f095"; } + +.icon-square-o:before, .bootstrap .icon-check-empty:before { content: "\f096"; } + +.icon-bookmark-o:before, .bootstrap .icon-bookmark-empty:before { content: "\f097"; } + +.icon-phone-square:before, .bootstrap .icon-phone-sign:before { content: "\f098"; } + +.icon-twitter:before { content: "\f099"; } + +.icon-facebook:before { content: "\f09a"; } + +.icon-github:before { content: "\f09b"; } + +.icon-unlock:before { content: "\f09c"; } + +.icon-credit-card:before, .bootstrap .icon-AdminParentOrders:before { content: "\f09d"; } + +.icon-rss:before { content: "\f09e"; } + +.icon-hdd-o:before, .bootstrap .icon-hdd:before { content: "\f0a0"; } + +.icon-bullhorn:before { content: "\f0a1"; } + +.icon-bell:before, .bootstrap .icon-bell-alt:before { content: "\f0f3"; } + +.icon-certificate:before { content: "\f0a3"; } + +.icon-hand-o-right:before, .bootstrap .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-left:before, .bootstrap .icon-hand-left:before { content: "\f0a5"; } + +.icon-hand-o-up:before, .bootstrap .icon-hand-up:before { content: "\f0a6"; } + +.icon-hand-o-down:before, .bootstrap .icon-hand-down:before { content: "\f0a7"; } + +.icon-arrow-circle-left:before, .bootstrap .icon-circle-arrow-left:before, .bootstrap .process-icon-back:before { content: "\f0a8"; } + +.icon-arrow-circle-right:before, .bootstrap .icon-circle-arrow-right:before, .bootstrap .process-icon-next:before { content: "\f0a9"; } + +.icon-arrow-circle-up:before, .bootstrap .icon-circle-arrow-up:before { content: "\f0aa"; } + +.icon-arrow-circle-down:before, .bootstrap .icon-circle-arrow-down:before { content: "\f0ab"; } + +.icon-globe:before, .bootstrap .icon-AdminParentLocalization:before { content: "\f0ac"; } + +.icon-wrench:before, .bootstrap .icon-AdminParentPreferences:before { content: "\f0ad"; } + +.icon-tasks:before { content: "\f0ae"; } + +.icon-filter:before { content: "\f0b0"; } + +.icon-briefcase:before { content: "\f0b1"; } + +.icon-arrows-alt:before, .bootstrap .icon-fullscreen:before { content: "\f0b2"; } + +.icon-group:before, .bootstrap .icon-AdminParentCustomer:before, .icon-users:before, .bootstrap .icon-group:before, .bootstrap .icon-AdminParentCustomer:before { content: "\f0c0"; } + +.icon-chain:before, .icon-link:before, .bootstrap .icon-AdminShopUrl:before { content: "\f0c1"; } + +.icon-cloud:before { content: "\f0c2"; } + +.icon-flask:before, .bootstrap .icon-beaker:before { content: "\f0c3"; } + +.icon-cut:before, .icon-scissors:before, .bootstrap .icon-cut:before { content: "\f0c4"; } + +.icon-copy:before, .bootstrap .process-icon-duplicate:before, .icon-files-o:before, .bootstrap .icon-copy:before, .bootstrap .process-icon-duplicate:before { content: "\f0c5"; } + +.icon-paperclip:before, .bootstrap .icon-paper-clip:before { content: "\f0c6"; } + +.icon-save:before, .bootstrap .process-icon-save:before, .bootstrap .process-icon-save-and-stay:before, .bootstrap .process-icon-save-and-preview:before, .icon-floppy-o:before, .bootstrap .icon-save:before, .bootstrap .process-icon-save:before, .bootstrap .process-icon-save-and-stay:before, .bootstrap .process-icon-save-and-preview:before { content: "\f0c7"; } + +.icon-square:before, .bootstrap .icon-sign-blank:before { content: "\f0c8"; } + +.icon-bars:before, .bootstrap .icon-reorder:before { content: "\f0c9"; } + +.icon-list-ul:before { content: "\f0ca"; } + +.icon-list-ol:before { content: "\f0cb"; } + +.icon-strikethrough:before { content: "\f0cc"; } + +.icon-underline:before { content: "\f0cd"; } + +.icon-table:before { content: "\f0ce"; } + +.icon-magic:before, .bootstrap .icon-AdminAttributeGenerator:before { content: "\f0d0"; } + +.icon-truck:before, .bootstrap .icon-AdminParentShipping:before { content: "\f0d1"; } + +.icon-pinterest:before { content: "\f0d2"; } + +.icon-pinterest-square:before, .bootstrap .icon-pinterest-sign:before { content: "\f0d3"; } + +.icon-google-plus-square:before, .bootstrap .icon-google-plus-sign:before { content: "\f0d4"; } + +.icon-google-plus:before { content: "\f0d5"; } + +.icon-money:before { content: "\f0d6"; } + +.icon-caret-down:before { content: "\f0d7"; } + +.icon-caret-up:before { content: "\f0d8"; } + +.icon-caret-left:before { content: "\f0d9"; } + +.icon-caret-right:before { content: "\f0da"; } + +.icon-columns:before { content: "\f0db"; } + +.icon-unsorted:before, .icon-sort:before { content: "\f0dc"; } + +.icon-sort-down:before, .icon-sort-asc:before, .bootstrap .icon-sort-down:before { content: "\f0dd"; } + +.icon-sort-up:before, .icon-sort-desc:before, .bootstrap .icon-sort-up:before { content: "\f0de"; } + +.icon-envelope:before { content: "\f0e0"; } + +.icon-linkedin:before { content: "\f0e1"; } + +.icon-rotate-left:before, .bootstrap .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; } + +.icon-legal:before, .icon-gavel:before, .bootstrap .icon-legal:before { content: "\f0e3"; } + +.icon-dashboard:before, .bootstrap .icon-AdminDashboard:before, .icon-tachometer:before, .bootstrap .icon-dashboard:before, .bootstrap .icon-AdminDashboard:before { content: "\f0e4"; } + +.icon-comment-o:before, .bootstrap .icon-comment-alt:before { content: "\f0e5"; } + +.icon-comments-o:before, .bootstrap .icon-comments-alt:before { content: "\f0e6"; } + +.icon-flash:before, .icon-bolt:before { content: "\f0e7"; } + +.icon-sitemap:before, .bootstrap .icon-AdminShop:before { content: "\f0e8"; } + +.icon-umbrella:before { content: "\f0e9"; } + +.icon-paste:before, .icon-clipboard:before, .bootstrap .icon-paste:before { content: "\f0ea"; } + +.icon-lightbulb-o:before, .bootstrap .icon-lightbulb:before { content: "\f0eb"; } + +.icon-exchange:before, .bootstrap .process-icon-partial_refund:before { content: "\f0ec"; } + +.icon-cloud-download:before, .bootstrap .process-icon-download:before { content: "\f0ed"; } + +.icon-cloud-upload:before, .bootstrap .process-icon-import:before, .bootstrap .process-icon-upload:before { content: "\f0ee"; } + +.icon-user-md:before { content: "\f0f0"; } + +.icon-stethoscope:before { content: "\f0f1"; } + +.icon-suitcase:before { content: "\f0f2"; } + +.icon-bell-o:before, .bootstrap .icon-bell:before, .bootstrap .icon-bell-alt:before { content: "\f0a2"; } + +.icon-coffee:before { content: "\f0f4"; } + +.icon-cutlery:before, .bootstrap .icon-food:before { content: "\f0f5"; } + +.icon-file-text-o:before, .bootstrap .icon-file-text-alt:before { content: "\f0f6"; } + +.icon-building-o:before, .bootstrap .icon-building:before { content: "\f0f7"; } + +.icon-hospital-o:before, .bootstrap .icon-hospital:before { content: "\f0f8"; } + +.icon-ambulance:before { content: "\f0f9"; } + +.icon-medkit:before { content: "\f0fa"; } + +.icon-fighter-jet:before { content: "\f0fb"; } + +.icon-beer:before { content: "\f0fc"; } + +.icon-h-square:before, .bootstrap .icon-h-sign:before { content: "\f0fd"; } + +.icon-plus-square:before, .bootstrap .icon-plus-sign-alt:before, .bootstrap .process-icon-newAttributes:before, .bootstrap .process-icon-new:before, .bootstrap .process-icon-new-url:before { content: "\f0fe"; } + +.icon-angle-double-left:before, .bootstrap .icon-double-angle-left:before { content: "\f100"; } + +.icon-angle-double-right:before, .bootstrap .icon-double-angle-right:before { content: "\f101"; } + +.icon-angle-double-up:before, .bootstrap .icon-double-angle-up:before { content: "\f102"; } + +.icon-angle-double-down:before, .bootstrap .icon-double-angle-down:before { content: "\f103"; } + +.icon-angle-left:before { content: "\f104"; } + +.icon-angle-right:before { content: "\f105"; } + +.icon-angle-up:before { content: "\f106"; } + +.icon-angle-down:before { content: "\f107"; } + +.icon-desktop:before { content: "\f108"; } + +.icon-laptop:before { content: "\f109"; } + +.icon-tablet:before { content: "\f10a"; } + +.icon-mobile-phone:before, .icon-mobile:before, .bootstrap .icon-mobile-phone:before { content: "\f10b"; } + +.icon-circle-o:before, .bootstrap .icon-circle-blank:before { content: "\f10c"; } + +.icon-quote-left:before { content: "\f10d"; } + +.icon-quote-right:before { content: "\f10e"; } + +.icon-spinner:before { content: "\f110"; } + +.icon-circle:before { content: "\f111"; } + +.icon-mail-reply:before, .icon-reply:before { content: "\f112"; } + +.icon-github-alt:before { content: "\f113"; } + +.icon-folder-o:before, .bootstrap .icon-folder-close-alt:before { content: "\f114"; } + +.icon-folder-open-o:before, .bootstrap .icon-folder-open-alt:before { content: "\f115"; } + +.icon-smile-o:before, .bootstrap .icon-smile:before { content: "\f118"; } + +.icon-frown-o:before, .bootstrap .icon-frown:before { content: "\f119"; } + +.icon-meh-o:before, .bootstrap .icon-meh:before { content: "\f11a"; } + +.icon-gamepad:before { content: "\f11b"; } + +.icon-keyboard-o:before, .bootstrap .icon-keyboard:before { content: "\f11c"; } + +.icon-flag-o:before, .bootstrap .icon-flag-alt:before { content: "\f11d"; } + +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } + +.icon-code:before { content: "\f121"; } + +.icon-reply-all:before { content: "\f122"; } + +.icon-mail-reply-all:before { content: "\f122"; } + +.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before, .bootstrap .icon-star-half-empty:before { content: "\f123"; } + +.icon-location-arrow:before { content: "\f124"; } + +.icon-crop:before { content: "\f125"; } + +.icon-code-fork:before { content: "\f126"; } + +.icon-unlink:before, .icon-chain-broken:before, .bootstrap .icon-unlink:before { content: "\f127"; } + +.icon-question:before { content: "\f128"; } + +.icon-info:before { content: "\f129"; } + +.icon-exclamation:before { content: "\f12a"; } + +.icon-superscript:before { content: "\f12b"; } + +.icon-subscript:before { content: "\f12c"; } + +.icon-eraser:before { content: "\f12d"; } + +.icon-puzzle-piece:before, .bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before, .bootstrap .icon-AdminParentModules:before, .bootstrap .process-icon-modules-list:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } + +.icon-microphone-slash:before, .bootstrap .icon-microphone-off:before { content: "\f131"; } + +.icon-shield:before { content: "\f132"; } + +.icon-calendar-o:before, .bootstrap .icon-calendar-empty:before { content: "\f133"; } + +.icon-fire-extinguisher:before { content: "\f134"; } + +.icon-rocket:before { content: "\f135"; } + +.icon-maxcdn:before { content: "\f136"; } + +.icon-chevron-circle-left:before, .bootstrap .icon-chevron-sign-left:before { content: "\f137"; } + +.icon-chevron-circle-right:before, .bootstrap .icon-chevron-sign-right:before { content: "\f138"; } + +.icon-chevron-circle-up:before, .bootstrap .icon-chevron-sign-up:before { content: "\f139"; } + +.icon-chevron-circle-down:before, .bootstrap .icon-chevron-sign-down:before { content: "\f13a"; } + +.icon-html5:before { content: "\f13b"; } + +.icon-css3:before { content: "\f13c"; } + +.icon-anchor:before, .bootstrap .process-icon-anchor:before { content: "\f13d"; } + +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } + +.icon-ellipsis-h:before, .bootstrap .icon-ellipsis-horizontal:before { content: "\f141"; } + +.icon-ellipsis-v:before, .bootstrap .icon-ellipsis-vertical:before { content: "\f142"; } + +.icon-rss-square:before, .bootstrap .icon-rss-sign:before { content: "\f143"; } + +.icon-play-circle:before, .bootstrap .icon-play-sign:before { content: "\f144"; } + +.icon-ticket:before { content: "\f145"; } + +.icon-minus-square:before, .bootstrap .icon-minus-sign-alt:before { content: "\f146"; } + +.icon-minus-square-o:before, .bootstrap .icon-check-minus:before, .bootstrap .icon-collapse-alt:before { content: "\f147"; } + +.icon-level-up:before { content: "\f148"; } + +.icon-level-down:before { content: "\f149"; } + +.icon-check-square:before, .bootstrap .icon-check-sign:before { content: "\f14a"; } + +.icon-pencil-square:before, .bootstrap .icon-edit-sign:before { content: "\f14b"; } + +.icon-external-link-square:before, .bootstrap .icon-external-link-sign:before { content: "\f14c"; } + +.icon-share-square:before, .bootstrap .icon-share-sign:before, .bootstrap .process-icon-export:before { content: "\f14d"; } + +.icon-compass:before { content: "\f14e"; } + +.icon-toggle-down:before, .icon-caret-square-o-down:before, .bootstrap .icon-collapse:before { content: "\f150"; } + +.icon-toggle-up:before, .icon-caret-square-o-up:before, .bootstrap .icon-collapse-top:before { content: "\f151"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before, .bootstrap .icon-expand:before, .bootstrap .icon-resize-full:before { content: "\f152"; } + +.icon-euro:before, .icon-eur:before { content: "\f153"; } + +.icon-gbp:before { content: "\f154"; } + +.icon-dollar:before, .icon-usd:before { content: "\f155"; } + +.icon-rupee:before, .icon-inr:before { content: "\f156"; } + +.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: "\f157"; } + +.icon-ruble:before, .icon-rouble:before, .icon-rub:before, .bootstrap .icon-cny:before { content: "\f158"; } + +.icon-won:before, .icon-krw:before { content: "\f159"; } + +.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } + +.icon-file:before { content: "\f15b"; } + +.icon-file-text:before { content: "\f15c"; } + +.icon-sort-alpha-asc:before, .bootstrap .icon-sort-by-alphabet:before { content: "\f15d"; } + +.icon-sort-alpha-desc:before, .bootstrap .icon-sort-by-alphabet-alt:before { content: "\f15e"; } + +.icon-sort-amount-asc:before, .bootstrap .icon-sort-by-attributes:before { content: "\f160"; } + +.icon-sort-amount-desc:before, .bootstrap .icon-sort-by-attributes-alt:before { content: "\f161"; } + +.icon-sort-numeric-asc:before, .bootstrap .icon-sort-by-order:before { content: "\f162"; } + +.icon-sort-numeric-desc:before, .bootstrap .icon-sort-by-order-alt:before { content: "\f163"; } + +.icon-thumbs-up:before { content: "\f164"; } + +.icon-thumbs-down:before { content: "\f165"; } + +.icon-youtube-square:before, .bootstrap .icon-youtube-sign:before { content: "\f166"; } + +.icon-youtube:before { content: "\f167"; } + +.icon-xing:before { content: "\f168"; } + +.icon-xing-square:before, .bootstrap .icon-xing-sign:before { content: "\f169"; } + +.icon-youtube-play:before { content: "\f16a"; } + +.icon-dropbox:before { content: "\f16b"; } + +.icon-stack-overflow:before, .bootstrap .icon-stackexchange:before { content: "\f16c"; } + +.icon-instagram:before { content: "\f16d"; } + +.icon-flickr:before { content: "\f16e"; } + +.icon-adn:before { content: "\f170"; } + +.icon-bitbucket:before { content: "\f171"; } + +.icon-bitbucket-square:before, .bootstrap .icon-bitbucket-sign:before { content: "\f172"; } + +.icon-tumblr:before { content: "\f173"; } + +.icon-tumblr-square:before, .bootstrap .icon-tumblr-sign:before { content: "\f174"; } + +.icon-long-arrow-down:before { content: "\f175"; } + +.icon-long-arrow-up:before { content: "\f176"; } + +.icon-long-arrow-left:before { content: "\f177"; } + +.icon-long-arrow-right:before { content: "\f178"; } + +.icon-apple:before { content: "\f179"; } + +.icon-windows:before { content: "\f17a"; } + +.icon-android:before { content: "\f17b"; } + +.icon-linux:before { content: "\f17c"; } + +.icon-dribbble:before { content: "\f17d"; } + +.icon-skype:before { content: "\f17e"; } + +.icon-foursquare:before { content: "\f180"; } + +.icon-trello:before { content: "\f181"; } + +.icon-female:before { content: "\f182"; } + +.icon-male:before { content: "\f183"; } + +.icon-gittip:before { content: "\f184"; } + +.icon-sun-o:before, .bootstrap .icon-sun:before { content: "\f185"; } + +.icon-moon-o:before, .bootstrap .icon-moon:before { content: "\f186"; } + +.icon-archive:before, .bootstrap .icon-AdminStock:before { content: "\f187"; } + +.icon-bug:before { content: "\f188"; } + +.icon-vk:before { content: "\f189"; } + +.icon-weibo:before { content: "\f18a"; } + +.icon-renren:before { content: "\f18b"; } + +.icon-pagelines:before { content: "\f18c"; } + +.icon-stack-exchange:before { content: "\f18d"; } + +.icon-arrow-circle-o-right:before { content: "\f18e"; } + +.icon-arrow-circle-o-left:before { content: "\f190"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f191"; } + +.icon-dot-circle-o:before { content: "\f192"; } + +.icon-wheelchair:before { content: "\f193"; } + +.icon-vimeo-square:before { content: "\f194"; } + +.icon-turkish-lira:before, .icon-try:before { content: "\f195"; } + +.icon-plus-square-o:before { content: "\f196"; } + +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +audio, canvas, video { display: inline-block; } + +audio:not([controls]) { display: none; height: 0; } + +[hidden], template { display: none; } + +html { font-family: Tahoma, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } + +body { margin: 0; } + +a { background: transparent; } + +a:focus { outline: thin dotted; } + +a:active, a:hover { outline: 0; } + +h1 { font-size: 2em; margin: 0.67em 0; } + +abbr[title] { border-bottom: 1px dotted; } + +b, strong { font-weight: bold; } + +dfn { font-style: italic; } + +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +mark { background: #ff0; color: #000; } + +code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } + +pre { white-space: pre-wrap; } + +q { quotes: "\201C" "\201D" "\2018" "\2019"; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +img { border: 0; } + +svg:not(:root) { overflow: hidden; } + +figure { margin: 0; } + +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +legend { border: 0; padding: 0; } + +button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } + +button, input { line-height: normal; } + +button, select { text-transform: none; } + +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } + +button[disabled], html input[disabled] { cursor: default; } + +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +textarea { overflow: auto; vertical-align: top; } + +table { border-collapse: collapse; border-spacing: 0; } + +.bootstrap { @-ms-viewport { width: device-width; } + } +.bootstrap *, .bootstrap *:before, .bootstrap *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +.bootstrap body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; } +.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea { font-family: inherit; font-size: inherit; line-height: inherit; } +.bootstrap a { color: #25a0ca; text-decoration: none; } +.bootstrap a:hover, .bootstrap a:focus { color: #196d89; text-decoration: underline; } +.bootstrap a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap img { vertical-align: middle; } +.bootstrap .img-responsive { display: block; max-width: 100%; height: auto; } +.bootstrap .img-rounded { border-radius: 6px; } +.bootstrap .img-thumbnail { padding: 4px; line-height: 1.42857; background-color: white; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } +.bootstrap .img-circle { border-radius: 50%; } +.bootstrap hr { margin-top: 17px; margin-bottom: 17px; border: 0; border-top: 1px solid #eeeeee; } +.bootstrap .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } +.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, .bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; line-height: 1.1; color: inherit; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap h4 small, .bootstrap h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap .h3 small, .bootstrap .h3 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-weight: normal; line-height: 1; color: #999999; } +.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 { margin-top: 17px; margin-bottom: 8.5px; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small { font-size: 65%; } +.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 { margin-top: 8.5px; margin-bottom: 8.5px; } +.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-size: 75%; } +.bootstrap h1, .bootstrap .h1 { font-size: 31px; } +.bootstrap h2, .bootstrap .h2 { font-size: 25px; } +.bootstrap h3, .bootstrap .h3 { font-size: 21px; } +.bootstrap h4, .bootstrap .h4 { font-size: 15px; } +.bootstrap h5, .bootstrap .h5 { font-size: 12px; } +.bootstrap h6, .bootstrap .h6 { font-size: 11px; } +.bootstrap p { margin: 0 0 8.5px; } +.bootstrap .lead { margin-bottom: 17px; font-size: 13px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { .bootstrap .lead { font-size: 18px; } } +.bootstrap small, .bootstrap .small { font-size: 85%; } +.bootstrap cite { font-style: normal; } +.bootstrap .text-left { text-align: right; } +.bootstrap .text-right { text-align: left; } +.bootstrap .text-center { text-align: center; } +.bootstrap .text-justify { text-align: justify; } +.bootstrap .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_description { color: #999999; } +.bootstrap .text-primary { color: #25a0ca; } +.bootstrap .text-primary:hover { color: #1d7e9f; } +.bootstrap .text-warning { color: #8a6d3b; } +.bootstrap .text-warning:hover { color: #66512c; } +.bootstrap .text-danger { color: #a94442; } +.bootstrap .text-danger:hover { color: #843534; } +.bootstrap .text-success { color: #3c763d; } +.bootstrap .text-success:hover { color: #2b542c; } +.bootstrap .text-info { color: #31708f; } +.bootstrap .text-info:hover { color: #245269; } +.bootstrap .bg-primary { color: #fff; background-color: #25a0ca; } +.bootstrap a.bg-primary:hover { background-color: #1d7e9f; } +.bootstrap .bg-warning { background-color: #fcf8e3; } +.bootstrap a.bg-primary:hover { background-color: #f7ecb5; } +.bootstrap .bg-danger { background-color: #f2dede; } +.bootstrap a.bg-primary:hover { background-color: #e4b9b9; } +.bootstrap .bg-success { background-color: #dff0d8; } +.bootstrap a.bg-primary:hover { background-color: #c1e2b3; } +.bootstrap .bg-info { background-color: #d9edf7; } +.bootstrap a.bg-primary:hover { background-color: #afd9ee; } +.bootstrap .page-header { padding-bottom: 7.5px; margin: 34px 0 17px; border-bottom: 1px solid #eeeeee; } +.bootstrap ul, .bootstrap ol { margin-top: 0; margin-bottom: 8.5px; } +.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol { margin-bottom: 0; } +.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical { padding-right: 0; list-style: none; } +.bootstrap .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } +.bootstrap .list-inline > li:first-child { padding-right: 0; } +.bootstrap dl { margin-top: 0; margin-bottom: 17px; } +.bootstrap dt, .bootstrap dd { line-height: 1.42857; } +.bootstrap dt { font-weight: bold; } +.bootstrap dd { margin-right: 0; } +@media (min-width: 768px) { .bootstrap .dl-horizontal dt { float: right; width: 160px; clear: right; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .bootstrap .dl-horizontal dd { margin-right: 180px; } + .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after { content: " "; display: table; } + .bootstrap .dl-horizontal dd:after { clear: both; } } +.bootstrap abbr[title], .bootstrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +.bootstrap .initialism { font-size: 90%; text-transform: uppercase; } +.bootstrap blockquote { padding: 8.5px 17px; margin: 0 0 17px; font-size: 15px; border-right: 5px solid #eeeeee; } +.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child { margin-bottom: 0; } +.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; } +.bootstrap blockquote footer:before, .bootstrap blockquote small:before, .bootstrap blockquote .small:before { content: '\2014 \00A0'; } +.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right { padding-left: 15px; padding-right: 0; border-left: 5px solid #eeeeee; border-right: 0; text-align: left; } +.bootstrap .blockquote-reverse footer:before, .bootstrap .blockquote-reverse small:before, .bootstrap .blockquote-reverse .small:before, .bootstrap blockquote.pull-right footer:before, .bootstrap blockquote.pull-right small:before, .bootstrap blockquote.pull-right .small:before { content: ''; } +.bootstrap .blockquote-reverse footer:after, .bootstrap .blockquote-reverse small:after, .bootstrap .blockquote-reverse .small:after, .bootstrap blockquote.pull-right footer:after, .bootstrap blockquote.pull-right small:after, .bootstrap blockquote.pull-right .small:after { content: '\00A0 \2014'; } +.bootstrap blockquote:before, .bootstrap blockquote:after { content: ""; } +.bootstrap address { margin-bottom: 17px; font-style: normal; line-height: 1.42857; } +.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } +.bootstrap code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; } +.bootstrap kbd { padding: 2px 4px; font-size: 90%; color: white; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } +.bootstrap pre { display: block; padding: 8px; margin: 0 0 8.5px; font-size: 11px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } +.bootstrap .pre-scrollable { max-height: 340px; overflow-y: scroll; } +.bootstrap .container { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container:before, .bootstrap .container:after { content: " "; display: table; } +.bootstrap .container:after { clear: both; } +@media (min-width: 768px) { .bootstrap .container { width: 728px; } } +@media (min-width: 992px) { .bootstrap .container { width: 940px; } } +@media (min-width: 1200px) { .bootstrap .container { width: 1170px; } } +.bootstrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container-fluid:before, .bootstrap .container-fluid:after { content: " "; display: table; } +.bootstrap .container-fluid:after { clear: both; } +.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical { margin-right: -5px; margin-left: -5px; } +.bootstrap .row:before, .bootstrap .multishop-well:before, .bootstrap #dashboard .data_list_vertical:before, .bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { content: " "; display: table; } +.bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { clear: both; } +.bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; } +.bootstrap .col-xs-12, .bootstrap .col-xs-11, .bootstrap .col-xs-10, .bootstrap .col-xs-9, .bootstrap .col-xs-8, .bootstrap .col-xs-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-5, .bootstrap .col-xs-4, .bootstrap .col-xs-3, .bootstrap .col-xs-2, .bootstrap .col-xs-1 { float: right; } +.bootstrap .col-xs-1 { width: 8.33333%; } +.bootstrap .col-xs-2 { width: 16.66667%; } +.bootstrap .col-xs-3 { width: 25%; } +.bootstrap .col-xs-4 { width: 33.33333%; } +.bootstrap .col-xs-5 { width: 41.66667%; } +.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li { width: 50%; } +.bootstrap .col-xs-7 { width: 58.33333%; } +.bootstrap .col-xs-8 { width: 66.66667%; } +.bootstrap .col-xs-9 { width: 75%; } +.bootstrap .col-xs-10 { width: 83.33333%; } +.bootstrap .col-xs-11 { width: 91.66667%; } +.bootstrap .col-xs-12 { width: 100%; } +.bootstrap .col-xs-pull-0 { left: 0%; } +.bootstrap .col-xs-pull-1 { left: 8.33333%; } +.bootstrap .col-xs-pull-2 { left: 16.66667%; } +.bootstrap .col-xs-pull-3 { left: 25%; } +.bootstrap .col-xs-pull-4 { left: 33.33333%; } +.bootstrap .col-xs-pull-5 { left: 41.66667%; } +.bootstrap .col-xs-pull-6 { left: 50%; } +.bootstrap .col-xs-pull-7 { left: 58.33333%; } +.bootstrap .col-xs-pull-8 { left: 66.66667%; } +.bootstrap .col-xs-pull-9 { left: 75%; } +.bootstrap .col-xs-pull-10 { left: 83.33333%; } +.bootstrap .col-xs-pull-11 { left: 91.66667%; } +.bootstrap .col-xs-pull-12 { left: 100%; } +.bootstrap .col-xs-push-0 { right: 0%; } +.bootstrap .col-xs-push-1 { right: 8.33333%; } +.bootstrap .col-xs-push-2 { right: 16.66667%; } +.bootstrap .col-xs-push-3 { right: 25%; } +.bootstrap .col-xs-push-4 { right: 33.33333%; } +.bootstrap .col-xs-push-5 { right: 41.66667%; } +.bootstrap .col-xs-push-6 { right: 50%; } +.bootstrap .col-xs-push-7 { right: 58.33333%; } +.bootstrap .col-xs-push-8 { right: 66.66667%; } +.bootstrap .col-xs-push-9 { right: 75%; } +.bootstrap .col-xs-push-10 { right: 83.33333%; } +.bootstrap .col-xs-push-11 { right: 91.66667%; } +.bootstrap .col-xs-push-12 { right: 100%; } +.bootstrap .col-xs-offset-0 { margin-right: 0%; } +.bootstrap .col-xs-offset-1 { margin-right: 8.33333%; } +.bootstrap .col-xs-offset-2 { margin-right: 16.66667%; } +.bootstrap .col-xs-offset-3 { margin-right: 25%; } +.bootstrap .col-xs-offset-4 { margin-right: 33.33333%; } +.bootstrap .col-xs-offset-5 { margin-right: 41.66667%; } +.bootstrap .col-xs-offset-6 { margin-right: 50%; } +.bootstrap .col-xs-offset-7 { margin-right: 58.33333%; } +.bootstrap .col-xs-offset-8 { margin-right: 66.66667%; } +.bootstrap .col-xs-offset-9 { margin-right: 75%; } +.bootstrap .col-xs-offset-10 { margin-right: 83.33333%; } +.bootstrap .col-xs-offset-11 { margin-right: 91.66667%; } +.bootstrap .col-xs-offset-12 { margin-right: 100%; } +@media (min-width: 768px) { .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1 { float: right; } + .bootstrap .col-sm-1 { width: 8.33333%; } + .bootstrap .col-sm-2 { width: 16.66667%; } + .bootstrap .col-sm-3 { width: 25%; } + .bootstrap .col-sm-4 { width: 33.33333%; } + .bootstrap .col-sm-5 { width: 41.66667%; } + .bootstrap .col-sm-6 { width: 50%; } + .bootstrap .col-sm-7 { width: 58.33333%; } + .bootstrap .col-sm-8 { width: 66.66667%; } + .bootstrap .col-sm-9 { width: 75%; } + .bootstrap .col-sm-10 { width: 83.33333%; } + .bootstrap .col-sm-11 { width: 91.66667%; } + .bootstrap .col-sm-12 { width: 100%; } + .bootstrap .col-sm-pull-0 { left: 0%; } + .bootstrap .col-sm-pull-1 { left: 8.33333%; } + .bootstrap .col-sm-pull-2 { left: 16.66667%; } + .bootstrap .col-sm-pull-3 { left: 25%; } + .bootstrap .col-sm-pull-4 { left: 33.33333%; } + .bootstrap .col-sm-pull-5 { left: 41.66667%; } + .bootstrap .col-sm-pull-6 { left: 50%; } + .bootstrap .col-sm-pull-7 { left: 58.33333%; } + .bootstrap .col-sm-pull-8 { left: 66.66667%; } + .bootstrap .col-sm-pull-9 { left: 75%; } + .bootstrap .col-sm-pull-10 { left: 83.33333%; } + .bootstrap .col-sm-pull-11 { left: 91.66667%; } + .bootstrap .col-sm-pull-12 { left: 100%; } + .bootstrap .col-sm-push-0 { right: 0%; } + .bootstrap .col-sm-push-1 { right: 8.33333%; } + .bootstrap .col-sm-push-2 { right: 16.66667%; } + .bootstrap .col-sm-push-3 { right: 25%; } + .bootstrap .col-sm-push-4 { right: 33.33333%; } + .bootstrap .col-sm-push-5 { right: 41.66667%; } + .bootstrap .col-sm-push-6 { right: 50%; } + .bootstrap .col-sm-push-7 { right: 58.33333%; } + .bootstrap .col-sm-push-8 { right: 66.66667%; } + .bootstrap .col-sm-push-9 { right: 75%; } + .bootstrap .col-sm-push-10 { right: 83.33333%; } + .bootstrap .col-sm-push-11 { right: 91.66667%; } + .bootstrap .col-sm-push-12 { right: 100%; } + .bootstrap .col-sm-offset-0 { margin-right: 0%; } + .bootstrap .col-sm-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-sm-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-sm-offset-3 { margin-right: 25%; } + .bootstrap .col-sm-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-sm-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-sm-offset-6 { margin-right: 50%; } + .bootstrap .col-sm-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-sm-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-sm-offset-9 { margin-right: 75%; } + .bootstrap .col-sm-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-sm-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-sm-offset-12 { margin-right: 100%; } } +@media (min-width: 992px) { .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1 { float: right; } + .bootstrap .col-md-1 { width: 8.33333%; } + .bootstrap .col-md-2 { width: 16.66667%; } + .bootstrap .col-md-3 { width: 25%; } + .bootstrap .col-md-4 { width: 33.33333%; } + .bootstrap .col-md-5 { width: 41.66667%; } + .bootstrap .col-md-6 { width: 50%; } + .bootstrap .col-md-7 { width: 58.33333%; } + .bootstrap .col-md-8 { width: 66.66667%; } + .bootstrap .col-md-9 { width: 75%; } + .bootstrap .col-md-10 { width: 83.33333%; } + .bootstrap .col-md-11 { width: 91.66667%; } + .bootstrap .col-md-12 { width: 100%; } + .bootstrap .col-md-pull-0 { left: 0%; } + .bootstrap .col-md-pull-1 { left: 8.33333%; } + .bootstrap .col-md-pull-2 { left: 16.66667%; } + .bootstrap .col-md-pull-3 { left: 25%; } + .bootstrap .col-md-pull-4 { left: 33.33333%; } + .bootstrap .col-md-pull-5 { left: 41.66667%; } + .bootstrap .col-md-pull-6 { left: 50%; } + .bootstrap .col-md-pull-7 { left: 58.33333%; } + .bootstrap .col-md-pull-8 { left: 66.66667%; } + .bootstrap .col-md-pull-9 { left: 75%; } + .bootstrap .col-md-pull-10 { left: 83.33333%; } + .bootstrap .col-md-pull-11 { left: 91.66667%; } + .bootstrap .col-md-pull-12 { left: 100%; } + .bootstrap .col-md-push-0 { right: 0%; } + .bootstrap .col-md-push-1 { right: 8.33333%; } + .bootstrap .col-md-push-2 { right: 16.66667%; } + .bootstrap .col-md-push-3 { right: 25%; } + .bootstrap .col-md-push-4 { right: 33.33333%; } + .bootstrap .col-md-push-5 { right: 41.66667%; } + .bootstrap .col-md-push-6 { right: 50%; } + .bootstrap .col-md-push-7 { right: 58.33333%; } + .bootstrap .col-md-push-8 { right: 66.66667%; } + .bootstrap .col-md-push-9 { right: 75%; } + .bootstrap .col-md-push-10 { right: 83.33333%; } + .bootstrap .col-md-push-11 { right: 91.66667%; } + .bootstrap .col-md-push-12 { right: 100%; } + .bootstrap .col-md-offset-0 { margin-right: 0%; } + .bootstrap .col-md-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-md-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-md-offset-3 { margin-right: 25%; } + .bootstrap .col-md-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-md-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-md-offset-6 { margin-right: 50%; } + .bootstrap .col-md-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-md-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-md-offset-9 { margin-right: 75%; } + .bootstrap .col-md-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-md-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-md-offset-12 { margin-right: 100%; } } +@media (min-width: 1200px) { .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1 { float: right; } + .bootstrap .col-lg-1 { width: 8.33333%; } + .bootstrap .col-lg-2 { width: 16.66667%; } + .bootstrap .col-lg-3 { width: 25%; } + .bootstrap .col-lg-4 { width: 33.33333%; } + .bootstrap .col-lg-5 { width: 41.66667%; } + .bootstrap .col-lg-6 { width: 50%; } + .bootstrap .col-lg-7 { width: 58.33333%; } + .bootstrap .col-lg-8 { width: 66.66667%; } + .bootstrap .col-lg-9 { width: 75%; } + .bootstrap .col-lg-10 { width: 83.33333%; } + .bootstrap .col-lg-11 { width: 91.66667%; } + .bootstrap .col-lg-12 { width: 100%; } + .bootstrap .col-lg-pull-0 { left: 0%; } + .bootstrap .col-lg-pull-1 { left: 8.33333%; } + .bootstrap .col-lg-pull-2 { left: 16.66667%; } + .bootstrap .col-lg-pull-3 { left: 25%; } + .bootstrap .col-lg-pull-4 { left: 33.33333%; } + .bootstrap .col-lg-pull-5 { left: 41.66667%; } + .bootstrap .col-lg-pull-6 { left: 50%; } + .bootstrap .col-lg-pull-7 { left: 58.33333%; } + .bootstrap .col-lg-pull-8 { left: 66.66667%; } + .bootstrap .col-lg-pull-9 { left: 75%; } + .bootstrap .col-lg-pull-10 { left: 83.33333%; } + .bootstrap .col-lg-pull-11 { left: 91.66667%; } + .bootstrap .col-lg-pull-12 { left: 100%; } + .bootstrap .col-lg-push-0 { right: 0%; } + .bootstrap .col-lg-push-1 { right: 8.33333%; } + .bootstrap .col-lg-push-2 { right: 16.66667%; } + .bootstrap .col-lg-push-3 { right: 25%; } + .bootstrap .col-lg-push-4 { right: 33.33333%; } + .bootstrap .col-lg-push-5 { right: 41.66667%; } + .bootstrap .col-lg-push-6 { right: 50%; } + .bootstrap .col-lg-push-7 { right: 58.33333%; } + .bootstrap .col-lg-push-8 { right: 66.66667%; } + .bootstrap .col-lg-push-9 { right: 75%; } + .bootstrap .col-lg-push-10 { right: 83.33333%; } + .bootstrap .col-lg-push-11 { right: 91.66667%; } + .bootstrap .col-lg-push-12 { right: 100%; } + .bootstrap .col-lg-offset-0 { margin-right: 0%; } + .bootstrap .col-lg-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-lg-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-lg-offset-3 { margin-right: 25%; } + .bootstrap .col-lg-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-lg-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-lg-offset-6 { margin-right: 50%; } + .bootstrap .col-lg-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-lg-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-lg-offset-9 { margin-right: 75%; } + .bootstrap .col-lg-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-lg-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-lg-offset-12 { margin-right: 100%; } } +.bootstrap table { max-width: 100%; background-color: transparent; } +.bootstrap th { text-align: right; } +.bootstrap .table { width: 100%; margin-bottom: 17px; } +.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; } +.bootstrap .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } +.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td { border-top: 0; } +.bootstrap .table > tbody + tbody { border-top: 2px solid #dddddd; } +.bootstrap .table .table { background-color: white; } +.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td { padding: 5px; } +.bootstrap .table-bordered { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td, .bootstrap .table-bordered > tbody > tr > th, .bootstrap .table-bordered > tbody > tr > td, .bootstrap .table-bordered > tfoot > tr > th, .bootstrap .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td { border-bottom-width: 2px; } +.bootstrap .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th { background-color: #edf7fb; } +.bootstrap table col[class*="col-"] { position: static; float: none; display: table-column; } +.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] { position: static; float: none; display: table-cell; } +.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th { background-color: #edf7fb; } +.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr.active:hover > th { background-color: #d8eef6; } +.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th { background-color: #dff0d8; } +.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } +.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th { background-color: #fcf8e3; } +.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } +.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th { background-color: #f2dede; } +.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th { background-color: #d9edf7; } +.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } +@media (max-width: 767px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap fieldset { padding: 0; margin: 0; border: 0; } +.bootstrap legend { display: block; width: 100%; padding: 0; margin-bottom: 17px; font-size: 18px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +.bootstrap label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +.bootstrap input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } +.bootstrap input[type="file"] { display: block; } +.bootstrap select[multiple], .bootstrap select[size] { height: auto; } +.bootstrap select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } +.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap input[type="number"]::-webkit-outer-spin-button, .bootstrap input[type="number"]::-webkit-inner-spin-button { height: auto; } +.bootstrap output { display: block; padding-top: 5px; font-size: 12px; line-height: 1.42857; color: #555555; } +.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select { display: block; width: 100%; height: 27px; padding: 4px 8px; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 3px; -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.bootstrap .form-control:-moz-placeholder, .bootstrap input[type="text"]:-moz-placeholder, .bootstrap input[type="search"]:-moz-placeholder, .bootstrap input[type="password"]:-moz-placeholder, .bootstrap textarea:-moz-placeholder, .bootstrap select:-moz-placeholder { color: #999999; } +.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder { color: #999999; opacity: 1; } +.bootstrap .form-control:-ms-input-placeholder, .bootstrap input[type="text"]:-ms-input-placeholder, .bootstrap input[type="search"]:-ms-input-placeholder, .bootstrap input[type="password"]:-ms-input-placeholder, .bootstrap textarea:-ms-input-placeholder, .bootstrap select:-ms-input-placeholder { color: #999999; } +.bootstrap .form-control::-webkit-input-placeholder, .bootstrap input[type="text"]::-webkit-input-placeholder, .bootstrap input[type="search"]::-webkit-input-placeholder, .bootstrap input[type="password"]::-webkit-input-placeholder, .bootstrap textarea::-webkit-input-placeholder, .bootstrap select::-webkit-input-placeholder { color: #999999; } +.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select { cursor: not-allowed; background-color: #eeeeee; } +.bootstrap textarea.form-control, .bootstrap textarea { height: auto; } +.bootstrap input[type="date"] { line-height: 27px; } +.bootstrap .form-group { margin-bottom: 15px; } +.bootstrap .radio, .bootstrap .checkbox { display: block; min-height: 17px; margin-top: 10px; margin-bottom: 10px; padding-right: 20px; } +.bootstrap .radio label, .bootstrap .checkbox label { display: inline; font-weight: normal; cursor: pointer; } +.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] { float: right; margin-right: -20px; } +.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox { margin-top: -5px; } +.bootstrap .radio-inline, .bootstrap .checkbox-inline { display: inline-block; padding-right: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } +.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline { margin-top: 0; margin-right: 10px; } +.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline { cursor: not-allowed; } +.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn { height: 28px; padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn { height: 28px; line-height: 28px; } +.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn { height: 42px; padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn { height: 42px; line-height: 42px; } +.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .has-feedback { position: relative; } +.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select { padding-left: 33.75px; } +.bootstrap .has-feedback .form-control-feedback { position: absolute; top: 22px; left: 0; display: block; width: 27px; height: 27px; line-height: 27px; text-align: center; } +.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline { color: #8a6d3b; } +.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } +.bootstrap .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap .has-warning .form-control-feedback { color: #8a6d3b; } +.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline { color: #a94442; } +.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } +.bootstrap .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } +.bootstrap .has-error .form-control-feedback { color: #a94442; } +.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline { color: #3c763d; } +.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } +.bootstrap .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } +.bootstrap .has-success .form-control-feedback { color: #3c763d; } +.bootstrap .form-control-static { margin-bottom: 0; } +.bootstrap .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } +@media (min-width: 768px) { .bootstrap .form-inline .form-group, .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .form-control, .bootstrap .navbar-form .form-control, .bootstrap #header_search .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap #header_search input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap #header_search input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap #header_search input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap #header_search textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select, .bootstrap #header_search select { display: inline-block; width: auto; vertical-align: middle; } + .bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label, .bootstrap #header_search .control-label { margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap #header_search .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox, .bootstrap #header_search .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-right: 0; vertical-align: middle; } + .bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap #header_search .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"], .bootstrap #header_search .checkbox input[type="checkbox"] { float: none; margin-right: 0; } + .bootstrap .form-inline .has-feedback .form-control-feedback, .bootstrap .navbar-form .has-feedback .form-control-feedback, .bootstrap #header_search .has-feedback .form-control-feedback { top: 0; } } +.bootstrap .form-horizontal .control-label, .bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 5px; } +.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox { min-height: 22px; } +.bootstrap .form-horizontal .form-group { margin-right: -5px; margin-left: -5px; } +.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after { content: " "; display: table; } +.bootstrap .form-horizontal .form-group:after { clear: both; } +.bootstrap .form-horizontal .form-control-static { padding-top: 5px; } +@media (min-width: 768px) { .bootstrap .form-horizontal .control-label { text-align: left; } } +.bootstrap .form-horizontal .has-feedback .form-control-feedback { top: 0; left: 5px; } +.bootstrap .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 4px 8px; font-size: 12px; line-height: 1.42857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.bootstrap .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap .btn:hover, .bootstrap .btn:focus { color: #555555; text-decoration: none; } +.bootstrap .btn:active, .bootstrap .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-default { color: #555555; background-color: white; border-color: #cccccc; } +.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.open .bootstrap .btn-default.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.bootstrap .btn-default:active, .bootstrap .btn-default.active { background-image: none; } +.open .bootstrap .btn-default.dropdown-toggle { background-image: none; } +.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default[disabled].active, fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active { background-color: white; border-color: #cccccc; } +.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-primary { color: #555555; background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active { color: #555555; background-color: #ebebeb; border-color: #419641; } +.open .bootstrap .btn-primary.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #419641; } +.bootstrap .btn-primary:active, .bootstrap .btn-primary.active { background-image: none; } +.open .bootstrap .btn-primary.dropdown-toggle { background-image: none; } +.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary[disabled].active, fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active { background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active { color: white; background-color: #47a447; border-color: #398439; } +.open .bootstrap .btn-success.dropdown-toggle { color: white; background-color: #47a447; border-color: #398439; } +.bootstrap .btn-success:active, .bootstrap .btn-success.active { background-image: none; } +.open .bootstrap .btn-success.dropdown-toggle { background-image: none; } +.bootstrap .btn-success.disabled, .bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success[disabled].active, fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner { color: #5cb85c; background-color: white; } +.bootstrap .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +.open .bootstrap .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +.bootstrap .btn-warning:active, .bootstrap .btn-warning.active { background-image: none; } +.open .bootstrap .btn-warning.dropdown-toggle { background-image: none; } +.bootstrap .btn-warning.disabled, .bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning[disabled].active, fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner { color: #f0ad4e; background-color: white; } +.bootstrap .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +.open .bootstrap .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +.bootstrap .btn-danger:active, .bootstrap .btn-danger.active { background-image: none; } +.open .bootstrap .btn-danger.dropdown-toggle { background-image: none; } +.bootstrap .btn-danger.disabled, .bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger[disabled].active, fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner { color: #d9534f; background-color: white; } +.bootstrap .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active { color: white; background-color: #39b3d7; border-color: #269abc; } +.open .bootstrap .btn-info.dropdown-toggle { color: white; background-color: #39b3d7; border-color: #269abc; } +.bootstrap .btn-info:active, .bootstrap .btn-info.active { background-image: none; } +.open .bootstrap .btn-info.dropdown-toggle { background-image: none; } +.bootstrap .btn-info.disabled, .bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info[disabled].active, fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner { color: #5bc0de; background-color: white; } +.bootstrap .btn-link { color: #25a0ca; font-weight: normal; cursor: pointer; border-radius: 0; } +.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active { border-color: transparent; } +.bootstrap .btn-link:hover, .bootstrap .btn-link:focus { color: #196d89; text-decoration: underline; background-color: transparent; } +.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus { color: #999999; text-decoration: none; } +.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn { padding: 1px 5px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } +.bootstrap .btn-block + .btn-block { margin-top: 5px; } +.bootstrap input[type="submit"].btn-block, .bootstrap input[type="reset"].btn-block, .bootstrap input[type="button"].btn-block { width: 100%; } +.bootstrap .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.bootstrap .fade.in { opacity: 1; } +.bootstrap .collapse { display: none; } +.bootstrap .collapse.in { display: block; } +.bootstrap .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } +.bootstrap .caret { display: inline-block; width: 0; height: 0; margin-right: 2px; vertical-align: middle; border-top: 4px solid; border-left: 4px solid transparent; border-right: 4px solid transparent; } +.bootstrap .dropdown { position: relative; } +.bootstrap .dropdown-toggle:focus { outline: 0; } +.bootstrap .dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 12px; background-color: white; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +.bootstrap .dropdown-menu.pull-right { left: 0; right: auto; } +.bootstrap .dropdown-menu .divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; } +.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #25a0ca; } +.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus { color: white; text-decoration: none; outline: 0; background-color: #25a0ca; } +.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { color: #999999; } +.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } +.bootstrap .open > .dropdown-menu { display: block; } +.bootstrap .open > a { outline: 0; } +.bootstrap .dropdown-menu-right { right: auto; left: 0; } +.bootstrap .dropdown-menu-left { right: 0; left: auto; } +.bootstrap .dropdown-header { display: block; padding: 3px 20px; font-size: 11px; line-height: 1.42857; color: #999999; } +.bootstrap .dropdown-backdrop { position: fixed; right: 0; left: 0; bottom: 0; top: 0; z-index: 990; } +.bootstrap .pull-right > .dropdown-menu { left: 0; right: auto; } +.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } +.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } +@media (min-width: 768px) { .bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu { left: 0; right: auto; } + .bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left { \right: 0; \left: auto; } } +.bootstrap .btn-group, .bootstrap .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn { position: relative; float: right; } +.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active { z-index: 2; } +.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus { outline: none; } +.bootstrap .btn-group .btn + .btn, .bootstrap .btn-group .btn + .btn-group, .bootstrap .btn-group .btn-group + .btn, .bootstrap .btn-group .btn-group + .btn-group { margin-right: -1px; } +.bootstrap .btn-toolbar { margin-right: -5px; } +.bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after { content: " "; display: table; } +.bootstrap .btn-toolbar:after { clear: both; } +.bootstrap .btn-toolbar .btn-group, .bootstrap .btn-toolbar .input-group { float: right; } +.bootstrap .btn-toolbar > .btn, .bootstrap .btn-toolbar > .btn-group, .bootstrap .btn-toolbar > .input-group { margin-right: 5px; } +.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +.bootstrap .btn-group > .btn:first-child { margin-right: 0; } +.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn:last-child:not(:first-child), .bootstrap .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn-group { float: right; } +.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group .dropdown-toggle:active, .bootstrap .btn-group.open .dropdown-toggle { outline: 0; } +.bootstrap .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } +.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } +.bootstrap .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { margin-right: 0; } +.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group, .bootstrap .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } +.bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after { content: " "; display: table; } +.bootstrap .btn-group-vertical > .btn-group:after { clear: both; } +.bootstrap .btn-group-vertical > .btn-group > .btn { float: none; } +.bootstrap .btn-group-vertical > .btn + .btn, .bootstrap .btn-group-vertical > .btn + .btn-group, .bootstrap .btn-group-vertical > .btn-group + .btn, .bootstrap .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-right: 0; } +.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-right-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } +.bootstrap .btn-group-justified > .btn-group .btn { width: 100%; } +.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +.bootstrap .input-group { position: relative; display: table; border-collapse: separate; } +.bootstrap .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } +.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { float: right; width: 100%; margin-bottom: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { display: table-cell; } +.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } +.bootstrap .input-group-addon { padding: 4px 8px; font-size: 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 11px; border-radius: 3px; } +.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 15px; border-radius: 6px; } +.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] { margin-top: 0; } +.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select:first-child, .bootstrap .input-group-addon:first-child, .bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group > .btn, .bootstrap .input-group-btn:first-child > .dropdown-toggle, .bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .input-group-addon:first-child { border-left: 0; } +.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-child, .bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group > .btn, .bootstrap .input-group-btn:last-child > .dropdown-toggle, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .input-group-addon:last-child { border-right: 0; } +.bootstrap .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } +.bootstrap .input-group-btn > .btn { position: relative; } +.bootstrap .input-group-btn > .btn + .btn { margin-right: -1px; } +.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active { z-index: 2; } +.bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group { margin-left: -1px; } +.bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group { margin-right: -1px; } +.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin-bottom: 0; padding-right: 0; list-style: none; } +.bootstrap .nav:before, .bootstrap #header_notifs_icon_wrapper:before, .bootstrap #header_employee_box:before, .bootstrap #header_quick:before, .bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { content: " "; display: table; } +.bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { clear: both; } +.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { position: relative; display: block; } +.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { position: relative; display: block; padding: 10px 15px; } +.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a { color: #999999; } +.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus { background-color: #eeeeee; border-color: #25a0ca; } +.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img { max-width: none; } +.bootstrap .nav-tabs { border-bottom: 1px solid #dddddd; } +.bootstrap .nav-tabs > li { float: right; margin-bottom: -1px; } +.bootstrap .nav-tabs > li > a { margin-left: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 3px 0 0 3px; } +.bootstrap .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus { color: #555555; background-color: white; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } +.bootstrap .nav-pills > li { float: right; } +.bootstrap .nav-pills > li > a { border-radius: 3px; } +.bootstrap .nav-pills > li + li { margin-right: 2px; } +.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus { color: white; background-color: #25a0ca; } +.bootstrap .nav-stacked > li { float: none; } +.bootstrap .nav-stacked > li + li { margin-top: 2px; margin-right: 0; } +.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified { width: 100%; } +.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { float: none; } +.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } +.bootstrap .nav-justified > .dropdown .dropdown-menu { top: auto; right: auto; } +@media (min-width: 768px) { .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } + .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } +.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified { border-bottom: 0; } +.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-left: 0; border-radius: 3px; } +.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } +@media (min-width: 768px) { .bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 3px 0 0 3px; } + .bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: white; } } +.bootstrap .tab-content > .tab-pane { display: none; } +.bootstrap .tab-content > .active { display: block; } +.bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar, .bootstrap #header_infos { position: relative; min-height: 35px; margin-bottom: 17px; border: 1px solid transparent; } +.bootstrap .navbar:before, .bootstrap #header_infos:before, .bootstrap .navbar:after, .bootstrap #header_infos:after { content: " "; display: table; } +.bootstrap .navbar:after, .bootstrap #header_infos:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar, .bootstrap #header_infos { border-radius: 3px; } } +.bootstrap .navbar-header:before, .bootstrap .navbar-header:after { content: " "; display: table; } +.bootstrap .navbar-header:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar-header { float: right; } } +.bootstrap .navbar-collapse { max-height: 340px; overflow-x: visible; padding-left: 5px; padding-right: 5px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after { content: " "; display: table; } +.bootstrap .navbar-collapse:after { clear: both; } +.bootstrap .navbar-collapse.in { overflow-y: auto; } +@media (min-width: 768px) { .bootstrap .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + .bootstrap .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + .bootstrap .navbar-collapse.in { overflow-y: visible; } + .navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse { padding-right: 0; padding-left: 0; } } +.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; } +@media (min-width: 768px) { .bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: 0; margin-right: 0; } } +.bootstrap .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } +@media (min-width: 768px) { .bootstrap .navbar-static-top { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { position: fixed; left: 0; right: 0; z-index: 1030; } +@media (min-width: 768px) { .bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos { top: 0; border-width: 0 0 1px; } +.bootstrap .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } +.bootstrap .navbar-brand, .bootstrap #header_shopname { float: right; padding: 9px 5px; font-size: 15px; line-height: 17px; } +.bootstrap .navbar-brand:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopname:focus { text-decoration: none; } +.bootstrap .navbar-brand > .glyphicon, .bootstrap #header_shopname > .glyphicon { float: right; margin-top: -2px; margin-left: 5px; } +@media (min-width: 768px) { .navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname { margin-right: -5px; } } +.bootstrap .navbar-toggle { position: relative; float: left; margin-left: 5px; padding: 9px 10px; margin-top: 0.5px; margin-bottom: 0.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .navbar-toggle:focus { outline: none; } +.bootstrap .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +.bootstrap .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } +@media (min-width: 768px) { .bootstrap .navbar-toggle { display: none; } } +.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin: 4.5px -5px; } +.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 17px; } +@media (max-width: 767px) { .bootstrap .navbar-nav .open .dropdown-menu, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu, .bootstrap #header_employee_box .open .dropdown-menu, .bootstrap #header_quick .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, .bootstrap #header_employee_box .open .dropdown-menu .dropdown-header, .bootstrap #header_quick .open .dropdown-menu .dropdown-header { padding: 5px 25px 5px 15px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a { line-height: 17px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_quick .open .dropdown-menu > li > a:focus { background-image: none; } } +@media (min-width: 768px) { .bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { float: right; margin: 0; } + .bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { float: right; } + .bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 9px; padding-bottom: 9px; } + .bootstrap .navbar-nav.navbar-right:last-child, .bootstrap .navbar-right#header_notifs_icon_wrapper:last-child, .bootstrap #header_employee_box:last-child, .bootstrap .navbar-right#header_quick:last-child { margin-left: -5px; } } +@media (min-width: 768px) { .bootstrap .navbar-left, .bootstrap #header_search, .bootstrap #header_quick { float: right !important; } + .bootstrap .navbar-right, .bootstrap #header_employee_box { float: left !important; } } +.bootstrap .navbar-form, .bootstrap #header_search { margin-right: -5px; margin-left: -5px; padding: 10px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 4px; margin-bottom: 4px; } +@media (max-width: 767px) { .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { margin-bottom: 5px; } } +@media (min-width: 768px) { .bootstrap .navbar-form, .bootstrap #header_search { width: auto; border: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } + .bootstrap .navbar-form.navbar-right:last-child, .bootstrap .navbar-form#header_employee_box:last-child, .bootstrap .navbar-right#header_search:last-child { margin-left: -5px; } } +.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .navbar-btn { margin-top: 4px; margin-bottom: 4px; } +.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn { margin-top: 3.5px; margin-bottom: 3.5px; } +.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn { margin-top: 6.5px; margin-bottom: 6.5px; } +.bootstrap .navbar-text { margin-top: 9px; margin-bottom: 9px; } +@media (min-width: 768px) { .bootstrap .navbar-text { float: right; margin-right: 5px; margin-left: 5px; } + .bootstrap .navbar-text.navbar-right:last-child, .bootstrap .navbar-text#header_employee_box:last-child { margin-left: 0; } } +.bootstrap .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopname { color: #777777; } +.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopname:focus { color: #5e5e5e; background-color: transparent; } +.bootstrap .navbar-default .navbar-text { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus { color: #333333; background-color: transparent; } +.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus { color: #555555; background-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus { color: #cccccc; background-color: transparent; } +.bootstrap .navbar-default .navbar-toggle { border-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } +.bootstrap .navbar-default .navbar-collapse, .bootstrap .navbar-default .navbar-form, .bootstrap .navbar-default #header_search { border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus { background-color: #e7e7e7; color: #555555; } +@media (max-width: 767px) { .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a { color: #777777; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +.bootstrap .navbar-default .navbar-link { color: #777777; } +.bootstrap .navbar-default .navbar-link:hover { color: #333333; } +.bootstrap .navbar-inverse, .bootstrap #header_infos { background-color: #222222; border-color: #090909; } +.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname { color: #999999; } +.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus { color: white; background-color: #090909; } +.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus { color: #444444; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle { border-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus { background-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar { background-color: white; } +.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form, .bootstrap .navbar-inverse #header_search, .bootstrap #header_infos #header_search { border-color: #101010; } +.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus { background-color: #090909; color: white; } +@media (max-width: 767px) { .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_quick .open .dropdown-menu > .dropdown-header { border-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .bootstrap #header_infos .navbar-nav .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu .divider, .bootstrap #header_infos #header_employee_box .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu .divider, .bootstrap #header_infos #header_quick .open .dropdown-menu .divider { background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a { color: #999999; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link { color: #999999; } +.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover { color: white; } +.bootstrap .breadcrumb { padding: 8px 15px; margin-bottom: 17px; list-style: none; background-color: whitesmoke; border-radius: 3px; } +.bootstrap .breadcrumb > li { display: inline-block; } +.bootstrap .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } +.bootstrap .breadcrumb > .active { color: #999999; } +.bootstrap .pagination { display: inline-block; padding-right: 0; margin: 17px 0; border-radius: 3px; } +.bootstrap .pagination > li { display: inline; } +.bootstrap .pagination > li > a, .bootstrap .pagination > li > span { position: relative; float: right; padding: 4px 8px; line-height: 1.42857; text-decoration: none; color: #25a0ca; background-color: white; border: 1px solid #dddddd; margin-right: -1px; } +.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span { margin-right: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus { color: #196d89; background-color: #eeeeee; border-color: #dddddd; } +.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus { z-index: 2; color: white; background-color: #25a0ca; border-color: #25a0ca; cursor: default; } +.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed; } +.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span { padding: 10px 16px; font-size: 15px; } +.bootstrap .pagination-lg > li:first-child > a, .bootstrap .pagination-lg > li:first-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +.bootstrap .pagination-lg > li:last-child > a, .bootstrap .pagination-lg > li:last-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +.bootstrap .pagination-sm > li > a, .bootstrap .pagination-sm > li > span { padding: 5px 10px; font-size: 11px; } +.bootstrap .pagination-sm > li:first-child > a, .bootstrap .pagination-sm > li:first-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination-sm > li:last-child > a, .bootstrap .pagination-sm > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pager { padding-right: 0; margin: 17px 0; list-style: none; text-align: center; } +.bootstrap .pager:before, .bootstrap .pager:after { content: " "; display: table; } +.bootstrap .pager:after { clear: both; } +.bootstrap .pager li { display: inline; } +.bootstrap .pager li > a, .bootstrap .pager li > span { display: inline-block; padding: 5px 14px; background-color: white; border: 1px solid #dddddd; border-radius: 15px; } +.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .pager .next > a, .bootstrap .pager .next > span { float: left; } +.bootstrap .pager .previous > a, .bootstrap .pager .previous > span { float: right; } +.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span { color: #999999; background-color: white; cursor: not-allowed; } +.bootstrap .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: white; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } +.bootstrap .label[href]:hover, .bootstrap .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap .label:empty { display: none; } +.btn .bootstrap .label { position: relative; top: -1px; } +.bootstrap .label-default { background-color: #999999; } +.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus { background-color: gray; } +.bootstrap .label-primary { background-color: #25a0ca; } +.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus { background-color: #1d7e9f; } +.bootstrap .label-success { background-color: #5cb85c; } +.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus { background-color: #449d44; } +.bootstrap .label-info { background-color: #5bc0de; } +.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus { background-color: #31b0d5; } +.bootstrap .label-warning { background-color: #f0ad4e; } +.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus { background-color: #ec971f; } +.bootstrap .label-danger { background-color: #d9534f; } +.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus { background-color: #c9302c; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } +.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty { display: none; } +.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner { position: relative; top: -1px; } +.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap a.list-group-item.active > .badge, .bootstrap #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, #header_notifs_icon_wrapper .bootstrap a.list-group-item.active > .notifs_badge, .bootstrap a.list-group-item.active > .module-badge-popular, .bootstrap a.list-group-item.active > .module-badge-partner, .bootstrap .nav-pills > .active > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > .active > a > .notifs_badge, .bootstrap .nav-pills > .active > a > .module-badge-popular, .bootstrap .nav-pills > .active > a > .module-badge-partner { color: #25a0ca; background-color: white; } +.bootstrap .nav-pills > li > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > li > a > .notifs_badge, .bootstrap .nav-pills > li > a > .module-badge-popular, .bootstrap .nav-pills > li > a > .module-badge-partner { margin-right: 3px; } +.bootstrap .thumbnail { display: block; padding: 4px; margin-bottom: 17px; line-height: 1.42857; background-color: white; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } +.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } +.bootstrap .thumbnail .caption { padding: 9px; color: #555555; } +.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active { border-color: #25a0ca; } +.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error { padding: 15px; margin-bottom: 17px; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { margin-top: 0; color: inherit; } +.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { font-weight: bold; } +.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul { margin-bottom: 0; } +.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p { margin-top: 5px; } +.bootstrap .alert-dismissable { padding-left: 35px; } +.bootstrap .alert-dismissable .close { position: relative; top: -2px; left: -21px; color: inherit; } +.bootstrap .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } +.bootstrap .alert-success hr { border-top-color: #c9e2b3; } +.bootstrap .alert-success .alert-link { color: #2b542c; } +.bootstrap .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } +.bootstrap .alert-info hr { border-top-color: #a6e1ec; } +.bootstrap .alert-info .alert-link { color: #245269; } +.bootstrap .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } +.bootstrap .alert-warning hr { border-top-color: #f7e1b5; } +.bootstrap .alert-warning .alert-link { color: #66512c; } +.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } +.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr { border-top-color: #e4b9c0; } +.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { color: #843534; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body { overflow: hidden; zoom: 1; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .bootstrap .message-item .message-item { margin-top: 15px; } +.bootstrap .media:first-child, .bootstrap .message-item:first-child { margin-top: 0; } +.bootstrap .media-object { display: block; } +.bootstrap .media-heading { margin: 0 0 5px; } +.bootstrap .media > .pull-left, .bootstrap .message-item > .pull-left, .bootstrap .page-head .media > h2.page-title, .bootstrap .page-head .message-item > h2.page-title { margin-left: 10px; } +.bootstrap .media > .pull-right, .bootstrap .message-item > .pull-right { margin-right: 10px; } +.bootstrap .media-list { padding-right: 0; list-style: none; } +.bootstrap .list-group, .bootstrap #dashboard .data_list { margin-bottom: 20px; padding-right: 0; } +.bootstrap .list-group-item, .bootstrap #dashboard .data_list li { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: white; border: 1px solid #dddddd; } +.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child { margin-bottom: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } +.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner { float: left; } +.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner { margin-left: 5px; } +.bootstrap a.list-group-item { color: #555555; } +.bootstrap a.list-group-item .list-group-item-heading { color: #333333; } +.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +.bootstrap a.list-group-item.active, .bootstrap a.list-group-item.active:hover, .bootstrap a.list-group-item.active:focus { z-index: 2; color: white; background-color: #25a0ca; border-color: #25a0ca; } +.bootstrap a.list-group-item.active .list-group-item-heading, .bootstrap a.list-group-item.active:hover .list-group-item-heading, .bootstrap a.list-group-item.active:focus .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item.active .list-group-item-text, .bootstrap a.list-group-item.active:hover .list-group-item-text, .bootstrap a.list-group-item.active:focus .list-group-item-text { color: #c6e9f5; } +.bootstrap .list-group-item-success { color: #3c763d; background-color: #dff0d8; } +.bootstrap a.list-group-item-success { color: #3c763d; } +.bootstrap a.list-group-item-success .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } +.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } +.bootstrap .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap a.list-group-item-warning { color: #8a6d3b; } +.bootstrap a.list-group-item-warning .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } +.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } +.bootstrap .list-group-item-danger { color: #a94442; background-color: #f2dede; } +.bootstrap a.list-group-item-danger { color: #a94442; } +.bootstrap a.list-group-item-danger .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } +.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } +.bootstrap .list-group-item-info { color: #31708f; background-color: #d9edf7; } +.bootstrap a.list-group-item-info { color: #31708f; } +.bootstrap a.list-group-item-info .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } +.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } +.bootstrap .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +.bootstrap .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { margin-bottom: 17px; background-color: white; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .panel-body { padding: 15px; } +.bootstrap .panel-body:before, .bootstrap .panel-body:after { content: " "; display: table; } +.bootstrap .panel-body:after { clear: both; } +.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list { margin-bottom: 0; } +.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li { border-width: 1px 0; } +.bootstrap .panel > .list-group .list-group-item:first-child, .bootstrap #dash_version > .list-group .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:first-child, .bootstrap .panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group li:first-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:first-child, .bootstrap #dashboard .panel > .data_list li:first-child, .bootstrap #dashboard #dash_version > .data_list li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .panel > .list-group .list-group-item:last-child, .bootstrap #dash_version > .list-group .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:last-child, .bootstrap .panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group li:last-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:last-child, .bootstrap #dashboard .panel > .data_list li:last-child, .bootstrap #dashboard #dash_version > .data_list li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:last-child { border-bottom: 0; } +.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child { border-top-width: 0; } +.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table { margin-bottom: 0; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child { border-bottom-right-radius: 2px; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child { border-bottom-left-radius: 2px; } +.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } +.bootstrap .panel > .table > tbody:first-child th, .bootstrap #dash_version > .table > tbody:first-child th, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child th, .bootstrap .panel > .table > tbody:first-child td, .bootstrap #dash_version > .table > tbody:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child td { border-top: 0; } +.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered { border: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } +.bootstrap .panel > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } +.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive { border: 0; margin-bottom: 0; } +.bootstrap .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel-heading > .dropdown .dropdown-toggle { color: inherit; } +.bootstrap .panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: inherit; } +.bootstrap .panel-title > a { color: inherit; } +.bootstrap .panel-footer { padding: 10px 15px; background-color: whitesmoke; border-top: 1px solid #dddddd; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel { margin-bottom: 0; border-radius: 3px; overflow: hidden; } +.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel { margin-top: 5px; } +.bootstrap .panel-group .panel-heading { border-bottom: 0; } +.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +.bootstrap .panel-group .panel-footer { border-top: 0; } +.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +.bootstrap .panel-default { border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +.bootstrap .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +.bootstrap .panel-primary { border-color: #25a0ca; } +.bootstrap .panel-primary > .panel-heading { color: white; background-color: #25a0ca; border-color: #25a0ca; } +.bootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #25a0ca; } +.bootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #25a0ca; } +.bootstrap .panel-success { border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } +.bootstrap .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } +.bootstrap .panel-warning { border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } +.bootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } +.bootstrap .panel-danger { border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } +.bootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } +.bootstrap .panel-info { border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } +.bootstrap .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } +.bootstrap .well, .bootstrap .hook_panel { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f7f7f7; border: 1px solid #e6e6e6; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .well blockquote, .bootstrap .hook_panel blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.bootstrap .well-lg { padding: 24px; border-radius: 6px; } +.bootstrap .well-sm { padding: 9px; border-radius: 3px; } +.bootstrap .close { float: left; font-size: 18px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } +.bootstrap .close:hover, .bootstrap .close:focus { color: black; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } +.bootstrap button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } +.bootstrap .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } +.bootstrap .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } +.bootstrap .tooltip.top { margin-top: -3px; padding: 5px 0; } +.bootstrap .tooltip.right { margin-right: 3px; padding: 0 5px; } +.bootstrap .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +.bootstrap .tooltip.left { margin-right: -3px; padding: 0 5px; } +.bootstrap .tooltip-inner { max-width: 200px; padding: 3px 8px; color: white; text-align: center; text-decoration: none; background-color: black; border-radius: 3px; } +.bootstrap .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } +.bootstrap .tooltip.top .tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.right .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: black; } +.bootstrap .tooltip.left .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: black; } +.bootstrap .tooltip.bottom .tooltip-arrow { top: 0; right: 50%; margin-right: -5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .clearfix:before, .bootstrap .clearfix:after { content: " "; display: table; } +.bootstrap .clearfix:after { clear: both; } +.bootstrap .center-block { display: block; margin-right: auto; margin-left: auto; } +.bootstrap .pull-right { float: left !important; } +.bootstrap .pull-left, .bootstrap .page-head h2.page-title { float: right !important; } +.bootstrap .hide { display: none !important; } +.bootstrap .show { display: block !important; } +.bootstrap .invisible { visibility: hidden; } +.bootstrap .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } +.bootstrap .hidden { display: none !important; visibility: hidden !important; } +.bootstrap .affix { position: fixed; } +.bootstrap .visible-xs, .bootstrap tr.visible-xs, .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: none !important; } +@media (max-width: 767px) { .bootstrap .visible-xs { display: block !important; } + .bootstrap table.visible-xs { display: table; } + .bootstrap tr.visible-xs { display: table-row !important; } + .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: table-cell !important; } } +.bootstrap .visible-sm, .bootstrap tr.visible-sm, .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: none !important; } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .visible-sm { display: block !important; } + .bootstrap table.visible-sm { display: table; } + .bootstrap tr.visible-sm { display: table-row !important; } + .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: table-cell !important; } } +.bootstrap .visible-md, .bootstrap tr.visible-md, .bootstrap th.visible-md, .bootstrap td.visible-md { display: none !important; } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .visible-md { display: block !important; } + .bootstrap table.visible-md { display: table; } + .bootstrap tr.visible-md { display: table-row !important; } + .bootstrap th.visible-md, .bootstrap td.visible-md { display: table-cell !important; } } +.bootstrap .visible-lg, .bootstrap tr.visible-lg, .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: none !important; } +@media (min-width: 1200px) { .bootstrap .visible-lg { display: block !important; } + .bootstrap table.visible-lg { display: table; } + .bootstrap tr.visible-lg { display: table-row !important; } + .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: table-cell !important; } } +@media (max-width: 767px) { .bootstrap .hidden-xs, .bootstrap #header_notifs_icon_wrapper, .bootstrap tr.hidden-xs, .bootstrap tr#header_notifs_icon_wrapper, .bootstrap th.hidden-xs, .bootstrap th#header_notifs_icon_wrapper, .bootstrap td.hidden-xs, .bootstrap td#header_notifs_icon_wrapper { display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .hidden-sm, .bootstrap tr.hidden-sm, .bootstrap th.hidden-sm, .bootstrap td.hidden-sm { display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .hidden-md, .bootstrap tr.hidden-md, .bootstrap th.hidden-md, .bootstrap td.hidden-md { display: none !important; } } +@media (min-width: 1200px) { .bootstrap .hidden-lg, .bootstrap tr.hidden-lg, .bootstrap th.hidden-lg, .bootstrap td.hidden-lg { display: none !important; } } +.bootstrap .visible-print, .bootstrap tr.visible-print, .bootstrap th.visible-print, .bootstrap td.visible-print { display: none !important; } +@media print { .bootstrap .visible-print { display: block !important; } + .bootstrap table.visible-print { display: table; } + .bootstrap tr.visible-print { display: table-row !important; } + .bootstrap th.visible-print, .bootstrap td.visible-print { display: table-cell !important; } } +@media print { .bootstrap .hidden-print, .bootstrap tr.hidden-print, .bootstrap th.hidden-print, .bootstrap td.hidden-print { display: none !important; } } + +.modal-open { overflow: hidden; } + +.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } +.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } + +.modal-dialog { position: relative; width: auto; margin: 10px; } + +.modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } + +.modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1040; background-color: black; } +.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } + +.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } + +.modal-header .close { margin-top: -2px; } + +.modal-title { margin: 0; line-height: 1.42857; } + +.modal-body { position: relative; padding: 20px; } + +.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: left; border-top: 1px solid #e5e5e5; } +.modal-footer:before, .modal-footer:after { content: " "; display: table; } +.modal-footer:after { clear: both; } +.modal-footer .btn + .btn { margin-right: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { margin-right: -1px; } +.modal-footer .btn-block + .btn-block { margin-right: 0; } + +@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } + .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { width: 300px; } + .modal-lg { width: 900px; } } +html { min-height: 100%; height: 100%; font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +body { min-height: 100%; height: 100%; font: 400 12px/1.42857 "Open Sans", Helvetica, Arial, sans-serif; color: #555555; background-color: white; } + +#main { z-index: 10; float: right; width: 100%; padding: 36px 0 60px; margin: 0 0 -50px 0; } + +#content.bootstrap { padding: 80px 10px 0; -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { position: relative; padding: 20px; margin-bottom: 20px; border: solid 1px #e6e6e6; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; padding-left: 60px; color: #555555; } +#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i { font-size: 14px; } +#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel { border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading { border: none; padding: 0 5px; margin: -16px -16px 15px -16px; font-size: 1.2em; line-height: 30px; text-transform: uppercase; border-bottom: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a { color: contrasted(#e3e7e8); } +#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner { background: white; border: solid 2px #b1e0f1; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; color: #25a0ca; line-height: 1.2em; font-size: 1em; padding: 0 10px; font-weight: 700; margin-right: 10px; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action { position: absolute; top: 2px; left: 0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn { float: right; height: 30px; width: 30px; color: #cccccc; border-right: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover { text-decoration: none; color: #25a0ca; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i { text-align: center; font-size: 18px; line-height: 30px; } +#content.bootstrap .panel-danger .panel-heading { background-color: #8bc954 !important; } +#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error { clear: both; } +@media (max-width: 480px) { #content.bootstrap { padding: 80px 5px 0; } } +#content.bootstrap .help-block { font-style: italic; } +#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap .nav-tabs#header_notifs_icon_wrapper li.active a, #content.bootstrap .nav-tabs#header_employee_box li.active a, #content.bootstrap .nav-tabs#header_quick li.active a { z-index: 99; } + +.data-focus.data-focus-primary { background-color: #25a0ca; color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } + +#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer .bootstrap #dash_version, .bootstrap #customer_part .customerCard.selected-customer #dash_version, #customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body, #customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel { color: #5cb85c; border: solid 2px #5cb85c; } + +body.display-modal #content, body.display-modal #main { margin: 0; padding: 0; background: #f8f8f8; } + +.bootstrap .panel .panel-footer, .bootstrap #dash_version .panel-footer, .bootstrap .message-item-initial .message-item-initial-body .panel-footer, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer { margin: 15px -20px -20px; height: 73px; border-color: #eeeeee; background-color: #fcfdfe; } +.bootstrap .panel .panel-footer .btn.pull-left:not(:first-child), .bootstrap #dash_version .panel-footer .btn.pull-left:not(:first-child), .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-left:not(:first-child), .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-left:not(:first-child) { margin-left: 5px; } + +#header .panel-footer { margin: 15px 0 0 !important; height: 40px !important; } + +.attributes-color-container { width: 40px; height: 25px; display: block; border: solid 1px black; } + +#header { z-index: 20; } + +#header_infos { height: 36px !important; } + +#header_shopname { position: relative; margin: 0 0 0 15px; height: 36px; padding-right: 45px !important; } +#header_shopname img { position: absolute; top: 0; right: 0; width: 36px; height: 36px; } + +#header_notifs_icon_wrapper { height: 36px; } +#header_notifs_icon_wrapper li a { padding: 0 5px; } +#header_notifs_icon_wrapper > li > a > i { font-size: 1.4em; font-weight: 200; color: #b3b3b3; vertical-align: middle; } +#header_notifs_icon_wrapper > li > a > i:hover { color: white; } +#header_notifs_icon_wrapper .notifs_badge { background-color: #8bc954; } +#header_notifs_icon_wrapper .notifs_dropdown { background-color: white; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel { width: 300px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 { padding: 10px; font-size: 1.3em; margin: 0; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer { padding: 10px; text-align: center; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a { display: block; text-decoration: none; padding: 5px; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs { display: block; padding: 15px; border-bottom: solid 1px #cccccc; } + +#header_nav_toggle { background-color: black; border: none; color: white; display: none; } + +#header_employee_box a img { margin-left: 5px; } +#header_employee_box #header_foaccess i { font-size: 1.2em; } + +#header_search { width: 160px !important; padding: 0 10px 0 0; position: relative; } +@media (max-width: 768px) { #header_search { width: 100%; } } +#header_search input, #header_search .form-group { margin: 0; } +#header_search #bo_query { width: 85px; } +#header_search .form-group.focus-search { position: absolute; z-index: 900; top: 0; right: 5px; width: 400px; } +#header_search .form-group.focus-search #bo_query { width: 100%; } +#header_search .clear_search { position: absolute; top: 5px; left: 35px; } + +#employee_infos .employee_name { position: relative; padding-right: 34px !important; } +#employee_infos .employee_avatar_small { position: absolute; top: 4px; right: 0; } + +#footer { z-index: 600; display: block; width: 100%; background-color: rgba(0, 0, 0, 0.8); color: #888888; position: fixed; bottom: 0; height: 50px; line-height: 50px; -webkit-animation: fadeInUp 0.3s 0.2s ease both; -moz-animation: fadeInUp 0.3s 0.2s ease both; -ms-animation: fadeInUp 0.3s 0.2s ease both; -o-animation: fadeInUp 0.3s 0.2s ease both; animation: fadeInUp 0.3s 0.2s ease both; } +#footer a { color: #cccccc; } +#footer #go-top { position: fixed; bottom: 10px; height: 30px; width: 30px; text-align: center; line-height: 30px; left: 10px; z-index: 9003; display: block; padding: 0px 6px 0px 6px; margin: -2px 0px 0px; text-decoration: none; color: white; cursor: pointer; font-size: 16px; background-color: #423732; } +#footer #go-top:hover { background-color: #25a0ca; } +#footer .social-networks { margin: 4px 0 0 0; } +#footer a.footer_link { color: #25a0ca; } +#footer a.footer_link:hover { color: white; text-decoration: none; } +#footer a.footer_link i { color: white; } + +a.link-social i { font-size: 2em; width: 30px; height: 30px; display: inline-block; line-height: 30px !important; text-align: center; margin: 0 0 0 4px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +a.link-social:hover { text-decoration: none; } + +.link-twitter i { color: white; background-color: #7cceef; } +.link-twitter i:hover { color: #7cceef; background-color: white; } + +.link-facebook i { color: white; background-color: #557dbb; } +.link-facebook i:hover { color: #557dbb; background-color: white; } + +.link-github i { color: black; background-color: white; } +.link-github i:hover { color: white; background-color: black; } + +.link-google i { color: white; background-color: #e6644e; } +.link-google i:hover { color: #e6644e; background-color: white; } + +#nav-sidebar { position: fixed; width: 210px; height: 100%; z-index: 500; background-color: #251f1c; border-left: 1px solid #423732; } +#nav-sidebar ul.menu { margin: 0; padding: 0; list-style: none; } +#nav-sidebar ul.menu li.maintab { position: relative; } +#nav-sidebar ul.menu li.maintab > a.title { display: block; height: 36px; position: relative; padding: 0 7px; color: #c6c3c1; background-color: #423732; border-bottom: #312825 solid 1px; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab > a.title span { position: relative; top: -2px; } +#nav-sidebar ul.menu li.maintab > a.title i { position: relative; display: inline-block; height: 30px; width: 30px; top: 3px; margin-left: 6px; color: #8d8784; font-size: 28px; line-height: 30px; text-align: center; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) > a.title { background-color: #251f1c; color: white; border-bottom: #161311 solid 1px; -webkit-box-shadow: #25a0ca 0 0 -4px 0 inset; box-shadow: #25a0ca 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) > a.title i { color: white; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) ul.submenu { position: absolute; display: block; width: 200px; z-index: 600; right: 210px; top: -1px; } +#nav-sidebar ul.menu li.maintab.active a.title { color: white; background-color: #6e5b53; border: none; } +#nav-sidebar ul.menu li.maintab.active a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu { display: block; padding: 8px 8px 8px 11px; background-color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a { background-color: white; color: #25a0ca; border-bottom: solid 1px #e6e6e6; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a:hover { color: #25a0ca; border-bottom: solid 1px #def0f7; background-color: #def0f7; text-decoration: none; -webkit-box-shadow: white 0 -1px; box-shadow: white 0 -1px; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li:last-child a { border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li.active a { color: white; background-color: #25a0ca; border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab ul.submenu { display: none; list-style: none; padding: 6px; background-color: #251f1c; } +#nav-sidebar ul.menu li.maintab ul.submenu li a { color: #c6c3c1; display: block; padding: 4px 10px 4px 5px; font-size: 12px; background-color: #423732; border-bottom: solid 1px #251f1c; } +#nav-sidebar ul.menu li.maintab ul.submenu li a:hover { color: white; text-decoration: none; background-color: #251f1c; -webkit-box-shadow: #25a0ca 0 0 -4px 0 inset; box-shadow: #25a0ca 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab ul.submenu li:last-child a { border-bottom: none; } +@media (max-width: 480px) { #nav-sidebar { display: none; } } + +.page-sidebar #content { margin-right: 210px; } + +.page-sidebar-closed #nav-sidebar { overflow: visible; width: 50px; -webkit-transition-property: width; transition-property: width; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.page-sidebar-closed #nav-sidebar a.title { text-align: center; } +.page-sidebar-closed #nav-sidebar a.title > span { display: none; } +.page-sidebar-closed #nav-sidebar ul.submenu { display: none !important; padding-top: 37px; position: relative; top: 0; } +.page-sidebar-closed #nav-sidebar > ul > li:hover { width: 250px !important; position: relative; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title { text-align: right; padding-right: 8px; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title > span { display: inline-block; } +.page-sidebar-closed #nav-sidebar > ul > li:hover ul.submenu { position: absolute !important; display: block !important; right: 50px !important; top: 35px !important; width: 200px !important; padding: 8px !important; background-color: #251f1c !important; } +.page-sidebar-closed #content { margin-right: 55px; } +@media (max-width: 480px) { .page-sidebar-closed #content { margin-right: 0; } } +.page-sidebar-closed #content h2.page-title { padding: 26px 120px 0 0 !important; } +.page-sidebar-closed #content ul.page-breadcrumb { right: 120px !important; } +.page-sidebar-closed .submenu_expand { display: none; } + +#nav-topbar { position: fixed; height: 28px; top: 37px; width: 100%; padding: 0 0 0 40px; z-index: 600; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px; } +#nav-topbar ul.menu { margin: 0; padding: 0; display: block; list-style: none; } +#nav-topbar ul.menu li.maintab, #nav-topbar ul.menu li.subtab { height: 28px; padding: 0; margin: 0; list-style: none; position: relative; float: right; } +#nav-topbar ul.menu li.maintab > a, #nav-topbar ul.menu li.subtab > a { display: block; line-height: 30px; color: #7c675e; padding: 0 6px; margin: 0; font-size: 12px; } +#nav-topbar ul.menu li.maintab > a i, #nav-topbar ul.menu li.subtab > a i { margin: 0; width: 15px; color: #5f4f48; background-color: transparent; font-size: 14px; } +#nav-topbar ul.menu li.maintab.active, #nav-topbar ul.menu li.maintab:hover, #nav-topbar ul.menu li.subtab.active, #nav-topbar ul.menu li.subtab:hover { background-color: #25a0ca; } +#nav-topbar ul.menu li.maintab.active > a, #nav-topbar ul.menu li.maintab:hover > a, #nav-topbar ul.menu li.subtab.active > a, #nav-topbar ul.menu li.subtab:hover > a { text-decoration: none; color: white; } +#nav-topbar ul.menu li.maintab.active > a i, #nav-topbar ul.menu li.maintab:hover > a i, #nav-topbar ul.menu li.subtab.active > a i, #nav-topbar ul.menu li.subtab:hover > a i { color: white; } +#nav-topbar ul.menu li.expanded > ul.submenu { display: block; } +#nav-topbar ul.menu ul.submenu { background-color: white; display: none; position: absolute; margin: 0; padding: 0; right: 0; top: 28px; width: 200px !important; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; } +#nav-topbar ul.menu ul.submenu > li { width: 200px; padding: 0; list-style: none; } +#nav-topbar ul.menu ul.submenu > li > a { display: block; padding: 4px 10px 4px 5px; font-size: 12px; border-bottom: solid 1px #eeeeee; } +#nav-topbar ul.menu ul.submenu > li > a:hover { color: white; background-color: #25a0ca; text-decoration: none; } +#nav-topbar ul.menu ul.submenu > li.active a { color: white; background-color: #25a0ca; border-bottom: solid 1px #1d7e9f; } +#nav-topbar #ellipsistab { display: block; width: 40px; height: 28px; padding: 0; margin: 0; position: absolute; left: 0; } +#nav-topbar #ellipsistab > a { text-align: center; font-size: 15px; line-height: 30px; color: #423732; cursor: pointer; } +#nav-topbar #ellipsistab ul#ellipsis_submenu { left: 0; right: inherit; } +#nav-topbar #ellipsistab ul#ellipsis_submenu a.title { padding: 0 8px; text-align: right; } +#nav-topbar #ellipsistab ul#ellipsis_submenu li.subtab.expanded > ul { right: -200px; top: 0; } +#nav-topbar .menu-collapse { display: none; } + +#nav-mobile { position: fixed; top: 0; right: 0; overflow: hidden; width: 100%; height: 38px; z-index: 1100; } +#nav-mobile.expanded { height: 100%; } +#nav-mobile li > a > i { display: inline-block; height: 30px; width: 30px; font-size: 20px; line-height: 30px; color: white; text-align: center; background: black; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } +#nav-mobile ul.menu { top: 37px; position: absolute; display: none; width: 480px; height: 100%; background-color: rgba(0, 0, 0, 0.8); margin: 0 0 100px 0; padding: 0; border-top: 1px black solid; list-style: none; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; -webkit-animation: fadeInLeft 0.3s 0.2s ease both; -moz-animation: fadeInLeft 0.3s 0.2s ease both; -ms-animation: fadeInLeft 0.3s 0.2s ease both; -o-animation: fadeInLeft 0.3s 0.2s ease both; animation: fadeInLeft 0.3s 0.2s ease both; } +#nav-mobile ul.menu li { background: #423732; position: relative; } +#nav-mobile ul.menu li a { display: block; height: 40px; position: relative; padding: 2px 10px 2px 0; border-bottom: 1px solid #251f1c; font-size: 12px; line-height: 40px; color: #c6c3c1; background-color: #423732; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a i { color: #8b7369; background-color: black; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a:hover { background-color: #5f4f48; color: white; } +#nav-mobile ul.menu li a:hover i { color: white; } +#nav-mobile ul.submenu { display: none; } +#nav-mobile #nav-mobile-submenu a:not(#nav-mobile-submenu-back) { font-size: 1.2em; padding-right: 50px; text-transform: none; } +#nav-mobile a#nav-mobile-submenu-back { background-color: #332b27; font-size: 1.5em; } +#nav-mobile ul.menu.menu-close { -webkit-animation: fadeOutLeft 0.2s 0.2s ease both; -moz-animation: fadeOutLeft 0.2s 0.2s ease both; -ms-animation: fadeOutLeft 0.2s 0.2s ease both; -o-animation: fadeOutLeft 0.2s 0.2s ease both; animation: fadeOutLeft 0.2s 0.2s ease both; } +#nav-mobile .menu-collapse { color: white; position: absolute; width: 50px; height: 37px; line-height: 1.3em; top: 0; left: 0; } + +.menu-collapse { cursor: pointer; height: 54px; width: 100%; font-size: 2em; text-align: center; line-height: 55px; display: block; color: #161311; } + +.page-topbar #main { padding-top: 64px; } +.page-topbar #content { margin-right: 0; } +.page-topbar #content .page-head { top: 65px; } +.page-topbar #content .page-title { padding-right: 75px; } +.page-topbar #content .page-breadcrumb { right: 75px; } + +.bootstrap { @-webkit-keyframes one { 0% { background-color: #00a4e7; } + 100% { background-color: white; } } + @-webkit-keyframes two { 0% { -webkit-box-shadow: #00a4e7 0 0 0 20px inset; box-shadow: #00a4e7 0 0 0 20px inset; } + 100% { -webkit-box-shadow: #00a4e7 0 in 0 0set; box-shadow: #00a4e7 0 in 0 0set; } } + @-webkit-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-moz-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-ms-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-o-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + } +.bootstrap .fixed-width-xs { width: 40px !important; } +.bootstrap .fixed-width-sm { width: 80px !important; } +.bootstrap .fixed-width-md { width: 120px !important; } +.bootstrap .fixed-width-lg { width: 160px !important; } +.bootstrap .fixed-width-xl { width: 200px !important; } +.bootstrap .fixed-width-xxl { width: 250px !important; } +@media (max-width: 480px) { .bootstrap .hidden-inline-xs { display: none !important; } } +.bootstrap .row-margin-bottom { margin-bottom: 15px; } +.bootstrap .row-margin-top { margin-top: 15px; } +.bootstrap .row-padding-top { padding-top: 15px; } +.bootstrap .thumbnail, .bootstrap .img-thumbnail { background-color: white; border-color: #cccccc !important; } +.bootstrap .highlight { background-color: yellow; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-weight: normal; font-size: 1.1em; letter-spacing: 0.0625em; background-color: #25a0ca; } +.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner { background-color: #5cb85c; } +.bootstrap .badge.badge-error, .bootstrap #header_notifs_icon_wrapper .badge-error.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-error.notifs_badge, .bootstrap .badge-error.module-badge-popular, .bootstrap .badge-error.module-badge-partner { background-color: #d9534f; } +.bootstrap .nav-tabs { border-bottom: none; } +.bootstrap .nav-tabs li a { font-size: 1.1em; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 300; } +.bootstrap .nav-tabs li.active a, .bootstrap .nav-tabs li.active a:hover, .bootstrap .nav-tabs li.active a:focus { background-color: white; } +.bootstrap .table tr.parent td { background-color: #eeeeee !important; border-bottom: solid 1px #cccccc !important; } +.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #f4c178; } +.bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #e17875; } +.bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #e17875; } +.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #7cc67c; } +.bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #7cc67c; } +.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #81cfe6; } +.bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #81cfe6; } +.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error { background-color: #f3f3f2; border-color: #f34794; color: #f01778; padding-right: 50px; position: relative; border: none; border-right: solid 3px #f34291; } +.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr { border-top-color: #f22f86; } +.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link { color: #c70d60; } +.bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f34291; } +.bootstrap .overflow-y { max-height: 200px; margin-bottom: 15px; overflow-y: auto; } +.bootstrap .table { border-collapse: separate; border-spacing: 0 0 0 2px; margin-bottom: 5px; } +.bootstrap .table thead > tr > th { border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb; } +.bootstrap .table thead > tr > th span.title_box { color: #656565; display: block; word-wrap: nowrap; white-space: nowrap; } +.bootstrap .table thead > tr > th span.title_box.active { font-weight: bold; } +.bootstrap .table thead > tr > th span.title_box a { text-decoration: none; } +.bootstrap .table thead > tr > th span.title_box a.active { color: black; } +.bootstrap .table thead > tr.filter > th { background-color: #ecf6fb; } +.bootstrap .table thead > tr.filter > th input[type="text"].filter, .bootstrap .table thead > tr.filter > th input[type="password"].filter, .bootstrap .table thead > tr.filter > th select.filter { font-size: 11px; border-color: #a0d0eb; } +.bootstrap .table input, .bootstrap .table select { margin: 0; } +.bootstrap .table tbody > tr > td { border-top: none; color: #666666; background-color: white; padding: 3px 7px; vertical-align: middle; word-wrap: nowrap; font-size: 12px; border-bottom: solid 1px #eaedef; } +.bootstrap .table tbody > tr.odd > td { background-color: #fcfdfe; } +.bootstrap .table tbody > tr:hover > td { background-color: #f4f8fb; } +.bootstrap .table td.center, .bootstrap .table th.center { text-align: center; } +.bootstrap .table td.pointer { cursor: pointer; } +.bootstrap .table td.dragHandle { cursor: move; } +.bootstrap .table td.actions { min-width: 200px; } +.bootstrap tr.highlighted td { background-color: #25a0ca !important; color: white !important; } +.bootstrap .bulk-actions { margin: 17px 0 0 0; } +.bootstrap .list-action-enable { font-size: 1.3em; display: inline-block; width: 30px; text-align: center; color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .list-action-enable.action-enabled { border: solid #5cb85c 1px; background-color: #80c780; } +.bootstrap .list-action-enable.action-disabled { border: solid #d9534f 1px; background-color: #e27c79; } +.bootstrap .list-action-enable:hover { color: white; } +.bootstrap .tree { padding: 0 20px 0 0; list-style: none; } +.bootstrap .tree input { margin-left: 4px; } +.bootstrap .tree i { font-size: 1.3em; } +.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name { padding: 0 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; font-weight: normal; } +.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.bootstrap .tree .tree-selected { background-color: #9bd8ed; } +.bootstrap .tree .tree-selected i.tree-dot { background-color: #25a0ca; } +.bootstrap .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 6px 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable { color: #cccccc; } +.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } +.bootstrap .tree-actions { display: inline-block; } +.bootstrap .tree-panel-heading-controls { margin: -20px -20px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.bootstrap .tree-actions .twitter-typeahead { padding: 0 4px 0 0; } +.bootstrap label.control-label { font-size: 13px; font-weight: normal; color: #666666; } +.bootstrap label.control-label span.label-tooltip { text-decoration: none; font-size: 13px; color: #3586ae; background-color: #edf7fb; border: none; border-bottom: solid 1px #d8edf7; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap label.required:before { content: "*"; color: red; font-size: 14px; position: relative; line-height: 12px; } +.bootstrap .tooltip { font-size: 12px; } +.bootstrap select.input-tiny, .bootstrap input[type="text"].input-tiny, .bootstrap input[type="password"].input-tiny { width: 80px; float: right; } +.bootstrap textarea { resize: none; } +.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus { background-color: #fefbe2; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn { text-transform: uppercase; } +.bootstrap .btn .caret { border-top-color: #333333 !important; } +.bootstrap .btn:hover .caret, .bootstrap .btn:focus .caret { border-top-color: white !important; } +.bootstrap .btn.btn-default { -webkit-box-shadow: #e6e6e6 0 in -2px 0set; box-shadow: #e6e6e6 0 in -2px 0set; } +.bootstrap .btn.btn-default:hover { -webkit-box-shadow: none; box-shadow: none; background-color: #25a0ca; color: white; border-color: #1d7e9f; } +.bootstrap .btn.btn-default:hover i { color: white; } +.bootstrap .btn.btn-primary { background-color: #25a0ca; color: white; border-color: #1d7e9f; } +.bootstrap .btn.btn-default[disabled] { border-color: #999999; color: #999999; background-color: #f2f2f2; -webkit-box-shadow: #cccccc 0 -2px 0 inset; box-shadow: #cccccc 0 -2px 0 inset; } +.bootstrap .dropdown-menu { text-align: right; } +.bootstrap .dropdown-menu > li a { padding: 5px 10px; } +.bootstrap .btn-group-action { width: 160px; float: left; } +.bootstrap .btn-group-action a { text-decoration: none; } +.bootstrap .tt-query { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } +.bootstrap .tt-dropdown-menu { background-color: white; border: solid 1px #cccccc; font-size: 0.9em; text-transform: none; } +.bootstrap .tt-suggestions { padding: 0 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; } +.bootstrap .tt-suggestion p { border-bottom: solid 1px #cccccc; margin: 0 !important; padding: 0 !important; } +.bootstrap .tt-suggestion:last-child p { border-bottom: none; } +.bootstrap .tagify-container { background-color: white; padding: 2px 6px; min-height: 30px; overflow: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; } +.bootstrap .tagify-container span { float: right; } +.bootstrap .tagify-container > span { display: inline-block; padding: 3px 5px; margin: 3px; border-radius: 2px; border: 1px solid #25a0ca; background-color: #5bbfe1; color: white; } +.bootstrap .tagify-container > span > a { padding-right: 5px; color: #25a0ca; text-decoration: none; font-weight: bold; } +.bootstrap .tagify-container > input { margin-top: 2px; border: 0 none; width: 100px; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .tagify-container > input:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .box-stats { background-color: white; } +.bootstrap .box-stats .boxchart-overlay { padding: 10px 10px 5px 10px; margin-left: 10px; float: right; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats i { float: right; height: 64px; width: 64px; margin-left: 10px; color: white; font-size: 42px; text-align: center; line-height: 64px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .title { color: #666666; display: block; } +.bootstrap .box-stats .value { font-size: 22px; } +.bootstrap .box-stats small { line-height: 0.3em; color: #aaaaaa; text-transform: uppercase; } +.bootstrap .box-stats:hover { text-decoration: none; } +.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay { background-color: #2ba8e3; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color1 .value { color: #2ba8e3; } +.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay { background-color: #ff5450; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color2 .value { color: #ff5450; } +.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay { background-color: #9e5ba1; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color3 .value { color: #9e5ba1; } +.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay { background-color: #95cc6b; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color4 .value { color: #95cc6b; } +.bootstrap .data_chart rect { fill: white; } +.bootstrap .data_chart path { stroke: white; stroke-width: 2; fill: none; } +.bootstrap .data_chart line { stroke: black; } +.bootstrap .data_chart .area { fill: rgba(255, 255, 255, 0.3); stroke-width: 0; } +.bootstrap .icon-big { font-size: 4em; color: #cccccc; } +.bootstrap .switch a, .bootstrap .switch-light span span { display: none; } +@media only screen { .bootstrap .switch-light { display: block; height: 26px; position: relative; overflow: visible; padding: 0; } + .bootstrap .switch-light * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch-light a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch-light label, .bootstrap .switch-light > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch-light label { position: relative; z-index: 3; display: block; width: 100%; } + .bootstrap .switch-light input { position: absolute; opacity: 0; z-index: 5; } + .bootstrap .switch-light input:checked ~ a { right: 0%; } + .bootstrap .switch-light > span { position: absolute; right: 0; width: 100%; margin: 0; text-align: right; } + .bootstrap .switch-light > span span { position: absolute; top: 0; right: 0; z-index: 5; display: block; width: 50%; text-align: center; } + .bootstrap .switch-light > span span:last-child { right: 50%; } + .bootstrap .switch-light a { position: absolute; right: 50%; top: 0; z-index: 4; display: block; width: 50%; height: 100%; padding: 0; } + .bootstrap .switch { display: block; height: 26px; position: relative; } + .bootstrap .switch * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch label, .bootstrap .switch > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch input { position: absolute; opacity: 0; } + .bootstrap .switch label { position: relative; z-index: 2; float: right; width: 50%; height: 100%; margin: 0; text-align: center; } + .bootstrap .switch a { position: absolute; top: 0; right: 0; padding: 0; z-index: 1; width: 50%; height: 100%; color: white; border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .switch input:last-of-type:checked ~ a { right: 50%; border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .switch input:disabled ~ a { border: solid 1px #b3b3b3; background-color: #cccccc; -webkit-box-shadow: #b3b3b3 0 in -1px 0set; box-shadow: #b3b3b3 0 in -1px 0set; } + .bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a { width: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a { right: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:last-of-type ~ a { right: 66.66667%; } + .bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a { width: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a { right: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a { right: 50%; } + .bootstrap .switch.switch-4 input:checked:last-of-type ~ a { right: 75%; } + .bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a { width: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a { right: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a { right: 40%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a { right: 60%; } + .bootstrap .switch.switch-5 input:checked:last-of-type ~ a { right: 80%; } + .bootstrap .prestashop-switch { min-width: 150px; background-color: #eeeeee; border-radius: 3px; color: #333333; text-align: center; font-weight: 400; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; } + .bootstrap .prestashop-switch * { outline: 0 !important; } + .bootstrap .prestashop-switch label { text-transform: uppercase; color: #bbbbbb; font-weight: 400; cursor: pointer; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } + .bootstrap .prestashop-switch input:checked + label { color: white; } + .bootstrap .prestashop-switch > span { color: #666666; text-transform: uppercase; cursor: pointer; } + .bootstrap .prestashop-switch.switch-light input:checked ~ a { border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type { color: white; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ a { border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type { color: white; } } +.bootstrap .page-head { width: 100%; height: 55px; padding: 0 0 0 0; margin: 0; border-bottom: 4px solid #1d7e9f; position: fixed; top: 36px; right: 0px; z-index: 499; background-color: #25a0ca; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; } +.bootstrap .page-head h2.page-title { position: relative; padding: 26px 280px 0 0; margin: 0; font-size: 20px; line-height: 1em; color: white; } +@media (max-width: 768px) { .bootstrap .page-head h2.page-title { padding: 26px 70px 0 0; } } +.bootstrap .page-head h2.page-title a { border-bottom: dotted 1px white; } +.bootstrap .page-head h2.page-title a:hover { color: black; border-color: black; } +.bootstrap .page-head a { color: white; text-decoration: none; } +.bootstrap .page-head ul.page-breadcrumb { position: absolute; list-style: none; margin: 0; padding: 0; right: 280px; top: 4px; height: 20px; line-height: 20px; color: black; background: transparent; font-size: 12px; color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +@media (max-width: 768px) { .bootstrap .page-head ul.page-breadcrumb { right: 70px; } } +.bootstrap .page-head ul.page-breadcrumb li { text-transform: uppercase; } +.bootstrap .page-head ul.page-breadcrumb li i { font-size: 14px; } +.bootstrap .page-head ul.page-breadcrumb li:first-child i { width: 54px; position: absolute; right: -60px; top: 2px; font-size: 42px; font-weight: 100; padding-left: 5px; color: rgba(0, 0, 0, 0.5); border-left: solid 1px #196d89; } +.bootstrap .page-head ul.page-breadcrumb li:before { color: #196d89; } +.bootstrap .page-head ul.page-breadcrumb li a { color: rgba(255, 255, 255, 0.6); } +.bootstrap .page-head ul.page-breadcrumb li a:hover { color: white; } +.bootstrap .page-head .btn-toolbar { margin: 0; padding: 0; } +.bootstrap .page-head .btn-toolbar > ul.nav, .bootstrap .page-head .btn-toolbar > ul#header_notifs_icon_wrapper, .bootstrap .page-head .btn-toolbar > ul#header_employee_box, .bootstrap .page-head .btn-toolbar > ul#header_quick { position: relative; top: 3px; } +.bootstrap .toolbar_btn { height: 46px; position: relative; padding: 2px 5px !important; margin-left: 3px; font-size: 12px; color: white; text-align: center; text-shadow: none; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +@media (max-width: 992px) { .bootstrap .toolbar_btn { width: 46px; border: solid 1px #196d89; font-size: 11px; } } +.bootstrap .toolbar_btn:hover { color: #25a0ca; border-color: white; background-color: white !important; } +.bootstrap .page-header-toolbar-back { border: none !important; display: inline-block; } +.bootstrap #datepicker .input-selected { margin: 0; } +.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected { border: solid 3px #00a4e7; } +.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected { border: solid 3px #ff8000; } +.bootstrap #datepicker div#datepicker-form #date-range { border: solid 1px #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading { background-color: #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-compare { border: solid 1px #e67300; } +.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading { background-color: #e67300; } +.bootstrap #datepicker div#datepicker-form .form-date-heading { height: 30px; line-height: 30px; padding: 0 8px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label { font-size: 1.15em; color: white; font-weight: 200; text-transform: uppercase; line-height: 2em; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default { background-color: rgba(255, 255, 255, 0.3); font-weight: 700; color: white; border: none; } +.bootstrap #datepicker div#datepicker-form .form-date-heading select { margin: 2px 0 0 2px; } +.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions { width: 100%; padding: 10px; background-color: white; display: inline-block; } +.bootstrap #datepicker div#datepicker-form .form-date-actions { border: solid 1px #cccccc; } +.bootstrap #datepicker div#datepicker-form .form-date-group { clear: both; width: 100%; margin: 0 auto 6px auto; } +.bootstrap #datepicker div#datepicker-form .form-date-group label { font-size: 0.8em; font-weight: 700; text-transform: uppercase; color: #666666; } +.bootstrap #datepicker div#datepicker-form .form-date-group input { margin: 4px 0 0 4px; } +.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] { width: 35%; } +.bootstrap #datepicker div#datepicker-form .form-date-group button { margin: 5px 0 0 0; } +.bootstrap #datepicker .daterangepicker { position: relative; margin: 0 0 8px 0; width: 100%; font-size: 13px; border: solid 1px #cccccc; } +.bootstrap #datepicker .daterangepicker table { width: 100%; margin: 0; border-spacing: 1px; } +.bootstrap #datepicker .daterangepicker thead tr th { background-color: #0092ce; color: white; font-size: 0.7em; height: 1.5em; text-transform: uppercase; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { background-color: white; border-bottom: 1px solid #0092ce; font-weight: 200; font-size: 1.4em; color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th { text-align: center; padding: 0; position: relative; } +.bootstrap #datepicker .daterangepicker tr { border-bottom: solid 1px white; } +.bootstrap #datepicker .daterangepicker td { color: #00a4e7; height: 2.4em; padding: 0 8px; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap #datepicker .daterangepicker td.day:after { content: ""; position: absolute; display: block; top: 0; right: 0; width: 100%; z-index: 0; background-color: transparent; } +.bootstrap #datepicker .daterangepicker td.day:hover { cursor: pointer; } +.bootstrap #datepicker .daterangepicker td.day.disabled { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare { background-color: #4ca0b1; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare { background-color: #4ca0b1; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range { background-color: #ba924c; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range { background-color: #ba924c; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare { background-color: #4ca0b1; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #ff8000; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range { background-color: #ba924c; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.range { color: #cef1ff; background-color: #1bbdff; } +.bootstrap #datepicker .daterangepicker td.range.range-compare { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.range-compare { color: #fff2e5; background-color: #ff9933; } +.bootstrap #datepicker .daterangepicker td.range-compare.range { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.today { background-color: white; } +.bootstrap #datepicker .daterangepicker td span { padding: 0; display: block; width: 33.333%; height: 3em; line-height: 3em; font-weight: 400; float: right; text-transform: uppercase; cursor: pointer; } +.bootstrap #datepicker .daterangepicker td span:hover { color: white; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td span.active { background-color: #00a4e7; color: white; } +.bootstrap #datepicker .daterangepicker td span.old { color: #cccccc; } +.bootstrap #datepicker .daterangepicker th.next { text-align: left; padding: 0 0 0 10px; } +.bootstrap #datepicker .daterangepicker th.prev { text-align: right; padding: 0 10px 0 0; } +.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch { font-size: 1.3em; line-height: 2em; height: 2em; } +.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover { background-color: #0092ce; color: white; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { cursor: pointer; } +.bootstrap .chevron-left, .bootstrap .chevron-right { position: relative; } +.bootstrap .chevron-left:before, .bootstrap .chevron-right:before { display: block; content: ""; width: 0; height: 0; border-style: solid; position: absolute; } +.bootstrap .chevron-left:before { left: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #00a4e7 transparent transparent; background-color: #1bbdff; } +.bootstrap .chevron-right:before { right: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #1bbdff transparent transparent; background-color: #00a4e7; } +.bootstrap .input-complete { -webkit-animation: one 0.2s ease-in-out; -moz-animation: one 0.2s ease-in-out; -ms-animation: one 0.2s ease-in-out; -o-animation: one 0.2s ease-in-out; animation: one 0.2s ease-in-out; } +.bootstrap .multishop-well { padding: 20px 20px 10px; margin-bottom: 15px; background-color: #faf8f0; border: none; border-right: 3px solid #fbeccb; } +.bootstrap [class^="icon-Admin"] { margin-left: 4px; text-align: center; } +.bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { display: block; } +.bootstrap #carrier_wizard { position: relative; display: block; } +.bootstrap #carrier_wizard .stepContainer { position: relative; display: block; clear: both; } +.bootstrap #carrier_wizard .stepContainer div.content { position: absolute; display: block; width: 100%; clear: both; } +.bootstrap #carrier_wizard .stepContainer .StepTitle { display: block; position: relative; clear: both; } +.bootstrap #carrier_wizard ul.anchor { position: relative; display: block; float: right; list-style: none; padding: 0; margin: 0 0 10px 0; clear: both; width: 100%; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li { width: 25%; float: right; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li { width: 25%; float: right; } +.bootstrap #carrier_wizard li { position: relative; display: block; overflow: hidden; } +.bootstrap #carrier_wizard li a { color: #cccccc; height: 32px; display: block; position: relative; margin: 0 0 0 16px; text-decoration: none; outline-style: none; } +.bootstrap #carrier_wizard li a .stepNumber { position: relative; float: right; width: 24px; height: 32px; margin-left: 3px; text-align: center; padding: 0 5px; font-size: 30px; line-height: 32px; color: white; } +.bootstrap #carrier_wizard li a .stepDesc { position: relative; text-align: right; font-size: 13px; height: 32px; display: table-cell; vertical-align: middle; line-height: 13px; } +.bootstrap #carrier_wizard li a .chevron { border: 16px solid transparent; border-right: 14px solid white; border-left: 0; position: absolute; left: -16px; top: 0; } +.bootstrap #carrier_wizard li a .chevron:after { border: 16px solid transparent; border-right: 14px solid #cccccc; border-left: 0; position: absolute; content: ""; left: 2px; top: -16px; } +.bootstrap #carrier_wizard li a.disabled { color: #777777; background-color: #cccccc; } +.bootstrap #carrier_wizard li a.disabled .chevron:after { border-right: 14px solid #cccccc; } +.bootstrap #carrier_wizard li a.selected { color: #f8f8f8; cursor: text; background-color: #423732; } +.bootstrap #carrier_wizard li a.selected .chevron:after { border-right: 14px solid #423732; } +.bootstrap #carrier_wizard li a.done { color: white; background-color: #5cb85c; } +.bootstrap #carrier_wizard li a.done .chevron:after { border-right: 14px solid #5cb85c; } +.bootstrap #carrier_wizard .loader { display: none; } +.bootstrap #carrier_wizard .msgBox { position: relative; display: none; float: right; margin: 4px 5px 0 0; padding: 5px; border: 1px solid gold; background-color: #ffffdd; color: #5a5655; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap #carrier_wizard .msgBox .content { padding: 0px; float: right; } +.bootstrap #carrier_wizard #carrier_logo_block { left: 10px; } +.bootstrap #carrier_wizard .range_inf td, .bootstrap #carrier_wizard .range_sup td { background-color: #cccccc; } +.bootstrap #carrier_wizard .range_type { width: 220px; text-align: left; font-weight: bold; } +.bootstrap #carrier_wizard .range_data { width: 110px; } +.bootstrap #carrier_wizard .range_sign { width: 18px; font-size: 20px; text-align: center; } +.bootstrap #carrier_wizard .range_data_new { width: 110px; } +.bootstrap #carrier_wizard table#zones_table { width: auto; } +.bootstrap #carrier_wizard .field_error { border-color: #d9534f; } +.bootstrap #carrier_wizard .actionBar { height: 30px; } +.bootstrap #carrier_wizard .actionBar a { float: left; margin-left: 10px; } +.bootstrap .size_s { font-size: 1.1em; } +.bootstrap .size_md { font-size: 1.3em; } +.bootstrap .size_l { font-size: 1.7em; } +.bootstrap .size_xl { font-size: 2em; } +.bootstrap .size_xxl { font-size: 2.3em; } +.bootstrap .number-monospace { font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif !important; word-spacing: -0.3em; font-weight: 200; } +.bootstrap .color_success { color: #5cb85c; } +.bootstrap .color_danger { color: #d9534f; } +.bootstrap .dash_trend_down { color: red; } +.bootstrap .dash_trend_down:before { margin-left: 4px; font-family: FontAwesome; content: "\f0ab"; } +.bootstrap .dash_trend_up { color: green; } +.bootstrap .dash_trend_up:before { margin-left: 4px; font-family: FontAwesome; content: "\f0aa"; } +.bootstrap .dash_trend_right { color: darkblue; } +.bootstrap .dash_trend_right:before { margin-left: 4px; font-family: FontAwesome; content: "\f0a9"; } +.bootstrap .box-stats { height: 70px; } +.bootstrap #dashboard section > section header { padding: 3px 8px; margin: 0 0 3px 0; color: white; font-size: 1.2em; background-color: #25a0ca; } +.bootstrap #dashboard section > section header .small { display: block; clear: both; font-variant: small-cap; text-transform: uppercase; font-size: 0.8em; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard .data_list { margin: 0 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list li { position: relative; } +.bootstrap #dashboard .data_list .data_value { line-height: 39px; position: absolute; top: 0; left: 0; padding: 0 0 0 10px; } +.bootstrap #dashboard .data_list_small { margin: 8px 0 10px 0; padding: 0 0 0 0; border-top: solid 1px #dddddd; } +.bootstrap #dashboard .data_list_small li { padding: 3px 0; position: relative; border: none; margin: 0; border-bottom: dashed 1px #dddddd; } +.bootstrap #dashboard .data_list_small .data_label { text-transform: uppercase; color: #bbbbbb; } +.bootstrap #dashboard .data_list_small .data_value { line-height: 25px; position: absolute; top: 0; left: 0; padding: 0; } +.bootstrap #dashboard .data_list_large { margin: 8px 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list_large li { padding: 6px 0; position: relative; border: none; margin: 0; } +.bootstrap #dashboard .data_list_large .data_label { line-height: 0.8em; } +.bootstrap #dashboard .data_list_large .data_label small { font-size: 0.6em; } +.bootstrap #dashboard .data_list_large .data_value { text-align: left; line-height: 0.6em; position: absolute; top: 0; left: 0; padding: 8px 0 0 0; } +.bootstrap #dashboard .data_list_large .data_value small { font-size: 0.5em; } +.bootstrap #dashboard .data_list_vertical { padding: 0; margin: 0 0 10px 0; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap #dashboard .data_list_vertical li { border-right: solid 1px #dddddd; padding: 6px; } +.bootstrap #dashboard .data_list_vertical li:first-child { border: none; } +.bootstrap #dashboard .data_list_vertical .data_label { min-height: 32px; display: block; line-height: 1em; text-align: center; } +.bootstrap #dashboard .data_list_vertical .data_value { display: block; text-align: center; } +.bootstrap #dashboard #dashtrends header { margin-bottom: 0; } +.bootstrap #dashboard #dashtrends #dashtrends_toolbar { margin: 0 -16px 10px; } +.bootstrap #dashboard #dashtrends dl { cursor: pointer; margin: 0; min-height: 90px; text-align: center; background-color: white; padding: 10px; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } +.bootstrap #dashboard #dashtrends dl:first-child { border-right: none; } +.bootstrap #dashboard #dashtrends dl.active { background-color: #25a0ca; -webkit-box-shadow: white 0 2px 0 0 inset; box-shadow: white 0 2px 0 0 inset; } +.bootstrap #dashboard #dashtrends dl.active dt { color: white; font-size: 1.2em; } +.bootstrap #dashboard #dashtrends dl.active dd { color: white; } +.bootstrap #dashboard #dashtrends dt { text-align: center; height: 37px; line-height: 1em; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard #dashtrends dd span { font-size: 0.9em; white-space: nowrap; } +.bootstrap #dashboard #dashtrends svg { height: 350px; } +.bootstrap #dashboard #dashgoals svg { height: 250px; } +.bootstrap #dashboard #dashproducts nav { margin-bottom: 10px; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; } +.bootstrap #dashboard #dashaddons { background-color: white; border: 1px dashed silver; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 10px 20px; font-size: 1.3em; text-align: center; } +.bootstrap #dashboard #dashaddons a { display: block; } +.bootstrap #dashboard #dashaddons a:hover { text-decoration: none; } +.bootstrap #dashboard #dashactivity svg { height: 150px; } +.bootstrap #dashboard .loading .data_value { min-width: 30px; text-align: center; } +.bootstrap #dashboard .loading .data_value:before { font-size: 0.7em; font-family: FontAwesome; content: "\f021"; color: #cccccc; } +.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small { display: none; } +.bootstrap #dashboard .loading .data_trend { display: none; } +.bootstrap #dashboard .tooltip-panel { padding: 10px; min-width: 150px; } +.bootstrap #dashboard .tooltip-panel-heading { font: 400 1.2em/1.42857 "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #cccccc; } +.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; animation-name: bounceG; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-direction: linear; animation-direction: linear; -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -ms-transform: scaleX(0.7); -o-transform: scaleX(0.7); transform: scaleX(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); -ms-transform: scaleY(0.7); -o-transform: scaleY(0.7); transform: scaleY(0.7); } +.bootstrap #dash_version { padding: 0 !important; overflow: hidden; } +.bootstrap #dash_version iframe { height: 80px; width: 100%; } +.bootstrap #login { height: 100%; background-color: #092756; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756)); background: -webkit-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(right top, #670d10, #092756); background: -moz-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(right top, #670d10, #092756); background: -o-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(right top, #670d10, #092756); background: radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(right top, #670d10, #092756); } +.bootstrap #login-header { padding-top: 40px; margin-bottom: 30px; color: white; } +.bootstrap #login-header h1, .bootstrap #login-header h4 { margin: 0; padding: 0; } +.bootstrap #login-panel { margin: 0 auto; width: 420px; } +@media (max-width: 480px) { .bootstrap #login-panel { width: 90%; } } +.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel { -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; } +.bootstrap #login-panel .panel-footer { height: inherit; margin: 0 -20px -20px; } +.bootstrap #login-panel .flip-container { height: 370px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } +.bootstrap #login-panel .flip-container.flip .flipper { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel .flipper { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } +.bootstrap #login-panel .front, .bootstrap #login-panel .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; width: 100%; padding: 20px; position: absolute; top: 0; right: 0; } +.bootstrap #login-panel .front { z-index: 2; } +.bootstrap #login-panel .back { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel #remind-me { margin-top: 0; } +.bootstrap #login-footer a { color: #a0aab5; } +.bootstrap #module-list h3 { position: relative; top: 0; right: 0; margin: 0; padding: 0; background-color: transparent; color: #423732; font-weight: 500; } +.bootstrap .hook_panel { -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; padding: 10px 10px 5px 10px; margin-bottom: 3px !important; } +.bootstrap .module_name { font-size: 1.2em; } +.bootstrap .hook_panel_header { margin: 0 -10px 0 -10px; padding: 0 10px 10px 10px; } +.bootstrap .hook_panel_header .hook_name { font-weight: 400; font-size: 1.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #25a0ca; border: solid 1px #cccccc; background-color: white; padding: 0 4px; } +.bootstrap .hook_panel_header .hook_title { text-transform: uppercase; font-size: 1em; } +.bootstrap .hook_panel_header .hook_description { padding: 3px 3px 0 0; } +.bootstrap #modules_list_container_tab img { max-width: 66px; } +.bootstrap .module_list .module_list_item { display: table; width: 100%; padding: 5px 0; margin-bottom: 4px; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .module_list .draggable { cursor: pointer; } +.bootstrap .module_col_select { display: table-cell; width: 22px; min-height: 35px; vertical-align: middle; text-align: center; border-left: 1px solid #dddddd; } +.bootstrap .module_col_position { display: table-cell; width: 60px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_position .positions { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; text-shadow: white 1px 1px; padding: 0 5px; font-size: 1.6em; color: #aaaaaa; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; border: solid 1px #cccccc; background-color: #eeeeee; cursor: n-resize; } +.bootstrap .module_col_icon { display: table-cell; width: 50px; text-align: center; vertical-align: middle; } +.bootstrap .module_col_infos { display: table-cell; height: 50px; vertical-align: middle; } +.bootstrap .module_col_actions { display: table-cell; width: 160px; padding: 0 10px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_actions .btn-group { text-align: right; } +.bootstrap li.sortable-placeholder { border: 1px dashed #cccccc; background-color: #bbbbbb; margin-bottom: 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap td.module_active { background-color: #80c780 !important; } +.bootstrap td.module_inactive { background-color: #d5d5d5 !important; } +.bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-size: 12px; } +.bootstrap .module-badge-popular { background-color: #f01778; } +.bootstrap .module-badge-partner { background-color: #25a0ca; } +.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel { padding: 0; margin: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; box-shadow: 0; } +.bootstrap #translations_form .translations-email-panel { margin: 0 20px 8px 0; padding: 8px 12px; } +.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea { width: 100%; height: 500px; } +.bootstrap #translations_form .panel-group { display: none; } +.bootstrap #translations_form a.panel-title i { display: none; } +.bootstrap #translations_form a.panel-title:hover { text-decoration: none; } +.bootstrap #translations_form a.panel-title:hover i { display: inline-block; } +.bootstrap #translations_form .mails_field { border-bottom: 1px solid #eeeeee; padding-bottom: 8px; margin-bottom: 16px; } +.bootstrap #translations_form .mails_field ul.nav-pills { margin-bottom: 5px; } +.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner { font-size: 12px; } +.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner { color: #d9534f; border: solid 2px #d9534f; background-color: transparent; } +.bootstrap #translations_form .mails_field .panel-footer { margin: 0 -15px; } +.bootstrap .employee_avatar { display: block !important; margin: 10px auto !important; text-align: center; -webkit-box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; } +.bootstrap .avatar-xs { height: 16px; width: 16px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; } +.bootstrap .avatar-xs img { width: 100%; height: 100%; } +.bootstrap .avatar-xs i { font-size: 10.66667px; line-height: 16px; } +.bootstrap .avatar-sm, .bootstrap .employee_avatar_small { height: 32px; width: 32px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; } +.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img { width: 100%; height: 100%; } +.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i { font-size: 21.33333px; line-height: 32px; } +.bootstrap .avatar-md { height: 64px; width: 64px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 64px; -moz-border-radius: 64px; -ms-border-radius: 64px; -o-border-radius: 64px; border-radius: 64px; } +.bootstrap .avatar-md img { width: 100%; height: 100%; } +.bootstrap .avatar-md i { font-size: 42.66667px; line-height: 64px; } +.bootstrap .avatar-lg, .bootstrap .employee_avatar { height: 96px; width: 96px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 96px; -moz-border-radius: 96px; -ms-border-radius: 96px; -o-border-radius: 96px; border-radius: 96px; } +.bootstrap .avatar-lg img, .bootstrap .employee_avatar img { width: 100%; height: 100%; } +.bootstrap .avatar-lg i, .bootstrap .employee_avatar i { font-size: 64px; line-height: 96px; } +.bootstrap .avatar-xl { height: 128px; width: 128px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 128px; -moz-border-radius: 128px; -ms-border-radius: 128px; -o-border-radius: 128px; border-radius: 128px; } +.bootstrap .avatar-xl img { width: 100%; height: 100%; } +.bootstrap .avatar-xl i { font-size: 85.33333px; line-height: 128px; } +.bootstrap .message-item-initial h2 { font-size: 1.5em; margin: 0 0 5px 0; } +.bootstrap .message-item-initial .message-item-initial-body { position: relative; margin-top: 10px; } +.bootstrap .message-item-initial .message-date { color: #bbbbbb; margin-bottom: 10px; } +.bootstrap .message-item { position: relative; border-bottom: solid 1px #eeeeee; margin-right: 30px; } +.bootstrap .message-item:last-child { border: none; } +.bootstrap .message-item .message-item-heading { display: inline-block; } +.bootstrap .message-item .message-body { margin: 0 80px 0 0; } +.bootstrap .message-item .message-body .message-item-text { padding: 0 10px 0 0; border-right: 2px solid #cccccc; } +.bootstrap .message-item .message-avatar { position: absolute; top: 0; right: 0; } +.bootstrap .message-item .message-date { color: #bbbbbb; } +.bootstrap .arrow:before, .bootstrap .arrow:after { position: absolute; display: inline-block; border-color: transparent; border-style: solid; content: ""; } +.bootstrap .arrow-left:before { margin-right: -7px; top: 6px; right: 0px; border-left-color: #d1d4d7; border-width: 7px 0 7px 7px; } +.bootstrap .arrow-left:after { margin-right: -6px; top: 7px; right: 0px; border-left-color: white; border-width: 6px 0 6px 6px; } +.bootstrap .arrow-right:before { margin-left: -7px; top: 6px; left: 0px; border-right-color: #d1d4d7; border-width: 7px 7px 7px 0; } +.bootstrap .arrow-right:after { margin-left: -6px; top: 7px; left: 0px; border-right-color: white; border-width: 6px 6px 6px 0; } +.bootstrap .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } +.bootstrap .timeline:before { content: ""; width: 6px; margin-right: -4px; position: absolute; right: 50%; top: 0; bottom: 30px; background-color: #dddddd; z-index: 0; } +.bootstrap .timeline .timeline-item { display: table-row; } +.bootstrap .timeline .timeline-item .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } +.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { -webkit-box-shadow: 0; box-shadow: 0; display: inline-block; position: relative; margin-right: 42px; position: relative; text-align: right; } +.bootstrap .timeline .timeline-item .timeline-caption h5 { margin: 0; } +.bootstrap .timeline .timeline-item .timeline-caption h5 span { display: block; color: #999999; margin-bottom: 4px; font-size: 12px; } +.bootstrap .timeline .timeline-item .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } +.bootstrap .timeline .timeline-item .timeline-date { position: absolute; width: 150px; right: -220px; top: 10px; text-align: left; } +.bootstrap .timeline .timeline-item .timeline-icon { position: absolute; right: -62px; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; top: -2px; text-align: center; border: 2px solid white; background-color: #666666; } +.bootstrap .timeline .timeline-item .timeline-icon i { font-size: 20px; margin-top: 5px; color: white; } +.bootstrap .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after { content: ""; display: block; width: 50%; } +.bootstrap .timeline .timeline-item.alt { text-align: left; } +.bootstrap .timeline .timeline-item.alt:before { display: none; } +.bootstrap .timeline .timeline-item.alt .timeline-panel { margin-left: 40px; margin-right: 0; } +.bootstrap .timeline .timeline-item.alt .timeline-date { right: auto; left: -220px; text-align: right; } +.bootstrap .timeline .timeline-item.alt .timeline-icon { right: auto; left: -60px; } +.bootstrap .timeline .timeline-item.active { display: table-caption; text-align: center; } +.bootstrap .timeline .timeline-item.active:before { width: 1%; } +.bootstrap .timeline .timeline-item.active .timeline-panel { margin-right: 0; } +.bootstrap .timeline .timeline-item.active .timeline-caption { display: inline-block; width: auto; } +.bootstrap .timeline .timeline-item.active .timeline-date, .bootstrap .timeline .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } +.bootstrap .command-danger { background-color: #d9534f !important; } +.bootstrap .command-success { background-color: #5cb85c !important; } + +/* jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4 */ +#growls { z-index: 50000; position: fixed; } +#growls.default { top: 100px; left: 10px; } +#growls.tl { top: 10px; right: 10px; } +#growls.tr { top: 10px; left: 10px; } +#growls.bl { bottom: 10px; right: 10px; } +#growls.br { bottom: 10px; left: 10px; } + +.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } +.growl.growl-incoming { opacity: 0; } +.growl.growl-outgoing { opacity: 0; } +.growl.growl-small { width: 200px; padding: 5px; margin: 5px; } +.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; } +.growl.growl-large { width: 300px; padding: 15px; margin: 15px; } +.growl.growl-default { color: white; background: gray; } +.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); } +.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); } +.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); } +.growl .growl-close { cursor: pointer; float: left; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; } +.growl .growl-title { font-size: 18px; line-height: 24px; } +.growl .growl-message { font-size: 14px; line-height: 18px; } + +/* @group Base */ +.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.chosen-container .chosen-drop { position: absolute; top: 100%; right: -9999px; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.chosen-container.chosen-with-drop .chosen-drop { right: 0; } +.chosen-container a { cursor: pointer; } + +/* @end */ +/* @group Single Chosen */ +.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 8px 0 0; height: 27px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background-clip: padding-box; box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); } +.chosen-container-single .chosen-default { color: #999; } +.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-left: 26px; text-overflow: ellipsis; white-space: nowrap; } +.chosen-container-single .chosen-single-with-deselect span { margin-left: 38px; } +.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; left: 26px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single .chosen-single div { position: absolute; top: 0; left: 0; display: block; width: 18px; height: 100%; } +.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("../img/chosen-sprite.png") no-repeat 0px 4px; } +.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; } +.chosen-container-single .chosen-search input[type="text"] { margin: 1px 0; padding: 4px 5px 4px 20px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url("../img/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 4px 4px 0; background-clip: padding-box; } +.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; right: -9999px; } + +/* @end */ +/* @group Results */ +.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 0 4px 4px; padding: 0 4px 0 0; max-height: 240px; -webkit-overflow-scrolling: touch; } +.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; -webkit-touch-callout: none; } +.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; } +.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; } +.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; } +.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; } +.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; } +.chosen-container .chosen-results li.group-option { padding-right: 15px; } +.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; } + +/* @end */ +/* @group Multi Chosen */ +.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #aaa; background-color: #fff; cursor: text; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-multi .chosen-choices li { float: right; list-style: none; } +.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; } +.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #666; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; } +.chosen-container-multi .chosen-choices li.search-field .default { color: #999; } +.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 5px 3px 20px; border: 1px solid #aaa; border-radius: 3px; background-color: #e4e4e4; background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; left: 3px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; } +.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-left: 5px; border: 1px solid #ccc; background-color: #e4e4e4; color: #666; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; } +.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; } +.chosen-container-multi .chosen-results { margin: 0; padding: 0; } +.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; } + +/* @end */ +/* @group Active */ +.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); box-shadow: 0 1px 0 #fff inset; } +.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; background: transparent; } +.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; } +.chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } +.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; } + +/* @end */ +/* @group Disabled Support */ +.chosen-disabled { opacity: 0.5 !important; cursor: default; } +.chosen-disabled .chosen-single { cursor: default; } +.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } + +/* @end */ +/* @group Right to Left */ +.chosen-rtl { text-align: left; } +.chosen-rtl .chosen-single { overflow: visible; padding: 0 0 0 8px; } +.chosen-rtl .chosen-single span { margin-left: 0; margin-right: 26px; direction: rtl; } +.chosen-rtl .chosen-single-with-deselect span { margin-right: 38px; } +.chosen-rtl .chosen-single div { left: auto; right: 3px; } +.chosen-rtl .chosen-single abbr { left: auto; right: 26px; } +.chosen-rtl .chosen-choices li { float: left; } +.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; } +.chosen-rtl .chosen-choices li.search-choice { margin: 3px 0 3px 5px; padding: 3px 19px 3px 5px; } +.chosen-rtl .chosen-choices li.search-choice .search-choice-close { left: auto; right: 4px; } +.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { right: 9999px; } +.chosen-rtl.chosen-container-single .chosen-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; } +.chosen-rtl .chosen-results li.group-option { padding-left: 15px; padding-right: 0; } +.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; } +.chosen-rtl .chosen-search input[type="text"] { padding: 4px 20px 4px 5px; background: white url("../img/chosen-sprite.png") no-repeat -30px -20px; direction: rtl; background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; } +.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; } + +/* @end */ +/* @group Retina compatibility */ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("../img/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } } +/* @end */ +/*! + * Ladda + * http://lab.hakim.se/ladda + * MIT licensed + * + * Copyright (C) 2013 Hakim El Hattab, http://hakim.se + */ +.ladda-button { position: relative; } +.ladda-button .ladda-spinner { position: absolute; z-index: 2; display: inline-block; width: 32px; height: 32px; top: 50%; margin-top: -16px; opacity: 0; pointer-events: none; } +.ladda-button .ladda-label { position: relative; z-index: 3; } +.ladda-button .ladda-progress { position: absolute; width: 0; height: 100%; right: 0; top: 0; background: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; -webkit-transition: 0.1s linear all !important; -moz-transition: 0.1s linear all !important; -ms-transition: 0.1s linear all !important; -o-transition: 0.1s linear all !important; transition: 0.1s linear all !important; } +.ladda-button .ladda-progress[data-loading] .ladda-progress { opacity: 1; visibility: visible; } + +.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label { -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; } + +.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -ms-transition: 0.3s ease all !important; -o-transition: 0.3s ease all !important; transition: 0.3s ease all !important; } + +.ladda-button[data-style=expand-left] .ladda-spinner { left: 14px; } +.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left: 4px; } +.ladda-button[data-style=expand-left][data-loading] { padding-left: 56px; } +.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left: 40px; } + +.ladda-button[data-style=expand-right] .ladda-spinner { right: 14px; } +.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner { right: 4px; } +.ladda-button[data-style=expand-right][data-loading] { padding-right: 56px; } +.ladda-button[data-style=expand-right][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] { padding-right: 40px; } + +.ladda-button[data-style=expand-up] { overflow: hidden; } +.ladda-button[data-style=expand-up] .ladda-spinner { top: -32px; right: 50%; margin-right: -16px; } +.ladda-button[data-style=expand-up][data-loading] { padding-top: 54px; } +.ladda-button[data-style=expand-up][data-loading] .ladda-spinner { opacity: 1; top: 14px; margin-top: 0; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] { padding-top: 32px; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner { top: 4px; } + +.ladda-button[data-style=slide-right] { overflow: hidden; } +.ladda-button[data-style=slide-right] .ladda-label { position: relative; } +.ladda-button[data-style=slide-right] .ladda-spinner { right: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-right][data-loading] .ladda-label { opacity: 0; right: -100%; } +.ladda-button[data-style=slide-right][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-left] { overflow: hidden; } +.ladda-button[data-style=slide-left] .ladda-label { position: relative; } +.ladda-button[data-style=slide-left] .ladda-spinner { left: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-left][data-loading] .ladda-label { opacity: 0; right: 100%; } +.ladda-button[data-style=slide-left][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-up] { overflow: hidden; } +.ladda-button[data-style=slide-up] .ladda-label { position: relative; } +.ladda-button[data-style=slide-up] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: 1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-label { opacity: 0; top: -1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=slide-down] { overflow: hidden; } +.ladda-button[data-style=slide-down] .ladda-label { position: relative; } +.ladda-button[data-style=slide-down] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: -2em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-label { opacity: 0; top: 1em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=zoom-out] { overflow: hidden; } +.ladda-button[data-style=zoom-out] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(2.5); -moz-transform: scale(2.5); -ms-transform: scale(2.5); -o-transform: scale(2.5); transform: scale(2.5); } +.ladda-button[data-style=zoom-out] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-out][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } +.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=zoom-in] { overflow: hidden; } +.ladda-button[data-style=zoom-in] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } +.ladda-button[data-style=zoom-in] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-in][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -ms-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); } +.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=contract] { overflow: hidden; width: 100px; } +.ladda-button[data-style=contract] .ladda-spinner { right: 50%; margin-right: -16px; } + +.ladda-button[data-style=contract][data-loading] { border-radius: 50%; width: 52px; } +.ladda-button[data-style=contract][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[data-style=contract-overlay] { overflow: hidden; width: 100px; box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0); } +.ladda-button[data-style=contract-overlay] .ladda-spinner { right: 50%; margin-right: -16px; } +.ladda-button[data-style=contract-overlay][data-loading] { border-radius: 50%; width: 52px; /*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */ box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0.8); } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[disabled], .ladda-button[data-loading] { border-color: rgba(0, 0, 0, 0.07); cursor: default; background-color: #999999; } +.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default; background-color: #999999; } +.ladda-button[data-size=xs] { padding: 4px 8px; } +.ladda-button[data-size=xs] .ladda-label { font-size: 0.7em; } +.ladda-button[data-size=s] { padding: 6px 10px; } +.ladda-button[data-size=s] .ladda-label { font-size: 0.9em; } +.ladda-button[data-size=l] .ladda-label { font-size: 1.2em; } +.ladda-button[data-size=xl] .ladda-label { font-size: 1.5em; } + +.nobootstrap { background-color: white; min-width: 1200px; padding: 100px 30px; } +.nobootstrap form p { margin: 0.5em 0 0; padding: 0 0 0.5em; } +.nobootstrap fieldset { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; } +.nobootstrap fieldset img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap legend { background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap legend a { color: #585984; text-decoration: none; } +.nobootstrap label { color: #585a69; text-shadow: 0 1px 0 white; float: right; width: 250px; padding: 0.2em 0 0 0.5em; text-align: left; font-weight: bold; } +.nobootstrap label.t { float: none; clear: none; padding: 0 5px 0; margin: 0px; font-weight: normal; font-size: 12px; text-shadow: none; } +.nobootstrap .clear { clear: both; } +.nobootstrap .margin-form { padding: 0 260px 1em 0; color: #7f7f7f; font-size: 0.85em; } +.nobootstrap .button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap input { vertical-align: middle; } +.nobootstrap select { border: 1px solid #cccccc; font-size: 12px; } +.nobootstrap input, .nobootstrap textarea, .nobootstrap option { color: black; font-size: 12px; margin: 0; padding: 0; } +.nobootstrap input[type="text"], .nobootstrap input[type="password"], .nobootstrap input[type="file"], .nobootstrap textarea { border: 1px solid #cccccc; background-color: white; padding: 2px 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } +.nobootstrap .table_grid { width: 100%; } +.nobootstrap .table { background-color: white; border: 1px solid #cccccc; padding: 0; border-radius: 3px; } +.nobootstrap .table th a { text-decoration: underline; } +.nobootstrap .table th a:hover { text-decoration: none; } +.nobootstrap .table tr th { background-color: #f1f1f1; color: #333333; font-size: 13px; padding: 4px 6px; text-align: right; } +.nobootstrap .table tr th.right { text-align: center; } +.nobootstrap .table tr td { border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; padding: 4px 6px 4px 4px; } +.nobootstrap .table tr.row_hover.filter:hover td { background: #f1f9ff; } +.nobootstrap .table tr td.row_hover:hover table tr td { background: none; } +.nobootstrap .table tr.action_details td { background: #fafafa; } +.nobootstrap .table tr.alt_row.action_details td { background: #e8e8e8; } +.nobootstrap .table tr td.empty { background: white !important; border-bottom: none; } +.nobootstrap .table tr td.first { border-right: 1px solid #dedede; } +.nobootstrap .table tr td.last { border-left: 1px solid #dedede; } +.nobootstrap .table tr.small td { height: 15px; } +.nobootstrap .table tr.last td { border-bottom: none; } +.nobootstrap .table tr .filter { background-color: #f1f9ff; } + +.nobootstrap .form-group { clear: both; margin-bottom: 1em; float: right; width: 100%; } +.nobootstrap .form-group > div { float: right; } +.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; float: right; width: 100%; box-sizing: border-box; } +.nobootstrap .panel:not(.bootstrap) img, .nobootstrap .bootstrap #dash_version:not(.bootstrap) img, .bootstrap .nobootstrap #dash_version:not(.bootstrap) img, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap .panel:not(.bootstrap) h3, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 { position: relative; top: -25px; display: inline-block; background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap .panel:not(.bootstrap) h3 a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a { color: #585984; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) h3 i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i { font-family: "FontAwesome"; } +.nobootstrap .panel:not(.bootstrap) .help-block, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block { float: right; clear: both; } +.nobootstrap .panel:not(.bootstrap) .switch, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch { float: right; clear: both; line-height: 1.3em; } +.nobootstrap .panel:not(.bootstrap) .switch label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label { padding: 0 5px 0 10px; float: right; width: auto; } +.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .panel:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio] { float: right; } +.nobootstrap .panel:not(.bootstrap) .radio label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label { clear: both; width: auto; margin-left: 4px; } +.nobootstrap .panel:not(.bootstrap) button, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) button:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover { border-color: #aaaaaa #999999 #888888; } diff --git a/admin-dev/themes/default/css/schemes/admin-theme-flex_rtl.css b/admin-dev/themes/default/css/schemes/admin-theme-flex_rtl.css new file mode 100644 index 0000000000000..5695fa70045a0 --- /dev/null +++ b/admin-dev/themes/default/css/schemes/admin-theme-flex_rtl.css @@ -0,0 +1,4097 @@ +@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed); +@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700); +/* This is a fairly big mixin. The reason for this is that at the time of writing (09/01/2013), Sass does not include functions for substring or find/replace in string. Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June, but it still has not been merged, due to lack of minor comments. That was five months ago. */ +@-webkit-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-20px); } } + +@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(20px); } } + +@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-20px); } } + +@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(20px); } } + +@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } + 50% { opacity: 1; -webkit-transform: scale(1.05); } + 70% { -webkit-transform: scale(0.9); } + 100% { -webkit-transform: scale(1); } } + +@-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 60% { opacity: 1; -webkit-transform: translateY(30px); } + 80% { -webkit-transform: translateY(-10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 60% { opacity: 1; -webkit-transform: translateY(-30px); } + 80% { -webkit-transform: translateY(10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 60% { opacity: 1; -webkit-transform: translateX(-30px); } + 80% { -webkit-transform: translateX(10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 60% { opacity: 1; -webkit-transform: translateX(30px); } + 80% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } + 25% { -webkit-transform: scale(0.95); } + 50% { opacity: 1; -webkit-transform: scale(1.1); } + 100% { opacity: 0; -webkit-transform: scale(0.3); } } + +@-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(20px); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(-20px); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(20px); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(-20px); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes bounce { 0% { -webkit-transform: translateY(0); } + 20% { -webkit-transform: translateY(0); } + 40% { -webkit-transform: translateY(-30px); } + 50% { -webkit-transform: translateY(0); } + 60% { -webkit-transform: translateY(-15px); } + 80% { -webkit-transform: translateY(0); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes shake { 0% { -webkit-transform: translateX(0); } + 10% { -webkit-transform: translateX(-10px); } + 20% { -webkit-transform: translateX(10px); } + 30% { -webkit-transform: translateX(-10px); } + 40% { -webkit-transform: translateX(10px); } + 50% { -webkit-transform: translateX(-10px); } + 60% { -webkit-transform: translateX(10px); } + 70% { -webkit-transform: translateX(-10px); } + 80% { -webkit-transform: translateX(10px); } + 90% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } + +@-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } + 10% { -webkit-transform: scale(0.9) rotate(-3deg); } + 20% { -webkit-transform: scale(0.9) rotate(-3deg); } + 30% { -webkit-transform: scale(1.1) rotate(3deg); } + 40% { -webkit-transform: scale(1.1) rotate(-3deg); } + 50% { -webkit-transform: scale(1.1) rotate(3deg); } + 60% { -webkit-transform: scale(1.1) rotate(-3deg); } + 70% { -webkit-transform: scale(1.1) rotate(3deg); } + 80% { -webkit-transform: scale(1.1) rotate(-3deg); } + 90% { -webkit-transform: scale(1.1) rotate(3deg); } + 100% { -webkit-transform: scale(1) rotate(0); } } + +@-moz-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-20px); } } + +@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(20px); } } + +@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-20px); } } + +@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(20px); } } + +@-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } + 50% { opacity: 1; -moz-transform: scale(1.05); } + 70% { -moz-transform: scale(0.9); } + 100% { -moz-transform: scale(1); } } + +@-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 60% { opacity: 1; -moz-transform: translateY(30px); } + 80% { -moz-transform: translateY(-10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 60% { opacity: 1; -moz-transform: translateY(-30px); } + 80% { -moz-transform: translateY(10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 60% { opacity: 1; -moz-transform: translateX(-30px); } + 80% { -moz-transform: translateX(10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 60% { opacity: 1; -moz-transform: translateX(30px); } + 80% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } + 25% { -moz-transform: scale(0.95); } + 50% { opacity: 1; -moz-transform: scale(1.1); } + 100% { opacity: 0; -moz-transform: scale(0.3); } } + +@-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(20px); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(-20px); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(20px); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(-20px); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes bounce { 0% { -moz-transform: translateY(0); } + 20% { -moz-transform: translateY(0); } + 40% { -moz-transform: translateY(-30px); } + 50% { -moz-transform: translateY(0); } + 60% { -moz-transform: translateY(-15px); } + 80% { -moz-transform: translateY(0); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes shake { 0% { -moz-transform: translateX(0); } + 10% { -moz-transform: translateX(-10px); } + 20% { -moz-transform: translateX(10px); } + 30% { -moz-transform: translateX(-10px); } + 40% { -moz-transform: translateX(10px); } + 50% { -moz-transform: translateX(-10px); } + 60% { -moz-transform: translateX(10px); } + 70% { -moz-transform: translateX(-10px); } + 80% { -moz-transform: translateX(10px); } + 90% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } + +@-moz-keyframes tada { 0% { -moz-transform: scale(1); } + 10% { -moz-transform: scale(0.9) rotate(-3deg); } + 20% { -moz-transform: scale(0.9) rotate(-3deg); } + 30% { -moz-transform: scale(1.1) rotate(3deg); } + 40% { -moz-transform: scale(1.1) rotate(-3deg); } + 50% { -moz-transform: scale(1.1) rotate(3deg); } + 60% { -moz-transform: scale(1.1) rotate(-3deg); } + 70% { -moz-transform: scale(1.1) rotate(3deg); } + 80% { -moz-transform: scale(1.1) rotate(-3deg); } + 90% { -moz-transform: scale(1.1) rotate(3deg); } + 100% { -moz-transform: scale(1) rotate(0); } } + +@-ms-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-ms-keyframes fadeInUp { 0% { opacity: 0; -ms-transform: translateY(20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUp { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-20px); } } + +@-ms-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDown { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(20px); } } + +@-ms-keyframes fadeInRight { 0% { opacity: 0; -ms-transform: translateX(20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeft { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-20px); } } + +@-ms-keyframes fadeInLeft { 0% { opacity: 0; -ms-transform: translateX(-20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRight { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(20px); } } + +@-ms-keyframes fadeInUpBig { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUpBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes fadeInDownBig { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDownBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes fadeInRightBig { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeftBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes fadeInLeftBig { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRightBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes bounceIn { 0% { opacity: 0; -ms-transform: scale(0.3); } + 50% { opacity: 1; -ms-transform: scale(1.05); } + 70% { -ms-transform: scale(0.9); } + 100% { -ms-transform: scale(1); } } + +@-ms-keyframes bounceInDown { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 60% { opacity: 1; -ms-transform: translateY(30px); } + 80% { -ms-transform: translateY(-10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInUp { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 60% { opacity: 1; -ms-transform: translateY(-30px); } + 80% { -ms-transform: translateY(10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInRight { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 60% { opacity: 1; -ms-transform: translateX(-30px); } + 80% { -ms-transform: translateX(10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceInLeft { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 60% { opacity: 1; -ms-transform: translateX(30px); } + 80% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceOut { 0% { -ms-transform: scale(1); } + 25% { -ms-transform: scale(0.95); } + 50% { opacity: 1; -ms-transform: scale(1.1); } + 100% { opacity: 0; -ms-transform: scale(0.3); } } + +@-ms-keyframes bounceOutUp { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(20px); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes bounceOutDown { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(-20px); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes bounceOutLeft { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(20px); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes bounceOutRight { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(-20px); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes bounce { 0% { -ms-transform: translateY(0); } + 20% { -ms-transform: translateY(0); } + 40% { -ms-transform: translateY(-30px); } + 50% { -ms-transform: translateY(0); } + 60% { -ms-transform: translateY(-15px); } + 80% { -ms-transform: translateY(0); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes shake { 0% { -ms-transform: translateX(0); } + 10% { -ms-transform: translateX(-10px); } + 20% { -ms-transform: translateX(10px); } + 30% { -ms-transform: translateX(-10px); } + 40% { -ms-transform: translateX(10px); } + 50% { -ms-transform: translateX(-10px); } + 60% { -ms-transform: translateX(10px); } + 70% { -ms-transform: translateX(-10px); } + 80% { -ms-transform: translateX(10px); } + 90% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes rotateInDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOutDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateIn { 0% { -ms-transform-origin: center center; -ms-transform: rotate(-200deg); opacity: 0; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOut { 0% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(200deg); opacity: 0; } } + +@-ms-keyframes tada { 0% { -ms-transform: scale(1); } + 10% { -ms-transform: scale(0.9) rotate(-3deg); } + 20% { -ms-transform: scale(0.9) rotate(-3deg); } + 30% { -ms-transform: scale(1.1) rotate(3deg); } + 40% { -ms-transform: scale(1.1) rotate(-3deg); } + 50% { -ms-transform: scale(1.1) rotate(3deg); } + 60% { -ms-transform: scale(1.1) rotate(-3deg); } + 70% { -ms-transform: scale(1.1) rotate(3deg); } + 80% { -ms-transform: scale(1.1) rotate(-3deg); } + 90% { -ms-transform: scale(1.1) rotate(3deg); } + 100% { -ms-transform: scale(1) rotate(0); } } + +@keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-20px); } } + +@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(20px); } } + +@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-20px); } } + +@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(20px); } } + +@keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } + 50% { opacity: 1; transform: scale(1.05); } + 70% { transform: scale(0.9); } + 100% { transform: scale(1); } } + +@keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } + 60% { opacity: 1; transform: translateY(30px); } + 80% { transform: translateY(-10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } + 60% { opacity: 1; transform: translateY(-30px); } + 80% { transform: translateY(10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } + 60% { opacity: 1; transform: translateX(-30px); } + 80% { transform: translateX(10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } + 60% { opacity: 1; transform: translateX(30px); } + 80% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceOut { 0% { transform: scale(1); } + 25% { transform: scale(0.95); } + 50% { opacity: 1; transform: scale(1.1); } + 100% { opacity: 0; transform: scale(0.3); } } + +@keyframes bounceOutUp { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(20px); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes bounceOutDown { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(-20px); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes bounceOutLeft { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(20px); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes bounceOutRight { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(-20px); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes bounce { 0% { transform: translateY(0); } + 20% { transform: translateY(0); } + 40% { transform: translateY(-30px); } + 50% { transform: translateY(0); } + 60% { transform: translateY(-15px); } + 80% { transform: translateY(0); } + 100% { transform: translateY(0); } } + +@keyframes shake { 0% { transform: translateX(0); } + 10% { transform: translateX(-10px); } + 20% { transform: translateX(10px); } + 30% { transform: translateX(-10px); } + 40% { transform: translateX(10px); } + 50% { transform: translateX(-10px); } + 60% { transform: translateX(10px); } + 70% { transform: translateX(-10px); } + 80% { transform: translateX(10px); } + 90% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes rotateInDownLeft { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpLeft { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpRight { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInDownRight { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOutDownLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateOutUpLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutDownRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutUpRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } + 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } + 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } + +@keyframes tada { 0% { transform: scale(1); } + 10% { transform: scale(0.9) rotate(-3deg); } + 20% { transform: scale(0.9) rotate(-3deg); } + 30% { transform: scale(1.1) rotate(3deg); } + 40% { transform: scale(1.1) rotate(-3deg); } + 50% { transform: scale(1.1) rotate(3deg); } + 60% { transform: scale(1.1) rotate(-3deg); } + 70% { transform: scale(1.1) rotate(3deg); } + 80% { transform: scale(1.1) rotate(-3deg); } + 90% { transform: scale(1.1) rotate(3deg); } + 100% { transform: scale(1) rotate(0); } } + +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH -------------------------- */ +@font-face { font-family: 'FontAwesome'; src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3"); src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } + +.icon, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before, [class^="icon-"], [class^="process-icon-"], .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap .alert.alert-message:before, .bootstrap .table td.dragHandle .dragGroup:before, .bootstrap #dashboard .loading .data_value:before, .bootstrap #employee-thumbnail:before, .mce-ico, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +/* makes the font 33% larger relative to the icon container */ +.icon-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } + +.icon-2x, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before, [class^="icon-Admin"], [class^="process-icon-"] { font-size: 2em; } + +.icon-3x, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap .alert.alert-message:before { font-size: 3em; } + +.icon-4x { font-size: 4em; } + +.icon-5x { font-size: 5em; } + +.icon-fw, [class^="icon-Admin"], [class^="process-icon-"] { width: 1.28571em; text-align: center; } + +.icon-ul { padding-right: 0; margin-right: 2.14286em; list-style-type: none; } +.icon-ul > li { position: relative; } + +.icon-li { position: absolute; right: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } +.icon-li.icon-lg { right: -1.85714em; } + +.icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } + +.pull-right { float: left; } + +.pull-left, .bootstrap .page-head h2.page-title { float: right; } + +.icon.pull-right, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-right.searchtab:before, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .bootstrap .page-head h2.searchtab.page-title:before, .bootstrap .page-head .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) h2.searchtab.page-title:before, .pull-right[class^="icon-"], .bootstrap .page-head h2[class^="icon-"].page-title, .pull-right[class^="process-icon-"], .bootstrap .page-head h2[class^="process-icon-"].page-title, .bootstrap .pull-left.alert.alert-warning:before, .bootstrap .page-head h2.alert.alert-warning.page-title:before, .bootstrap .pull-left.alert.alert-danger:before, .bootstrap .page-head h2.alert.alert-danger.page-title:before, .bootstrap .page-head #carrier_wizard h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .page-head h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .pull-left.wizard_error:before, .bootstrap .pull-left.alert.alert-success:before, .bootstrap .page-head h2.alert.alert-success.page-title:before, .bootstrap .pull-left.alert.alert-info:before, .bootstrap .page-head h2.alert.alert-info.page-title:before, .bootstrap .pull-left.alert.alert-addons:before, .bootstrap .page-head h2.alert.alert-addons.page-title:before, .bootstrap .pull-left.alert.alert-message:before, .bootstrap .page-head h2.alert.alert-message.page-title:before, .bootstrap .table td.dragHandle .pull-left.dragGroup:before, .bootstrap .table td.dragHandle .page-head h2.dragGroup.page-title:before, .bootstrap .page-head .table td.dragHandle h2.dragGroup.page-title:before, .bootstrap .page-head h2.icon.page-title, .bootstrap .page-head #dashboard .loading h2.page-title.data_value:before, .bootstrap #dashboard .loading .page-head h2.page-title.data_value:before, .bootstrap .page-head h2.page-title#employee-thumbnail:before, .bootstrap .page-head h2.page-title.mce-ico, .bootstrap .page-head .chosen-container-single h2.page-title.chosen-search:before, .chosen-container-single .bootstrap .page-head h2.page-title.chosen-search:before, .bootstrap #dashboard .loading .pull-left.data_value:before, .bootstrap .pull-left#employee-thumbnail:before, .pull-left.mce-ico, .chosen-container-single .chosen-single div b.pull-left, .chosen-container-single .pull-left.chosen-search:before { margin-left: .3em; } +.icon.pull-left, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-left.searchtab:before, .pull-left[class^="icon-"], .pull-left[class^="process-icon-"], .bootstrap .pull-right.alert.alert-warning:before, .bootstrap .pull-right.alert.alert-danger:before, .bootstrap #carrier_wizard .pull-right.wizard_error:before, .bootstrap .pull-right.alert.alert-success:before, .bootstrap .pull-right.alert.alert-info:before, .bootstrap .pull-right.alert.alert-addons:before, .bootstrap .pull-right.alert.alert-message:before, .bootstrap .table td.dragHandle .pull-right.dragGroup:before, .bootstrap #dashboard .loading .pull-right.data_value:before, .bootstrap .pull-right#employee-thumbnail:before, .pull-right.mce-ico, .chosen-container-single .chosen-single div b.pull-right, .chosen-container-single .pull-right.chosen-search:before { margin-right: .3em; } + +.icon-spin, .bootstrap #dashboard .loading .data_value:before, .bootstrap #employee-thumbnail:before { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-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); } } + +.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } + +.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } + +.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } + +.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } + +.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } + +.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } + +.icon-stack-1x, .icon-stack-2x { position: absolute; right: 0; width: 100%; text-align: center; } + +.icon-stack-1x { line-height: inherit; } + +.icon-stack-2x { font-size: 2em; } + +.icon-inverse { color: white; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ +.icon-glass:before { content: "\f000"; } + +.icon-music:before { content: "\f001"; } + +.icon-search:before, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before, .icon-AdminSearch:before, .chosen-container-single .chosen-search:before { content: "\f002"; } + +.icon-envelope-o:before, .icon-envelope-alt:before { content: "\f003"; } + +.icon-heart:before { content: "\f004"; } + +.icon-star:before { content: "\f005"; } + +.icon-star-o:before, .icon-star-empty:before { content: "\f006"; } + +.icon-user:before { content: "\f007"; } + +.icon-film:before { content: "\f008"; } + +.icon-th-large:before { content: "\f009"; } + +.icon-th:before { content: "\f00a"; } + +.icon-th-list:before { content: "\f00b"; } + +.icon-check:before, #content .process-icon-ok:before { content: "\f00c"; } + +.icon-times:before, .icon-remove:before, #content .process-icon-cancel:before { content: "\f00d"; } + +.icon-search-plus:before, .icon-zoom-in:before { content: "\f00e"; } + +.icon-search-minus:before, .icon-zoom-out:before { content: "\f010"; } + +.icon-power-off:before, .icon-off:before, #content .process-icon-off:before, #content .process-icon-power:before { content: "\f011"; } + +.icon-signal:before { content: "\f012"; } + +.icon-gear:before, .icon-cog:before, .icon-AdminAdmin:before, #content .process-icon-configure:before { content: "\f013"; } + +.icon-trash-o:before, .icon-trash:before, #content .process-icon-delete:before, #content .process-icon-uninstall:before { content: "\f014"; } + +.icon-home:before { content: "\f015"; } + +.icon-file-o:before, .icon-file-alt:before { content: "\f016"; } + +.icon-clock-o:before, .icon-time:before { content: "\f017"; } + +.icon-road:before { content: "\f018"; } + +.icon-download:before, .icon-download-alt:before, #content .process-icon-download-alt:before, #content .process-icon-save-date:before, #content .process-icon-save-status:before { content: "\f019"; } + +.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before, #content .process-icon-download-alt:before, #content .process-icon-save-date:before, #content .process-icon-save-status:before { content: "\f01a"; } + +.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before { content: "\f01b"; } + +.icon-inbox:before { content: "\f01c"; } + +.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before { content: "\f01d"; } + +.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } + +.icon-refresh:before, #content .process-icon-update:before, #content .process-icon-refresh:before, .bootstrap #dashboard .loading .data_value:before, .bootstrap #employee-thumbnail:before { content: "\f021"; } + +.icon-list-alt:before { content: "\f022"; } + +.icon-lock:before { content: "\f023"; } + +.icon-flag:before { content: "\f024"; } + +.icon-headphones:before { content: "\f025"; } + +.icon-volume-off:before { content: "\f026"; } + +.icon-volume-down:before { content: "\f027"; } + +.icon-volume-up:before { content: "\f028"; } + +.icon-qrcode:before { content: "\f029"; } + +.icon-barcode:before { content: "\f02a"; } + +.icon-tag:before { content: "\f02b"; } + +.icon-tags:before, .icon-AdminPriceRule:before { content: "\f02c"; } + +.icon-book:before, .icon-AdminCatalog:before { content: "\f02d"; } + +.icon-bookmark:before { content: "\f02e"; } + +.icon-print:before { content: "\f02f"; } + +.icon-camera:before { content: "\f030"; } + +.icon-font:before { content: "\f031"; } + +.icon-bold:before { content: "\f032"; } + +.icon-italic:before { content: "\f033"; } + +.icon-text-height:before { content: "\f034"; } + +.icon-text-width:before { content: "\f035"; } + +.icon-align-left:before { content: "\f036"; } + +.icon-align-center:before { content: "\f037"; } + +.icon-align-right:before { content: "\f038"; } + +.icon-align-justify:before { content: "\f039"; } + +.icon-list:before { content: "\f03a"; } + +.icon-dedent:before, .icon-outdent:before, .icon-indent-left:before { content: "\f03b"; } + +.icon-indent:before, .icon-indent-right:before { content: "\f03c"; } + +.icon-video-camera:before, .icon-facetime-video:before { content: "\f03d"; } + +.icon-picture-o:before, .icon-picture:before { content: "\f03e"; } + +.icon-pencil:before { content: "\f040"; } + +.icon-map-marker:before { content: "\f041"; } + +.icon-adjust:before { content: "\f042"; } + +.icon-tint:before { content: "\f043"; } + +.icon-edit:before, #content .process-icon-edit:before, .icon-pencil-square-o:before, .icon-edit:before, #content .process-icon-edit:before { content: "\f044"; } + +.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before { content: "\f045"; } + +.icon-check-square-o:before { content: "\f046"; } + +.icon-arrows:before, .icon-move:before, .bootstrap .table td.dragHandle .dragGroup:before { content: "\f047"; } + +.icon-step-backward:before { content: "\f048"; } + +.icon-fast-backward:before { content: "\f049"; } + +.icon-backward:before { content: "\f04a"; } + +.icon-play:before { content: "\f04b"; } + +.icon-pause:before { content: "\f04c"; } + +.icon-stop:before { content: "\f04d"; } + +.icon-forward:before { content: "\f04e"; } + +.icon-fast-forward:before { content: "\f050"; } + +.icon-step-forward:before { content: "\f051"; } + +.icon-eject:before { content: "\f052"; } + +.icon-chevron-left:before { content: "\f053"; } + +.icon-chevron-right:before { content: "\f054"; } + +.icon-plus-circle:before, .icon-plus-sign:before, #content .process-icon-newCombination.toolbar-new:before, #content .process-icon-plus:before { content: "\f055"; } + +.icon-minus-circle:before, .icon-minus-sign:before, #content .process-icon-newCombination.toolbar-cancel:before, #content .process-icon-minus:before { content: "\f056"; } + +.icon-times-circle:before, .icon-remove-sign:before { content: "\f057"; } + +.icon-check-circle:before, .icon-ok-sign:before, .bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { content: "\f058"; } + +.icon-question-circle:before, .icon-question-sign:before, #content .process-icon-help:before, #content .process-icon-help-new:before, .bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { content: "\f059"; } + +.icon-info-circle:before, .icon-info-sign:before { content: "\f05a"; } + +.icon-crosshairs:before, .icon-screenshot:before { content: "\f05b"; } + +.icon-times-circle-o:before, .icon-remove-circle:before { content: "\f05c"; } + +.icon-check-circle-o:before, .icon-ok-circle:before { content: "\f05d"; } + +.icon-ban:before { content: "\f05e"; } + +.icon-arrow-left:before { content: "\f060"; } + +.icon-arrow-right:before { content: "\f061"; } + +.icon-arrow-up:before { content: "\f062"; } + +.icon-arrow-down:before { content: "\f063"; } + +.icon-mail-forward:before, .icon-share:before, .icon-share-alt:before { content: "\f064"; } + +.icon-expand:before, .icon-resize-full:before { content: "\f065"; } + +.icon-compress:before, .icon-resize-small:before { content: "\f066"; } + +.icon-plus:before, #content .process-icon-new-module:before { content: "\f067"; } + +.icon-minus:before { content: "\f068"; } + +.icon-asterisk:before { content: "\f069"; } + +.icon-exclamation-circle:before, .icon-exclamation-sign:before, .bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { content: "\f06a"; } + +.icon-gift:before { content: "\f06b"; } + +.icon-leaf:before { content: "\f06c"; } + +.icon-fire:before { content: "\f06d"; } + +.icon-eye:before, .icon-eye-open:before, #content .process-icon-preview:before, #content .process-icon-previewURL:before { content: "\f06e"; } + +.icon-eye-slash:before, .icon-eye-close:before { content: "\f070"; } + +.icon-warning:before, .icon-exclamation-triangle:before, .icon-warning-sign:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { content: "\f071"; } + +.icon-plane:before { content: "\f072"; } + +.icon-calendar:before { content: "\f073"; } + +.icon-random:before { content: "\f074"; } + +.icon-comment:before, .bootstrap .alert.alert-message:before, .bootstrap #carrier_wizard .alert-message.wizard_error:before { content: "\f075"; } + +.icon-magnet:before { content: "\f076"; } + +.icon-chevron-up:before { content: "\f077"; } + +.icon-chevron-down:before { content: "\f078"; } + +.icon-retweet:before { content: "\f079"; } + +.icon-shopping-cart:before { content: "\f07a"; } + +.icon-folder:before, .icon-folder-close:before { content: "\f07b"; } + +.icon-folder-open:before { content: "\f07c"; } + +.icon-arrows-v:before, .icon-resize-vertical:before { content: "\f07d"; } + +.icon-arrows-h:before, .icon-resize-horizontal:before { content: "\f07e"; } + +.icon-bar-chart-o:before, .icon-bar-chart:before, .icon-AdminParentStats:before, #content .process-icon-stats:before { content: "\f080"; } + +.icon-twitter-square:before, .icon-twitter-sign:before { content: "\f081"; } + +.icon-facebook-square:before, .icon-facebook-sign:before { content: "\f082"; } + +.icon-camera-retro:before { content: "\f083"; } + +.icon-key:before { content: "\f084"; } + +.icon-gears:before, .icon-cogs:before, .icon-AdminTools:before, #content .process-icon-cogs:before { content: "\f085"; } + +.icon-comments:before { content: "\f086"; } + +.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before { content: "\f087"; } + +.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before { content: "\f088"; } + +.icon-star-half:before { content: "\f089"; } + +.icon-heart-o:before, .icon-heart-empty:before { content: "\f08a"; } + +.icon-sign-out:before, .icon-signout:before { content: "\f08b"; } + +.icon-linkedin-square:before, .icon-linkedin-sign:before { content: "\f08c"; } + +.icon-thumb-tack:before, .icon-pushpin:before { content: "\f08d"; } + +.icon-external-link:before { content: "\f08e"; } + +.icon-sign-in:before, .icon-signin:before { content: "\f090"; } + +.icon-trophy:before { content: "\f091"; } + +.icon-github-square:before, .icon-github-sign:before { content: "\f092"; } + +.icon-upload:before, .icon-upload-alt:before { content: "\f093"; } + +.icon-lemon-o:before, .icon-lemon:before { content: "\f094"; } + +.icon-phone:before { content: "\f095"; } + +.icon-square-o:before, .icon-check-empty:before { content: "\f096"; } + +.icon-bookmark-o:before, .icon-bookmark-empty:before { content: "\f097"; } + +.icon-phone-square:before, .icon-phone-sign:before { content: "\f098"; } + +.icon-twitter:before { content: "\f099"; } + +.icon-facebook:before { content: "\f09a"; } + +.icon-github:before { content: "\f09b"; } + +.icon-unlock:before { content: "\f09c"; } + +.icon-credit-card:before, .icon-AdminParentOrders:before { content: "\f09d"; } + +.icon-rss:before { content: "\f09e"; } + +.icon-hdd-o:before, .icon-hdd:before { content: "\f0a0"; } + +.icon-bullhorn:before { content: "\f0a1"; } + +.icon-bell:before, .icon-bell-alt:before { content: "\f0f3"; } + +.icon-certificate:before { content: "\f0a3"; } + +.icon-hand-o-right:before, .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-left:before, .icon-hand-left:before { content: "\f0a5"; } + +.icon-hand-o-up:before, .icon-hand-up:before { content: "\f0a6"; } + +.icon-hand-o-down:before, .icon-hand-down:before { content: "\f0a7"; } + +.icon-arrow-circle-left:before, .icon-circle-arrow-left:before, #content .process-icon-back:before { content: "\f0a8"; } + +.icon-arrow-circle-right:before, .icon-circle-arrow-right:before, #content .process-icon-next:before { content: "\f0a9"; } + +.icon-arrow-circle-up:before, .icon-circle-arrow-up:before { content: "\f0aa"; } + +.icon-arrow-circle-down:before, .icon-circle-arrow-down:before { content: "\f0ab"; } + +.icon-globe:before, .icon-AdminParentLocalization:before { content: "\f0ac"; } + +.icon-wrench:before, .icon-AdminParentPreferences:before { content: "\f0ad"; } + +.icon-tasks:before { content: "\f0ae"; } + +.icon-filter:before { content: "\f0b0"; } + +.icon-briefcase:before { content: "\f0b1"; } + +.icon-arrows-alt:before, .icon-fullscreen:before { content: "\f0b2"; } + +.icon-group:before, .icon-AdminParentCustomer:before, .icon-users:before, .icon-group:before, .icon-AdminParentCustomer:before { content: "\f0c0"; } + +.icon-chain:before, .icon-link:before, .icon-AdminShopUrl:before { content: "\f0c1"; } + +.icon-cloud:before { content: "\f0c2"; } + +.icon-flask:before, .icon-beaker:before { content: "\f0c3"; } + +.icon-cut:before, .icon-scissors:before, .icon-cut:before { content: "\f0c4"; } + +.icon-copy:before, #content .process-icon-duplicate:before, .icon-files-o:before, .icon-copy:before, #content .process-icon-duplicate:before { content: "\f0c5"; } + +.icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6"; } + +.icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before, .icon-floppy-o:before, .icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before { content: "\f0c7"; } + +.icon-square:before, .icon-sign-blank:before { content: "\f0c8"; } + +.icon-bars:before, .icon-reorder:before { content: "\f0c9"; } + +.icon-list-ul:before { content: "\f0ca"; } + +.icon-list-ol:before { content: "\f0cb"; } + +.icon-strikethrough:before { content: "\f0cc"; } + +.icon-underline:before { content: "\f0cd"; } + +.icon-table:before { content: "\f0ce"; } + +.icon-magic:before, .icon-AdminAttributeGenerator:before { content: "\f0d0"; } + +.icon-truck:before, .icon-AdminParentShipping:before { content: "\f0d1"; } + +.icon-pinterest:before { content: "\f0d2"; } + +.icon-pinterest-square:before, .icon-pinterest-sign:before { content: "\f0d3"; } + +.icon-google-plus-square:before, .icon-google-plus-sign:before { content: "\f0d4"; } + +.icon-google-plus:before { content: "\f0d5"; } + +.icon-money:before { content: "\f0d6"; } + +.icon-caret-down:before, #content .process-icon-dropdown:before, .chosen-container-single .chosen-single div b:before { content: "\f0d7"; } + +.icon-caret-up:before { content: "\f0d8"; } + +.icon-caret-left:before { content: "\f0d9"; } + +.icon-caret-right:before { content: "\f0da"; } + +.icon-columns:before { content: "\f0db"; } + +.icon-unsorted:before, .icon-sort:before { content: "\f0dc"; } + +.icon-sort-down:before, .icon-sort-asc:before, .icon-sort-down:before { content: "\f0dd"; } + +.icon-sort-up:before, .icon-sort-desc:before, .icon-sort-up:before { content: "\f0de"; } + +.icon-envelope:before { content: "\f0e0"; } + +.icon-linkedin:before { content: "\f0e1"; } + +.icon-rotate-left:before, #content .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; } + +.icon-legal:before, .icon-gavel:before, .icon-legal:before { content: "\f0e3"; } + +.icon-dashboard:before, .icon-AdminDashboard:before, .icon-tachometer:before, .icon-dashboard:before, .icon-AdminDashboard:before { content: "\f0e4"; } + +.icon-comment-o:before, .icon-comment-alt:before { content: "\f0e5"; } + +.icon-comments-o:before, .icon-comments-alt:before { content: "\f0e6"; } + +.icon-flash:before, .icon-AdminFlash:before, .icon-bolt:before { content: "\f0e7"; } + +.icon-sitemap:before, .icon-AdminShop:before { content: "\f0e8"; } + +.icon-umbrella:before { content: "\f0e9"; } + +.icon-paste:before, .icon-clipboard:before, .icon-paste:before { content: "\f0ea"; } + +.icon-lightbulb-o:before, .icon-lightbulb:before { content: "\f0eb"; } + +.icon-exchange:before, #content .process-icon-partial_refund:before { content: "\f0ec"; } + +.icon-cloud-download:before, #content .process-icon-download:before { content: "\f0ed"; } + +.icon-cloud-upload:before, #content .process-icon-import:before, #content .process-icon-upload:before { content: "\f0ee"; } + +.icon-user-md:before { content: "\f0f0"; } + +.icon-stethoscope:before { content: "\f0f1"; } + +.icon-suitcase:before { content: "\f0f2"; } + +.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before { content: "\f0a2"; } + +.icon-coffee:before { content: "\f0f4"; } + +.icon-cutlery:before, .icon-food:before { content: "\f0f5"; } + +.icon-file-text-o:before, .icon-file-text-alt:before { content: "\f0f6"; } + +.icon-building-o:before, .icon-building:before { content: "\f0f7"; } + +.icon-hospital-o:before, .icon-hospital:before { content: "\f0f8"; } + +.icon-ambulance:before { content: "\f0f9"; } + +.icon-medkit:before { content: "\f0fa"; } + +.icon-fighter-jet:before { content: "\f0fb"; } + +.icon-beer:before { content: "\f0fc"; } + +.icon-h-square:before, .icon-h-sign:before { content: "\f0fd"; } + +.icon-plus-square:before, .icon-plus-sign-alt:before, #content .process-icon-newAttributes:before, #content .process-icon-new:before, #content .process-icon-new-url:before { content: "\f0fe"; } + +.icon-angle-double-left:before, .icon-double-angle-left:before { content: "\f100"; } + +.icon-angle-double-right:before, .icon-double-angle-right:before { content: "\f101"; } + +.icon-angle-double-up:before, .icon-double-angle-up:before { content: "\f102"; } + +.icon-angle-double-down:before, .icon-double-angle-down:before { content: "\f103"; } + +.icon-angle-left:before { content: "\f104"; } + +.icon-angle-right:before { content: "\f105"; } + +.icon-angle-up:before { content: "\f106"; } + +.icon-angle-down:before { content: "\f107"; } + +.icon-desktop:before { content: "\f108"; } + +.icon-laptop:before { content: "\f109"; } + +.icon-tablet:before { content: "\f10a"; } + +.icon-mobile-phone:before, .icon-mobile:before, .icon-mobile-phone:before { content: "\f10b"; } + +.icon-circle-o:before, .icon-circle-blank:before { content: "\f10c"; } + +.icon-quote-left:before { content: "\f10d"; } + +.icon-quote-right:before { content: "\f10e"; } + +.icon-spinner:before { content: "\f110"; } + +.icon-circle:before { content: "\f111"; } + +.icon-mail-reply:before, #content .process-icon-mail-reply:before, .icon-reply:before { content: "\f112"; } + +.icon-github-alt:before { content: "\f113"; } + +.icon-folder-o:before, .icon-folder-close-alt:before { content: "\f114"; } + +.icon-folder-open-o:before, .icon-folder-open-alt:before { content: "\f115"; } + +.icon-smile-o:before, .icon-smile:before { content: "\f118"; } + +.icon-frown-o:before, .icon-frown:before { content: "\f119"; } + +.icon-meh-o:before, .icon-meh:before { content: "\f11a"; } + +.icon-gamepad:before { content: "\f11b"; } + +.icon-keyboard-o:before, .icon-keyboard:before { content: "\f11c"; } + +.icon-flag-o:before, .icon-flag-alt:before { content: "\f11d"; } + +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } + +.icon-code:before { content: "\f121"; } + +.icon-reply-all:before { content: "\f122"; } + +.icon-mail-reply-all:before { content: "\f122"; } + +.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before, .icon-star-half-empty:before { content: "\f123"; } + +.icon-location-arrow:before { content: "\f124"; } + +.icon-crop:before { content: "\f125"; } + +.icon-code-fork:before { content: "\f126"; } + +.icon-unlink:before, .icon-chain-broken:before, .icon-unlink:before { content: "\f127"; } + +.icon-question:before { content: "\f128"; } + +.icon-info:before { content: "\f129"; } + +.icon-exclamation:before { content: "\f12a"; } + +.icon-superscript:before { content: "\f12b"; } + +.icon-subscript:before { content: "\f12c"; } + +.icon-eraser:before { content: "\f12d"; } + +.icon-puzzle-piece:before, .icon-AdminParentModules:before, #content .process-icon-modules-list:before, .bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } + +.icon-microphone-slash:before, .icon-microphone-off:before { content: "\f131"; } + +.icon-shield:before { content: "\f132"; } + +.icon-calendar-o:before, .icon-calendar-empty:before { content: "\f133"; } + +.icon-fire-extinguisher:before { content: "\f134"; } + +.icon-rocket:before { content: "\f135"; } + +.icon-maxcdn:before { content: "\f136"; } + +.icon-chevron-circle-left:before, .icon-chevron-sign-left:before { content: "\f137"; } + +.icon-chevron-circle-right:before, .icon-chevron-sign-right:before { content: "\f138"; } + +.icon-chevron-circle-up:before, .icon-chevron-sign-up:before { content: "\f139"; } + +.icon-chevron-circle-down:before, .icon-chevron-sign-down:before { content: "\f13a"; } + +.icon-html5:before { content: "\f13b"; } + +.icon-css3:before { content: "\f13c"; } + +.icon-anchor:before, #content .process-icon-anchor:before { content: "\f13d"; } + +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } + +.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before { content: "\f141"; } + +.icon-ellipsis-v:before, .icon-ellipsis-vertical:before { content: "\f142"; } + +.icon-rss-square:before, .icon-rss-sign:before { content: "\f143"; } + +.icon-play-circle:before, .icon-play-sign:before { content: "\f144"; } + +.icon-ticket:before { content: "\f145"; } + +.icon-minus-square:before, .icon-minus-sign-alt:before { content: "\f146"; } + +.icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before { content: "\f147"; } + +.icon-level-up:before { content: "\f148"; } + +.icon-level-down:before { content: "\f149"; } + +.icon-check-square:before, .icon-check-sign:before { content: "\f14a"; } + +.icon-pencil-square:before, .icon-edit-sign:before { content: "\f14b"; } + +.icon-external-link-square:before, .icon-external-link-sign:before { content: "\f14c"; } + +.icon-share-square:before, .icon-share-sign:before, #content .process-icon-export:before { content: "\f14d"; } + +.icon-compass:before { content: "\f14e"; } + +.icon-toggle-down:before, .icon-caret-square-o-down:before, .icon-collapse:before { content: "\f150"; } + +.icon-toggle-up:before, .icon-caret-square-o-up:before, .icon-collapse-top:before { content: "\f151"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before, .icon-expand:before, .icon-resize-full:before { content: "\f152"; } + +.icon-euro:before, .icon-eur:before { content: "\f153"; } + +.icon-gbp:before { content: "\f154"; } + +.icon-dollar:before, .icon-usd:before { content: "\f155"; } + +.icon-rupee:before, .icon-inr:before { content: "\f156"; } + +.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: "\f157"; } + +.icon-ruble:before, .icon-rouble:before, .icon-rub:before, .icon-cny:before { content: "\f158"; } + +.icon-won:before, .icon-krw:before { content: "\f159"; } + +.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } + +.icon-file:before { content: "\f15b"; } + +.icon-file-text:before { content: "\f15c"; } + +.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before { content: "\f15d"; } + +.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before { content: "\f15e"; } + +.icon-sort-amount-asc:before, .icon-sort-by-attributes:before { content: "\f160"; } + +.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before { content: "\f161"; } + +.icon-sort-numeric-asc:before, .icon-sort-by-order:before { content: "\f162"; } + +.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before { content: "\f163"; } + +.icon-thumbs-up:before { content: "\f164"; } + +.icon-thumbs-down:before { content: "\f165"; } + +.icon-youtube-square:before, .icon-youtube-sign:before { content: "\f166"; } + +.icon-youtube:before { content: "\f167"; } + +.icon-xing:before { content: "\f168"; } + +.icon-xing-square:before, .icon-xing-sign:before { content: "\f169"; } + +.icon-youtube-play:before { content: "\f16a"; } + +.icon-dropbox:before { content: "\f16b"; } + +.icon-stack-overflow:before, .icon-stackexchange:before { content: "\f16c"; } + +.icon-instagram:before { content: "\f16d"; } + +.icon-flickr:before { content: "\f16e"; } + +.icon-adn:before { content: "\f170"; } + +.icon-bitbucket:before { content: "\f171"; } + +.icon-bitbucket-square:before, .icon-bitbucket-sign:before { content: "\f172"; } + +.icon-tumblr:before { content: "\f173"; } + +.icon-tumblr-square:before, .icon-tumblr-sign:before { content: "\f174"; } + +.icon-long-arrow-down:before { content: "\f175"; } + +.icon-long-arrow-up:before { content: "\f176"; } + +.icon-long-arrow-left:before { content: "\f177"; } + +.icon-long-arrow-right:before { content: "\f178"; } + +.icon-apple:before { content: "\f179"; } + +.icon-windows:before { content: "\f17a"; } + +.icon-android:before { content: "\f17b"; } + +.icon-linux:before { content: "\f17c"; } + +.icon-dribbble:before { content: "\f17d"; } + +.icon-skype:before { content: "\f17e"; } + +.icon-foursquare:before { content: "\f180"; } + +.icon-trello:before { content: "\f181"; } + +.icon-female:before { content: "\f182"; } + +.icon-male:before { content: "\f183"; } + +.icon-gittip:before { content: "\f184"; } + +.icon-sun-o:before, .icon-sun:before { content: "\f185"; } + +.icon-moon-o:before, .icon-moon:before { content: "\f186"; } + +.icon-archive:before, .icon-AdminStock:before { content: "\f187"; } + +.icon-bug:before { content: "\f188"; } + +.icon-vk:before { content: "\f189"; } + +.icon-weibo:before { content: "\f18a"; } + +.icon-renren:before { content: "\f18b"; } + +.icon-pagelines:before { content: "\f18c"; } + +.icon-stack-exchange:before { content: "\f18d"; } + +.icon-arrow-circle-o-right:before { content: "\f18e"; } + +.icon-arrow-circle-o-left:before { content: "\f190"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f191"; } + +.icon-dot-circle-o:before { content: "\f192"; } + +.icon-wheelchair:before { content: "\f193"; } + +.icon-vimeo-square:before { content: "\f194"; } + +.icon-turkish-lira:before, .icon-try:before { content: "\f195"; } + +.icon-plus-square-o:before, .icon-expand-alt:before { content: "\f196"; } + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ +html { direction:rtl; font-family: Tahoma, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } + +body { margin: 0; } + +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } + +audio:not([controls]) { display: none; height: 0; } + +[hidden], template { display: none; } + +a { background: transparent; } + +a:active, a:hover { outline: 0; } + +abbr[title] { border-bottom: 1px dotted; } + +b, strong { font-weight: bold; } + +dfn { font-style: italic; } + +h1 { font-size: 2em; margin: 0.67em 0; } + +mark { background: #ff0; color: #000; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +img { border: 0; } + +svg:not(:root) { overflow: hidden; } + +figure { margin: 1em 40px; } + +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +pre { overflow: auto; } + +code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } + +button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } + +button { overflow: visible; } + +button, select { text-transform: none; } + +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } + +button[disabled], html input[disabled] { cursor: default; } + +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +input { line-height: normal; } + +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + +input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } + +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +legend { border: 0; padding: 0; } + +textarea { overflow: auto; } + +optgroup { font-weight: bold; } + +table { border-collapse: collapse; border-spacing: 0; } + +td, th { padding: 0; } + +.bootstrap { @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } + to { background-position: 0 0; } } +@keyframes progress-bar-stripes { from { background-position: 40px 0; } + to { background-position: 0 0; } } +@-ms-viewport { width: device-width; } + } +.bootstrap * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap *:before, .bootstrap *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +.bootstrap body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; } +.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea { font-family: inherit; font-size: inherit; line-height: inherit; } +.bootstrap a { color: #00b7ae; text-decoration: none; } +.bootstrap a:hover, .bootstrap a:focus { color: #006b65; text-decoration: underline; } +.bootstrap a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap figure { margin: 0; } +.bootstrap img { vertical-align: middle; } +.bootstrap .img-responsive { display: block; max-width: 100%; height: auto; } +.bootstrap .img-rounded { border-radius: 6px; } +.bootstrap .img-thumbnail { padding: 4px; line-height: 1.42857; background-color: white; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } +.bootstrap .img-circle { border-radius: 50%; } +.bootstrap hr { margin-top: 17px; margin-bottom: 17px; border: 0; border-top: 1px solid #eeeeee; } +.bootstrap .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } +.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, .bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: inherit; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap h4 small, .bootstrap h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap .h3 small, .bootstrap .h3 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-weight: normal; line-height: 1; color: #999999; } +.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 { margin-top: 17px; margin-bottom: 8.5px; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small { font-size: 65%; } +.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 { margin-top: 8.5px; margin-bottom: 8.5px; } +.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-size: 75%; } +.bootstrap h1, .bootstrap .h1 { font-size: 31px; } +.bootstrap h2, .bootstrap .h2 { font-size: 25px; } +.bootstrap h3, .bootstrap .h3 { font-size: 21px; } +.bootstrap h4, .bootstrap .h4 { font-size: 15px; } +.bootstrap h5, .bootstrap .h5 { font-size: 12px; } +.bootstrap h6, .bootstrap .h6 { font-size: 11px; } +.bootstrap p { margin: 0 0 8.5px; } +.bootstrap .lead { margin-bottom: 17px; font-size: 13px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { .bootstrap .lead { font-size: 18px; } } +.bootstrap small, .bootstrap .small { font-size: 85%; } +.bootstrap cite { font-style: normal; } +.bootstrap .text-left { text-align: right; } +.bootstrap .text-right { text-align: left; } +.bootstrap .text-center { text-align: center; } +.bootstrap .text-justify { text-align: justify; } +.bootstrap .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_title, .bootstrap .hook_panel_header .hook_description { color: #999999; } +.bootstrap .text-primary { color: #00b7ae; } +.bootstrap a.text-primary:hover { color: #00847e; } +.bootstrap .text-success { color: #3c763d; } +.bootstrap a.text-success:hover { color: #2b542c; } +.bootstrap .text-info { color: #31708f; } +.bootstrap a.text-info:hover { color: #245269; } +.bootstrap .text-warning { color: #8a6d3b; } +.bootstrap a.text-warning:hover { color: #66512c; } +.bootstrap .text-danger { color: #a94442; } +.bootstrap a.text-danger:hover { color: #843534; } +.bootstrap .bg-primary { color: #fff; } +.bootstrap .bg-primary { background-color: #00b7ae; } +.bootstrap a.bg-primary:hover { background-color: #00847e; } +.bootstrap .bg-success { background-color: #dff0d8; } +.bootstrap a.bg-success:hover { background-color: #c1e2b3; } +.bootstrap .bg-info { background-color: #d9edf7; } +.bootstrap a.bg-info:hover { background-color: #afd9ee; } +.bootstrap .bg-warning { background-color: #fcf8e3; } +.bootstrap a.bg-warning:hover { background-color: #f7ecb5; } +.bootstrap .bg-danger { background-color: #f2dede; } +.bootstrap a.bg-danger:hover { background-color: #e4b9b9; } +.bootstrap .page-header { padding-bottom: 7.5px; margin: 34px 0 17px; border-bottom: 1px solid #eeeeee; } +.bootstrap ul, .bootstrap ol { margin-top: 0; margin-bottom: 8.5px; } +.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol { margin-bottom: 0; } +.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical { padding-right: 0; list-style: none; } +.bootstrap .list-inline { margin-right: -5px; } +.bootstrap .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } +.bootstrap dl { margin-top: 0; margin-bottom: 17px; } +.bootstrap dt, .bootstrap dd { line-height: 1.42857; } +.bootstrap dt { font-weight: bold; } +.bootstrap dd { margin-right: 0; } +@media (min-width: 768px) { .bootstrap .dl-horizontal dt { float: right; width: 160px; clear: right; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .bootstrap .dl-horizontal dd { margin-right: 180px; } + .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after { content: " "; display: table; } + .bootstrap .dl-horizontal dd:after { clear: both; } } +.bootstrap abbr[title], .bootstrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +.bootstrap .initialism { font-size: 90%; text-transform: uppercase; } +.bootstrap blockquote { padding: 8.5px 17px; margin: 0 0 17px; font-size: 15px; border-right: 5px solid #eeeeee; } +.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child { margin-bottom: 0; } +.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; } +.bootstrap blockquote footer:before, .bootstrap blockquote small:before, .bootstrap blockquote .small:before { content: '\2014 \00A0'; } +.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right { padding-left: 15px; padding-right: 0; border-left: 5px solid #eeeeee; border-right: 0; text-align: left; } +.bootstrap .blockquote-reverse footer:before, .bootstrap .blockquote-reverse small:before, .bootstrap .blockquote-reverse .small:before, .bootstrap blockquote.pull-right footer:before, .bootstrap blockquote.pull-right small:before, .bootstrap blockquote.pull-right .small:before { content: ''; } +.bootstrap .blockquote-reverse footer:after, .bootstrap .blockquote-reverse small:after, .bootstrap .blockquote-reverse .small:after, .bootstrap blockquote.pull-right footer:after, .bootstrap blockquote.pull-right small:after, .bootstrap blockquote.pull-right .small:after { content: '\00A0 \2014'; } +.bootstrap blockquote:before, .bootstrap blockquote:after { content: ""; } +.bootstrap address { margin-bottom: 17px; font-style: normal; line-height: 1.42857; } +.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } +.bootstrap code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; } +.bootstrap kbd { padding: 2px 4px; font-size: 90%; color: white; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } +.bootstrap pre { display: block; padding: 8px; margin: 0 0 8.5px; font-size: 11px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } +.bootstrap .pre-scrollable { max-height: 340px; overflow-y: scroll; } +.bootstrap .container { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container:before, .bootstrap .container:after { content: " "; display: table; } +.bootstrap .container:after { clear: both; } +@media (min-width: 768px) { .bootstrap .container { width: 728px; } } +@media (min-width: 992px) { .bootstrap .container { width: 940px; } } +@media (min-width: 1200px) { .bootstrap .container { width: 1170px; } } +.bootstrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container-fluid:before, .bootstrap .container-fluid:after { content: " "; display: table; } +.bootstrap .container-fluid:after { clear: both; } +.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical { margin-right: -5px; margin-left: -5px; } +.bootstrap .row:before, .bootstrap .multishop-well:before, .bootstrap #dashboard .data_list_vertical:before, .bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { content: " "; display: table; } +.bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { clear: both; } +.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; } +.bootstrap .col-xs-1, .bootstrap .col-xs-2, .bootstrap .col-xs-3, .bootstrap .col-xs-4, .bootstrap .col-xs-5, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-7, .bootstrap .col-xs-8, .bootstrap .col-xs-9, .bootstrap .col-xs-10, .bootstrap .col-xs-11, .bootstrap .col-xs-12 { float: right; } +.bootstrap .col-xs-1 { width: 8.33333%; } +.bootstrap .col-xs-2 { width: 16.66667%; } +.bootstrap .col-xs-3 { width: 25%; } +.bootstrap .col-xs-4 { width: 33.33333%; } +.bootstrap .col-xs-5 { width: 41.66667%; } +.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li { width: 50%; } +.bootstrap .col-xs-7 { width: 58.33333%; } +.bootstrap .col-xs-8 { width: 66.66667%; } +.bootstrap .col-xs-9 { width: 75%; } +.bootstrap .col-xs-10 { width: 83.33333%; } +.bootstrap .col-xs-11 { width: 91.66667%; } +.bootstrap .col-xs-12 { width: 100%; } +.bootstrap .col-xs-pull-0 { left: 0%; } +.bootstrap .col-xs-pull-1 { left: 8.33333%; } +.bootstrap .col-xs-pull-2 { left: 16.66667%; } +.bootstrap .col-xs-pull-3 { left: 25%; } +.bootstrap .col-xs-pull-4 { left: 33.33333%; } +.bootstrap .col-xs-pull-5 { left: 41.66667%; } +.bootstrap .col-xs-pull-6 { left: 50%; } +.bootstrap .col-xs-pull-7 { left: 58.33333%; } +.bootstrap .col-xs-pull-8 { left: 66.66667%; } +.bootstrap .col-xs-pull-9 { left: 75%; } +.bootstrap .col-xs-pull-10 { left: 83.33333%; } +.bootstrap .col-xs-pull-11 { left: 91.66667%; } +.bootstrap .col-xs-pull-12 { left: 100%; } +.bootstrap .col-xs-push-0 { right: 0%; } +.bootstrap .col-xs-push-1 { right: 8.33333%; } +.bootstrap .col-xs-push-2 { right: 16.66667%; } +.bootstrap .col-xs-push-3 { right: 25%; } +.bootstrap .col-xs-push-4 { right: 33.33333%; } +.bootstrap .col-xs-push-5 { right: 41.66667%; } +.bootstrap .col-xs-push-6 { right: 50%; } +.bootstrap .col-xs-push-7 { right: 58.33333%; } +.bootstrap .col-xs-push-8 { right: 66.66667%; } +.bootstrap .col-xs-push-9 { right: 75%; } +.bootstrap .col-xs-push-10 { right: 83.33333%; } +.bootstrap .col-xs-push-11 { right: 91.66667%; } +.bootstrap .col-xs-push-12 { right: 100%; } +.bootstrap .col-xs-offset-0 { margin-right: 0%; } +.bootstrap .col-xs-offset-1 { margin-right: 8.33333%; } +.bootstrap .col-xs-offset-2 { margin-right: 16.66667%; } +.bootstrap .col-xs-offset-3 { margin-right: 25%; } +.bootstrap .col-xs-offset-4 { margin-right: 33.33333%; } +.bootstrap .col-xs-offset-5 { margin-right: 41.66667%; } +.bootstrap .col-xs-offset-6 { margin-right: 50%; } +.bootstrap .col-xs-offset-7 { margin-right: 58.33333%; } +.bootstrap .col-xs-offset-8 { margin-right: 66.66667%; } +.bootstrap .col-xs-offset-9 { margin-right: 75%; } +.bootstrap .col-xs-offset-10 { margin-right: 83.33333%; } +.bootstrap .col-xs-offset-11 { margin-right: 91.66667%; } +.bootstrap .col-xs-offset-12 { margin-right: 100%; } +@media (min-width: 768px) { .bootstrap .col-sm-1, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12 { float: right; } + .bootstrap .col-sm-1 { width: 8.33333%; } + .bootstrap .col-sm-2 { width: 16.66667%; } + .bootstrap .col-sm-3 { width: 25%; } + .bootstrap .col-sm-4 { width: 33.33333%; } + .bootstrap .col-sm-5 { width: 41.66667%; } + .bootstrap .col-sm-6 { width: 50%; } + .bootstrap .col-sm-7 { width: 58.33333%; } + .bootstrap .col-sm-8 { width: 66.66667%; } + .bootstrap .col-sm-9 { width: 75%; } + .bootstrap .col-sm-10 { width: 83.33333%; } + .bootstrap .col-sm-11 { width: 91.66667%; } + .bootstrap .col-sm-12 { width: 100%; } + .bootstrap .col-sm-pull-0 { left: 0%; } + .bootstrap .col-sm-pull-1 { left: 8.33333%; } + .bootstrap .col-sm-pull-2 { left: 16.66667%; } + .bootstrap .col-sm-pull-3 { left: 25%; } + .bootstrap .col-sm-pull-4 { left: 33.33333%; } + .bootstrap .col-sm-pull-5 { left: 41.66667%; } + .bootstrap .col-sm-pull-6 { left: 50%; } + .bootstrap .col-sm-pull-7 { left: 58.33333%; } + .bootstrap .col-sm-pull-8 { left: 66.66667%; } + .bootstrap .col-sm-pull-9 { left: 75%; } + .bootstrap .col-sm-pull-10 { left: 83.33333%; } + .bootstrap .col-sm-pull-11 { left: 91.66667%; } + .bootstrap .col-sm-pull-12 { left: 100%; } + .bootstrap .col-sm-push-0 { right: 0%; } + .bootstrap .col-sm-push-1 { right: 8.33333%; } + .bootstrap .col-sm-push-2 { right: 16.66667%; } + .bootstrap .col-sm-push-3 { right: 25%; } + .bootstrap .col-sm-push-4 { right: 33.33333%; } + .bootstrap .col-sm-push-5 { right: 41.66667%; } + .bootstrap .col-sm-push-6 { right: 50%; } + .bootstrap .col-sm-push-7 { right: 58.33333%; } + .bootstrap .col-sm-push-8 { right: 66.66667%; } + .bootstrap .col-sm-push-9 { right: 75%; } + .bootstrap .col-sm-push-10 { right: 83.33333%; } + .bootstrap .col-sm-push-11 { right: 91.66667%; } + .bootstrap .col-sm-push-12 { right: 100%; } + .bootstrap .col-sm-offset-0 { margin-right: 0%; } + .bootstrap .col-sm-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-sm-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-sm-offset-3 { margin-right: 25%; } + .bootstrap .col-sm-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-sm-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-sm-offset-6 { margin-right: 50%; } + .bootstrap .col-sm-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-sm-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-sm-offset-9 { margin-right: 75%; } + .bootstrap .col-sm-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-sm-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-sm-offset-12 { margin-right: 100%; } } +@media (min-width: 992px) { .bootstrap .col-md-1, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12 { float: right; } + .bootstrap .col-md-1 { width: 8.33333%; } + .bootstrap .col-md-2 { width: 16.66667%; } + .bootstrap .col-md-3 { width: 25%; } + .bootstrap .col-md-4 { width: 33.33333%; } + .bootstrap .col-md-5 { width: 41.66667%; } + .bootstrap .col-md-6 { width: 50%; } + .bootstrap .col-md-7 { width: 58.33333%; } + .bootstrap .col-md-8 { width: 66.66667%; } + .bootstrap .col-md-9 { width: 75%; } + .bootstrap .col-md-10 { width: 83.33333%; } + .bootstrap .col-md-11 { width: 91.66667%; } + .bootstrap .col-md-12 { width: 100%; } + .bootstrap .col-md-pull-0 { left: 0%; } + .bootstrap .col-md-pull-1 { left: 8.33333%; } + .bootstrap .col-md-pull-2 { left: 16.66667%; } + .bootstrap .col-md-pull-3 { left: 25%; } + .bootstrap .col-md-pull-4 { left: 33.33333%; } + .bootstrap .col-md-pull-5 { left: 41.66667%; } + .bootstrap .col-md-pull-6 { left: 50%; } + .bootstrap .col-md-pull-7 { left: 58.33333%; } + .bootstrap .col-md-pull-8 { left: 66.66667%; } + .bootstrap .col-md-pull-9 { left: 75%; } + .bootstrap .col-md-pull-10 { left: 83.33333%; } + .bootstrap .col-md-pull-11 { left: 91.66667%; } + .bootstrap .col-md-pull-12 { left: 100%; } + .bootstrap .col-md-push-0 { right: 0%; } + .bootstrap .col-md-push-1 { right: 8.33333%; } + .bootstrap .col-md-push-2 { right: 16.66667%; } + .bootstrap .col-md-push-3 { right: 25%; } + .bootstrap .col-md-push-4 { right: 33.33333%; } + .bootstrap .col-md-push-5 { right: 41.66667%; } + .bootstrap .col-md-push-6 { right: 50%; } + .bootstrap .col-md-push-7 { right: 58.33333%; } + .bootstrap .col-md-push-8 { right: 66.66667%; } + .bootstrap .col-md-push-9 { right: 75%; } + .bootstrap .col-md-push-10 { right: 83.33333%; } + .bootstrap .col-md-push-11 { right: 91.66667%; } + .bootstrap .col-md-push-12 { right: 100%; } + .bootstrap .col-md-offset-0 { margin-right: 0%; } + .bootstrap .col-md-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-md-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-md-offset-3 { margin-right: 25%; } + .bootstrap .col-md-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-md-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-md-offset-6 { margin-right: 50%; } + .bootstrap .col-md-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-md-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-md-offset-9 { margin-right: 75%; } + .bootstrap .col-md-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-md-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-md-offset-12 { margin-right: 100%; } } +@media (min-width: 1200px) { .bootstrap .col-lg-1, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12 { float: right; } + .bootstrap .col-lg-1 { width: 8.33333%; } + .bootstrap .col-lg-2 { width: 16.66667%; } + .bootstrap .col-lg-3 { width: 25%; } + .bootstrap .col-lg-4 { width: 33.33333%; } + .bootstrap .col-lg-5 { width: 41.66667%; } + .bootstrap .col-lg-6 { width: 50%; } + .bootstrap .col-lg-7 { width: 58.33333%; } + .bootstrap .col-lg-8 { width: 66.66667%; } + .bootstrap .col-lg-9 { width: 75%; } + .bootstrap .col-lg-10 { width: 83.33333%; } + .bootstrap .col-lg-11 { width: 91.66667%; } + .bootstrap .col-lg-12 { width: 100%; } + .bootstrap .col-lg-pull-0 { left: 0%; } + .bootstrap .col-lg-pull-1 { left: 8.33333%; } + .bootstrap .col-lg-pull-2 { left: 16.66667%; } + .bootstrap .col-lg-pull-3 { left: 25%; } + .bootstrap .col-lg-pull-4 { left: 33.33333%; } + .bootstrap .col-lg-pull-5 { left: 41.66667%; } + .bootstrap .col-lg-pull-6 { left: 50%; } + .bootstrap .col-lg-pull-7 { left: 58.33333%; } + .bootstrap .col-lg-pull-8 { left: 66.66667%; } + .bootstrap .col-lg-pull-9 { left: 75%; } + .bootstrap .col-lg-pull-10 { left: 83.33333%; } + .bootstrap .col-lg-pull-11 { left: 91.66667%; } + .bootstrap .col-lg-pull-12 { left: 100%; } + .bootstrap .col-lg-push-0 { right: 0%; } + .bootstrap .col-lg-push-1 { right: 8.33333%; } + .bootstrap .col-lg-push-2 { right: 16.66667%; } + .bootstrap .col-lg-push-3 { right: 25%; } + .bootstrap .col-lg-push-4 { right: 33.33333%; } + .bootstrap .col-lg-push-5 { right: 41.66667%; } + .bootstrap .col-lg-push-6 { right: 50%; } + .bootstrap .col-lg-push-7 { right: 58.33333%; } + .bootstrap .col-lg-push-8 { right: 66.66667%; } + .bootstrap .col-lg-push-9 { right: 75%; } + .bootstrap .col-lg-push-10 { right: 83.33333%; } + .bootstrap .col-lg-push-11 { right: 91.66667%; } + .bootstrap .col-lg-push-12 { right: 100%; } + .bootstrap .col-lg-offset-0 { margin-right: 0%; } + .bootstrap .col-lg-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-lg-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-lg-offset-3 { margin-right: 25%; } + .bootstrap .col-lg-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-lg-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-lg-offset-6 { margin-right: 50%; } + .bootstrap .col-lg-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-lg-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-lg-offset-9 { margin-right: 75%; } + .bootstrap .col-lg-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-lg-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-lg-offset-12 { margin-right: 100%; } } +.bootstrap table { max-width: 100%; background-color: transparent; } +.bootstrap th { text-align: right; } +.bootstrap .table { width: 100%; margin-bottom: 17px; } +.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; } +.bootstrap .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } +.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td { border-top: 0; } +.bootstrap .table > tbody + tbody { border-top: 2px solid #dddddd; } +.bootstrap .table .table { background-color: white; } +.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td { padding: 5px; } +.bootstrap .table-bordered { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td, .bootstrap .table-bordered > tbody > tr > th, .bootstrap .table-bordered > tbody > tr > td, .bootstrap .table-bordered > tfoot > tr > th, .bootstrap .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td { border-bottom-width: 2px; } +.bootstrap .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th { background-color: #edf7fb; } +.bootstrap table col[class*="col-"] { position: static; float: none; display: table-column; } +.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] { position: static; float: none; display: table-cell; } +.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th { background-color: #edf7fb; } +.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr.active:hover > th { background-color: #d8eef6; } +.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th { background-color: #dff0d8; } +.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } +.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th { background-color: #d9edf7; } +.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } +.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th { background-color: #fcf8e3; } +.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } +.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th { background-color: #f2dede; } +.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +@media (max-width: 767px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } +.bootstrap legend { display: block; width: 100%; padding: 0; margin-bottom: 17px; font-size: 18px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +.bootstrap label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +.bootstrap input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } +.bootstrap input[type="file"] { display: block; } +.bootstrap input[type="range"] { display: block; width: 100%; } +.bootstrap select[multiple], .bootstrap select[size] { height: auto; } +.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap output { display: block; padding-top: 5px; font-size: 12px; line-height: 1.42857; color: #555555; } +.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select { display: block; width: 100%; height: 27px; padding: 4px 8px; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 3px; -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder { color: #999999; opacity: 1; } +.bootstrap .form-control:-ms-input-placeholder, .bootstrap input[type="text"]:-ms-input-placeholder, .bootstrap input[type="search"]:-ms-input-placeholder, .bootstrap input[type="password"]:-ms-input-placeholder, .bootstrap textarea:-ms-input-placeholder, .bootstrap select:-ms-input-placeholder { color: #999999; } +.bootstrap .form-control::-webkit-input-placeholder, .bootstrap input[type="text"]::-webkit-input-placeholder, .bootstrap input[type="search"]::-webkit-input-placeholder, .bootstrap input[type="password"]::-webkit-input-placeholder, .bootstrap textarea::-webkit-input-placeholder, .bootstrap select::-webkit-input-placeholder { color: #999999; } +.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select { cursor: not-allowed; background-color: #eeeeee; opacity: 1; } +.bootstrap textarea.form-control, .bootstrap textarea { height: auto; } +.bootstrap input[type="search"] { -webkit-appearance: none; } +.bootstrap input[type="date"] { line-height: 27px; } +.bootstrap .form-group { margin-bottom: 15px; } +.bootstrap .radio, .bootstrap .checkbox { display: block; min-height: 17px; margin-top: 10px; margin-bottom: 10px; padding-right: 20px; } +.bootstrap .radio label, .bootstrap .checkbox label { display: inline; font-weight: normal; cursor: pointer; } +.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] { float: right; margin-right: -20px; } +.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox { margin-top: -5px; } +.bootstrap .radio-inline, .bootstrap .checkbox-inline { display: inline-block; padding-right: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } +.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline { margin-top: 0; margin-right: 10px; } +.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline { cursor: not-allowed; } +.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn { height: 28px; padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn { height: 28px; line-height: 28px; } +.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn, .bootstrap select[multiple].input-sm, .bootstrap .input-group-sm > select[multiple], .bootstrap .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; } +.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn { height: 42px; padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn { height: 42px; line-height: 42px; } +.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn, .bootstrap select[multiple].input-lg, .bootstrap .input-group-lg > select[multiple], .bootstrap .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; } +.bootstrap .has-feedback { position: relative; } +.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select { padding-left: 33.75px; } +.bootstrap .has-feedback .form-control-feedback { position: absolute; top: 22px; left: 0; display: block; width: 27px; height: 27px; line-height: 27px; text-align: center; } +.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline { color: #3c763d; } +.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } +.bootstrap .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } +.bootstrap .has-success .form-control-feedback { color: #3c763d; } +.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline { color: #8a6d3b; } +.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } +.bootstrap .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap .has-warning .form-control-feedback { color: #8a6d3b; } +.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline { color: #a94442; } +.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } +.bootstrap .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } +.bootstrap .has-error .form-control-feedback { color: #a94442; } +.bootstrap .form-control-static { margin-bottom: 0; } +.bootstrap .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } +@media (min-width: 768px) { .bootstrap .form-inline .form-group, .bootstrap .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .form-control, .bootstrap .navbar-form .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select { display: inline-block; width: auto; vertical-align: middle; } + .bootstrap .form-inline .input-group > .form-control, .bootstrap .navbar-form .input-group > .form-control, .bootstrap .form-inline .input-group > input[type="text"], .bootstrap .navbar-form .input-group > input[type="text"], .bootstrap .form-inline .input-group > input[type="search"], .bootstrap .navbar-form .input-group > input[type="search"], .bootstrap .form-inline .input-group > input[type="password"], .bootstrap .navbar-form .input-group > input[type="password"], .bootstrap .form-inline .input-group > textarea, .bootstrap .navbar-form .input-group > textarea, .bootstrap .form-inline .input-group > select, .bootstrap .navbar-form .input-group > select { width: 100%; } + .bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-right: 0; vertical-align: middle; } + .bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"] { float: none; margin-right: 0; } + .bootstrap .form-inline .has-feedback .form-control-feedback, .bootstrap .navbar-form .has-feedback .form-control-feedback { top: 0; } } +.bootstrap .form-horizontal .control-label, .bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 5px; } +.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox { min-height: 22px; } +.bootstrap .form-horizontal .form-group { margin-right: -5px; margin-left: -5px; } +.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after { content: " "; display: table; } +.bootstrap .form-horizontal .form-group:after { clear: both; } +.bootstrap .form-horizontal .form-control-static { padding-top: 5px; } +@media (min-width: 768px) { .bootstrap .form-horizontal .control-label { text-align: left; } } +.bootstrap .form-horizontal .has-feedback .form-control-feedback { top: 0; left: 5px; } +.bootstrap .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 4px 8px; font-size: 12px; line-height: 1.42857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } +.bootstrap .btn:focus, .bootstrap .btn:active:focus, .bootstrap .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap .btn:hover, .bootstrap .btn:focus { color: #555555; text-decoration: none; } +.bootstrap .btn:active, .bootstrap .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-default { color: #555555; background-color: white; border-color: #cccccc; } +.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.open .bootstrap .btn-default.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.bootstrap .btn-default:active, .bootstrap .btn-default.active { background-image: none; } +.open .bootstrap .btn-default.dropdown-toggle { background-image: none; } +.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default[disabled].active, fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active { background-color: white; border-color: #cccccc; } +.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-primary { color: #555555; background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active { color: #555555; background-color: #ebebeb; border-color: #419641; } +.open .bootstrap .btn-primary.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #419641; } +.bootstrap .btn-primary:active, .bootstrap .btn-primary.active { background-image: none; } +.open .bootstrap .btn-primary.dropdown-toggle { background-image: none; } +.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary[disabled].active, fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active { background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active { color: white; background-color: #47a447; border-color: #398439; } +.open .bootstrap .btn-success.dropdown-toggle { color: white; background-color: #47a447; border-color: #398439; } +.bootstrap .btn-success:active, .bootstrap .btn-success.active { background-image: none; } +.open .bootstrap .btn-success.dropdown-toggle { background-image: none; } +.bootstrap .btn-success.disabled, .bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success[disabled].active, fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner { color: #5cb85c; background-color: white; } +.bootstrap .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active { color: white; background-color: #39b3d7; border-color: #269abc; } +.open .bootstrap .btn-info.dropdown-toggle { color: white; background-color: #39b3d7; border-color: #269abc; } +.bootstrap .btn-info:active, .bootstrap .btn-info.active { background-image: none; } +.open .bootstrap .btn-info.dropdown-toggle { background-image: none; } +.bootstrap .btn-info.disabled, .bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info[disabled].active, fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner { color: #5bc0de; background-color: white; } +.bootstrap .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +.open .bootstrap .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +.bootstrap .btn-warning:active, .bootstrap .btn-warning.active { background-image: none; } +.open .bootstrap .btn-warning.dropdown-toggle { background-image: none; } +.bootstrap .btn-warning.disabled, .bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning[disabled].active, fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner { color: #f0ad4e; background-color: white; } +.bootstrap .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +.open .bootstrap .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +.bootstrap .btn-danger:active, .bootstrap .btn-danger.active { background-image: none; } +.open .bootstrap .btn-danger.dropdown-toggle { background-image: none; } +.bootstrap .btn-danger.disabled, .bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger[disabled].active, fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner { color: #d9534f; background-color: white; } +.bootstrap .btn-link { color: #00b7ae; font-weight: normal; cursor: pointer; border-radius: 0; } +.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active { border-color: transparent; } +.bootstrap .btn-link:hover, .bootstrap .btn-link:focus { color: #006b65; text-decoration: underline; background-color: transparent; } +.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus { color: #999999; text-decoration: none; } +.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn { padding: 1px 5px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } +.bootstrap .btn-block + .btn-block { margin-top: 5px; } +.bootstrap input[type="submit"].btn-block, .bootstrap input[type="reset"].btn-block, .bootstrap input[type="button"].btn-block { width: 100%; } +.bootstrap .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.bootstrap .fade.in { opacity: 1; } +.bootstrap .collapse { display: none; } +.bootstrap .collapse.in { display: block; } +.bootstrap .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } +.bootstrap .caret { display: inline-block; width: 0; height: 0; margin-right: 2px; vertical-align: middle; border-top: 4px solid; border-left: 4px solid transparent; border-right: 4px solid transparent; } +.bootstrap .dropdown { position: relative; } +.bootstrap .dropdown-toggle:focus { outline: 0; } +.bootstrap .dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 12px; background-color: white; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +.bootstrap .dropdown-menu.pull-right { left: 0; right: auto; } +.bootstrap .dropdown-menu .divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; } +.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #00b7ae; } +.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus { color: white; text-decoration: none; outline: 0; background-color: #00b7ae; } +.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { color: #999999; } +.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } +.bootstrap .open > .dropdown-menu { display: block; } +.bootstrap .open > a { outline: 0; } +.bootstrap .dropdown-menu-right { right: auto; left: 0; } +.bootstrap .dropdown-menu-left { right: 0; left: auto; } +.bootstrap .dropdown-header { display: block; padding: 3px 20px; font-size: 11px; line-height: 1.42857; color: #999999; } +.bootstrap .dropdown-backdrop { position: fixed; right: 0; left: 0; bottom: 0; top: 0; z-index: 990; } +.bootstrap .pull-right > .dropdown-menu { left: 0; right: auto; } +.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } +.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } +@media (min-width: 768px) { .bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu { left: 0; right: auto; } + .bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left { right: 0; left: auto; } } +.bootstrap .btn-group, .bootstrap .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn { position: relative; float: right; } +.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active { z-index: 2; } +.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus { outline: none; } +.bootstrap .btn-group .btn + .btn, .bootstrap .btn-group .btn + .btn-group, .bootstrap .btn-group .btn-group + .btn, .bootstrap .btn-group .btn-group + .btn-group { margin-right: -1px; } +.bootstrap .btn-toolbar { margin-right: -5px; } +.bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after { content: " "; display: table; } +.bootstrap .btn-toolbar:after { clear: both; } +.bootstrap .btn-toolbar .btn-group, .bootstrap .btn-toolbar .input-group { float: right; } +.bootstrap .btn-toolbar > .btn, .bootstrap .btn-toolbar > .btn-group, .bootstrap .btn-toolbar > .input-group { margin-right: 5px; } +.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +.bootstrap .btn-group > .btn:first-child { margin-right: 0; } +.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn:last-child:not(:first-child), .bootstrap .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn-group { float: right; } +.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group .dropdown-toggle:active, .bootstrap .btn-group.open .dropdown-toggle { outline: 0; } +.bootstrap .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } +.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } +.bootstrap .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { margin-right: 0; } +.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group, .bootstrap .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } +.bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after { content: " "; display: table; } +.bootstrap .btn-group-vertical > .btn-group:after { clear: both; } +.bootstrap .btn-group-vertical > .btn-group > .btn { float: none; } +.bootstrap .btn-group-vertical > .btn + .btn, .bootstrap .btn-group-vertical > .btn + .btn-group, .bootstrap .btn-group-vertical > .btn-group + .btn, .bootstrap .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-right: 0; } +.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-right-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } +.bootstrap .btn-group-justified > .btn-group .btn { width: 100%; } +.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +.bootstrap .input-group { position: relative; display: table; border-collapse: separate; } +.bootstrap .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } +.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { position: relative; z-index: 2; float: right; width: 100%; margin-bottom: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { display: table-cell; } +.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } +.bootstrap .input-group-addon { padding: 4px 8px; font-size: 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 11px; border-radius: 3px; } +.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 15px; border-radius: 6px; } +.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] { margin-top: 0; } +.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select:first-child, .bootstrap .input-group-addon:first-child, .bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group > .btn, .bootstrap .input-group-btn:first-child > .dropdown-toggle, .bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .input-group-addon:first-child { border-left: 0; } +.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-child, .bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group > .btn, .bootstrap .input-group-btn:last-child > .dropdown-toggle, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .input-group-addon:last-child { border-right: 0; } +.bootstrap .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } +.bootstrap .input-group-btn > .btn { position: relative; } +.bootstrap .input-group-btn > .btn + .btn { margin-right: -1px; } +.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active { z-index: 2; } +.bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group { margin-left: -1px; } +.bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group { margin-right: -1px; } +.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin-bottom: 0; padding-right: 0; list-style: none; } +.bootstrap .nav:before, .bootstrap #header_notifs_icon_wrapper:before, .bootstrap #header_employee_box:before, .bootstrap #header_quick:before, .bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { content: " "; display: table; } +.bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { clear: both; } +.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { position: relative; display: block; } +.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { position: relative; display: block; padding: 10px 15px; } +.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a { color: #999999; } +.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus { background-color: #eeeeee; border-color: #00b7ae; } +.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img { max-width: none; } +.bootstrap .nav-tabs { border-bottom: 1px solid #dddddd; } +.bootstrap .nav-tabs > li { float: right; margin-bottom: -1px; } +.bootstrap .nav-tabs > li > a { margin-left: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 3px 0 0 3px; } +.bootstrap .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus { color: #555555; background-color: white; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } +.bootstrap .nav-pills > li { float: right; } +.bootstrap .nav-pills > li > a { border-radius: 3px; } +.bootstrap .nav-pills > li + li { margin-right: 2px; } +.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus { color: white; background-color: #00b7ae; } +.bootstrap .nav-stacked > li { float: none; } +.bootstrap .nav-stacked > li + li { margin-top: 2px; margin-right: 0; } +.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified { width: 100%; } +.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { float: none; } +.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } +.bootstrap .nav-justified > .dropdown .dropdown-menu { top: auto; right: auto; } +@media (min-width: 768px) { .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } + .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } +.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified { border-bottom: 0; } +.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-left: 0; border-radius: 3px; } +.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } +@media (min-width: 768px) { .bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 3px 0 0 3px; } + .bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: white; } } +.bootstrap .tab-content > .tab-pane { display: none; } +.bootstrap .tab-content > .active { display: block; } +.bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar, .bootstrap #header_infos { position: relative; min-height: 35px; margin-bottom: 17px; border: 1px solid transparent; } +.bootstrap .navbar:before, .bootstrap #header_infos:before, .bootstrap .navbar:after, .bootstrap #header_infos:after { content: " "; display: table; } +.bootstrap .navbar:after, .bootstrap #header_infos:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar, .bootstrap #header_infos { border-radius: 3px; } } +.bootstrap .navbar-header:before, .bootstrap .navbar-header:after { content: " "; display: table; } +.bootstrap .navbar-header:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar-header { float: right; } } +.bootstrap .navbar-collapse { max-height: 340px; overflow-x: visible; padding-left: 5px; padding-right: 5px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after { content: " "; display: table; } +.bootstrap .navbar-collapse:after { clear: both; } +.bootstrap .navbar-collapse.in { overflow-y: auto; } +@media (min-width: 768px) { .bootstrap .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + .bootstrap .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + .bootstrap .navbar-collapse.in { overflow-y: visible; } + .navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse { padding-right: 0; padding-left: 0; } } +.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; } +@media (min-width: 768px) { .bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: 0; margin-right: 0; } } +.bootstrap .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } +@media (min-width: 768px) { .bootstrap .navbar-static-top { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { position: fixed; left: 0; right: 0; z-index: 1030; } +@media (min-width: 768px) { .bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos { top: 0; border-width: 0 0 1px; } +.bootstrap .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } +.bootstrap .navbar-brand, .bootstrap #header_shopname { float: right; padding: 9px 5px; font-size: 15px; line-height: 17px; height: 35px; } +.bootstrap .navbar-brand:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopname:focus { text-decoration: none; } +@media (min-width: 768px) { .navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname { margin-right: -5px; } } +.bootstrap .navbar-toggle { position: relative; float: left; margin-left: 5px; padding: 9px 10px; margin-top: 0.5px; margin-bottom: 0.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .navbar-toggle:focus { outline: none; } +.bootstrap .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +.bootstrap .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } +@media (min-width: 768px) { .bootstrap .navbar-toggle { display: none; } } +.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin: 4.5px -5px; } +.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 17px; } +@media (max-width: 767px) { .bootstrap .navbar-nav .open .dropdown-menu, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu, .bootstrap #header_employee_box .open .dropdown-menu, .bootstrap #header_quick .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, .bootstrap #header_employee_box .open .dropdown-menu .dropdown-header, .bootstrap #header_quick .open .dropdown-menu .dropdown-header { padding: 5px 25px 5px 15px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a { line-height: 17px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_quick .open .dropdown-menu > li > a:focus { background-image: none; } } +@media (min-width: 768px) { .bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { float: right; margin: 0; } + .bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { float: right; } + .bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 9px; padding-bottom: 9px; } + .bootstrap .navbar-nav.navbar-right:last-child, .bootstrap .navbar-right#header_notifs_icon_wrapper:last-child, .bootstrap #header_employee_box:last-child, .bootstrap .navbar-right#header_quick:last-child { margin-left: -5px; } } +@media (min-width: 768px) { .bootstrap .navbar-left, .bootstrap #header_quick { float: right !important; } + .bootstrap .navbar-right, .bootstrap #header_employee_box { float: left !important; } } +.bootstrap .navbar-form { margin-right: -5px; margin-left: -5px; padding: 10px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 4px; margin-bottom: 4px; } +@media (max-width: 767px) { .bootstrap .navbar-form .form-group { margin-bottom: 5px; } } +@media (min-width: 768px) { .bootstrap .navbar-form { width: auto; border: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } + .bootstrap .navbar-form.navbar-right:last-child, .bootstrap .navbar-form#header_employee_box:last-child { margin-left: -5px; } } +.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .navbar-btn { margin-top: 4px; margin-bottom: 4px; } +.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn { margin-top: 3.5px; margin-bottom: 3.5px; } +.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn { margin-top: 6.5px; margin-bottom: 6.5px; } +.bootstrap .navbar-text { margin-top: 9px; margin-bottom: 9px; } +@media (min-width: 768px) { .bootstrap .navbar-text { float: right; margin-right: 5px; margin-left: 5px; } + .bootstrap .navbar-text.navbar-right:last-child, .bootstrap .navbar-text#header_employee_box:last-child { margin-left: 0; } } +.bootstrap .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopname { color: #777777; } +.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopname:focus { color: #5e5e5e; background-color: transparent; } +.bootstrap .navbar-default .navbar-text { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus { color: #333333; background-color: transparent; } +.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus { color: #555555; background-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus { color: #cccccc; background-color: transparent; } +.bootstrap .navbar-default .navbar-toggle { border-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } +.bootstrap .navbar-default .navbar-collapse, .bootstrap .navbar-default .navbar-form { border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus { background-color: #e7e7e7; color: #555555; } +@media (max-width: 767px) { .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a { color: #777777; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +.bootstrap .navbar-default .navbar-link { color: #777777; } +.bootstrap .navbar-default .navbar-link:hover { color: #333333; } +.bootstrap .navbar-inverse, .bootstrap #header_infos { background-color: #222222; border-color: #090909; } +.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname { color: #999999; } +.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus { color: white; background-color: #090909; } +.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus { color: #444444; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle { border-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus { background-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar { background-color: white; } +.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form { border-color: #101010; } +.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus { background-color: #090909; color: white; } +@media (max-width: 767px) { .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_quick .open .dropdown-menu > .dropdown-header { border-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .bootstrap #header_infos .navbar-nav .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu .divider, .bootstrap #header_infos #header_employee_box .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu .divider, .bootstrap #header_infos #header_quick .open .dropdown-menu .divider { background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a { color: #999999; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link { color: #999999; } +.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover { color: white; } +.bootstrap .breadcrumb { padding: 8px 15px; margin-bottom: 17px; list-style: none; background-color: whitesmoke; border-radius: 3px; } +.bootstrap .breadcrumb > li { display: inline-block; } +.bootstrap .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } +.bootstrap .breadcrumb > .active { color: #999999; } +.bootstrap .pagination { display: inline-block; padding-right: 0; margin: 17px 0; border-radius: 3px; } +.bootstrap .pagination > li { display: inline; } +.bootstrap .pagination > li > a, .bootstrap .pagination > li > span { position: relative; float: right; padding: 4px 8px; line-height: 1.42857; text-decoration: none; color: #00b7ae; background-color: white; border: 1px solid #dddddd; margin-right: -1px; } +.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span { margin-right: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus { color: #006b65; background-color: #eeeeee; border-color: #dddddd; } +.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus { z-index: 2; color: white; background-color: #00b7ae; border-color: #00b7ae; cursor: default; } +.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed; } +.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span { padding: 10px 16px; font-size: 15px; } +.bootstrap .pagination-lg > li:first-child > a, .bootstrap .pagination-lg > li:first-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +.bootstrap .pagination-lg > li:last-child > a, .bootstrap .pagination-lg > li:last-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +.bootstrap .pagination-sm > li > a, .bootstrap .pagination-sm > li > span { padding: 5px 10px; font-size: 11px; } +.bootstrap .pagination-sm > li:first-child > a, .bootstrap .pagination-sm > li:first-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination-sm > li:last-child > a, .bootstrap .pagination-sm > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pager { padding-right: 0; margin: 17px 0; list-style: none; text-align: center; } +.bootstrap .pager:before, .bootstrap .pager:after { content: " "; display: table; } +.bootstrap .pager:after { clear: both; } +.bootstrap .pager li { display: inline; } +.bootstrap .pager li > a, .bootstrap .pager li > span { display: inline-block; padding: 5px 14px; background-color: white; border: 1px solid #dddddd; border-radius: 15px; } +.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .pager .next > a, .bootstrap .pager .next > span { float: left; } +.bootstrap .pager .previous > a, .bootstrap .pager .previous > span { float: right; } +.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span { color: #999999; background-color: white; cursor: not-allowed; } +.bootstrap .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: white; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } +.bootstrap .label[href]:hover, .bootstrap .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap .label:empty { display: none; } +.btn .bootstrap .label { position: relative; top: -1px; } +.bootstrap .label-default { background-color: #999999; } +.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus { background-color: gray; } +.bootstrap .label-primary { background-color: #00b7ae; } +.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus { background-color: #00847e; } +.bootstrap .label-success { background-color: #5cb85c; } +.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus { background-color: #449d44; } +.bootstrap .label-info { background-color: #5bc0de; } +.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus { background-color: #31b0d5; } +.bootstrap .label-warning { background-color: #f0ad4e; } +.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus { background-color: #ec971f; } +.bootstrap .label-danger { background-color: #d9534f; } +.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus { background-color: #c9302c; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } +.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty { display: none; } +.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner { position: relative; top: -1px; } +.btn-xs .bootstrap .badge, .bootstrap .btn-group-xs > .btn .bootstrap .badge, .btn-xs .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn-xs .bootstrap .notifs_badge, .bootstrap .btn-group-xs > .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-group-xs > .btn .bootstrap .notifs_badge, .btn-xs .bootstrap .module-badge-popular, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-popular, .btn-xs .bootstrap .module-badge-partner, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-partner { top: 0; padding: 1px 5px; } +.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap a.list-group-item.active > .badge, .bootstrap #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, #header_notifs_icon_wrapper .bootstrap a.list-group-item.active > .notifs_badge, .bootstrap a.list-group-item.active > .module-badge-popular, .bootstrap a.list-group-item.active > .module-badge-partner, .bootstrap .nav-pills > .active > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > .active > a > .notifs_badge, .bootstrap .nav-pills > .active > a > .module-badge-popular, .bootstrap .nav-pills > .active > a > .module-badge-partner { color: #00b7ae; background-color: white; } +.bootstrap .nav-pills > li > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > li > a > .notifs_badge, .bootstrap .nav-pills > li > a > .module-badge-popular, .bootstrap .nav-pills > li > a > .module-badge-partner { margin-right: 3px; } +.bootstrap .thumbnail { display: block; padding: 4px; margin-bottom: 17px; line-height: 1.42857; background-color: white; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } +.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } +.bootstrap .thumbnail .caption { padding: 9px; color: #555555; } +.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active { border-color: #00b7ae; } +.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error { padding: 15px; margin-bottom: 17px; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { margin-top: 0; color: inherit; } +.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { font-weight: bold; } +.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul { margin-bottom: 0; } +.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p { margin-top: 5px; } +.bootstrap .alert-dismissable { padding-left: 35px; } +.bootstrap .alert-dismissable .close { position: relative; top: -2px; left: -21px; color: inherit; } +.bootstrap .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } +.bootstrap .alert-success hr { border-top-color: #c9e2b3; } +.bootstrap .alert-success .alert-link { color: #2b542c; } +.bootstrap .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } +.bootstrap .alert-info hr { border-top-color: #a6e1ec; } +.bootstrap .alert-info .alert-link { color: #245269; } +.bootstrap .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } +.bootstrap .alert-warning hr { border-top-color: #f7e1b5; } +.bootstrap .alert-warning .alert-link { color: #66512c; } +.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } +.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr { border-top-color: #e4b9c0; } +.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { color: #843534; } +.bootstrap .progress { overflow: hidden; height: 17px; margin-bottom: 17px; background-color: whitesmoke; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } +.bootstrap .progress-bar { float: right; width: 0%; height: 100%; font-size: 11px; line-height: 17px; color: white; text-align: center; background-color: #00b7ae; -webkit-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-transition: width 0.6s ease; transition: width 0.6s ease; } +.bootstrap .progress-striped .progress-bar { 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: 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-size: 40px 40px; } +.bootstrap .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } +.bootstrap .progress-bar-success { background-color: #5cb85c; } +.progress-striped .bootstrap .progress-bar-success { 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: 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); } +.bootstrap .progress-bar-info { background-color: #5bc0de; } +.progress-striped .bootstrap .progress-bar-info { 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: 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); } +.bootstrap .progress-bar-warning { background-color: #f0ad4e; } +.progress-striped .bootstrap .progress-bar-warning { 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: 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); } +.bootstrap .progress-bar-danger { background-color: #d9534f; } +.progress-striped .bootstrap .progress-bar-danger { 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: 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); } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body { overflow: hidden; zoom: 1; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .bootstrap .message-item .message-item { margin-top: 15px; } +.bootstrap .media:first-child, .bootstrap .message-item:first-child { margin-top: 0; } +.bootstrap .media-object { display: block; } +.bootstrap .media-heading { margin: 0 0 5px; } +.bootstrap .media > .pull-left, .bootstrap .message-item > .pull-left, .bootstrap .page-head .media > h2.page-title, .bootstrap .page-head .message-item > h2.page-title { margin-left: 10px; } +.bootstrap .media > .pull-right, .bootstrap .message-item > .pull-right { margin-right: 10px; } +.bootstrap .media-list { padding-right: 0; list-style: none; } +.bootstrap .list-group, .bootstrap #dashboard .data_list { margin-bottom: 20px; padding-right: 0; } +.bootstrap .list-group-item, .bootstrap #dashboard .data_list li { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: white; border: 1px solid #dddddd; } +.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child { margin-bottom: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } +.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner { float: left; } +.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner { margin-left: 5px; } +.bootstrap a.list-group-item { color: #555555; } +.bootstrap a.list-group-item .list-group-item-heading { color: #333333; } +.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +.bootstrap a.list-group-item.active, .bootstrap a.list-group-item.active:hover, .bootstrap a.list-group-item.active:focus { z-index: 2; color: white; background-color: #00b7ae; border-color: #00b7ae; } +.bootstrap a.list-group-item.active .list-group-item-heading, .bootstrap a.list-group-item.active:hover .list-group-item-heading, .bootstrap a.list-group-item.active:focus .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item.active .list-group-item-text, .bootstrap a.list-group-item.active:hover .list-group-item-text, .bootstrap a.list-group-item.active:focus .list-group-item-text { color: #84fff9; } +.bootstrap .list-group-item-success { color: #3c763d; background-color: #dff0d8; } +.bootstrap a.list-group-item-success { color: #3c763d; } +.bootstrap a.list-group-item-success .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } +.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } +.bootstrap .list-group-item-info { color: #31708f; background-color: #d9edf7; } +.bootstrap a.list-group-item-info { color: #31708f; } +.bootstrap a.list-group-item-info .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } +.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } +.bootstrap .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap a.list-group-item-warning { color: #8a6d3b; } +.bootstrap a.list-group-item-warning .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } +.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } +.bootstrap .list-group-item-danger { color: #a94442; background-color: #f2dede; } +.bootstrap a.list-group-item-danger { color: #a94442; } +.bootstrap a.list-group-item-danger .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } +.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } +.bootstrap .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +.bootstrap .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { margin-bottom: 17px; background-color: white; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .panel-body { padding: 15px; } +.bootstrap .panel-body:before, .bootstrap .panel-body:after { content: " "; display: table; } +.bootstrap .panel-body:after { clear: both; } +.bootstrap .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel-heading > .dropdown .dropdown-toggle { color: inherit; } +.bootstrap .panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: inherit; } +.bootstrap .panel-title > a { color: inherit; } +.bootstrap .panel-footer { padding: 10px 15px; background-color: whitesmoke; border-top: 1px solid #dddddd; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list { margin-bottom: 0; } +.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li { border-width: 1px 0; border-radius: 0; } +.bootstrap .panel > .list-group:first-child .list-group-item:first-child, .bootstrap #dash_version > .list-group:first-child .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:first-child .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list:first-child .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:first-child .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:first-child .list-group-item:first-child, .bootstrap .panel > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group:first-child li:first-child, .bootstrap #dash_version > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group:first-child li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group:first-child li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child li:first-child, .bootstrap #dashboard .panel > .data_list:first-child li:first-child, .bootstrap #dashboard #dash_version > .data_list:first-child li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:first-child li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:first-child li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:first-child li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:first-child li:first-child { border-top: 0; border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel > .list-group:last-child .list-group-item:last-child, .bootstrap #dash_version > .list-group:last-child .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:last-child .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list:last-child .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:last-child .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:last-child .list-group-item:last-child, .bootstrap .panel > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group:last-child li:last-child, .bootstrap #dash_version > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group:last-child li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group:last-child li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child li:last-child, .bootstrap #dashboard .panel > .data_list:last-child li:last-child, .bootstrap #dashboard #dash_version > .data_list:last-child li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:last-child li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:last-child li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:last-child li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:last-child li:last-child { border-bottom: 0; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child { border-top-width: 0; } +.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table { margin-bottom: 0; } +.bootstrap .panel > .table:first-child, .bootstrap #dash_version > .table:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-right-radius: 2px; } +.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-left-radius: 2px; } +.bootstrap .panel > .table:last-child, .bootstrap #dash_version > .table:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-right-radius: 2px; } +.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-left-radius: 2px; } +.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } +.bootstrap .panel > .table > tbody:first-child > tr:first-child th, .bootstrap #dash_version > .table > tbody:first-child > tr:first-child th, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child > tr:first-child th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child > tr:first-child th, .bootstrap .panel > .table > tbody:first-child > tr:first-child td, .bootstrap #dash_version > .table > tbody:first-child > tr:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child > tr:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } +.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered { border: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } +.bootstrap .panel > .table-bordered > thead > tr:first-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:first-child > td, .bootstrap .panel > .table-bordered > thead > tr:first-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:first-child > th, .bootstrap .panel > .table-bordered > tbody > tr:first-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:first-child > td, .bootstrap .panel > .table-bordered > tbody > tr:first-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:first-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } +.bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } +.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive { border: 0; margin-bottom: 0; } +.bootstrap .panel-group { margin-bottom: 17px; } +.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel { margin-bottom: 0; border-radius: 3px; overflow: hidden; } +.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel { margin-top: 5px; } +.bootstrap .panel-group .panel-heading { border-bottom: 0; } +.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +.bootstrap .panel-group .panel-footer { border-top: 0; } +.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +.bootstrap .panel-default { border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +.bootstrap .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +.bootstrap .panel-primary { border-color: #00b7ae; } +.bootstrap .panel-primary > .panel-heading { color: white; background-color: #00b7ae; border-color: #00b7ae; } +.bootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #00b7ae; } +.bootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #00b7ae; } +.bootstrap .panel-success { border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } +.bootstrap .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } +.bootstrap .panel-info { border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } +.bootstrap .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } +.bootstrap .panel-warning { border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } +.bootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } +.bootstrap .panel-danger { border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } +.bootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } +.bootstrap .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #fcfdfe; border: 1px solid #e1ebf5; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.bootstrap .well-lg { padding: 24px; border-radius: 6px; } +.bootstrap .well-sm { padding: 9px; border-radius: 3px; } +.bootstrap .close { float: left; font-size: 18px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } +.bootstrap .close:hover, .bootstrap .close:focus { color: black; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } +.bootstrap button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } +.bootstrap .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } +.bootstrap .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } +.bootstrap .tooltip.top { margin-top: -3px; padding: 5px 0; } +.bootstrap .tooltip.right { margin-right: 3px; padding: 0 5px; } +.bootstrap .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +.bootstrap .tooltip.left { margin-right: -3px; padding: 0 5px; } +.bootstrap .tooltip-inner { max-width: 200px; padding: 3px 8px; color: white; text-align: center; text-decoration: none; background-color: black; border-radius: 3px; } +.bootstrap .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } +.bootstrap .tooltip.top .tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.right .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: black; } +.bootstrap .tooltip.left .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: black; } +.bootstrap .tooltip.bottom .tooltip-arrow { top: 0; right: 50%; margin-right: -5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .clearfix:before, .bootstrap .clearfix:after { content: " "; display: table; } +.bootstrap .clearfix:after { clear: both; } +.bootstrap .center-block { display: block; margin-right: auto; margin-left: auto; } +.bootstrap .pull-right { float: left !important; } +.bootstrap .pull-left, .bootstrap .page-head h2.page-title { float: right !important; } +.bootstrap .hide { display: none !important; } +.bootstrap .show { display: block !important; } +.bootstrap .invisible { visibility: hidden; } +.bootstrap .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } +.bootstrap .hidden { display: none !important; visibility: hidden !important; } +.bootstrap .affix { position: fixed; } +.bootstrap .visible-xs, .bootstrap .visible-sm, .bootstrap .visible-md, .bootstrap .visible-lg { display: none !important; } +@media (max-width: 767px) { .bootstrap .visible-xs { display: block !important; } + .bootstrap table.visible-xs { display: table; } + .bootstrap tr.visible-xs { display: table-row !important; } + .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .visible-sm { display: block !important; } + .bootstrap table.visible-sm { display: table; } + .bootstrap tr.visible-sm { display: table-row !important; } + .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .visible-md { display: block !important; } + .bootstrap table.visible-md { display: table; } + .bootstrap tr.visible-md { display: table-row !important; } + .bootstrap th.visible-md, .bootstrap td.visible-md { display: table-cell !important; } } +@media (min-width: 1200px) { .bootstrap .visible-lg { display: block !important; } + .bootstrap table.visible-lg { display: table; } + .bootstrap tr.visible-lg { display: table-row !important; } + .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: table-cell !important; } } +@media (max-width: 767px) { .bootstrap .hidden-xs, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_quick { display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .hidden-sm { display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .hidden-md { display: none !important; } } +@media (min-width: 1200px) { .bootstrap .hidden-lg { display: none !important; } } +.bootstrap .visible-print { display: none !important; } +@media print { .bootstrap .visible-print { display: block !important; } + .bootstrap table.visible-print { display: table; } + .bootstrap tr.visible-print { display: table-row !important; } + .bootstrap th.visible-print, .bootstrap td.visible-print { display: table-cell !important; } } +@media print { .bootstrap .hidden-print { display: none !important; } } + +.modal-open { overflow: hidden; } + +.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } +.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } + +.modal-dialog { position: relative; width: auto; margin: 10px; } + +.modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } + +.modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1040; background-color: black; } +.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } + +.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } + +.modal-header .close { margin-top: -2px; } + +.modal-title { margin: 0; line-height: 1.42857; } + +.modal-body { position: relative; padding: 20px; } + +.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: left; border-top: 1px solid #e5e5e5; } +.modal-footer:before, .modal-footer:after { content: " "; display: table; } +.modal-footer:after { clear: both; } +.modal-footer .btn + .btn { margin-right: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { margin-right: -1px; } +.modal-footer .btn-block + .btn-block { margin-right: 0; } + +@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } + .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { width: 300px; } } +@media (min-width: 992px) { .modal-lg { width: 900px; } } +.carousel { position: relative; } + +.carousel-inner { position: relative; overflow: hidden; width: 100%; } +.carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out right; transition: 0.6s ease-in-out right; } +.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } +.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } +.carousel-inner > .active { right: 0; } +.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } +.carousel-inner > .next { right: 100%; } +.carousel-inner > .prev { right: -100%; } +.carousel-inner > .next.left, .carousel-inner > .prev.right { right: 0; } +.carousel-inner > .active.left { right: -100%; } +.carousel-inner > .active.right { right: 100%; } + +.carousel-control { position: absolute; top: 0; right: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +.carousel-control.left { background-image: -webkit-linear-gradient(right, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } +.carousel-control.right { right: auto; left: 0; background-image: -webkit-linear-gradient(right, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } +.carousel-control:hover, .carousel-control:focus { outline: none; color: white; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } +.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } +.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { right: 50%; } +.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { left: 50%; } +.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-right: -10px; font-family: serif; } +.carousel-control .icon-prev:before { content: '\2039'; } +.carousel-control .icon-next:before { content: '\203a'; } + +.carousel-indicators { position: absolute; bottom: 10px; right: 50%; z-index: 15; width: 60%; margin-right: -30%; padding-right: 0; list-style: none; text-align: center; } +.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid white; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } +.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: white; } + +.carousel-caption { position: absolute; right: 15%; left: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +.carousel-caption .btn { text-shadow: none; } + +@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-right: -15px; font-size: 30px; } + .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } + .carousel-indicators { bottom: 20px; } } +html, body { min-height: 100%; height: 100%; } + +body { font: 400 12px/1.42857 "Open Sans", Helvetica, Arial, sans-serif; color: #555555; background-color: white; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +#main { z-index: 10; float: right; width: 100%; padding: 36px 0 60px; margin: 0 0 -50px 0; } + +#content.bootstrap { padding: 80px 10px 0; -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { position: relative; padding: 20px; margin-bottom: 20px; border: solid 1px #e6e6e6; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap .panel.panel-highlighted, #content.bootstrap .panel-highlighted#dash_version, #content.bootstrap .message-item-initial .panel-highlighted.message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .panel-highlighted.timeline-panel { border-color: #00b7ae !important; -webkit-box-shadow: rgba(0, 183, 174, 0.15) 0 6px 0 0 inset !important; box-shadow: rgba(0, 183, 174, 0.15) 0 6px 0 0 inset !important; } +#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; color: #555555; height: 32px; } +#content.bootstrap .panel .panel-heading a.btn, #content.bootstrap #dash_version .panel-heading a.btn, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading a.btn, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading a.btn { font-family: "Open Sans", Helvetica, Arial, sans-serif; text-transform: none; position: relative; top: 2px; } +#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i { font-size: 14px; } +#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel { border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading { border: none; padding: 0 5px 0 0; margin: -20px -16px 15px -16px; font-size: 1.2em; line-height: 2.2em; height: 2.2em; text-transform: uppercase; border-bottom: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .btn-group, #content.bootstrap .panel-heading .btn-group { position: relative; top: -3px; } +#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a { color: contrasted(#e3e8e8); } +#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner { color: #555555; font-size: 1.1em; line-height: 1.2em; padding: 0 10px; font-weight: 700; margin-right: 0.4em; border: solid 1px #d9d9d9; background-color: white; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; } +#content.bootstrap h3:not(.modal-title) .badge a, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge a, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge a, #content.bootstrap h3:not(.modal-title) .module-badge-popular a, #content.bootstrap h3:not(.modal-title) .module-badge-partner a, #content.bootstrap .panel-heading .badge a, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge a, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge a, #content.bootstrap .panel-heading .module-badge-popular a, #content.bootstrap .panel-heading .module-badge-partner a { display: block; font-size: 0.8em; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action { position: absolute; top: 2px; left: 0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn { float: right; height: 30px; width: 30px; color: #cccccc; border-right: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover { text-decoration: none; color: #00b7ae; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i { text-align: center; font-size: 18px; line-height: 30px; } +#content.bootstrap .panel-danger .panel-heading { background-color: #8bc954 !important; } +#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error { clear: both; } +@media (max-width: 480px) { #content.bootstrap { padding: 80px 5px 0; margin-right: 0 !important; } } +#content.bootstrap .help-block { font-style: italic; } +#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap .nav-tabs#header_notifs_icon_wrapper li.active a, #content.bootstrap .nav-tabs#header_employee_box li.active a, #content.bootstrap .nav-tabs#header_quick li.active a { z-index: 99; } +#content.bootstrap .breadcrumb { background-color: white; border: solid 1px #e6e6e6; } + +.data-focus.data-focus-primary { background-color: #00b7ae; color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } + +#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer .bootstrap #dash_version, .bootstrap #customer_part .customerCard.selected-customer #dash_version, #customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body, #customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel { color: #5cb85c; border: solid 2px #5cb85c; } + +body.display-modal #content, body.display-modal #main { margin: 0; padding: 0; background: #f8f8f8; } + +.bootstrap .panel .panel-footer, .bootstrap #dash_version .panel-footer, .bootstrap .message-item-initial .message-item-initial-body .panel-footer, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer { margin: 15px -20px -20px; height: 73px; border-color: #eeeeee; background-color: #fcfdfe; } +.bootstrap .panel .panel-footer .btn.pull-left:not(:first-child), .bootstrap #dash_version .panel-footer .btn.pull-left:not(:first-child), .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-left:not(:first-child), .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-left:not(:first-child) { margin-left: 5px; } + +#header .panel-footer { margin: 15px 0 0 !important; height: 40px !important; } + +.attributes-color-container { width: 40px; height: 25px; display: block; border: solid 1px black; } + +#mColorPickerInput { color: black; } + +#header { z-index: 20; } + +#header_infos { height: 36px !important; } +#header_infos .navbar-header { width: 100%; } + +#header_shopname { font-size: 1.3em !important; position: relative; margin: 0 0 0 5px; height: 36px; padding-right: 45px !important; } +#header_shopname img { position: absolute; top: 0; right: 0; width: 35px; height: 35px; } + +#header_notifs_icon_wrapper { min-width: 170px; } +#header_notifs_icon_wrapper > li > a { height: 36px; display: block; } +#header_notifs_icon_wrapper > li > a:hover i { color: white; } +#header_notifs_icon_wrapper > li > a > i { font-size: 14px; color: #b3b3b3; vertical-align: middle; } +#header_notifs_icon_wrapper .notifs { width: 40px; position: relative; } +#header_notifs_icon_wrapper .notifs_badge { position: absolute; font-size: 10px !important; top: 2px; padding: 0 5px !important; left: -3px; display: none; } +#header_notifs_icon_wrapper .notifs_dropdown { background-color: white; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel { width: 300px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 { padding: 10px; font-size: 1.3em; margin: 0; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer { padding: 10px; text-align: center; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a { display: block; text-decoration: none; padding: 5px; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs { display: block; padding: 15px; border-bottom: solid 1px #cccccc; } + +#header_nav_toggle { background-color: black; border: none; color: white; display: none; } + +#header_employee_box { margin: 0 !important; } +@media (max-width: 768px) { #header_employee_box { float: left; } + #header_employee_box > li { display: inline-block; float: right; } } +@media (max-width: 768px) { #header_employee_box span.string-long { display: none; } } +#header_employee_box span.string-short { display: none; } +@media (max-width: 768px) { #header_employee_box span.string-short { display: inline-block; } } +#header_employee_box a img { margin-left: 5px; } +#header_employee_box #header_foaccess i { font-size: 1.2em; } + +#employee_infos .employee_name { position: relative; padding-right: 34px !important; } +#employee_infos .employee_avatar_small { position: absolute; top: 2px; right: 0; } +#employee_infos img { border: none; padding: 0; } + +#employee_links i { font-size: 14px; } +@media (max-width: 768px) { #employee_links { position: fixed !important; top: 36px !important; right: 0 !important; width: 100% !important; height: 100% !important; background-color: #383f50 !important; } + #employee_links li { color: white; font-size: 1.2em; text-transform: uppercase; } + #employee_links li i { font-size: 1.3em; color: #00b7ae; } } + +#ajax_running { position: absolute; height: 35px; width: 35px; top: 0; right: 0; background-color: rgba(0, 0, 0, 0.4); text-align: center; } +#ajax_running i { font-size: 20px; color: rgba(255, 255, 255, 0.6); line-height: 35px; } + +#footer { z-index: 600; display: block; width: 100%; background-color: rgba(0, 0, 0, 0.8); color: #aaaaaa; position: fixed; bottom: 0; height: 50px; line-height: 50px; -webkit-animation: fadeInUp 0.3s 0.2s ease both; -moz-animation: fadeInUp 0.3s 0.2s ease both; -ms-animation: fadeInUp 0.3s 0.2s ease both; -o-animation: fadeInUp 0.3s 0.2s ease both; animation: fadeInUp 0.3s 0.2s ease both; } +#footer a { color: #cccccc; } +#footer.hide { display: none !important; } +#footer #go-top { position: fixed; bottom: 10px; height: 30px; width: 30px; text-align: center; line-height: 30px; left: 10px; z-index: 9003; display: block; padding: 0px 6px 0px 6px; margin: -2px 0px 0px; text-decoration: none; color: white; cursor: pointer; font-size: 16px; background-color: #2e2e42; } +#footer #go-top:hover { background-color: #00b7ae; } +#footer .social-networks { margin: 4px 0 0 0; } +#footer a.footer_link { color: #00b7ae; } +#footer a.footer_link:hover { color: white; text-decoration: none; } +#footer a.footer_link i { font-size: 14px; color: white; } +#footer .footer-contact { padding: 7px 0 0 0; } +#footer .footer-contact p { line-height: 1.3em; margin: 0 0 6px; } +#footer .footer-contact p strong { font-weight: 400; color: white; } + +a.link-social i { font-size: 28px; width: 34px; height: 34px; display: inline-block; line-height: 34px !important; text-align: center; margin: 0 0 0 4px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +a.link-social:hover { text-decoration: none; } + +.link-twitter i { color: white; background-color: #7cceef; } +.link-twitter i:hover { color: #7cceef; background-color: white; } + +.link-facebook i { color: white; background-color: #557dbb; } +.link-facebook i:hover { color: #557dbb; background-color: white; } + +.link-github i { color: black; background-color: white; } +.link-github i:hover { color: white; background-color: black; } + +.link-google i { color: white; background-color: #e6644e; } +.link-google i:hover { color: #e6644e; background-color: white; } + +#nav-sidebar { position: fixed; width: 210px; height: 100%; z-index: 500; background-color: #0f0f15; } +#nav-sidebar ul.menu { margin: 0; padding: 0; list-style: none !important; } +#nav-sidebar ul.menu li.searchtab { padding: 14px 7px; height: 55px; position: relative; background-color: #242433; border-bottom: #191924 solid 1px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 in 0 -3pxset; box-shadow: rgba(0, 0, 0, 0.1) 0 0 in 0 -3pxset; } +#nav-sidebar ul.menu li.searchtab #bo_query { color: #2e2e42; background-color: #c9c9d9; } +#nav-sidebar ul.menu li.searchtab .form-group.focus-search { position: absolute; width: 400px; height: 55px; z-index: 900; padding: 14px 7px 0 13px; top: 0; right: 0; background-color: #242433; border-bottom: #191924 solid 1px; } +#nav-sidebar ul.menu li.searchtab .form-group.focus-search #bo_query { width: 100%; } +#nav-sidebar ul.menu li.searchtab .clear_search { position: absolute; top: 5px; left: 8px; } +#nav-sidebar ul.menu li.searchtab i { font-size: 14px; } +#nav-sidebar ul.menu li.maintab { position: relative; } +#nav-sidebar ul.menu li.maintab ul.submenu { display: none; padding: 4px; background-color: #1d1d2a; } +#nav-sidebar ul.menu li.maintab ul.submenu li { list-style: none !important; } +#nav-sidebar ul.menu li.maintab ul.submenu li a { color: #c0c0c6; display: block; padding: 3px 8px; background-color: #2e2e42; border-bottom: #191924 solid 1px; } +#nav-sidebar ul.menu li.maintab ul.submenu li a:hover { color: white; text-decoration: none; background-color: #191924; -webkit-box-shadow: #00b7ae 0 0 -4px 0 inset; box-shadow: #00b7ae 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } +#nav-sidebar ul.menu li.maintab > a.title { display: block; position: relative; padding: 0 0.35em; height: 34px; border-bottom: #191924 solid 1px; background-color: #2e2e42; color: #c0c0c6; line-height: 34px; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab > a.title i { width: 42px; font-size: 28px; vertical-align: middle; color: #81818d; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab.hover > a.title, #nav-sidebar ul.menu li.maintab:hover:not(.hover) > a.title { background-color: #1d1d2a; color: white; } +#nav-sidebar ul.menu li.maintab.hover > a.title i, #nav-sidebar ul.menu li.maintab:hover:not(.hover) > a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.hover ul.submenu { position: absolute; display: block; width: 200px; right: 210px; top: 0; z-index: 600; } +#nav-sidebar ul.menu li.maintab:last-child > a.title { border-bottom: none; } +#nav-sidebar ul.menu li.maintab.active a, #nav-sidebar ul.menu li.maintab.active li.active a { background-color: #434360; color: white; } +#nav-sidebar ul.menu li.maintab.active a i, #nav-sidebar ul.menu li.maintab.active li.active a i { color: white; } +@media (min-height: 850px) { body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu { display: block; background-color: white; border-left: 1px solid #e6e6e6; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu a { background-color: white; color: #00b7ae; border-bottom: solid 1px #d8f4f2; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu a:hover { color: #00b7ae; border-bottom: solid 1px #d8f4f2; background-color: #d8f4f2; text-decoration: none; -webkit-box-shadow: white 0 -1px; box-shadow: white 0 -1px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu li:last-child a { border-bottom: solid 1px white; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu li.active a { color: white; background-color: #00b7ae; position: relative; top: -1px; border-top: solid 1px white; border-bottom: solid 1px #00b7ae; } } +@media (max-width: 480px) { #nav-sidebar { display: none; } } + +@media (max-height: 850px) { body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab > a.title { font-size: 12px; height: 28px; line-height: 28px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab > a.title i { vertical-align: baseline; text-align: left; width: 18px; font-size: 14px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab ul.submenu { padding: 1px 1px 0 1px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab ul.submenu li a { padding: 0 6px; height: 26px; line-height: 26px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu { display: none; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active.hover ul.submenu { position: absolute; display: block; width: 200px; z-index: 600; right: 210px; top: 0; } } +.page-sidebar #content { margin-right: 210px; } + +.page-sidebar-closed #nav-sidebar { overflow: visible; width: 50px; } +.page-sidebar-closed #nav-sidebar ul.submenu { display: none !important; position: relative; top: 34px; padding: 1px 4px 3px 4px !important; } +.page-sidebar-closed #nav-sidebar li.searchtab { color: rgba(255, 255, 255, 0.5); } +.page-sidebar-closed #nav-sidebar li.searchtab:hover { cursor: pointer; color: white; } +.page-sidebar-closed #nav-sidebar li.searchtab.search-expanded { padding: 14px 7px 0 13px; width: 400px; background-color: #242433; } +.page-sidebar-closed #nav-sidebar li.searchtab.search-expanded:before { display: none; } +.page-sidebar-closed #nav-sidebar li.searchtab.search-expanded form .form-group { display: block; } +.page-sidebar-closed #nav-sidebar li.maintab.active ul.submenu { border: none !important; } +.page-sidebar-closed #nav-sidebar a.title { text-align: center; } +.page-sidebar-closed #nav-sidebar a.title > span { display: none; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover { width: 250px !important; position: relative; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover a.title { text-align: right; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover a.title > span { display: inline-block; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover ul.submenu { position: absolute !important; display: block !important; right: 50px !important; top: 34px !important; width: 200px !important; } +.page-sidebar-closed #content { margin-right: 55px; } +@media (max-width: 480px) { .page-sidebar-closed #content { margin-right: 0; } } +.page-sidebar-closed #content h2.page-title { white-space: nowrap; padding: 26px 120px 0 0 !important; } +.page-sidebar-closed #content ul.page-breadcrumb { right: 120px !important; } +.page-sidebar-closed .submenu_expand { display: none; } + +#nav-topbar { position: fixed; height: 28px; top: 37px; width: 100%; padding: 0 0 0 40px; z-index: 600; background-color: white; } +#nav-topbar ul.menu { margin: 0; padding: 0; display: block; list-style: none; } +#nav-topbar ul.menu li.maintab, #nav-topbar ul.menu li.subtab { height: 28px; padding: 0; margin: 0; list-style: none; position: relative; float: right; } +#nav-topbar ul.menu li.maintab > a, #nav-topbar ul.menu li.subtab > a { display: block; line-height: 27px; color: #58587e; padding: 0 6px; margin: 0; font-size: 12px; } +#nav-topbar ul.menu li.maintab > a i, #nav-topbar ul.menu li.subtab > a i { margin: 0; width: 15px; color: #434360; background-color: transparent; font-size: 14px; } +#nav-topbar ul.menu li.maintab.active, #nav-topbar ul.menu li.maintab:hover, #nav-topbar ul.menu li.subtab.active, #nav-topbar ul.menu li.subtab:hover { background-color: #00b7ae; } +#nav-topbar ul.menu li.maintab.active > a, #nav-topbar ul.menu li.maintab:hover > a, #nav-topbar ul.menu li.subtab.active > a, #nav-topbar ul.menu li.subtab:hover > a { text-decoration: none; color: white; } +#nav-topbar ul.menu li.maintab.active > a i, #nav-topbar ul.menu li.maintab:hover > a i, #nav-topbar ul.menu li.subtab.active > a i, #nav-topbar ul.menu li.subtab:hover > a i { color: white; } +#nav-topbar ul.menu li.expanded > ul.submenu { display: block; } +#nav-topbar ul.menu ul.submenu { background-color: white; display: none; position: absolute; margin: 0; padding: 0; right: 0; top: 28px; width: 200px !important; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; } +#nav-topbar ul.menu ul.submenu > li { width: 200px; padding: 0; list-style: none; } +#nav-topbar ul.menu ul.submenu > li:last-child > a { border: none; } +#nav-topbar ul.menu ul.submenu > li > a { display: block; padding: 4px 10px 4px 5px; border-bottom: solid 1px #9dfffa; } +#nav-topbar ul.menu ul.submenu > li > a:hover { color: white; background-color: #00b7ae; text-decoration: none; } +#nav-topbar ul.menu ul.submenu > li.active a { color: white; background-color: #00b7ae; border-bottom: solid 1px #00847e; } +#nav-topbar #ellipsistab { display: block; width: 40px; height: 28px; padding: 0; margin: 0; position: absolute; left: 0; } +#nav-topbar #ellipsistab > a { text-align: center; font-size: 14px; line-height: 30px; color: #2e2e42; cursor: pointer; } +#nav-topbar #ellipsistab ul#ellipsis_submenu { left: 0; right: inherit; } +#nav-topbar #ellipsistab ul#ellipsis_submenu a.title { padding: 0 8px; text-align: right; } +#nav-topbar #ellipsistab ul#ellipsis_submenu li.subtab.expanded > ul { right: -200px; top: 0; } +#nav-topbar .menu-collapse { display: none; } + +#nav-mobile { position: fixed; top: 0; right: 0; width: 35px; height: 35px; z-index: 1100; } +#nav-mobile.expanded { width: 100%; height: 100%; top: 35px; } +#nav-mobile.expanded .menu-collapse { top: -35px; right: 0; position: absolute; z-index: 1200; } +#nav-mobile ul.menu { position: absolute; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); margin: 0 0 100px 0; padding: 0; border-top: 1px black solid; list-style: none; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; -webkit-animation: fadeInLeft 0.3s 0.2s ease both; -moz-animation: fadeInLeft 0.3s 0.2s ease both; -ms-animation: fadeInLeft 0.3s 0.2s ease both; -o-animation: fadeInLeft 0.3s 0.2s ease both; animation: fadeInLeft 0.3s 0.2s ease both; } +#nav-mobile ul.menu > li.searchtab { padding: 15px; position: relative; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 in 0 -3pxset; box-shadow: rgba(0, 0, 0, 0.1) 0 0 in 0 -3pxset; } +#nav-mobile ul.menu > li.searchtab #bo_query { color: #2e2e42; background-color: #c9c9d9; } +#nav-mobile ul.menu > li.searchtab .form-group { margin: 0; } +#nav-mobile ul.menu > li.searchtab .clear_search { position: absolute; top: 5px; left: 5px; } +#nav-mobile ul.menu > li { background: #2e2e42; position: relative; } +#nav-mobile ul.menu > li > a { display: block; height: 34px; line-height: 34px; position: relative; padding: 0 10px 0 0; border-bottom: 1px solid #191924; font-size: 12px; color: #c0c0c6; background-color: #2e2e42; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu > li > a i { color: rgba(255, 255, 255, 0.6); vertical-align: middle; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu > li > a:hover { background-color: #434360; color: white; } +#nav-mobile ul.menu > li > a:hover i { color: white; } +#nav-mobile ul.menu > li > a > i { display: inline-block; height: 34px; width: 34px; font-size: 20px; line-height: 34px; color: white; text-align: center; } +#nav-mobile ul.submenu { display: none; } +#nav-mobile #nav-mobile-submenu a:not(#nav-mobile-submenu-back) { font-size: 1.2em; padding-right: 50px; text-transform: none; } +#nav-mobile a#nav-mobile-submenu-back { background-color: #242433; font-size: 1.5em; } +#nav-mobile ul.menu.menu-close { -webkit-animation: fadeOutLeft 0.2s 0.2s ease both; -moz-animation: fadeOutLeft 0.2s 0.2s ease both; -ms-animation: fadeOutLeft 0.2s 0.2s ease both; -o-animation: fadeOutLeft 0.2s 0.2s ease both; animation: fadeOutLeft 0.2s 0.2s ease both; } +#nav-mobile .menu-collapse { color: white; background-color: black; width: 35px; height: 35px; text-align: center; line-height: 1.3em; } + +.menu-collapse { cursor: pointer; height: 54px; width: 100%; font-size: 2em; text-align: center; line-height: 55px; display: block; color: #2e2e42; } + +.mobile-nav #content h2.page-title { padding-right: 10px !important; } +.mobile-nav #content ul.page-breadcrumb { right: 10px !important; } + +.page-topbar:not(.mobile-nav) #main { padding-top: 64px; } +.page-topbar:not(.mobile-nav) #content { margin-right: 0; } +.page-topbar:not(.mobile-nav) #content .page-head { top: 66px; } +.page-topbar:not(.mobile-nav) #content .page-title { padding-right: 75px; } +.page-topbar:not(.mobile-nav) #content .page-breadcrumb { right: 75px; } + +.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before { z-index: 1000; position: absolute; top: 16px; right: 14px; display: block; width: 28px; height: 28px; } +.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab .form-group { display: none; } + +.page-topbar .searchtab { display: none; } + +[class^="icon-"] { font-size: 14px; } + +[class^="process-icon-"] { display: block; width: 30px; height: 30px; margin: 0 auto; font-size: 28px; background: transparent; background-size: 26px; background-position: center; } + +.bootstrap { @-webkit-keyframes one { 0% { background-color: #00a4e7; } + 100% { background-color: white; } } +@-webkit-keyframes two { 0% { -webkit-box-shadow: #00a4e7 0 0 0 20px inset; box-shadow: #00a4e7 0 0 0 20px inset; } + 100% { -webkit-box-shadow: #00a4e7 0 in 0 0set; box-shadow: #00a4e7 0 in 0 0set; } } +@-webkit-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@-moz-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@-ms-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@-o-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + } +.bootstrap .fixed-width-xs { width: 48px !important; } +.bootstrap .fixed-width-sm { width: 80px !important; } +.bootstrap .fixed-width-md { width: 120px !important; } +.bootstrap .fixed-width-lg { width: 160px !important; } +.bootstrap .fixed-width-xl { width: 200px !important; } +.bootstrap .fixed-width-xxl { width: 250px !important; } +@media (max-width: 480px) { .bootstrap .hidden-inline-xs { display: none !important; } } +.bootstrap .row-margin-bottom { margin-bottom: 15px; } +.bootstrap .row-margin-top { margin-top: 15px; } +.bootstrap .row-padding-top { padding-top: 15px; } +.bootstrap .thumbnail, .bootstrap .img-thumbnail { background-color: white; border-color: #cccccc !important; } +.bootstrap .highlight { background-color: #f7e69f; } +.bootstrap .text-orange { color: #ff9900; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { padding: 1px 5px; font-weight: normal; font-size: 1em; line-height: inherit; letter-spacing: 0.0625em; background-color: #00b7ae; } +.bootstrap .badge.badge-info, .bootstrap #header_notifs_icon_wrapper .badge-info.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-info.notifs_badge, .bootstrap .badge-info.module-badge-popular, .bootstrap .badge-info.module-badge-partner { background-color: #5bc0de; } +.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner { background-color: #5cb85c; } +.bootstrap .badge.badge-warning, .bootstrap #header_notifs_icon_wrapper .badge-warning.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-warning.notifs_badge, .bootstrap .badge-warning.module-badge-popular, .bootstrap .badge-warning.module-badge-partner { background-color: #f0ad4e; } +.bootstrap .badge.badge-danger, .bootstrap #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-danger.notifs_badge, .bootstrap .badge-danger.module-badge-popular, .bootstrap .badge-danger.module-badge-partner { background-color: #d9534f; } +.bootstrap .badge.badge-critical, .bootstrap #header_notifs_icon_wrapper .badge-critical.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-critical.notifs_badge, .bootstrap .badge-critical.module-badge-popular, .bootstrap .badge-critical.module-badge-partner { background-color: #b52b27; } +.bootstrap .label { font-size: 12px; font-weight: 400; } +.bootstrap .label.label-inactive { background-color: #999999; } +.bootstrap .nav-tabs { border-bottom: none; } +.bootstrap .nav-tabs li .badge, .bootstrap .nav-tabs li #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-tabs li .notifs_badge, .bootstrap .nav-tabs li .module-badge-popular, .bootstrap .nav-tabs li .module-badge-partner { background-color: white; border: solid 2px #eeeeee; color: #666666; } +.bootstrap .nav-tabs li a { font-size: 1.1em; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 300; } +.bootstrap .nav-tabs li.active a, .bootstrap .nav-tabs li.active a:hover, .bootstrap .nav-tabs li.active a:focus { background-color: white; } +.bootstrap .table tr.parent td { background-color: #eeeeee !important; border-bottom: solid 1px #cccccc !important; } +.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #f4c178; } +.bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #e17875; } +.bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #e17875; } +.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #7cc67c; } +.bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #7cc67c; } +.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #81cfe6; color: #31b0d5; border: solid 1px #c5e9f3; background-color: #f8fcfe; } +.bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #81cfe6; } +.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error { background-color: #f3f3f2; border-color: #f34794; color: #f01778; padding-right: 50px; position: relative; border: none; border-right: solid 3px #f34291; } +.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr { border-top-color: #f22f86; } +.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link { color: #c70d60; } +.bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f34291; } +.bootstrap .alert.alert-message, .bootstrap #carrier_wizard .alert-message.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #f4c178; border: solid 2px #f0ad4e; background-color: white; } +.bootstrap .alert.alert-message:before, .bootstrap #carrier_wizard .alert-message.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { font-size: 1.45em; margin-bottom: 1em; } +.bootstrap .overflow-y { max-height: 200px; margin-bottom: 15px; overflow-y: auto; } +.bootstrap .input[type='password'] { font-size: 2em !important; } +.bootstrap .pagination { margin: 17px 0 0 0 !important; } +.bootstrap .panel.panel-sm, .bootstrap .panel-sm#dash_version, .bootstrap .message-item-initial .panel-sm.message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel { padding: 8px !important; } +.bootstrap .panel.panel-sm .panel-heading, .bootstrap .panel-sm#dash_version .panel-heading, .bootstrap .message-item-initial .panel-sm.message-item-initial-body .panel-heading, .bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .panel-heading { margin: -8px -8px 10px -8px !important; font-size: 13px !important; padding-right: 8px !important; } +.bootstrap .panel.panel-sm .form-group, .bootstrap .panel-sm#dash_version .form-group, .bootstrap .message-item-initial .panel-sm.message-item-initial-body .form-group, .bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .form-group { margin-bottom: 8px; } +.bootstrap .list-detail dd:not(:last-child) { margin-bottom: 10px; } +.bootstrap .rating { unicode-bidi: bidi-override; direction: rtl; font-size: 20px; } +.bootstrap .rating span.star { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; } +.bootstrap .rating span.star:hover { cursor: pointer; } +.bootstrap .rating span.star:before { content: "\f006"; padding-left: 3px; color: #999999; } +.bootstrap .rating span.star:hover:before, .bootstrap .rating span.star.active:before, .bootstrap .rating span.star:hover ~ span.star:before, .bootstrap .rating span.star.active ~ span.star:before { content: "\f005"; color: #e3cf7a; } +.bootstrap .table { border-collapse: separate; border-spacing: 0 0 0 2px; margin-bottom: 5px; } +.bootstrap .table thead > tr > th { border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb; } +.bootstrap .table thead > tr > th span.title_box { color: #656565; display: block; word-wrap: nowrap; white-space: nowrap; } +.bootstrap .table thead > tr > th span.title_box.active { font-weight: bold; } +.bootstrap .table thead > tr > th span.title_box a { text-decoration: none; } +.bootstrap .table thead > tr > th span.title_box a.active { color: black; } +.bootstrap .table thead > tr.filter > th { background-color: #ecf6fb; } +.bootstrap .table thead > tr.filter > th input[type="text"].filter, .bootstrap .table thead > tr.filter > th input[type="password"].filter, .bootstrap .table thead > tr.filter > th select.filter { font-size: 11px; padding: 0 4px; border-color: #a0d0eb; } +.bootstrap .table input, .bootstrap .table select { margin: 0; } +.bootstrap .table tbody > tr > td { border-top: none; color: #666666; background-color: white; padding: 3px 7px; vertical-align: middle; word-wrap: nowrap; font-size: 12px; border-bottom: solid 1px #eaedef; } +.bootstrap .table tbody > tr.odd > td { background-color: #fcfdfe; } +.bootstrap .table tbody > tr:hover > td { background-color: #f4f8fb; } +.bootstrap .table td.center, .bootstrap .table th.center { text-align: center; } +.bootstrap .table td.pointer { cursor: pointer; } +.bootstrap .table td.dragHandle .dragGroup { width: 80px; cursor: move; text-align: center; position: relative; font-size: 14px; padding: 4px 20px 4px 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap .table td.dragHandle .dragGroup:hover { color: white; background-color: #00b7ae !important; } +.bootstrap .table td.dragHandle .dragGroup:before { display: block; height: 16px; width: 16px; position: absolute; top: 18px; right: 6px; } +.bootstrap .table td.dragHandle .dragGroup .positions { display: inline-block; border: solid 1px #cccccc; background-color: #eeeeee; padding: 0 5px; color: #aaaaaa; width: 43px; text-shadow: white 1px 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; } +.bootstrap .table .actions { text-align: left; } +.bootstrap .table th.actions .btn { margin-bottom: 4px !important; } +.bootstrap .table tr.myDragClass { padding: 10px; background-color: #eeeeee; } +.bootstrap .table tr.myDragClass td { color: white !important; background-color: #00b7ae !important; -webkit-transform: translate(5px, 10px); -moz-transform: translate(5px, 10px); -ms-transform: translate(5px, 10px); -o-transform: translate(5px, 10px); transform: translate(5px, 10px); } +.bootstrap .table.tableDnD td { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap tr.highlighted td { background-color: #00b7ae !important; color: white !important; } +.bootstrap .bulk-actions { margin: 17px 0 0 0; } +.bootstrap .bulk-actions ul i { font-size: 14px; } +.bootstrap .list-action-enable { font-size: 1.3em; display: inline-block; width: 30px; text-align: center; color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .list-action-enable.action-enabled { border: solid #5cb85c 1px; background-color: #80c780; } +.bootstrap .list-action-enable.action-disabled { border: solid #d9534f 1px; background-color: #e27c79; } +.bootstrap .list-action-enable:hover { color: white; } +.bootstrap .list-empty { background-color: #fcfdfe !important; } +.bootstrap .list-empty .list-empty-msg { text-align: center; display: block; width: 50%; margin: 20px auto; color: #999999; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-size: 1.4em; } +.bootstrap .list-empty .list-empty-icon { color: #dedede; display: block; clear: both; font-size: 84px; text-shadow: white 1px 1px 0; } +@media (max-width: 991px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap .tree-panel-heading-controls { line-height: 2.2em; font-size: 1.1em; color: #00b7ae; } +.bootstrap .tree-panel-heading-controls i { font-size: 14px; } +.bootstrap .tree { padding: 0 20px 0 0; list-style: none; } +.bootstrap .tree input { vertical-align: baseline; margin-left: 4px; line-height: normal; } +.bootstrap .tree i { font-size: 14px; } +.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name { padding: 2px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } +.bootstrap .tree .tree-item-name label, .bootstrap .tree .tree-folder-name label { font-weight: 400; } +.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.bootstrap .tree .tree-selected { color: white; background-color: #00b7ae; } +.bootstrap .tree .tree-selected:hover { background-color: #009e96; } +.bootstrap .tree .tree-selected i.tree-dot { background-color: white; } +.bootstrap .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable { color: #cccccc; } +.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } +.bootstrap .tree-actions { display: inline-block; } +.bootstrap .tree-panel-heading-controls { margin: -20px -20px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.bootstrap .tree-actions .twitter-typeahead { padding: 0 4px 0 0; } +.bootstrap .tree-panel-label-title { font-weight: 400; padding: 0 8px 0 0; margin: 0; } +.bootstrap label.control-label { font-size: 13px; font-weight: normal; color: #666666; } +.bootstrap label.control-label span.label-tooltip { text-decoration: none; font-size: 13px; color: #3586ae; background-color: #edf7fb; border: none; border-bottom: solid 1px #d8edf7; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap label.required:before { content: "*"; color: red; font-size: 14px; position: relative; line-height: 12px; } +.bootstrap .tooltip { font-size: 12px; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap select.input-tiny, .bootstrap input[type="text"].input-tiny, .bootstrap input[type="password"].input-tiny { width: 80px; float: right; } +.bootstrap textarea { resize: none; } +.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus { background-color: #fefbe2; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { border-top-color: #333333 !important; } +.bootstrap .btn:hover .caret { border-top-color: white !important; } +.bootstrap .btn.btn-default { -webkit-box-shadow: #e6e6e6 0 in -2px 0set; box-shadow: #e6e6e6 0 in -2px 0set; } +.bootstrap .btn.btn-default i { color: #555555; } +.bootstrap .btn.btn-default:hover { background-color: #00b7ae; color: white; border-color: #00847e; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn.btn-default:hover i { color: white; } +.bootstrap .btn.btn-primary { background-color: #00b7ae; color: white; text-transform: uppercase; border-color: #00847e; -webkit-box-shadow: #00847e 0 in -2px 0set; box-shadow: #00847e 0 in -2px 0set; } +.bootstrap .btn.btn-primary:hover { background-color: #00847e; border-color: #00514d; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn.btn-default[disabled] { border-color: #999999; color: #999999; background-color: #f2f2f2; -webkit-box-shadow: #cccccc 0 -2px 0 inset; box-shadow: #cccccc 0 -2px 0 inset; } +.bootstrap .dropdown-menu { text-align: right; } +.bootstrap .dropdown-menu > li a { padding: 5px 10px; } +.bootstrap .dropdown-menu > li a:hover i { color: white; } +.bootstrap .btn-group-action .btn { font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap .btn-group-action .btn-group { white-space: nowrap; float: left; } +.bootstrap .btn-group-action .btn-group > a, .bootstrap .btn-group-action .btn-group button { text-decoration: none; display: inline-block; float: none; } +.bootstrap .btn-group-action .btn-group > a:first-child { margin-left: -3px; } +.bootstrap .btn-group-action .btn-group i { font-size: 14px; } +.bootstrap .tt-query { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } +.bootstrap .tt-dropdown-menu { background-color: white; border: solid 1px #cccccc; font-size: 0.9em; text-transform: none; } +.bootstrap .tt-suggestions { padding: 0 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; } +.bootstrap .tt-suggestion p { border-bottom: solid 1px #cccccc; margin: 0 !important; padding: 0 !important; } +.bootstrap .tt-suggestion:last-child p { border-bottom: none; } +.bootstrap .tagify-container { background-color: white; padding: 0px 3px; min-height: 30px; overflow: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; } +.bootstrap .tagify-container span { float: right; } +.bootstrap .tagify-container > span { display: inline-block; padding: 2px 5px; margin: 3px; border-radius: 2px; border: 1px solid #00b7ae; background-color: #04fff3; color: white; } +.bootstrap .tagify-container > span > a { padding-right: 5px; color: #00b7ae; text-decoration: none; font-weight: bold; } +.bootstrap .tagify-container > input { margin-top: 2px; border: 0 none; width: 100px; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .tagify-container > input:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .kpi-container { padding-bottom: 10px !important; } +.bootstrap .box-stats { display: block; height: 64px; margin-bottom: 10px; } +.bootstrap .box-stats .boxchart-overlay { padding: 10px 10px 5px 10px; margin-left: 10px; float: right; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .kpi-content { float: right; width: 100%; padding-right: 72px; position: relative; } +.bootstrap .box-stats .kpi-content i { position: absolute; top: 0; right: 0; font-size: 56px; text-align: center; color: white; width: 66px; height: 66px; line-height: 66px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .kpi-content .title { display: block; color: #666666; } +.bootstrap .box-stats .kpi-content .subtitle { display: block; text-transform: uppercase; color: #aaaaaa; } +.bootstrap .box-stats .kpi-content .value { display: block; clear: both; font-size: 1.8em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } +.bootstrap .box-stats:hover { text-decoration: none; } +.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay { background-color: #2ba8e3; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color1 .value { color: #2ba8e3; } +.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay { background-color: #ff5450; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color2 .value { color: #ff5450; } +.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay { background-color: #9e5ba1; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color3 .value { color: #9e5ba1; } +.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay { background-color: #95cc6b; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color4 .value { color: #95cc6b; } +.bootstrap .data_chart rect { fill: white; } +.bootstrap .data_chart path { stroke: white; stroke-width: 2; fill: none; } +.bootstrap .data_chart line { stroke: black; } +.bootstrap .data_chart .area { fill: rgba(255, 255, 255, 0.3); stroke-width: 0; } +.bootstrap .switch a, .bootstrap .switch-light span span { display: none; } +@media only screen { .bootstrap .switch-light { display: block; height: 26px; position: relative; overflow: visible; padding: 0; } + .bootstrap .switch-light * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch-light a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch-light label, .bootstrap .switch-light > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch-light label { position: relative; z-index: 3; display: block; width: 100%; } + .bootstrap .switch-light input { position: absolute; opacity: 0; z-index: 5; } + .bootstrap .switch-light input:checked ~ a { right: 0%; } + .bootstrap .switch-light > span { position: absolute; right: 0; width: 100%; margin: 0; text-align: right; font-weight: normal; } + .bootstrap .switch-light > span span { position: absolute; top: 0; right: 0; z-index: 5; display: block; width: 50%; text-align: center; } + .bootstrap .switch-light > span span:last-child { right: 50%; } + .bootstrap .switch-light a { position: absolute; right: 50%; top: 0; z-index: 4; display: block; width: 50%; height: 100%; padding: 0; } + .bootstrap .switch { display: block; height: 26px; position: relative; } + .bootstrap .switch * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch label, .bootstrap .switch > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch input { position: absolute; opacity: 0; } + .bootstrap .switch label { position: relative; z-index: 2; float: right; width: 50%; height: 100%; margin: 0; text-align: center; } + .bootstrap .switch a { position: absolute; top: 0; right: 0; padding: 0; z-index: 1; width: 50%; height: 100%; color: white; border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .switch input:last-of-type:checked ~ a { right: 50%; border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .switch input:disabled ~ a { border: solid 1px #b3b3b3 !important; background-color: #cccccc !important; -webkit-box-shadow: #b3b3b3 0 in -1px 0set !important; box-shadow: #b3b3b3 0 in -1px 0set !important; } + .bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a { width: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a { right: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:last-of-type ~ a { right: 66.66667%; } + .bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a { width: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a { right: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a { right: 50%; } + .bootstrap .switch.switch-4 input:checked:last-of-type ~ a { right: 75%; } + .bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a { width: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a { right: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a { right: 40%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a { right: 60%; } + .bootstrap .switch.switch-5 input:checked:last-of-type ~ a { right: 80%; } + .bootstrap .prestashop-switch { background-color: #eeeeee; border-radius: 3px; color: #333333; text-align: center; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 1px inset; box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 1px inset; } + .bootstrap .prestashop-switch * { outline: 0 !important; } + .bootstrap .prestashop-switch label { text-transform: uppercase; color: #bbbbbb; font-weight: 400; cursor: pointer; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } + .bootstrap .prestashop-switch input:checked + label { color: white; } + .bootstrap .prestashop-switch > span { color: #666666; text-transform: uppercase; cursor: pointer; } + .bootstrap .prestashop-switch.switch-light input:checked ~ a { border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type { color: white; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ a { border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type { color: white; } } +.bootstrap .page-head { width: 100%; height: 55px; padding: 0 0 0 0; margin: 0; border-bottom: 4px solid #00615a; position: fixed; top: 36px; right: 0px; z-index: 499; background-color: #00948a; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; } +.bootstrap .page-head h2.page-title { position: relative; padding: 23px 280px 0 0; margin: 0; font: 300 22px/1em "Open Sans", Helvetica, Arial, sans-serif; color: white; } +@media (max-width: 768px) { .bootstrap .page-head h2.page-title { padding: 26px 70px 0 0; } } +.bootstrap .page-head h2.page-title a { border-bottom: dotted 1px white; } +.bootstrap .page-head h2.page-title a:hover { color: black; border-color: black; } +.bootstrap .page-head a { color: white; text-decoration: none; } +.bootstrap .page-head .toolbarBox { position: absolute; left: 0; width: 100%; background-color: transparent !important; } +@media (max-width: 768px) { .bootstrap .page-head .toolbarBox { background-color: #00948a; } } +.bootstrap .page-head .toolbarBox #toolbar-nav { border: none; background-color: #00948a; } +.bootstrap .page-head .toolbarBox .btn-toolbar { margin: 0; padding: 3px 0 0 0; } +.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn { height: 46px; position: relative; padding: 2px 5px !important; margin: 0 0 2px 3px; font-size: 12px; line-height: 8px; color: white; background-color: #00948a; text-align: center; text-shadow: none; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +@media (max-width: 992px) { .bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn { width: 46px; border: solid 1px #004843; font-size: 11px; } } +.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn:hover { color: #00948a; border-color: white; background-color: white !important; } +.bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar { float: left; display: none; background-color: #00948a; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +@media (max-width: 768px) { .bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar { display: block; } } +.bootstrap .page-head ul.page-breadcrumb { position: absolute; list-style: none; margin: 0; padding: 0; right: 280px; top: 4px; height: 20px; line-height: 20px; color: black; font-size: 12px; color: rgba(0, 0, 0, 0.5); background: transparent !important; border: none !important; white-space: nowrap; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +@media (max-width: 768px) { .bootstrap .page-head ul.page-breadcrumb { right: 70px; } } +.bootstrap .page-head ul.page-breadcrumb li { text-transform: uppercase; } +.bootstrap .page-head ul.page-breadcrumb li i { font-size: 14px; } +.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-container i, .bootstrap .page-head ul.page-breadcrumb li.breadcrumb-current i { position: absolute; right: -60px; top: 2px; font-size: 42px; padding-left: 5px; color: #004843; border-left: solid 1px #004843; } +.bootstrap .page-head ul.page-breadcrumb li:before { color: #004843; } +.bootstrap .page-head ul.page-breadcrumb li a { color: rgba(255, 255, 255, 0.6); } +.bootstrap .page-head ul.page-breadcrumb li a:hover { color: white; } +.bootstrap .page-header-toolbar-back { border: none !important; display: inline-block; } +.bootstrap #datepicker .input-selected { margin: 0; } +.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected { border: solid 3px #00a4e7; } +.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected { border: solid 3px #ff8000; } +.bootstrap #datepicker div#datepicker-form #date-range { border: solid 1px #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading { background-color: #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-compare { border: solid 1px #e67300; } +.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading { background-color: #e67300; } +.bootstrap #datepicker div#datepicker-form .form-date-heading { height: 30px; line-height: 30px; padding: 0 8px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label { font-size: 1.15em; color: white; font-weight: 200; text-transform: uppercase; line-height: 2em; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default { background-color: rgba(255, 255, 255, 0.3); font-weight: 700; color: white; border: none; } +.bootstrap #datepicker div#datepicker-form .form-date-heading select { margin: 2px 0 0 2px; } +.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions { width: 100%; padding: 10px; background-color: white; display: inline-block; } +.bootstrap #datepicker div#datepicker-form .form-date-actions { border: solid 1px #cccccc; } +.bootstrap #datepicker div#datepicker-form .form-date-group { clear: both; width: 100%; margin: 0 auto 6px auto; } +.bootstrap #datepicker div#datepicker-form .form-date-group label { font-size: 0.8em; font-weight: 700; text-transform: uppercase; color: #666666; } +.bootstrap #datepicker div#datepicker-form .form-date-group input { margin: 4px 0 0 4px; } +.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] { width: 35%; } +.bootstrap #datepicker div#datepicker-form .form-date-group button { margin: 5px 0 0 0; } +.bootstrap #datepicker .daterangepicker { position: relative; margin: 0 0 8px 0; width: 100%; font-size: 13px; border: solid 1px #cccccc; } +.bootstrap #datepicker .daterangepicker table { width: 100%; margin: 0; border-spacing: 1px; } +.bootstrap #datepicker .daterangepicker thead tr th { background-color: #0092ce; color: white; font-size: 0.7em; height: 1.5em; text-transform: uppercase; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { background-color: white; border-bottom: 1px solid #0092ce; font-weight: 200; font-size: 1.4em; color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th { text-align: center; padding: 0; position: relative; } +.bootstrap #datepicker .daterangepicker tr { border-bottom: solid 1px white; } +.bootstrap #datepicker .daterangepicker td { color: #00a4e7; height: 2.4em; padding: 0 8px; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap #datepicker .daterangepicker td.day:after { content: ""; position: absolute; display: block; top: 0; right: 0; width: 100%; z-index: 0; background-color: transparent; } +.bootstrap #datepicker .daterangepicker td.day:hover { cursor: pointer; } +.bootstrap #datepicker .daterangepicker td.day.disabled { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare { background-color: #4ca0b1; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare { background-color: #4ca0b1; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range { background-color: #ba924c; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range { background-color: #ba924c; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare { background-color: #4ca0b1; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #ff8000; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range { background-color: #ba924c; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.range { color: #cef1ff; background-color: #1bbdff; } +.bootstrap #datepicker .daterangepicker td.range.range-compare { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.range-compare { color: #fff2e5; background-color: #ff9933; } +.bootstrap #datepicker .daterangepicker td.range-compare.range { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.today { background-color: white; } +.bootstrap #datepicker .daterangepicker td span { padding: 0; display: block; width: 33.333%; height: 3em; line-height: 3em; font-weight: 400; float: right; text-transform: uppercase; cursor: pointer; } +.bootstrap #datepicker .daterangepicker td span:hover { color: white; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td span.active { background-color: #00a4e7; color: white; } +.bootstrap #datepicker .daterangepicker td span.old { color: #cccccc; } +.bootstrap #datepicker .daterangepicker th.next { text-align: left; padding: 0 0 0 10px; } +.bootstrap #datepicker .daterangepicker th.prev { text-align: right; padding: 0 10px 0 0; } +.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch { font-size: 1.3em; line-height: 2em; height: 2em; } +.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover { background-color: #0092ce; color: white; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { cursor: pointer; } +.bootstrap .chevron-left, .bootstrap .chevron-right { position: relative; } +.bootstrap .chevron-left:before, .bootstrap .chevron-right:before { display: block; content: ""; width: 0; height: 0; border-style: solid; position: absolute; } +.bootstrap .chevron-left:before { left: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #00a4e7 transparent transparent; background-color: #1bbdff; } +.bootstrap .chevron-right:before { right: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #1bbdff transparent transparent; background-color: #00a4e7; } +.bootstrap .input-complete { -webkit-animation: one 0.2s ease-in-out; -moz-animation: one 0.2s ease-in-out; -ms-animation: one 0.2s ease-in-out; -o-animation: one 0.2s ease-in-out; animation: one 0.2s ease-in-out; } +.bootstrap .multishop-well { padding: 20px 20px 10px; margin-bottom: 15px; background-color: #faf8f0; border: none; border-right: 3px solid #fbeccb; } +.bootstrap #carrier_wizard { position: relative; display: block; } +.bootstrap #carrier_wizard .stepContainer { position: relative; display: block; clear: both; } +.bootstrap #carrier_wizard .stepContainer div.content { position: absolute; display: block; width: 100%; clear: both; } +.bootstrap #carrier_wizard .stepContainer .StepTitle { display: block; position: relative; clear: both; } +.bootstrap #carrier_wizard ul.anchor { position: relative; display: block; float: right; list-style: none; padding: 0; margin: 0 0 10px 0; clear: both; width: 100%; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li { width: 25%; float: right; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li { width: 25%; float: right; } +.bootstrap #carrier_wizard li { position: relative; display: block; overflow: hidden; } +.bootstrap #carrier_wizard li a { color: #cccccc; height: 32px; display: block; position: relative; margin: 0 0 0 16px; text-decoration: none; outline-style: none; } +.bootstrap #carrier_wizard li a .stepNumber { position: relative; float: right; width: 24px; height: 32px; margin-left: 3px; text-align: center; padding: 0 5px; font-size: 30px; line-height: 32px; color: white; } +.bootstrap #carrier_wizard li a .stepDesc { position: relative; text-align: right; font-size: 13px; height: 32px; display: table-cell; vertical-align: middle; line-height: 13px; } +.bootstrap #carrier_wizard li a .chevron { border: 16px solid transparent; border-right: 14px solid white; border-left: 0; position: absolute; left: -16px; top: 0; } +.bootstrap #carrier_wizard li a .chevron:after { border: 16px solid transparent; border-right: 14px solid #cccccc; border-left: 0; position: absolute; content: ""; left: 2px; top: -16px; } +.bootstrap #carrier_wizard li a.disabled { color: #777777; background-color: #cccccc; } +.bootstrap #carrier_wizard li a.disabled .chevron:after { border-right: 14px solid #cccccc; } +.bootstrap #carrier_wizard li a.selected { color: #f8f8f8; cursor: text; background-color: #2e2e42; } +.bootstrap #carrier_wizard li a.selected .chevron:after { border-right: 14px solid #2e2e42; } +.bootstrap #carrier_wizard li a.done { color: white; background-color: #5cb85c; } +.bootstrap #carrier_wizard li a.done .chevron:after { border-right: 14px solid #5cb85c; } +.bootstrap #carrier_wizard .loader { display: none; } +.bootstrap #carrier_wizard .msgBox { position: relative; display: none; float: right; margin: 4px 5px 0 0; padding: 5px; border: 1px solid gold; background-color: #ffffdd; color: #5a5655; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap #carrier_wizard .msgBox .content { padding: 0px; float: right; } +.bootstrap #carrier_wizard #carrier_logo_block { left: 10px; } +.bootstrap #carrier_wizard .range_inf td, .bootstrap #carrier_wizard .range_sup td { background-color: #cccccc; } +.bootstrap #carrier_wizard .range_type { width: 220px; text-align: left; font-weight: bold; } +.bootstrap #carrier_wizard .range_data { width: 110px; } +.bootstrap #carrier_wizard .range_sign { width: 18px; font-size: 20px; text-align: center; } +.bootstrap #carrier_wizard .range_data_new { width: 110px; } +.bootstrap #carrier_wizard table#zones_table { width: auto; } +.bootstrap #carrier_wizard .field_error { border-color: #d9534f; } +.bootstrap #carrier_wizard .actionBar { height: 30px; } +.bootstrap #carrier_wizard .actionBar a { float: left; margin-left: 10px; } +.bootstrap .size_s { font-size: 1.1em; } +.bootstrap .size_md { font-size: 1.3em; } +.bootstrap .size_l { font-size: 1.7em; } +.bootstrap .size_xl { font-size: 2em; } +.bootstrap .size_xxl { font-size: 2.3em; } +.bootstrap .number-monospace { font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif !important; word-spacing: -0.3em; font-weight: 200; } +.bootstrap .color_success { color: #5cb85c; } +.bootstrap .color_danger { color: #d9534f; } +.bootstrap .dash_trend_down { color: red; } +.bootstrap .dash_trend_down:before { margin-left: 4px; font-family: FontAwesome; content: "\f0ab"; } +.bootstrap .dash_trend_up { color: green; } +.bootstrap .dash_trend_up:before { margin-left: 4px; font-family: FontAwesome; content: "\f0aa"; } +.bootstrap .dash_trend_right { color: darkblue; } +.bootstrap .dash_trend_right:before { margin-left: 4px; font-family: FontAwesome; content: "\f0a9"; } +.bootstrap #dashboard section > section header { padding: 3px 8px; margin: 0 0 3px 0; color: white; font-size: 1.2em; background-color: #00b7ae; } +.bootstrap #dashboard section > section header .small { display: block; clear: both; font-variant: small-cap; text-transform: uppercase; font-size: 0.8em; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard .data_list { margin: 0 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list li { position: relative; } +.bootstrap #dashboard .data_list .data_value { line-height: 39px; position: absolute; top: 0; left: 0; padding: 0 0 0 10px; } +.bootstrap #dashboard .data_list_small { margin: 8px 0 10px 0; padding: 0 0 0 0; border-top: solid 1px #dddddd; } +.bootstrap #dashboard .data_list_small li { padding: 3px 0; position: relative; border: none; margin: 0; border-bottom: dashed 1px #dddddd; } +.bootstrap #dashboard .data_list_small .data_label { text-transform: uppercase; color: #bbbbbb; } +.bootstrap #dashboard .data_list_small .data_value { line-height: 25px; position: absolute; top: 0; left: 0; padding: 0; } +.bootstrap #dashboard .data_list_large { margin: 8px 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list_large li { padding: 6px 0; position: relative; border: none; margin: 0; } +.bootstrap #dashboard .data_list_large .data_label { line-height: 0.8em; } +.bootstrap #dashboard .data_list_large .data_label small { font-size: 0.6em; } +.bootstrap #dashboard .data_list_large .data_value { text-align: left; line-height: 0.6em; position: absolute; top: 0; left: 0; padding: 8px 0 0 0; } +.bootstrap #dashboard .data_list_large .data_value small { font-size: 0.5em; } +.bootstrap #dashboard .data_list_vertical { padding: 0; margin: 0 0 10px 0; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap #dashboard .data_list_vertical li { border-right: solid 1px #dddddd; padding: 6px; } +.bootstrap #dashboard .data_list_vertical li:first-child { border: none; } +.bootstrap #dashboard .data_list_vertical .data_label { min-height: 32px; display: block; line-height: 1em; text-align: center; } +.bootstrap #dashboard .data_list_vertical .data_value { display: block; text-align: center; } +.bootstrap #dashboard #dashtrends header { margin-bottom: 0; } +.bootstrap #dashboard #dashtrends #dashtrends_toolbar { margin: 0 -16px 10px; } +.bootstrap #dashboard #dashtrends dl { cursor: pointer; margin: 0; min-height: 90px; text-align: center; background-color: white; padding: 10px; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } +.bootstrap #dashboard #dashtrends dl:first-child { border-right: none; } +.bootstrap #dashboard #dashtrends dl.active { background-color: #00b7ae; -webkit-box-shadow: white 0 2px 0 0 inset; box-shadow: white 0 2px 0 0 inset; } +.bootstrap #dashboard #dashtrends dl.active dt { color: white; font-size: 1.2em; } +.bootstrap #dashboard #dashtrends dl.active dd { color: white; } +.bootstrap #dashboard #dashtrends dt { text-align: center; height: 37px; line-height: 1em; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard #dashtrends dd span { font-size: 0.9em; white-space: nowrap; } +.bootstrap #dashboard #dashtrends svg { height: 350px; } +.bootstrap #dashboard #dashgoals svg { height: 250px; } +.bootstrap #dashboard #dashproducts nav { margin-bottom: 10px; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; } +.bootstrap #dashboard #dashaddons { background-color: white; border: 1px dashed silver; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 10px 20px; font-size: 1.3em; text-align: center; } +.bootstrap #dashboard #dashaddons a { display: block; } +.bootstrap #dashboard #dashaddons a:hover { text-decoration: none; } +.bootstrap #dashboard #dashactivity svg { height: 150px; } +.bootstrap #dashboard .loading .data_value { min-width: 30px; text-align: center; } +.bootstrap #dashboard .loading .data_value:before { font-size: 14px; color: #cccccc; } +.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small { display: none; } +.bootstrap #dashboard .loading .data_trend { display: none; } +.bootstrap #dashboard .tooltip-panel { padding: 10px; min-width: 150px; } +.bootstrap #dashboard .tooltip-panel-heading { font: 400 1.2em/1.42857 "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #cccccc; } +.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; animation-name: bounceG; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-direction: linear; animation-direction: linear; -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -ms-transform: scaleX(0.7); -o-transform: scaleX(0.7); transform: scaleX(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); -ms-transform: scaleY(0.7); -o-transform: scaleY(0.7); transform: scaleY(0.7); } +.bootstrap #dash_version { padding: 0 !important; overflow: hidden; } +.bootstrap #dash_version iframe { height: 80px; width: 100%; } +.bootstrap #calendar button.btn-default.active { border-color: #00847e; color: white; font-weight: 700; background-color: #00b7ae; -webkit-box-shadow: none; box-shadow: none; } +@media (max-width: 480px) { .bootstrap #calendar { padding: 10px !important; } + .bootstrap #calendar button.btn-default { padding: 5px 5px; } } +.bootstrap #login { height: 100%; background-color: #092756; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756)); background: -webkit-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(right top, #670d10, #092756); background: -moz-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(right top, #670d10, #092756); background: -o-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(right top, #670d10, #092756); background: radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(right top, #670d10, #092756); } +.bootstrap #login-header { padding-top: 40px; margin-bottom: 30px; color: white; } +.bootstrap #login-header h1, .bootstrap #login-header h4 { margin: 0; padding: 0; } +.bootstrap #login-panel { margin: 0 auto; width: 420px; } +@media (max-width: 480px) { .bootstrap #login-panel { width: 90%; } } +.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel { -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; } +.bootstrap #login-panel .panel-footer { height: inherit; margin: 0 -20px -20px; } +.bootstrap #login-panel .flip-container { height: 370px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } +.bootstrap #login-panel .flip-container.flip .flipper { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel .flipper { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } +.bootstrap #login-panel .front, .bootstrap #login-panel .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; width: 100%; padding: 20px; position: absolute; top: 0; right: 0; } +.bootstrap #login-panel .front { z-index: 2; } +.bootstrap #login-panel .back { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel #remind-me { margin-top: 0; } +.bootstrap #login-footer a { color: #a0aab5; } +.bootstrap #module-list h3 { position: relative; top: 0; right: 0; margin: 0; padding: 0; background-color: transparent; color: #2e2e42; } +.bootstrap .hook_panel { padding: 10px 10px 5px 10px; margin-bottom: 10px !important; border: solid #e6e6e6 1px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 0 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .module_name { font-size: 1.2em; } +.bootstrap .hook_panel_header { margin: 0 -10px 0 -10px; padding: 0 10px 10px 10px; } +.bootstrap .hook_panel_header .hook_name { font-size: 1.4em; color: #00b7ae; background-color: white; padding: 0 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .hook_panel_header .hook_description { padding: 3px 3px 0 0; } +.bootstrap #modules_list_container_tab img { max-width: 66px; } +.bootstrap .module_list .module_list_item { display: table; width: 100%; padding: 5px 0; margin-bottom: -1px; background-color: white; border: solid 1px #9ed0ec; } +.bootstrap .module_list .draggable { cursor: pointer; } +.bootstrap .module_col_select { display: table-cell; width: 22px; min-height: 35px; vertical-align: middle; text-align: center; border-left: 1px solid #dddddd; } +.bootstrap .module_col_position { display: table-cell; width: 70px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_position .positions { border: solid 1px #cccccc; background-color: #eeeeee; padding: 0 5px; font-size: 1.4em; color: #aaaaaa; cursor: move; text-shadow: white 1px 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; } +.bootstrap .module_col_icon { display: table-cell; width: 50px; text-align: center; vertical-align: middle; } +.bootstrap .module_col_infos { display: table-cell; height: 50px; vertical-align: middle; } +.bootstrap .module_col_actions { display: table-cell; width: 160px; padding: 0 10px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_actions .btn-group { text-align: right; } +.bootstrap li.sortable-placeholder { border: 1px dashed #cccccc; background-color: #eeeeee; margin: 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap td.module_active { background-color: #80c780 !important; } +.bootstrap td.module_inactive { background-color: #d5d5d5 !important; } +.bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-size: 12px; } +.bootstrap .module-badge-popular { background-color: #f01778; } +.bootstrap .module-badge-partner { background-color: #00b7ae; } +.bootstrap .quickview-badge { margin-top: 30px; } +.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel { padding: 0; margin: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; box-shadow: 0; } +.bootstrap #translations_form .translations-email-panel { margin: 0 20px 8px 0; padding: 8px 12px; } +.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea { width: 100%; height: 500px; } +.bootstrap #translations_form .panel-group { display: none; } +.bootstrap #translations_form a.panel-title i { display: none; } +.bootstrap #translations_form a.panel-title:hover { text-decoration: none; } +.bootstrap #translations_form a.panel-title:hover i { display: inline-block; } +.bootstrap #translations_form .mails_field { border-bottom: 1px solid #eeeeee; padding-bottom: 8px; margin-bottom: 16px; } +.bootstrap #translations_form .mails_field ul.nav-pills { margin-bottom: 5px; } +.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner { font-size: 12px; } +.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner { color: #d9534f; border: solid 2px #d9534f; background-color: transparent; } +.bootstrap #translations_form .mails_field .panel-footer { margin: 0 -15px; } +.bootstrap .employee_avatar_small { vertical-align: middle; margin-left: 4px; } +.bootstrap .employee_avatar_small img { padding: 0; border: none; } +.bootstrap .employee_avatar { display: block !important; margin: 10px auto !important; text-align: center; } +.bootstrap .avatar-xs { height: 16px; width: 16px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; } +.bootstrap .avatar-xs img { width: 100%; height: 100%; } +.bootstrap .avatar-xs i { font-size: 10.66667px; line-height: 16px; } +.bootstrap .avatar-sm, .bootstrap .employee_avatar_small { height: 32px; width: 32px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; } +.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img { width: 100%; height: 100%; } +.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i { font-size: 21.33333px; line-height: 32px; } +.bootstrap .avatar-md { height: 48px; width: 48px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 48px; -moz-border-radius: 48px; -ms-border-radius: 48px; -o-border-radius: 48px; border-radius: 48px; } +.bootstrap .avatar-md img { width: 100%; height: 100%; } +.bootstrap .avatar-md i { font-size: 32px; line-height: 48px; } +.bootstrap .avatar-lg, .bootstrap .employee_avatar { height: 80px; width: 80px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 80px; -moz-border-radius: 80px; -ms-border-radius: 80px; -o-border-radius: 80px; border-radius: 80px; } +.bootstrap .avatar-lg img, .bootstrap .employee_avatar img { width: 100%; height: 100%; } +.bootstrap .avatar-lg i, .bootstrap .employee_avatar i { font-size: 53.33333px; line-height: 80px; } +.bootstrap .avatar-xl { height: 128px; width: 128px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 128px; -moz-border-radius: 128px; -ms-border-radius: 128px; -o-border-radius: 128px; border-radius: 128px; } +.bootstrap .avatar-xl img { width: 100%; height: 100%; } +.bootstrap .avatar-xl i { font-size: 85.33333px; line-height: 128px; } +.bootstrap #employee-thumbnail { margin-bottom: 10px; width: 104px; height: 104px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAIAAACzY+a1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB1ZJREFUeNrsnV1PGl0UhcsUbGmtVotYQatVbFqrF973/1+ZJqaJX0hFRKh8CRYBUZyu0KR5k1eBwWFmHV3romlShdPzzN577TMz5wTOz8+fSSbL0hQIoSSEkhAKoSSEkhBKQiiEkhBKQigJoRBKQigJoSSET1bBJ/W/7XQ6rVarXq83Go2rq6ubmxv8/fr6Gv80OTm5vr5uWZYQ0umqq3K5/Pv372q1CoS3t7f//7E3b94oCrmw1Wq1SqWCP//FWQ99+fJlcXFRCP1Xu93O5XLFYhHkkCQH8gKWBX4LCwuqhX4KtICtUCggW4Kio98Nh8NG8zMeIVxJPp/PZrPNZnO4T0CORaYdHx83dxIChj6ECFeSSqXAb8CE2UOhUGhlZWVpaUlR6JFs20bBOzg4gGdx5QMRiHt7eyifnz9/fvHihRCOVmgMMN2oea5/MgIaLQesTTQaVSIdlVDzwO/hmbPXdAQCiUQCeVVR6L4AL51Oe5Clk8kkzNHa2popKzVmjHJ3d9cDfv8N9+/fv/ddEBDCQbW/v398fOzxl5ZKpa2tLSMosiNEQBwdHfny1fCo29vbdy6oCqGDSUQJ9HEAiMWdnR0USCEcRrj8UQJH6j8HTAM/f/4UwmF0dnaGRo1hJKlUirn14kWYyWR48gEoCqEz1et1FEKe8ZTLZarxGICwUqlQWUE4mtPTUyF0oEajwTaki4sLIXQgt+5CuCh4Y87uQg8hGi8hHFSBQEAIzVa73e50OkJosG67EkIH3kG51GyEptyrE0LzvIMQSkIoCaEQeiHbtjkdqRAKoRyppFoohJIQSkIoCaEQSkIoPQmEnC/2oVXlHBjXK6LX19f7+/utVsvp3iMeyLbt8/Pzly9fsm2PwYWwWq1ms1nOfIXLa2trKxQKffv2jWpXBYvtSicvPADJtn7LhTAcDpOvjgaDwefPnwvhvRobG8McMSNELWTbm4bOYvHnUjUVvYQcRR6FGCFbqqdDCMvHjBCpXlHYp30m3wWNcHh0tZB8X8lXr14JYf9cSu5IhbCPpqammBGicxXCPpqcnKR1NAhBDE8I+wj8YrEYJ8JIJEJ4s4Lx7sny8jJhyUHDyrn5MyNCGPeNjQ0qX/P3LAROt0x61/7du3dUxuHt27fxeJxzrngfvKA6gQcIaSeKFyHVNufMrQ4vwomJCRL7B5PMfCgXL0Kee4dwMYQO2QCE4EdyW4C5EFIjDAQCJBWI/PAR6keBI5EIQxYlXFQzBiG6Q9+76bm5OfIzR6gHh3Lo7+GC8KLz8/PPuMX+TkU8HvfxLmssFuM/S40dIQIxkUj4MzWWZcQBvwa82YRQQEHy/ntx6RA+ZmEkQujr16/T09NefuPMzIwp54qagRDpdHNz08sWGzVYh9+5bw69XOUif5zVSIS2bXt58oFB7wUYg7DT6RCefCCEDkT4Yp8QOlOz2fRyg3qDNoEzBqGXu9Pzv9phJEKPT3FSFLoveRnjEbZaLdFSFCqR+mdkrrryuPRyntB0x9XGfNAwlM/nDw8P2+229+fHWJaVSCSWl5cVhcOrVqv9+PHj8vLSl/N/EP3JZJL2CF8zEBYKBX8PK7NtO5fLCeGDotD3MdAe4WsGQob9EPlNDS9CWNBms+n7MDAG8lUFXoRnZ2cMpxhiDBiJEA7jBjOZDMlgMBLOI2CpEZZKpXq9TjIYjATjEULHHb3GYyrCVquVTqfZrnqMB6PiXGpnWWBDsalUKrjY0c7TnsUcCoWi0ejc3Nz09DTPI4r+I4Rlz2azgMdT/PpqfHwcIOfn5xlu7vuJsFarwa+DH+GRBoNobGwMFGdnZ/19AdEHhJ1OB6Xl5OQEmZPZrA/qJiwLeXVhYSESifiy3ZGn+xFcXl7mumJYdnGxipe6CofDsa5ev379CKPw4uLi+Pj4169fptxHHVoIxPfv3y8uLk5MTDwGhLZtF4tFVDtcpI8gZzrKrsirqJQzMzOjfoZjVAjhM2EykTP5b9aMVIjFv+9Hjs67uo8QBe+0Kz02+E/gF+9qFGXSTYQwKZlMBmmTtjf3fWUAqfXDhw/ubvLoDkJ0eCAHtyJ4g4CE3wFLt7rJhyIEvKOjI3ToOqjH2bwHArOzsx8/fnw4yOER1uv1ZDJZKBQE7yEgo9Ho6urqQ3ZIGqa1R81Lp9PInI++yRu1cPUjgaHjQl5dWloarkY6i0KYzL/wVPNGZHYA0mn74QAh3GYqlVKrMOr2Y2VlBa7V5UTaaDQODg5gODXFoxYiZGdnp1KpfPr0acCNi/ojzOfz+FBlTi+FaCmXy2tra4Nse9UHITInbKfm1HshZra3t5H/kFd7/2SvpwcODw/Fz19h/kFhSIQnJyd9f1nyQKAAFo4RVqvV3d1dTR+JwAJEHCBEv7m3t/ekbu+RCyxA5L5VsDsQwtH2YC75IhABl0ERFotFTRmh7uNyB8JCoaD5ItR9XCxNjekSQiGUhFASQiGUhFASQkkIhVAyQo1G486VbiE0RsFg8M6XpP4IMAApALrnMeLgrgAAAABJRU5ErkJggg==); background-size: contain; position: relative; border: solid 1px #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: white 0 4px 0 0 inset; box-shadow: white 0 4px 0 0 inset; } +.bootstrap #employee-thumbnail:before { position: absolute; top: 10px; right: 10px; display: block; text-align: center; font-size: 2em; z-index: 10; color: #cccccc; } +.bootstrap #employee-thumbnail a { width: 100px; height: 100px; overflow: hidden; display: block; position: absolute; top: 1px; right: 1px; z-index: 100; background-position: center; background-size: contain; border: none; -webkit-box-shadow: white 0 3px 0 0 inset; box-shadow: white 0 3px 0 0 inset; } +.bootstrap .message-item-initial h2 { font-size: 1.5em; margin: 0 0 5px 0; } +.bootstrap .message-item-initial .message-item-initial-body { position: relative; margin-top: 10px; } +.bootstrap .message-item-initial .message-date { color: #bbbbbb; margin-bottom: 10px; } +.bootstrap .message-item { position: relative; border-bottom: solid 1px #eeeeee; margin: 0 30px 0 0; padding: 10px 0; } +.bootstrap .message-item:last-child { border: none; } +.bootstrap .message-item .message-item-heading { display: inline-block; } +.bootstrap .message-item .message-body { margin: 0 80px 0 0; } +.bootstrap .message-item .message-body .message-item-text { padding: 0 10px 0 0; border-right: 2px solid #cccccc; } +.bootstrap .message-item .message-avatar { position: absolute; top: 10px; right: 10px; } +.bootstrap .message-item .message-date { color: #bbbbbb; } +.bootstrap .arrow:before, .bootstrap .arrow:after { position: absolute; display: inline-block; border-color: transparent; border-style: solid; content: ""; } +.bootstrap .arrow-left:before { margin-right: -7px; top: 6px; right: 0px; border-left-color: #d1d4d7; border-width: 7px 0 7px 7px; } +.bootstrap .arrow-left:after { margin-right: -6px; top: 7px; right: 0px; border-left-color: white; border-width: 6px 0 6px 6px; } +.bootstrap .arrow-right:before { margin-left: -7px; top: 6px; left: 0px; border-right-color: #d1d4d7; border-width: 7px 7px 7px 0; } +.bootstrap .arrow-right:after { margin-left: -6px; top: 7px; left: 0px; border-right-color: white; border-width: 6px 6px 6px 0; } +.bootstrap .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } +.bootstrap .timeline:before { content: ""; width: 6px; margin-right: -4px; position: absolute; right: 50%; top: 0; bottom: 30px; background-color: #dddddd; z-index: 0; } +.bootstrap .timeline .timeline-item { display: table-row; } +.bootstrap .timeline .timeline-item .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } +.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { -webkit-box-shadow: 0; box-shadow: 0; display: inline-block; position: relative; margin-right: 42px; position: relative; text-align: right; } +.bootstrap .timeline .timeline-item .timeline-caption h5 { margin: 0; } +.bootstrap .timeline .timeline-item .timeline-caption h5 span { display: block; color: #999999; margin-bottom: 4px; font-size: 12px; } +.bootstrap .timeline .timeline-item .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } +.bootstrap .timeline .timeline-item .timeline-date { position: absolute; width: 150px; right: -220px; top: 10px; text-align: left; } +.bootstrap .timeline .timeline-item .timeline-icon { position: absolute; right: -62px; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; top: -2px; text-align: center; border: 2px solid white; background-color: #666666; } +.bootstrap .timeline .timeline-item .timeline-icon i { font-size: 20px; margin-top: 5px; color: white; } +.bootstrap .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after { content: ""; display: block; width: 50%; } +.bootstrap .timeline .timeline-item.alt { text-align: left; } +.bootstrap .timeline .timeline-item.alt:before { display: none; } +.bootstrap .timeline .timeline-item.alt .timeline-panel { margin-left: 40px; margin-right: 0; } +.bootstrap .timeline .timeline-item.alt .timeline-date { right: auto; left: -220px; text-align: right; } +.bootstrap .timeline .timeline-item.alt .timeline-icon { right: auto; left: -60px; } +.bootstrap .timeline .timeline-item.active { display: table-caption; text-align: center; } +.bootstrap .timeline .timeline-item.active:before { width: 1%; } +.bootstrap .timeline .timeline-item.active .timeline-panel { margin-right: 0; } +.bootstrap .timeline .timeline-item.active .timeline-caption { display: inline-block; width: auto; } +.bootstrap .timeline .timeline-item.active .timeline-date, .bootstrap .timeline .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } +.bootstrap .command-danger { background-color: #d9534f !important; } +.bootstrap .command-success { background-color: #5cb85c !important; } + +.mce-container { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: right; box-sizing: content-box; direction: ltr; } +.mce-container * { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: right; box-sizing: content-box; direction: ltr; } + +.mce-widget { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: right; box-sizing: content-box; direction: ltr; } +.mce-widget * { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: right; box-sizing: content-box; direction: ltr; } +.mce-widget button { box-sizing: border-box; } + +.mce-container *[unselectable] { -moz-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } + +.mce-fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.mce-fade.mce-in { opacity: 1; } + +.mce-tinymce { visibility: visible !important; position: relative; } + +.mce-fullscreen { border: 0; padding: 0; margin: 0; overflow: hidden; height: 100%; z-index: 100; } + +div.mce-fullscreen { position: fixed; top: 0; right: 0; width: 100%; height: auto; } + +.mce-tinymce { display: block; border-radius: 2px; } + +.mce-wordcount { position: absolute; top: 0; left: 0; padding: 8px; } + +div.mce-edit-area { background: white; filter: none; padding: 1px; } + +.mce-statusbar { position: relative; } +.mce-statusbar .mce-container-body { position: relative; } + +.mce-fullscreen .mce-resizehandle { display: none; } + +.mce-charmap { border-collapse: collapse; } +.mce-charmap td { cursor: default; border: 1px solid #9e9e9e; width: 20px; height: 20px; line-height: 20px; text-align: center; vertical-align: middle; padding: 2px; } +.mce-charmap td div { text-align: center; } +.mce-charmap td:hover { background: #d9d9d9; } + +.mce-grid { border-spacing: 2px; border-collapse: separate; } +.mce-grid td div { border: 1px solid #d6d6d6; width: 12px; height: 12px; margin: 2px; cursor: pointer; } +.mce-grid a { display: block; border: 1px solid transparent; } +.mce-grid a:hover { border-color: #a1a1a1; } + +.mce-grid-border { margin: 0 4px 0 4px; } +.mce-grid-border a { border-color: #d6d6d6; width: 13px; height: 13px; } +.mce-grid-border a:hover, .mce-grid-border a.mce-active { border-color: #a1a1a1; background: #c8def4; } + +.mce-text-center { text-align: center; } + +div.mce-tinymce-inline { width: 100%; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } + +.mce-toolbar-grp { padding-bottom: 2px; } +.mce-toolbar-grp .mce-flow-layout-item { margin-bottom: 0; } + +.mce-rtl .mce-wordcount { right: 0; left: auto; } + +.mce-container, .mce-container-body { display: block; } + +.mce-autoscroll { overflow: hidden; } + +.mce-scrollbar { position: absolute; width: 7px; height: 100%; top: 2px; left: 2px; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } + +.mce-scrollbar-h { top: auto; left: auto; right: 2px; bottom: 2px; width: 100%; height: 7px; } + +.mce-scrollbar-thumb { position: absolute; background-color: black; border: 1px solid #888888; border-color: rgba(85, 85, 85, 0.6); width: 5px; height: 100%; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } + +.mce-scrollbar-h .mce-scrollbar-thumb { width: 100%; height: 5px; } + +.mce-scrollbar:hover, .mce-scrollbar.mce-active { background-color: #aaaaaa; opacity: 0.6; filter: alpha(opacity=60); zoom: 1; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } + +.mce-scroll { position: relative; } + +.mce-panel { border: 0 solid #cccccc; background-color: #fcfdfe; } + +.mce-floatpanel { position: absolute; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } +.mce-floatpanel.mce-fixed { position: fixed; } +.mce-floatpanel .mce-arrow { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 11px; } +.mce-floatpanel .mce-arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 10px; content: ""; } +.mce-floatpanel.mce-popover { background: transparent; border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); top: 0; right: 0; background: white; border: 1px solid #9e9e9e; border: 1px solid rgba(0, 0, 0, 0.25); } +.mce-floatpanel.mce-popover.mce-bottom { margin-top: 10px; *margin-top: 0; } +.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow { right: 50%; margin-right: -11px; border-top-width: 0; border-bottom-color: #9e9e9e; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } +.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after { top: 1px; margin-right: -10px; border-top-width: 0; border-bottom-color: white; } +.mce-floatpanel.mce-popover.mce-bottom.mce-start { margin-right: -22px; } +.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow { right: 20px; } +.mce-floatpanel.mce-popover.mce-bottom.mce-end { margin-right: 22px; } +.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow { left: 10px; right: auto; } + +.mce-fullscreen { border: 0; padding: 0; margin: 0; overflow: hidden; background: white; height: 100%; } + +div.mce-fullscreen { position: fixed; top: 0; right: 0; } + +#mce-modal-block { opacity: 0; filter: alpha(opacity=0); zoom: 1; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: black; } +#mce-modal-block.mce-in { opacity: 0.3; filter: alpha(opacity=30); zoom: 1; } + +.mce-window-move { cursor: move; } + +.mce-window { border-radius: 6px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); background: transparent; background: white; position: fixed; top: 0; right: 0; opacity: 0; -webkit-transition: opacity 150ms ease-in; transition: opacity 150ms ease-in; } +.mce-window.mce-in { opacity: 1; } + +.mce-window-head { padding: 9px 15px; border-bottom: 1px solid #c5c5c5; position: relative; } +.mce-window-head .mce-close { position: absolute; left: 15px; top: 9px; font-size: 18px; font-weight: bold; line-height: 20px; color: #858585; cursor: pointer; height: 20px; overflow: hidden; } + +.mce-close:hover { color: #adadad; } + +.mce-window-head .mce-title { line-height: 20px; font-size: 14px; font-weight: normal; text-rendering: optimizelegibility; padding-left: 10px; } + +.mce-window .mce-container-body { display: block; } + +.mce-foot { display: block; background-color: white; border-top: 1px solid #c5c5c5; border-radius: 0 6px 6px 0; } + +.mce-window-head .mce-dragh { position: absolute; top: 0; right: 0; cursor: move; width: 90%; height: 100%; } + +.mce-window iframe { width: 100%; height: 100%; } +.mce-window.mce-fullscreen { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } +.mce-window.mce-fullscreen .mce-foot { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } + +.mce-rtl .mce-window-head .mce-close { position: absolute; left: auto; right: 15px; } +.mce-rtl .mce-window-head .mce-dragh { right: auto; left: 0; } +.mce-rtl .mce-window-head .mce-title { direction: rtl; text-align: left; } + +.mce-abs-layout { position: relative; } + +body .mce-abs-layout-item { position: absolute; } + +.mce-abs-end { position: absolute; width: 1px; height: 1px; } + +.mce-container-body.mce-abs-layout { overflow: hidden; } + +.mce-tooltip { position: absolute; padding: 5px; zoom: 1; } + +.mce-tooltip-inner { font-size: 12px; background-color: black; color: white; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; white-space: normal; border-radius: 3px; } + +.mce-tooltip-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed black; } + +.mce-tooltip-arrow-n { border-bottom-color: black; } + +.mce-tooltip-arrow-s { border-top-color: black; } + +.mce-tooltip-arrow-e { border-right-color: black; } + +.mce-tooltip-arrow-w { border-left-color: black; } + +.mce-tooltip-nw, .mce-tooltip-sw { margin-right: -14px; } + +.mce-tooltip-n .mce-tooltip-arrow { top: 0px; right: 50%; margin-right: -5px; border-bottom-style: solid; border-top: none; border-right-color: transparent; border-left-color: transparent; } + +.mce-tooltip-nw .mce-tooltip-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-right-color: transparent; border-left-color: transparent; } + +.mce-tooltip-ne .mce-tooltip-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-right-color: transparent; border-left-color: transparent; } + +.mce-tooltip-s .mce-tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-top-style: solid; border-bottom: none; border-right-color: transparent; border-left-color: transparent; } + +.mce-tooltip-sw .mce-tooltip-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-right-color: transparent; border-left-color: transparent; } + +.mce-tooltip-se .mce-tooltip-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-right-color: transparent; border-left-color: transparent; } + +.mce-tooltip-e .mce-tooltip-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; } + +.mce-tooltip-w .mce-tooltip-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } + +.mce-btn { position: relative; display: inline-block; *display: inline; *zoom: 1; background-color: white; -webkit-box-shadow: #eeeeee 0 -2px 0 inset; box-shadow: #eeeeee 0 -2px 0 inset; } +.mce-btn:hover, .mce-btn:focus { color: #eeeeee; background-color: #eeeeee; -webkit-box-shadow: #dddddd 0 -2px 0 inset; box-shadow: #dddddd 0 -2px 0 inset; } +.mce-btn.mce-disabled button, .mce-btn.mce-disabled:hover button { cursor: default; box-shadow: none; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } +.mce-btn.mce-active { background-color: #d6d6d6; } +.mce-btn.mce-active:hover { background-color: #d6d6d6; } +.mce-btn:not(.mce-disabled):active { background-color: #d6d6d6; } +.mce-btn button { padding: 2px 6px; font-size: 12px; cursor: pointer; color: #333333; text-align: center; overflow: visible; -webkit-appearance: none; } +.mce-btn button::-moz-focus-inner { border: 0; padding: 0; } + +.mce-primary { min-width: 50px; color: white; border: 1px solid #b1b1b1; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25); background-color: #006dcc; } +.mce-primary:hover, .mce-primary:focus { background-color: #005fb3; } +.mce-primary.mce-disabled button, .mce-primary.mce-disabled:hover button { cursor: default; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } +.mce-primary.mce-active { background-color: #005299; } +.mce-primary.mce-active:hover { background-color: #005299; } +.mce-primary:not(.mce-disabled):active { background-color: #005299; } +.mce-primary button { color: white; } +.mce-primary button i { color: white; } + +.mce-btn-large button { padding: 9px 14px; font-size: 12px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } +.mce-btn-large i { margin-top: 2px; } + +.mce-btn-small button { padding: 1px 5px; font-size: 12px; *padding-bottom: 2px; } +.mce-btn-small i { line-height: 20px; vertical-align: top; *line-height: 18px; } + +.mce-btn .mce-caret, .mce-btn-small .mce-caret { margin-top: 8px; margin-right: 0; } + +.mce-caret { display: inline-block; *display: inline; *zoom: 1; width: 0; height: 0; vertical-align: top; border-top: 4px solid #333333; border-left: 4px solid transparent; border-right: 4px solid transparent; content: ""; } + +.mce-disabled .mce-caret { border-top-color: #aaaaaa; } + +.mce-caret.mce-up { border-bottom: 4px solid #333333; border-top: 0; } + +.mce-rtl .mce-btn button { direction: rtl; } + +.mce-btn-group .mce-btn { border: solid 1px #cccccc; border-left: none; border-radius: 0; } +.mce-btn-group .mce-first { border-radius: 3px 3px 0 0; } +.mce-btn-group .mce-last { border-left: solid 1px #cccccc; border-radius: 0 0 3px 3px; } +.mce-btn-group .mce-first.mce-last { border-radius: 3px; } +.mce-btn-group .mce-btn.mce-flow-layout-item { margin: 0; } + +.mce-checkbox { cursor: pointer; } + +i.mce-i-checkbox { margin: 0 0 0 3px; border: 1px solid #c5c5c5; border-radius: 3px; background-color: #f0f0f0; text-indent: -10em; *font-size: 0; *line-height: 0; *text-indent: 0; overflow: hidden; width: 14px; height: 14px; text-align: center; display: inline-block; } + +.mce-checked i.mce-i-checkbox { color: #333333; font-size: 12px; line-height: 16px; text-indent: 0; } + +.mce-checkbox:focus i.mce-i-checkbox, .mce-checkbox.mce-focus i.mce-i-checkbox { border: 1px solid rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.65); } +.mce-checkbox.mce-disabled .mce-label, .mce-checkbox.mce-disabled i.mce-i-checkbox { color: #acacac; } + +.mce-rtl .mce-checkbox { direction: rtl; text-align: left; } +.mce-rtl i.mce-i-checkbox { margin: 0 3px 0 0; } + +.mce-colorbutton .mce-ico { position: relative; } + +.mce-colorbutton-grid { margin: 4px; } + +.mce-colorbutton button { padding-left: 4px; } +.mce-colorbutton .mce-preview { padding-left: 3px; display: block; position: absolute; right: 50%; top: 50%; margin-right: -14px; margin-top: 7px; background: gray; width: 13px; height: 2px; overflow: hidden; } +.mce-colorbutton.mce-btn-small .mce-preview { margin-right: -16px; padding-left: 0; width: 16px; } +.mce-colorbutton .mce-open { padding-right: 4px; border-right: 1px solid transparent; border-left: 1px solid transparent; } +.mce-colorbutton:hover .mce-open { border-right-color: #bdbdbd; border-left-color: #bdbdbd; } +.mce-colorbutton.mce-btn-small .mce-open { padding: 0 3px 0 3px; } + +.mce-rtl .mce-colorbutton { direction: rtl; } +.mce-rtl .mce-colorbutton .mce-preview { margin-right: 0; padding-left: 0; padding-right: 4px; margin-left: -14px; } +.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview { margin-right: 0; padding-left: 0; margin-left: -17px; padding-right: 0; } +.mce-rtl .mce-colorbutton button { padding-left: 10px; padding-right: 10px; } +.mce-rtl .mce-colorbutton .mce-open { padding-right: 4px; padding-left: 4px; } + +.mce-combobox { display: inline-block; *display: inline; *zoom: 1; *height: 32px; } +.mce-combobox input { border: 1px solid #c5c5c5; border-left-color: #c5c5c5; height: 28px; } +.mce-combobox.mce-disabled input { color: #adadad; } +.mce-combobox.mce-has-open input { border-radius: 4px 4px 0 0; } +.mce-combobox .mce-btn { border-right: 0; border-radius: 0 0 4px 4px; background-color: #c5c5c5; -webkit-box-shadow: #aaaaaa 0 -2px 0 inset; box-shadow: #aaaaaa 0 -2px 0 inset; } +.mce-combobox button { height: 26px; } +.mce-combobox.mce-disabled .mce-btn button { cursor: default; box-shadow: none; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } + +.mce-path { display: inline-block; *display: inline; *zoom: 1; padding: 8px; white-space: normal; } +.mce-path .mce-txt { display: inline-block; padding-left: 3px; } +.mce-path .mce-path-body { display: inline-block; } + +.mce-path-item { display: inline-block; *display: inline; *zoom: 1; cursor: pointer; color: #333333; } +.mce-path-item:hover { text-decoration: underline; } +.mce-path-item:focus { background: #666666; color: white; } + +.mce-path .mce-divider { display: inline; } + +.mce-disabled .mce-path-item { color: #aaaaaa; } + +.mce-rtl .mce-path { direction: rtl; } + +.mce-fieldset { border: 0 solid #9e9e9e; border-radius: 3px; } +.mce-fieldset > .mce-container-body { margin-top: -15px; } + +.mce-fieldset-title { margin-right: 5px; padding: 0 5px 0 5px; } + +.mce-fit-layout { display: inline-block; *display: inline; *zoom: 1; } + +.mce-fit-layout-item { position: absolute; } + +.mce-flow-layout-item { display: inline-block; *display: inline; *zoom: 1; margin: 2px 2px 2px 0; } +.mce-flow-layout-item.mce-last { margin-left: 2px; } + +.mce-flow-layout { white-space: normal; } + +.mce-tinymce-inline .mce-flow-layout { white-space: nowrap; } + +.mce-rtl .mce-flow-layout { text-align: left; direction: rtl; } +.mce-rtl .mce-flow-layout-item { margin: 2px 0 2px 2px; } +.mce-rtl .mce-flow-layout-item.mce-last { margin-right: 2px; } + +.mce-iframe { border: 0 solid #9e9e9e; width: 100%; height: 100%; } + +.mce-label { display: inline-block; *display: inline; *zoom: 1; border: 0; overflow: hidden; } +.mce-label.mce-autoscroll { overflow: auto; } +.mce-label.mce-disabled { color: #aaaaaa; } +.mce-label.mce-multiline { white-space: pre-wrap; } + +.mce-rtl .mce-label { text-align: left; direction: rtl; } + +.mce-menubar { border: 1px solid #eeeeee; } +.mce-menubar .mce-menubtn { border-color: transparent; background: transparent; border-radius: 0; box-shadow: none; filter: none; } +.mce-menubar .mce-menubtn button span { color: #333333; } +.mce-menubar .mce-caret { border-top-color: #333333; } +.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus { border-color: transparent; background: #e6e6e6; filter: none; box-shadow: none; } + +.mce-menubtn.mce-disabled span { color: #aaaaaa; } +.mce-menubtn span { color: #333333; margin-left: 2px; line-height: 20px; *line-height: 16px; } +.mce-menubtn.mce-btn-small span { font-size: 12px; } +.mce-menubtn.mce-fixed-width span { display: inline-block; overflow-x: hidden; text-overflow: ellipsis; width: 90px; } +.mce-menubtn.mce-fixed-width.mce-btn-small span { width: 70px; } +.mce-menubtn .mce-caret { *margin-top: 6px; } + +.mce-rtl .mce-menubtn button { direction: rtl; text-align: left; } + +.mce-listbox button { text-align: right; padding-left: 20px; position: relative; } +.mce-listbox .mce-caret { position: absolute; margin-top: -2px; left: 8px; top: 50%; } + +.mce-rtl .mce-listbox .mce-caret { left: auto; right: 8px; } +.mce-rtl .mce-listbox button { padding-left: 10px; padding-right: 20px; } + +.mce-menu-item { display: block; padding: 6px 12px 6px 15px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; cursor: pointer; line-height: normal; border-right: 4px solid transparent; margin-bottom: 1px; } +.mce-menu-item .mce-ico, .mce-menu-item .mce-text { color: #333333; } +.mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-ico { color: #adadad; } +.mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text, .mce-menu-item:hover .mce-ico, .mce-menu-item.mce-selected .mce-ico, .mce-menu-item:focus .mce-ico { color: white; } +.mce-menu-item.mce-disabled:hover { background: #cccccc; } + +.mce-menu-shortcut { display: inline-block; color: #adadad; display: inline-block; *display: inline; *zoom: 1; padding: 0 20px 0 15px; } + +.mce-menu-item:hover .mce-menu-shortcut, .mce-menu-item.mce-selected .mce-menu-shortcut, .mce-menu-item:focus .mce-menu-shortcut { color: white; } +.mce-menu-item .mce-caret { margin-top: 4px; *margin-top: 3px; margin-left: 6px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid #333333; } +.mce-menu-item.mce-selected .mce-caret, .mce-menu-item:focus .mce-caret, .mce-menu-item:hover .mce-caret { border-right-color: white; } + +.mce-menu-align .mce-menu-shortcut { *margin-top: -2px; position: absolute; left: 0; } +.mce-menu-align .mce-caret { position: absolute; left: 0; } + +.mce-menu-item.mce-active i { visibility: visible; } + +.mce-menu-item-normal.mce-active { background-color: #c8def4; } + +.mce-menu-item-preview.mce-active { border-right: 5px solid #aaaaaa; } + +.mce-menu-item-normal.mce-active .mce-text { color: #333333; } +.mce-menu-item-normal.mce-active:hover .mce-text, .mce-menu-item-normal.mce-active:hover .mce-ico { color: white; } + +.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus { text-decoration: none; color: white; background-color: #0081c2; } + +div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover { border: 0; padding: 0; height: 1px; margin: 9px 1px; overflow: hidden; background: #cbcbcb; border-bottom: 1px solid white; cursor: default; filter: none; } + +.mce-menu.mce-rtl { direction: rtl; } + +.mce-rtl .mce-menu-item { text-align: left; direction: rtl; padding: 6px 15px 6px 12px; } + +.mce-menu-align.mce-rtl .mce-menu-shortcut, .mce-menu-align.mce-rtl .mce-caret { left: auto; right: 0; } + +.mce-rtl .mce-menu-item .mce-caret { margin-right: 6px; margin-left: 0; border-left: 4px solid #333333; border-right: 0; } +.mce-rtl .mce-menu-item.mce-selected .mce-caret, .mce-rtl .mce-menu-item:focus .mce-caret, .mce-rtl .mce-menu-item:hover .mce-caret { border-right-color: transparent; border-left-color: white; } + +.mce-menu { position: absolute; right: 0; top: 0; background: transparent; z-index: 1000; padding: 5px 0 5px 0; margin: 2px 0 0; min-width: 160px; background: white; border: 1px solid #989898; border: 1px solid rgba(0, 0, 0, 0.2); z-index: 1002; border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); max-height: 400px; overflow: auto; overflow-x: hidden; } +.mce-menu i { display: none; } + +.mce-menu-has-icons i { display: inline-block; *display: inline; } + +.mce-menu-sub-tr-tl { margin: -6px -1px 0 0; } + +.mce-menu-sub-br-bl { margin: 6px -1px 0 0; } + +.mce-menu-sub-tl-tr { margin: -6px 1px 0 0; } + +.mce-menu-sub-bl-br { margin: 6px 1px 0 0; } + +.mce-container-body .mce-resizehandle { position: absolute; left: 0; bottom: 0; width: 16px; height: 16px; visibility: visible; cursor: s-resize; margin: 0; } +.mce-container-body .mce-resizehandle-both { cursor: sw-resize; } + +i.mce-i-resize { color: #333333; } + +.mce-spacer { visibility: hidden; } + +.mce-splitbtn .mce-open { border-right: 1px solid transparent; border-left: 1px solid transparent; } +.mce-splitbtn button { padding-left: 4px; } +.mce-splitbtn .mce-open { padding-right: 4px; } +.mce-splitbtn .mce-open.mce-active { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } +.mce-splitbtn.mce-btn-small .mce-open { padding: 0 3px 0 3px; } + +.mce-rtl .mce-splitbtn { direction: rtl; text-align: left; } +.mce-rtl .mce-splitbtn button { padding-left: 10px; padding-right: 10px; } +.mce-rtl .mce-splitbtn .mce-open { padding-right: 4px; padding-left: 4px; } + +.mce-stack-layout-item { display: block; } + +.mce-tabs { display: block; border-bottom: 1px solid #c5c5c5; } + +.mce-tab { display: inline-block; *display: inline; *zoom: 1; border: 1px solid #c5c5c5; border-width: 0 0 0 1px; background: #e3e3e3; padding: 8px; height: 13px; cursor: pointer; } +.mce-tab:hover { background: #fdfdfd; } +.mce-tab.mce-active { background: #fdfdfd; border-bottom-color: transparent; margin-bottom: -1px; height: 14px; } + +.mce-rtl .mce-tabs { text-align: left; direction: rtl; } +.mce-rtl .mce-tab { border-width: 0 1px 0 0; } + +.mce-textbox { background: white; border: 1px solid #c5c5c5; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); display: inline-block; transition: border linear 0.2s, box-shadow linear 0.2s; height: 28px; resize: none; padding: 0 4px 0 4px; white-space: pre-wrap; *white-space: pre; color: #333333; } +.mce-textbox:focus, .mce-textbox.mce-focus { border-color: rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.65); } + +.mce-placeholder .mce-textbox { color: #aaaaaa; } + +.mce-textbox.mce-multiline { padding: 4px; } +.mce-textbox.mce-disabled { color: #adadad; } + +.mce-rtl .mce-textbox { text-align: left; direction: rtl; } + +.mce-throbber { position: absolute; top: 0; right: 0; width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); zoom: 1; background: white url("img/loader.gif") no-repeat center center; } + +.mce-i-none { width: 16px; height: 16px; margin: 2px 0; } + +.mce-ico { font-size: 14px; line-height: 20px; } + +.mce-i-save:before { content: "\f0c7"; } + +.mce-i-newdocument:before { content: "\f016"; } + +.mce-i-fullpage:before { content: "\f065"; } + +.mce-i-alignleft:before { content: "\f036"; } + +.mce-i-aligncenter:before { content: "\f037"; } + +.mce-i-alignright:before { content: "\f038"; } + +.mce-i-alignjustify:before { content: "\f039"; } + +.mce-i-cut:before { content: "\f0c4"; } + +.mce-i-paste:before { content: "\f0ea"; } + +.mce-i-searchreplace:before { content: "\e009"; } + +.mce-i-bullist:before { content: "\f0ca"; } + +.mce-i-numlist:before { content: "\f0cb"; } + +.mce-i-indent:before { content: "\f03c"; } + +.mce-i-outdent:before { content: "\f03b"; } + +.mce-i-blockquote:before { content: "\f10e"; } + +.mce-i-undo:before { content: "\f112"; } + +.mce-i-redo:before { content: "\f064"; } + +.mce-i-link:before { content: "\f0c1"; } + +.mce-i-unlink:before { content: "\f127"; } + +.mce-i-anchor:before { content: "\f13d"; } + +.mce-i-image:before { content: "\f03e"; } + +.mce-i-media:before { content: "\f008"; } + +.mce-i-help:before { content: "\f059"; } + +.mce-i-code:before { content: "\f121"; } + +.mce-i-inserttime:before { content: "\f017"; } + +.mce-i-preview:before { content: "\f06e"; } + +.mce-i-forecolor:before, .mce-i-backcolor:before { content: ""; } + +.mce-i-table:before { content: "\f0ce"; } + +.mce-i-hr:before { content: ""; } + +.mce-i-removeformat:before { content: ""; } + +.mce-i-subscript:before { content: "\f12c"; } + +.mce-i-superscript:before { content: "\f12b"; } + +.mce-i-charmap:before { content: ""; } + +.mce-i-emoticons:before { content: "\f11a"; } + +.mce-i-print:before { content: "\f02f"; } + +.mce-i-fullscreen:before { content: "\f065"; } + +.mce-i-spellchecker:before { content: ""; } + +.mce-i-nonbreaking:before { content: ""; } + +.mce-i-template:before { content: ""; } + +.mce-i-pagebreak:before { content: ""; } + +.mce-i-restoredraft:before { content: ""; } + +.mce-i-untitled:before { content: ""; } + +.mce-i-bold:before { content: "\f032"; } + +.mce-i-italic:before { content: "\f033"; } + +.mce-i-underline:before { content: "\f0cd"; } + +.mce-i-strikethrough:before { content: "\f0cc"; } + +.mce-i-visualchars:before, .mce-i-visualblocks:before { content: ""; } + +.mce-i-ltr:before { content: ""; } + +.mce-i-rtl:before { content: "\e030"; } + +.mce-i-copy:before { content: "\f0c5"; } + +.mce-i-resize:before { content: "\f07d"; } + +.mce-i-browse:before { content: "\f07c"; } + +.mce-i-pastetext:before { content: ""; } + +.mce-i-checkbox:before { content: "\f00c"; } + +.mce-i-selected { visibility: hidden; } +.mce-i-selected:before { content: "\f00c"; } + +i.mce-i-backcolor { background: #bbbbbb; } + +/* jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4 */ +#growls { z-index: 50000; position: fixed; } +#growls.default { top: 100px; left: 10px; } +#growls.tl { top: 10px; right: 10px; } +#growls.tr { top: 10px; left: 10px; } +#growls.bl { bottom: 10px; right: 10px; } +#growls.br { bottom: 10px; left: 10px; } + +.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } +.growl.growl-incoming { opacity: 0; } +.growl.growl-outgoing { opacity: 0; } +.growl.growl-small { width: 200px; padding: 5px; margin: 5px; } +.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; } +.growl.growl-large { width: 300px; padding: 15px; margin: 15px; } +.growl.growl-default { color: white; background: gray; } +.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); } +.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); } +.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); } +.growl .growl-close { cursor: pointer; float: left; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; } +.growl .growl-title { font-size: 18px; line-height: 24px; } +.growl .growl-message { font-size: 14px; line-height: 18px; } + +.chosen-select { width: 100%; } + +.chosen-select-deselect { width: 100%; } + +.chosen-container { display: inline-block; font-size: 12px; position: relative; vertical-align: middle; } +.chosen-container .chosen-drop { background: white; border: 1px solid #999999; border-top-color: #d9d9d9; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); margin-top: -1px; position: absolute; top: 100%; right: -9000px; z-index: 1060; } +.chosen-container.chosen-with-drop .chosen-drop { right: 0; left: 0; } +.chosen-container .chosen-results { color: #555555; margin: 0 0 4px 4px; max-height: 240px; padding: 0 4px 0 0; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } +.chosen-container .chosen-results li { display: none; line-height: 1.42857; list-style: none; margin: 0; padding: 5px 6px; } +.chosen-container .chosen-results li em { background: #feffde; font-style: normal; } +.chosen-container .chosen-results li.group-result { display: list-item; cursor: default; color: #999; font-weight: bold; } +.chosen-container .chosen-results li.group-option { padding-right: 15px; } +.chosen-container .chosen-results li.active-result { cursor: pointer; display: list-item; } +.chosen-container .chosen-results li.highlighted { background-color: #00b7ae; color: white; } +.chosen-container .chosen-results li.highlighted em { background: transparent; } +.chosen-container .chosen-results li.disabled-result { display: list-item; color: #999999; } +.chosen-container .chosen-results .no-results { background: #eeeeee; display: list-item; } +.chosen-container .chosen-results-scroll { background: white; margin: 0 4px; position: absolute; text-align: center; width: 321px; z-index: 1; } +.chosen-container .chosen-results-scroll span { display: inline-block; height: 1.42857; text-indent: -5000px; width: 9px; } +.chosen-container .chosen-results-scroll-down { bottom: 0; } +.chosen-container .chosen-results-scroll-down span { background: url("chosen-sprite.png") no-repeat -4px -3px; } +.chosen-container .chosen-results-scroll-up span { background: url("chosen-sprite.png") no-repeat -22px -3px; } + +.chosen-container-single .chosen-single { background-color: white; border: 1px solid #cccccc; -webkit-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-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #555555; display: block; height: 27px; overflow: hidden; line-height: 27px; padding: 0 8px 0 0; position: relative; text-decoration: none; white-space: nowrap; } +.chosen-container-single .chosen-single span { display: block; margin-left: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } +.chosen-container-single .chosen-single abbr { background: url("chosen-sprite.png") left top no-repeat; display: block; font-size: 1px; height: 10px; position: absolute; left: 26px; top: 8.5px; width: 12px; } +.chosen-container-single .chosen-single abbr:hover { background-position: left -11px; } +.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover { background-position: left 2px; } +.chosen-container-single .chosen-single div { display: block; height: 100%; position: absolute; top: 0; left: 0; width: 18px; } +.chosen-container-single .chosen-single div b { font-size: 14px; text-align: center; line-height: 28px; display: block; height: 100%; width: 100%; } +.chosen-container-single .chosen-default { color: #999999; } +.chosen-container-single .chosen-search { margin: 0; padding: 3px 4px; position: relative; white-space: nowrap; z-index: 1000; overflow: hidden; } +.chosen-container-single .chosen-search input { border: 1px solid #cccccc; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); margin: 1px 0; padding: 4px 4px 4px 20px; width: 100%; } +.chosen-container-single .chosen-search:before { color: #00b7ae; position: absolute; font-size: 14px; text-align: center; display: block; line-height: 22px; height: 22px; width: 22px; top: 7px; left: 7px; } +.chosen-container-single .chosen-drop { margin-top: -1px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } + +.chosen-container-single-nosearch .chosen-search input { position: absolute; right: -9000px; } + +.chosen-container-multi .chosen-choices { background-color: white; border: 1px solid #cccccc; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); cursor: text; height: auto !important; height: 1%; margin: 0; overflow: hidden; padding: 0; position: relative; } +.chosen-container-multi .chosen-choices li { float: right; list-style: none; } +.chosen-container-multi .chosen-choices .search-field { margin: 0; padding: 0; white-space: nowrap; } +.chosen-container-multi .chosen-choices .search-field input { background: transparent !important; border: 0 !important; -webkit-box-shadow: none; box-shadow: none; color: #555555; height: 25px; margin: 0; padding: 4px; outline: 0; } +.chosen-container-multi .chosen-choices .search-field .default { color: #999; } +.chosen-container-multi .chosen-choices .search-choice { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #eeeeee; border: 1px solid #cccccc; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); color: #333333; cursor: default; line-height: 13px; margin: 6px 5px 3px 0; padding: 3px 5px 3px 20px; position: relative; } +.chosen-container-multi .chosen-choices .search-choice .search-choice-close { background: url("chosen-sprite.png") left top no-repeat; display: block; font-size: 1px; height: 10px; position: absolute; left: 4px; top: 5px; width: 12px; } +.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover { background-position: left -11px; } +.chosen-container-multi .chosen-choices .search-choice-focus { background: #d4d4d4; } +.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close { background-position: left -11px; } +.chosen-container-multi .chosen-results { margin: 0 0 0 0; padding: 0; } +.chosen-container-multi .chosen-drop .result-selected { display: none; } + +.chosen-container-active .chosen-single { border: 1px solid rgba(82, 168, 236, 0.8); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } +.chosen-container-active.chosen-with-drop .chosen-single { background-color: #eeeeee; border: 1px solid rgba(82, 168, 236, 0.8); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } +.chosen-container-active.chosen-with-drop .chosen-single div { background: transparent; border-right: none; } +.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 7px; } +.chosen-container-active .chosen-choices { border: 1px solid rgba(82, 168, 236, 0.8); border-bottom-left-radius: 0; border-bottom-right-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } +.chosen-container-active .chosen-choices .search-field input { color: #111 !important; } + +.chosen-disabled { cursor: default; opacity: 0.5 !important; } +.chosen-disabled .chosen-single { cursor: default; } +.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } + +.chosen-rtl { text-align: left; } +.chosen-rtl .chosen-single { padding: 0 0 0 8px; overflow: visible; } +.chosen-rtl .chosen-single span { margin-right: 26px; margin-left: 0; direction: rtl; } +.chosen-rtl .chosen-single div { right: 7px; left: auto; } +.chosen-rtl .chosen-single abbr { right: 26px; left: auto; } +.chosen-rtl .chosen-choices .search-field input { direction: rtl; } +.chosen-rtl .chosen-choices li { float: left; } +.chosen-rtl .chosen-choices .search-choice { margin: 6px 0 3px 5px; padding: 3px 19px 3px 5px; } +.chosen-rtl .chosen-choices .search-choice .search-choice-close { background-position: left top; right: 4px; left: auto; } +.chosen-rtl.chosen-container-single .chosen-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; } +.chosen-rtl .chosen-results .group-option { padding-right: 0; padding-left: 15px; } +.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; } +.chosen-rtl .chosen-search input { background: url("chosen-sprite.png") no-repeat -28px -20px, white; direction: rtl; padding: 4px 20px 4px 5px; } + +/*! + * Ladda + * http://lab.hakim.se/ladda + * MIT licensed + * + * Copyright (C) 2013 Hakim El Hattab, http://hakim.se + */ +.ladda-button { position: relative; } +.ladda-button .ladda-spinner { position: absolute; z-index: 2; display: inline-block; width: 32px; height: 32px; top: 50%; margin-top: -16px; opacity: 0; pointer-events: none; } +.ladda-button .ladda-label { position: relative; z-index: 3; } +.ladda-button .ladda-progress { position: absolute; width: 0; height: 100%; right: 0; top: 0; background: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; -webkit-transition: 0.1s linear all !important; -moz-transition: 0.1s linear all !important; -ms-transition: 0.1s linear all !important; -o-transition: 0.1s linear all !important; transition: 0.1s linear all !important; } +.ladda-button .ladda-progress[data-loading] .ladda-progress { opacity: 1; visibility: visible; } + +.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label { -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; } + +.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -ms-transition: 0.3s ease all !important; -o-transition: 0.3s ease all !important; transition: 0.3s ease all !important; } + +.ladda-button[data-style=expand-left] .ladda-spinner { left: 14px; } +.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left: 4px; } +.ladda-button[data-style=expand-left][data-loading] { padding-left: 56px; } +.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left: 40px; } + +.ladda-button[data-style=expand-right] .ladda-spinner { right: 14px; } +.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner { right: 4px; } +.ladda-button[data-style=expand-right][data-loading] { padding-right: 56px; } +.ladda-button[data-style=expand-right][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] { padding-right: 40px; } + +.ladda-button[data-style=expand-up] { overflow: hidden; } +.ladda-button[data-style=expand-up] .ladda-spinner { top: -32px; right: 50%; margin-right: -16px; } +.ladda-button[data-style=expand-up][data-loading] { padding-top: 54px; } +.ladda-button[data-style=expand-up][data-loading] .ladda-spinner { opacity: 1; top: 14px; margin-top: 0; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] { padding-top: 32px; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner { top: 4px; } + +.ladda-button[data-style=slide-right] { overflow: hidden; } +.ladda-button[data-style=slide-right] .ladda-label { position: relative; } +.ladda-button[data-style=slide-right] .ladda-spinner { right: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-right][data-loading] .ladda-label { opacity: 0; right: -100%; } +.ladda-button[data-style=slide-right][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-left] { overflow: hidden; } +.ladda-button[data-style=slide-left] .ladda-label { position: relative; } +.ladda-button[data-style=slide-left] .ladda-spinner { left: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-left][data-loading] .ladda-label { opacity: 0; right: 100%; } +.ladda-button[data-style=slide-left][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-up] { overflow: hidden; } +.ladda-button[data-style=slide-up] .ladda-label { position: relative; } +.ladda-button[data-style=slide-up] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: 1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-label { opacity: 0; top: -1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=slide-down] { overflow: hidden; } +.ladda-button[data-style=slide-down] .ladda-label { position: relative; } +.ladda-button[data-style=slide-down] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: -2em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-label { opacity: 0; top: 1em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=zoom-out] { overflow: hidden; } +.ladda-button[data-style=zoom-out] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(2.5); -moz-transform: scale(2.5); -ms-transform: scale(2.5); -o-transform: scale(2.5); transform: scale(2.5); } +.ladda-button[data-style=zoom-out] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-out][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } +.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=zoom-in] { overflow: hidden; } +.ladda-button[data-style=zoom-in] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } +.ladda-button[data-style=zoom-in] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-in][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -ms-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); } +.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=contract] { overflow: hidden; width: 100px; } +.ladda-button[data-style=contract] .ladda-spinner { right: 50%; margin-right: -16px; } + +.ladda-button[data-style=contract][data-loading] { border-radius: 50%; width: 52px; } +.ladda-button[data-style=contract][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[data-style=contract-overlay] { overflow: hidden; width: 100px; box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0); } +.ladda-button[data-style=contract-overlay] .ladda-spinner { right: 50%; margin-right: -16px; } +.ladda-button[data-style=contract-overlay][data-loading] { border-radius: 50%; width: 52px; /*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */ box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0.8); } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[disabled], .ladda-button[data-loading] { border-color: rgba(0, 0, 0, 0.07); cursor: default; background-color: #999999; } +.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default; background-color: #999999; } +.ladda-button[data-size=xs] { padding: 4px 8px; } +.ladda-button[data-size=xs] .ladda-label { font-size: 0.7em; } +.ladda-button[data-size=s] { padding: 6px 10px; } +.ladda-button[data-size=s] .ladda-label { font-size: 0.9em; } +.ladda-button[data-size=l] .ladda-label { font-size: 1.2em; } +.ladda-button[data-size=xl] .ladda-label { font-size: 1.5em; } + +.nobootstrap { background-color: white; min-width: 1200px; padding: 100px 30px; } +.nobootstrap form p { margin: 0.5em 0 0; padding: 0 0 0.5em; } +.nobootstrap fieldset { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; } +.nobootstrap fieldset img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap legend { background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap legend a { color: #585984; text-decoration: none; } +.nobootstrap label { color: #585a69; text-shadow: 0 1px 0 white; float: right; width: 250px; padding: 0.2em 0 0 0.5em; text-align: left; font-weight: bold; } +.nobootstrap label.t { float: none; clear: none; padding: 0 5px 0; margin: 0px; font-weight: normal; font-size: 12px; text-shadow: none; } +.nobootstrap a { color: #415260; } +.nobootstrap .pull-right, .nobootstrap .pull-left, .nobootstrap .bootstrap .page-head h2.page-title, .bootstrap .page-head .nobootstrap h2.page-title { float: none; } +.nobootstrap .clear { clear: both; } +.nobootstrap .margin-form { padding: 0 260px 1em 0; color: #7f7f7f; font-size: 0.85em; } +.nobootstrap .button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap input { vertical-align: middle; } +.nobootstrap select { border: 1px solid #cccccc; font-size: 12px; } +.nobootstrap input, .nobootstrap textarea, .nobootstrap option { color: black; font-size: 12px; margin: 0; padding: 0; } +.nobootstrap input[type="text"], .nobootstrap input[type="password"], .nobootstrap input[type="file"], .nobootstrap textarea { border: 1px solid #cccccc; background-color: white; padding: 2px 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } +.nobootstrap .table_grid { width: 100%; } +.nobootstrap .table { background-color: white; border: 1px solid #cccccc; padding: 0; border-radius: 3px; } +.nobootstrap .table th a { text-decoration: underline; } +.nobootstrap .table th a:hover { text-decoration: none; } +.nobootstrap .table tr th { background-color: #f1f1f1; color: #333333; font-size: 13px; padding: 4px 6px; text-align: right; } +.nobootstrap .table tr th.right { text-align: center; } +.nobootstrap .table tr td { border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; padding: 4px 6px 4px 4px; } +.nobootstrap .table tr.row_hover.filter:hover td { background: #f1f9ff; } +.nobootstrap .table tr td.row_hover:hover table tr td { background: none; } +.nobootstrap .table tr.action_details td { background: #fafafa; } +.nobootstrap .table tr.alt_row.action_details td { background: #e8e8e8; } +.nobootstrap .table tr td.empty { background: white !important; border-bottom: none; } +.nobootstrap .table tr td.first { border-right: 1px solid #dedede; } +.nobootstrap .table tr td.last { border-left: 1px solid #dedede; } +.nobootstrap .table tr.small td { height: 15px; } +.nobootstrap .table tr.last td { border-bottom: none; } +.nobootstrap .table tr .filter { background-color: #f1f9ff; } + +.nobootstrap .form-group { clear: both; margin-bottom: 1em; float: right; width: 100%; } +.nobootstrap .form-group > div { float: right; } +.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; float: right; width: 100%; box-sizing: border-box; } +.nobootstrap .panel:not(.bootstrap) img, .nobootstrap .bootstrap #dash_version:not(.bootstrap) img, .bootstrap .nobootstrap #dash_version:not(.bootstrap) img, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap .panel:not(.bootstrap) h3, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 { position: relative; top: -25px; display: inline-block; background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap .panel:not(.bootstrap) h3 a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a { color: #585984; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) h3 i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i { font-family: "FontAwesome"; } +.nobootstrap .panel:not(.bootstrap) .help-block, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block { float: right; clear: both; } +.nobootstrap .panel:not(.bootstrap) .switch, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch { float: right; clear: both; line-height: 1.3em; } +.nobootstrap .panel:not(.bootstrap) .switch label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label { padding: 0 5px 0 10px; float: right; width: auto; } +.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .panel:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio] { float: right; } +.nobootstrap .panel:not(.bootstrap) .radio label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label { clear: both; width: auto; margin-left: 4px; } +.nobootstrap .panel:not(.bootstrap) button, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) button:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap .panel:not(.bootstrap) .tree-panel-heading-controls, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree-panel-heading-controls, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree-panel-heading-controls { font-size: 13px; background-color: #dde0e9; margin: -8px -8px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.nobootstrap .panel:not(.bootstrap) .tree-panel-heading-controls a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree-panel-heading-controls a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree-panel-heading-controls a { display: inline-block; padding: 0 8px; border-left: solid 1px #888888; } +.nobootstrap .panel:not(.bootstrap) .tree, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree { padding: 0 20px 0 0; list-style: none; } +.nobootstrap .panel:not(.bootstrap) .tree input, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree input, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree input, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree input, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree input, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree input, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree input { vertical-align: baseline; margin-left: 4px; line-height: normal; } +.nobootstrap .panel:not(.bootstrap) .tree i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree i { font-size: 14px; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name { padding: 2px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name label { font-size: 13px; float: none; text-shadow: none; font-weight: 400; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-selected, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected { background-color: #ccced7; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-selected:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected:hover { background-color: #a1a5b5; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-selected i.tree-dot, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected i.tree-dot, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected i.tree-dot, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected i.tree-dot, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected i.tree-dot, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected i.tree-dot, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected i.tree-dot { background-color: #eeeeee; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-folder, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder, .nobootstrap .panel:not(.bootstrap) .tree .tree-item, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item { margin: 3px 0; } +.nobootstrap .panel:not(.bootstrap) .tree i.tree-dot, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree i.tree-dot, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree i.tree-dot, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree i.tree-dot, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree i.tree-dot, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree i.tree-dot, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-disable, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name-disable, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable { color: #cccccc; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-disable:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name-disable:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } diff --git a/admin-dev/themes/default/css/schemes/admin-theme-fruit_rtl.css b/admin-dev/themes/default/css/schemes/admin-theme-fruit_rtl.css new file mode 100644 index 0000000000000..5b072728a669a --- /dev/null +++ b/admin-dev/themes/default/css/schemes/admin-theme-fruit_rtl.css @@ -0,0 +1,4097 @@ +@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed); +@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700); +/* This is a fairly big mixin. The reason for this is that at the time of writing (09/01/2013), Sass does not include functions for substring or find/replace in string. Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June, but it still has not been merged, due to lack of minor comments. That was five months ago. */ +@-webkit-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-20px); } } + +@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(20px); } } + +@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-20px); } } + +@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(20px); } } + +@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } + 50% { opacity: 1; -webkit-transform: scale(1.05); } + 70% { -webkit-transform: scale(0.9); } + 100% { -webkit-transform: scale(1); } } + +@-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 60% { opacity: 1; -webkit-transform: translateY(30px); } + 80% { -webkit-transform: translateY(-10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 60% { opacity: 1; -webkit-transform: translateY(-30px); } + 80% { -webkit-transform: translateY(10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 60% { opacity: 1; -webkit-transform: translateX(-30px); } + 80% { -webkit-transform: translateX(10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 60% { opacity: 1; -webkit-transform: translateX(30px); } + 80% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } + 25% { -webkit-transform: scale(0.95); } + 50% { opacity: 1; -webkit-transform: scale(1.1); } + 100% { opacity: 0; -webkit-transform: scale(0.3); } } + +@-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(20px); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(-20px); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(20px); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(-20px); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes bounce { 0% { -webkit-transform: translateY(0); } + 20% { -webkit-transform: translateY(0); } + 40% { -webkit-transform: translateY(-30px); } + 50% { -webkit-transform: translateY(0); } + 60% { -webkit-transform: translateY(-15px); } + 80% { -webkit-transform: translateY(0); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes shake { 0% { -webkit-transform: translateX(0); } + 10% { -webkit-transform: translateX(-10px); } + 20% { -webkit-transform: translateX(10px); } + 30% { -webkit-transform: translateX(-10px); } + 40% { -webkit-transform: translateX(10px); } + 50% { -webkit-transform: translateX(-10px); } + 60% { -webkit-transform: translateX(10px); } + 70% { -webkit-transform: translateX(-10px); } + 80% { -webkit-transform: translateX(10px); } + 90% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } + +@-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } + 10% { -webkit-transform: scale(0.9) rotate(-3deg); } + 20% { -webkit-transform: scale(0.9) rotate(-3deg); } + 30% { -webkit-transform: scale(1.1) rotate(3deg); } + 40% { -webkit-transform: scale(1.1) rotate(-3deg); } + 50% { -webkit-transform: scale(1.1) rotate(3deg); } + 60% { -webkit-transform: scale(1.1) rotate(-3deg); } + 70% { -webkit-transform: scale(1.1) rotate(3deg); } + 80% { -webkit-transform: scale(1.1) rotate(-3deg); } + 90% { -webkit-transform: scale(1.1) rotate(3deg); } + 100% { -webkit-transform: scale(1) rotate(0); } } + +@-moz-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-20px); } } + +@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(20px); } } + +@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-20px); } } + +@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(20px); } } + +@-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } + 50% { opacity: 1; -moz-transform: scale(1.05); } + 70% { -moz-transform: scale(0.9); } + 100% { -moz-transform: scale(1); } } + +@-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 60% { opacity: 1; -moz-transform: translateY(30px); } + 80% { -moz-transform: translateY(-10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 60% { opacity: 1; -moz-transform: translateY(-30px); } + 80% { -moz-transform: translateY(10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 60% { opacity: 1; -moz-transform: translateX(-30px); } + 80% { -moz-transform: translateX(10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 60% { opacity: 1; -moz-transform: translateX(30px); } + 80% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } + 25% { -moz-transform: scale(0.95); } + 50% { opacity: 1; -moz-transform: scale(1.1); } + 100% { opacity: 0; -moz-transform: scale(0.3); } } + +@-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(20px); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(-20px); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(20px); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(-20px); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes bounce { 0% { -moz-transform: translateY(0); } + 20% { -moz-transform: translateY(0); } + 40% { -moz-transform: translateY(-30px); } + 50% { -moz-transform: translateY(0); } + 60% { -moz-transform: translateY(-15px); } + 80% { -moz-transform: translateY(0); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes shake { 0% { -moz-transform: translateX(0); } + 10% { -moz-transform: translateX(-10px); } + 20% { -moz-transform: translateX(10px); } + 30% { -moz-transform: translateX(-10px); } + 40% { -moz-transform: translateX(10px); } + 50% { -moz-transform: translateX(-10px); } + 60% { -moz-transform: translateX(10px); } + 70% { -moz-transform: translateX(-10px); } + 80% { -moz-transform: translateX(10px); } + 90% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } + +@-moz-keyframes tada { 0% { -moz-transform: scale(1); } + 10% { -moz-transform: scale(0.9) rotate(-3deg); } + 20% { -moz-transform: scale(0.9) rotate(-3deg); } + 30% { -moz-transform: scale(1.1) rotate(3deg); } + 40% { -moz-transform: scale(1.1) rotate(-3deg); } + 50% { -moz-transform: scale(1.1) rotate(3deg); } + 60% { -moz-transform: scale(1.1) rotate(-3deg); } + 70% { -moz-transform: scale(1.1) rotate(3deg); } + 80% { -moz-transform: scale(1.1) rotate(-3deg); } + 90% { -moz-transform: scale(1.1) rotate(3deg); } + 100% { -moz-transform: scale(1) rotate(0); } } + +@-ms-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-ms-keyframes fadeInUp { 0% { opacity: 0; -ms-transform: translateY(20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUp { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-20px); } } + +@-ms-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDown { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(20px); } } + +@-ms-keyframes fadeInRight { 0% { opacity: 0; -ms-transform: translateX(20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeft { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-20px); } } + +@-ms-keyframes fadeInLeft { 0% { opacity: 0; -ms-transform: translateX(-20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRight { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(20px); } } + +@-ms-keyframes fadeInUpBig { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUpBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes fadeInDownBig { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDownBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes fadeInRightBig { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeftBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes fadeInLeftBig { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRightBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes bounceIn { 0% { opacity: 0; -ms-transform: scale(0.3); } + 50% { opacity: 1; -ms-transform: scale(1.05); } + 70% { -ms-transform: scale(0.9); } + 100% { -ms-transform: scale(1); } } + +@-ms-keyframes bounceInDown { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 60% { opacity: 1; -ms-transform: translateY(30px); } + 80% { -ms-transform: translateY(-10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInUp { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 60% { opacity: 1; -ms-transform: translateY(-30px); } + 80% { -ms-transform: translateY(10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInRight { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 60% { opacity: 1; -ms-transform: translateX(-30px); } + 80% { -ms-transform: translateX(10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceInLeft { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 60% { opacity: 1; -ms-transform: translateX(30px); } + 80% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceOut { 0% { -ms-transform: scale(1); } + 25% { -ms-transform: scale(0.95); } + 50% { opacity: 1; -ms-transform: scale(1.1); } + 100% { opacity: 0; -ms-transform: scale(0.3); } } + +@-ms-keyframes bounceOutUp { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(20px); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes bounceOutDown { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(-20px); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes bounceOutLeft { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(20px); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes bounceOutRight { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(-20px); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes bounce { 0% { -ms-transform: translateY(0); } + 20% { -ms-transform: translateY(0); } + 40% { -ms-transform: translateY(-30px); } + 50% { -ms-transform: translateY(0); } + 60% { -ms-transform: translateY(-15px); } + 80% { -ms-transform: translateY(0); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes shake { 0% { -ms-transform: translateX(0); } + 10% { -ms-transform: translateX(-10px); } + 20% { -ms-transform: translateX(10px); } + 30% { -ms-transform: translateX(-10px); } + 40% { -ms-transform: translateX(10px); } + 50% { -ms-transform: translateX(-10px); } + 60% { -ms-transform: translateX(10px); } + 70% { -ms-transform: translateX(-10px); } + 80% { -ms-transform: translateX(10px); } + 90% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes rotateInDownLeft { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpLeft { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpRight { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInDownRight { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOutDownLeft { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpLeft { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutDownRight { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpRight { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateIn { 0% { -ms-transform-origin: center center; -ms-transform: rotate(-200deg); opacity: 0; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOut { 0% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(200deg); opacity: 0; } } + +@-ms-keyframes tada { 0% { -ms-transform: scale(1); } + 10% { -ms-transform: scale(0.9) rotate(-3deg); } + 20% { -ms-transform: scale(0.9) rotate(-3deg); } + 30% { -ms-transform: scale(1.1) rotate(3deg); } + 40% { -ms-transform: scale(1.1) rotate(-3deg); } + 50% { -ms-transform: scale(1.1) rotate(3deg); } + 60% { -ms-transform: scale(1.1) rotate(-3deg); } + 70% { -ms-transform: scale(1.1) rotate(3deg); } + 80% { -ms-transform: scale(1.1) rotate(-3deg); } + 90% { -ms-transform: scale(1.1) rotate(3deg); } + 100% { -ms-transform: scale(1) rotate(0); } } + +@keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-20px); } } + +@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(20px); } } + +@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-20px); } } + +@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(20px); } } + +@keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } + 50% { opacity: 1; transform: scale(1.05); } + 70% { transform: scale(0.9); } + 100% { transform: scale(1); } } + +@keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } + 60% { opacity: 1; transform: translateY(30px); } + 80% { transform: translateY(-10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } + 60% { opacity: 1; transform: translateY(-30px); } + 80% { transform: translateY(10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } + 60% { opacity: 1; transform: translateX(-30px); } + 80% { transform: translateX(10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } + 60% { opacity: 1; transform: translateX(30px); } + 80% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceOut { 0% { transform: scale(1); } + 25% { transform: scale(0.95); } + 50% { opacity: 1; transform: scale(1.1); } + 100% { opacity: 0; transform: scale(0.3); } } + +@keyframes bounceOutUp { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(20px); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes bounceOutDown { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(-20px); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes bounceOutLeft { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(20px); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes bounceOutRight { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(-20px); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes bounce { 0% { transform: translateY(0); } + 20% { transform: translateY(0); } + 40% { transform: translateY(-30px); } + 50% { transform: translateY(0); } + 60% { transform: translateY(-15px); } + 80% { transform: translateY(0); } + 100% { transform: translateY(0); } } + +@keyframes shake { 0% { transform: translateX(0); } + 10% { transform: translateX(-10px); } + 20% { transform: translateX(10px); } + 30% { transform: translateX(-10px); } + 40% { transform: translateX(10px); } + 50% { transform: translateX(-10px); } + 60% { transform: translateX(10px); } + 70% { transform: translateX(-10px); } + 80% { transform: translateX(10px); } + 90% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } + 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } + 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } + +@keyframes tada { 0% { transform: scale(1); } + 10% { transform: scale(0.9) rotate(-3deg); } + 20% { transform: scale(0.9) rotate(-3deg); } + 30% { transform: scale(1.1) rotate(3deg); } + 40% { transform: scale(1.1) rotate(-3deg); } + 50% { transform: scale(1.1) rotate(3deg); } + 60% { transform: scale(1.1) rotate(-3deg); } + 70% { transform: scale(1.1) rotate(3deg); } + 80% { transform: scale(1.1) rotate(-3deg); } + 90% { transform: scale(1.1) rotate(3deg); } + 100% { transform: scale(1) rotate(0); } } + +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH -------------------------- */ +@font-face { font-family: 'FontAwesome'; src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3"); src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } + +.icon, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before, [class^="icon-"], [class^="process-icon-"], .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap .alert.alert-message:before, .bootstrap .table td.dragHandle .dragGroup:before, .bootstrap #dashboard .loading .data_value:before, .bootstrap #employee-thumbnail:before, .mce-ico, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +/* makes the font 33% larger relative to the icon container */ +.icon-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } + +.icon-2x, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before, [class^="icon-Admin"], [class^="process-icon-"] { font-size: 2em; } + +.icon-3x, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap .alert.alert-message:before { font-size: 3em; } + +.icon-4x { font-size: 4em; } + +.icon-5x { font-size: 5em; } + +.icon-fw, [class^="icon-Admin"], [class^="process-icon-"] { width: 1.28571em; text-align: center; } + +.icon-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; } +.icon-ul > li { position: relative; } + +.icon-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } +.icon-li.icon-lg { left: -1.85714em; } + +.icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } + +.pull-right { float: right; } + +.pull-left, .bootstrap .page-head h2.page-title { float: left; } + +.icon.pull-left, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-left.searchtab:before, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .bootstrap .page-head h2.searchtab.page-title:before, .bootstrap .page-head .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) h2.searchtab.page-title:before, .pull-left[class^="icon-"], .bootstrap .page-head h2[class^="icon-"].page-title, .pull-left[class^="process-icon-"], .bootstrap .page-head h2[class^="process-icon-"].page-title, .bootstrap .pull-left.alert.alert-warning:before, .bootstrap .page-head h2.alert.alert-warning.page-title:before, .bootstrap .pull-left.alert.alert-danger:before, .bootstrap .page-head h2.alert.alert-danger.page-title:before, .bootstrap .page-head #carrier_wizard h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .page-head h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .pull-left.wizard_error:before, .bootstrap .pull-left.alert.alert-success:before, .bootstrap .page-head h2.alert.alert-success.page-title:before, .bootstrap .pull-left.alert.alert-info:before, .bootstrap .page-head h2.alert.alert-info.page-title:before, .bootstrap .pull-left.alert.alert-addons:before, .bootstrap .page-head h2.alert.alert-addons.page-title:before, .bootstrap .pull-left.alert.alert-message:before, .bootstrap .page-head h2.alert.alert-message.page-title:before, .bootstrap .table td.dragHandle .pull-left.dragGroup:before, .bootstrap .table td.dragHandle .page-head h2.dragGroup.page-title:before, .bootstrap .page-head .table td.dragHandle h2.dragGroup.page-title:before, .bootstrap .page-head h2.icon.page-title, .bootstrap .page-head #dashboard .loading h2.page-title.data_value:before, .bootstrap #dashboard .loading .page-head h2.page-title.data_value:before, .bootstrap .page-head h2.page-title#employee-thumbnail:before, .bootstrap .page-head h2.page-title.mce-ico, .bootstrap .page-head .chosen-container-single h2.page-title.chosen-search:before, .chosen-container-single .bootstrap .page-head h2.page-title.chosen-search:before, .bootstrap #dashboard .loading .pull-left.data_value:before, .bootstrap .pull-left#employee-thumbnail:before, .pull-left.mce-ico, .chosen-container-single .chosen-single div b.pull-left, .chosen-container-single .pull-left.chosen-search:before { margin-right: .3em; } +.icon.pull-right, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .pull-right.searchtab:before, .pull-right[class^="icon-"], .pull-right[class^="process-icon-"], .bootstrap .pull-right.alert.alert-warning:before, .bootstrap .pull-right.alert.alert-danger:before, .bootstrap #carrier_wizard .pull-right.wizard_error:before, .bootstrap .pull-right.alert.alert-success:before, .bootstrap .pull-right.alert.alert-info:before, .bootstrap .pull-right.alert.alert-addons:before, .bootstrap .pull-right.alert.alert-message:before, .bootstrap .table td.dragHandle .pull-right.dragGroup:before, .bootstrap #dashboard .loading .pull-right.data_value:before, .bootstrap .pull-right#employee-thumbnail:before, .pull-right.mce-ico, .chosen-container-single .chosen-single div b.pull-right, .chosen-container-single .pull-right.chosen-search:before { margin-left: .3em; } + +.icon-spin, .bootstrap #dashboard .loading .data_value:before, .bootstrap #employee-thumbnail:before { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-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); } } + +.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } + +.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } + +.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } + +.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } + +.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } + +.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } + +.icon-stack-1x, .icon-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } + +.icon-stack-1x { line-height: inherit; } + +.icon-stack-2x { font-size: 2em; } + +.icon-inverse { color: white; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ +.icon-glass:before { content: "\f000"; } + +.icon-music:before { content: "\f001"; } + +.icon-search:before, .page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before, .icon-AdminSearch:before, .chosen-container-single .chosen-search:before { content: "\f002"; } + +.icon-envelope-o:before, .icon-envelope-alt:before { content: "\f003"; } + +.icon-heart:before { content: "\f004"; } + +.icon-star:before { content: "\f005"; } + +.icon-star-o:before, .icon-star-empty:before { content: "\f006"; } + +.icon-user:before { content: "\f007"; } + +.icon-film:before { content: "\f008"; } + +.icon-th-large:before { content: "\f009"; } + +.icon-th:before { content: "\f00a"; } + +.icon-th-list:before { content: "\f00b"; } + +.icon-check:before, #content .process-icon-ok:before { content: "\f00c"; } + +.icon-times:before, .icon-remove:before, #content .process-icon-cancel:before { content: "\f00d"; } + +.icon-search-plus:before, .icon-zoom-in:before { content: "\f00e"; } + +.icon-search-minus:before, .icon-zoom-out:before { content: "\f010"; } + +.icon-power-off:before, .icon-off:before, #content .process-icon-off:before, #content .process-icon-power:before { content: "\f011"; } + +.icon-signal:before { content: "\f012"; } + +.icon-gear:before, .icon-cog:before, .icon-AdminAdmin:before, #content .process-icon-configure:before { content: "\f013"; } + +.icon-trash-o:before, .icon-trash:before, #content .process-icon-delete:before, #content .process-icon-uninstall:before { content: "\f014"; } + +.icon-home:before { content: "\f015"; } + +.icon-file-o:before, .icon-file-alt:before { content: "\f016"; } + +.icon-clock-o:before, .icon-time:before { content: "\f017"; } + +.icon-road:before { content: "\f018"; } + +.icon-download:before, .icon-download-alt:before, #content .process-icon-download-alt:before, #content .process-icon-save-date:before, #content .process-icon-save-status:before { content: "\f019"; } + +.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before, #content .process-icon-download-alt:before, #content .process-icon-save-date:before, #content .process-icon-save-status:before { content: "\f01a"; } + +.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before { content: "\f01b"; } + +.icon-inbox:before { content: "\f01c"; } + +.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before { content: "\f01d"; } + +.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } + +.icon-refresh:before, #content .process-icon-update:before, #content .process-icon-refresh:before, .bootstrap #dashboard .loading .data_value:before, .bootstrap #employee-thumbnail:before { content: "\f021"; } + +.icon-list-alt:before { content: "\f022"; } + +.icon-lock:before { content: "\f023"; } + +.icon-flag:before { content: "\f024"; } + +.icon-headphones:before { content: "\f025"; } + +.icon-volume-off:before { content: "\f026"; } + +.icon-volume-down:before { content: "\f027"; } + +.icon-volume-up:before { content: "\f028"; } + +.icon-qrcode:before { content: "\f029"; } + +.icon-barcode:before { content: "\f02a"; } + +.icon-tag:before { content: "\f02b"; } + +.icon-tags:before, .icon-AdminPriceRule:before { content: "\f02c"; } + +.icon-book:before, .icon-AdminCatalog:before { content: "\f02d"; } + +.icon-bookmark:before { content: "\f02e"; } + +.icon-print:before { content: "\f02f"; } + +.icon-camera:before { content: "\f030"; } + +.icon-font:before { content: "\f031"; } + +.icon-bold:before { content: "\f032"; } + +.icon-italic:before { content: "\f033"; } + +.icon-text-height:before { content: "\f034"; } + +.icon-text-width:before { content: "\f035"; } + +.icon-align-left:before { content: "\f036"; } + +.icon-align-center:before { content: "\f037"; } + +.icon-align-right:before { content: "\f038"; } + +.icon-align-justify:before { content: "\f039"; } + +.icon-list:before { content: "\f03a"; } + +.icon-dedent:before, .icon-outdent:before, .icon-indent-left:before { content: "\f03b"; } + +.icon-indent:before, .icon-indent-right:before { content: "\f03c"; } + +.icon-video-camera:before, .icon-facetime-video:before { content: "\f03d"; } + +.icon-picture-o:before, .icon-picture:before { content: "\f03e"; } + +.icon-pencil:before { content: "\f040"; } + +.icon-map-marker:before { content: "\f041"; } + +.icon-adjust:before { content: "\f042"; } + +.icon-tint:before { content: "\f043"; } + +.icon-edit:before, #content .process-icon-edit:before, .icon-pencil-square-o:before, .icon-edit:before, #content .process-icon-edit:before { content: "\f044"; } + +.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before { content: "\f045"; } + +.icon-check-square-o:before { content: "\f046"; } + +.icon-arrows:before, .icon-move:before, .bootstrap .table td.dragHandle .dragGroup:before { content: "\f047"; } + +.icon-step-backward:before { content: "\f048"; } + +.icon-fast-backward:before { content: "\f049"; } + +.icon-backward:before { content: "\f04a"; } + +.icon-play:before { content: "\f04b"; } + +.icon-pause:before { content: "\f04c"; } + +.icon-stop:before { content: "\f04d"; } + +.icon-forward:before { content: "\f04e"; } + +.icon-fast-forward:before { content: "\f050"; } + +.icon-step-forward:before { content: "\f051"; } + +.icon-eject:before { content: "\f052"; } + +.icon-chevron-left:before { content: "\f053"; } + +.icon-chevron-right:before { content: "\f054"; } + +.icon-plus-circle:before, .icon-plus-sign:before, #content .process-icon-newCombination.toolbar-new:before, #content .process-icon-plus:before { content: "\f055"; } + +.icon-minus-circle:before, .icon-minus-sign:before, #content .process-icon-newCombination.toolbar-cancel:before, #content .process-icon-minus:before { content: "\f056"; } + +.icon-times-circle:before, .icon-remove-sign:before { content: "\f057"; } + +.icon-check-circle:before, .icon-ok-sign:before, .bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { content: "\f058"; } + +.icon-question-circle:before, .icon-question-sign:before, #content .process-icon-help:before, #content .process-icon-help-new:before, .bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { content: "\f059"; } + +.icon-info-circle:before, .icon-info-sign:before { content: "\f05a"; } + +.icon-crosshairs:before, .icon-screenshot:before { content: "\f05b"; } + +.icon-times-circle-o:before, .icon-remove-circle:before { content: "\f05c"; } + +.icon-check-circle-o:before, .icon-ok-circle:before { content: "\f05d"; } + +.icon-ban:before { content: "\f05e"; } + +.icon-arrow-left:before { content: "\f060"; } + +.icon-arrow-right:before { content: "\f061"; } + +.icon-arrow-up:before { content: "\f062"; } + +.icon-arrow-down:before { content: "\f063"; } + +.icon-mail-forward:before, .icon-share:before, .icon-share-alt:before { content: "\f064"; } + +.icon-expand:before, .icon-resize-full:before { content: "\f065"; } + +.icon-compress:before, .icon-resize-small:before { content: "\f066"; } + +.icon-plus:before, #content .process-icon-new-module:before { content: "\f067"; } + +.icon-minus:before { content: "\f068"; } + +.icon-asterisk:before { content: "\f069"; } + +.icon-exclamation-circle:before, .icon-exclamation-sign:before, .bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { content: "\f06a"; } + +.icon-gift:before { content: "\f06b"; } + +.icon-leaf:before { content: "\f06c"; } + +.icon-fire:before { content: "\f06d"; } + +.icon-eye:before, .icon-eye-open:before, #content .process-icon-preview:before, #content .process-icon-previewURL:before { content: "\f06e"; } + +.icon-eye-slash:before, .icon-eye-close:before { content: "\f070"; } + +.icon-warning:before, .icon-exclamation-triangle:before, .icon-warning-sign:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { content: "\f071"; } + +.icon-plane:before { content: "\f072"; } + +.icon-calendar:before { content: "\f073"; } + +.icon-random:before { content: "\f074"; } + +.icon-comment:before, .bootstrap .alert.alert-message:before, .bootstrap #carrier_wizard .alert-message.wizard_error:before { content: "\f075"; } + +.icon-magnet:before { content: "\f076"; } + +.icon-chevron-up:before { content: "\f077"; } + +.icon-chevron-down:before { content: "\f078"; } + +.icon-retweet:before { content: "\f079"; } + +.icon-shopping-cart:before { content: "\f07a"; } + +.icon-folder:before, .icon-folder-close:before { content: "\f07b"; } + +.icon-folder-open:before { content: "\f07c"; } + +.icon-arrows-v:before, .icon-resize-vertical:before { content: "\f07d"; } + +.icon-arrows-h:before, .icon-resize-horizontal:before { content: "\f07e"; } + +.icon-bar-chart-o:before, .icon-bar-chart:before, .icon-AdminParentStats:before, #content .process-icon-stats:before { content: "\f080"; } + +.icon-twitter-square:before, .icon-twitter-sign:before { content: "\f081"; } + +.icon-facebook-square:before, .icon-facebook-sign:before { content: "\f082"; } + +.icon-camera-retro:before { content: "\f083"; } + +.icon-key:before { content: "\f084"; } + +.icon-gears:before, .icon-cogs:before, .icon-AdminTools:before, #content .process-icon-cogs:before { content: "\f085"; } + +.icon-comments:before { content: "\f086"; } + +.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before { content: "\f087"; } + +.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before { content: "\f088"; } + +.icon-star-half:before { content: "\f089"; } + +.icon-heart-o:before, .icon-heart-empty:before { content: "\f08a"; } + +.icon-sign-out:before, .icon-signout:before { content: "\f08b"; } + +.icon-linkedin-square:before, .icon-linkedin-sign:before { content: "\f08c"; } + +.icon-thumb-tack:before, .icon-pushpin:before { content: "\f08d"; } + +.icon-external-link:before { content: "\f08e"; } + +.icon-sign-in:before, .icon-signin:before { content: "\f090"; } + +.icon-trophy:before { content: "\f091"; } + +.icon-github-square:before, .icon-github-sign:before { content: "\f092"; } + +.icon-upload:before, .icon-upload-alt:before { content: "\f093"; } + +.icon-lemon-o:before, .icon-lemon:before { content: "\f094"; } + +.icon-phone:before { content: "\f095"; } + +.icon-square-o:before, .icon-check-empty:before { content: "\f096"; } + +.icon-bookmark-o:before, .icon-bookmark-empty:before { content: "\f097"; } + +.icon-phone-square:before, .icon-phone-sign:before { content: "\f098"; } + +.icon-twitter:before { content: "\f099"; } + +.icon-facebook:before { content: "\f09a"; } + +.icon-github:before { content: "\f09b"; } + +.icon-unlock:before { content: "\f09c"; } + +.icon-credit-card:before, .icon-AdminParentOrders:before { content: "\f09d"; } + +.icon-rss:before { content: "\f09e"; } + +.icon-hdd-o:before, .icon-hdd:before { content: "\f0a0"; } + +.icon-bullhorn:before { content: "\f0a1"; } + +.icon-bell:before, .icon-bell-alt:before { content: "\f0f3"; } + +.icon-certificate:before { content: "\f0a3"; } + +.icon-hand-o-right:before, .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-left:before, .icon-hand-left:before { content: "\f0a5"; } + +.icon-hand-o-up:before, .icon-hand-up:before { content: "\f0a6"; } + +.icon-hand-o-down:before, .icon-hand-down:before { content: "\f0a7"; } + +.icon-arrow-circle-left:before, .icon-circle-arrow-left:before, #content .process-icon-back:before { content: "\f0a8"; } + +.icon-arrow-circle-right:before, .icon-circle-arrow-right:before, #content .process-icon-next:before { content: "\f0a9"; } + +.icon-arrow-circle-up:before, .icon-circle-arrow-up:before { content: "\f0aa"; } + +.icon-arrow-circle-down:before, .icon-circle-arrow-down:before { content: "\f0ab"; } + +.icon-globe:before, .icon-AdminParentLocalization:before { content: "\f0ac"; } + +.icon-wrench:before, .icon-AdminParentPreferences:before { content: "\f0ad"; } + +.icon-tasks:before { content: "\f0ae"; } + +.icon-filter:before { content: "\f0b0"; } + +.icon-briefcase:before { content: "\f0b1"; } + +.icon-arrows-alt:before, .icon-fullscreen:before { content: "\f0b2"; } + +.icon-group:before, .icon-AdminParentCustomer:before, .icon-users:before, .icon-group:before, .icon-AdminParentCustomer:before { content: "\f0c0"; } + +.icon-chain:before, .icon-link:before, .icon-AdminShopUrl:before { content: "\f0c1"; } + +.icon-cloud:before { content: "\f0c2"; } + +.icon-flask:before, .icon-beaker:before { content: "\f0c3"; } + +.icon-cut:before, .icon-scissors:before, .icon-cut:before { content: "\f0c4"; } + +.icon-copy:before, #content .process-icon-duplicate:before, .icon-files-o:before, .icon-copy:before, #content .process-icon-duplicate:before { content: "\f0c5"; } + +.icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6"; } + +.icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before, .icon-floppy-o:before, .icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before { content: "\f0c7"; } + +.icon-square:before, .icon-sign-blank:before { content: "\f0c8"; } + +.icon-bars:before, .icon-reorder:before { content: "\f0c9"; } + +.icon-list-ul:before { content: "\f0ca"; } + +.icon-list-ol:before { content: "\f0cb"; } + +.icon-strikethrough:before { content: "\f0cc"; } + +.icon-underline:before { content: "\f0cd"; } + +.icon-table:before { content: "\f0ce"; } + +.icon-magic:before, .icon-AdminAttributeGenerator:before { content: "\f0d0"; } + +.icon-truck:before, .icon-AdminParentShipping:before { content: "\f0d1"; } + +.icon-pinterest:before { content: "\f0d2"; } + +.icon-pinterest-square:before, .icon-pinterest-sign:before { content: "\f0d3"; } + +.icon-google-plus-square:before, .icon-google-plus-sign:before { content: "\f0d4"; } + +.icon-google-plus:before { content: "\f0d5"; } + +.icon-money:before { content: "\f0d6"; } + +.icon-caret-down:before, #content .process-icon-dropdown:before, .chosen-container-single .chosen-single div b:before { content: "\f0d7"; } + +.icon-caret-up:before { content: "\f0d8"; } + +.icon-caret-left:before { content: "\f0d9"; } + +.icon-caret-right:before { content: "\f0da"; } + +.icon-columns:before { content: "\f0db"; } + +.icon-unsorted:before, .icon-sort:before { content: "\f0dc"; } + +.icon-sort-down:before, .icon-sort-asc:before, .icon-sort-down:before { content: "\f0dd"; } + +.icon-sort-up:before, .icon-sort-desc:before, .icon-sort-up:before { content: "\f0de"; } + +.icon-envelope:before { content: "\f0e0"; } + +.icon-linkedin:before { content: "\f0e1"; } + +.icon-rotate-left:before, #content .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; } + +.icon-legal:before, .icon-gavel:before, .icon-legal:before { content: "\f0e3"; } + +.icon-dashboard:before, .icon-AdminDashboard:before, .icon-tachometer:before, .icon-dashboard:before, .icon-AdminDashboard:before { content: "\f0e4"; } + +.icon-comment-o:before, .icon-comment-alt:before { content: "\f0e5"; } + +.icon-comments-o:before, .icon-comments-alt:before { content: "\f0e6"; } + +.icon-flash:before, .icon-AdminFlash:before, .icon-bolt:before { content: "\f0e7"; } + +.icon-sitemap:before, .icon-AdminShop:before { content: "\f0e8"; } + +.icon-umbrella:before { content: "\f0e9"; } + +.icon-paste:before, .icon-clipboard:before, .icon-paste:before { content: "\f0ea"; } + +.icon-lightbulb-o:before, .icon-lightbulb:before { content: "\f0eb"; } + +.icon-exchange:before, #content .process-icon-partial_refund:before { content: "\f0ec"; } + +.icon-cloud-download:before, #content .process-icon-download:before { content: "\f0ed"; } + +.icon-cloud-upload:before, #content .process-icon-import:before, #content .process-icon-upload:before { content: "\f0ee"; } + +.icon-user-md:before { content: "\f0f0"; } + +.icon-stethoscope:before { content: "\f0f1"; } + +.icon-suitcase:before { content: "\f0f2"; } + +.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before { content: "\f0a2"; } + +.icon-coffee:before { content: "\f0f4"; } + +.icon-cutlery:before, .icon-food:before { content: "\f0f5"; } + +.icon-file-text-o:before, .icon-file-text-alt:before { content: "\f0f6"; } + +.icon-building-o:before, .icon-building:before { content: "\f0f7"; } + +.icon-hospital-o:before, .icon-hospital:before { content: "\f0f8"; } + +.icon-ambulance:before { content: "\f0f9"; } + +.icon-medkit:before { content: "\f0fa"; } + +.icon-fighter-jet:before { content: "\f0fb"; } + +.icon-beer:before { content: "\f0fc"; } + +.icon-h-square:before, .icon-h-sign:before { content: "\f0fd"; } + +.icon-plus-square:before, .icon-plus-sign-alt:before, #content .process-icon-newAttributes:before, #content .process-icon-new:before, #content .process-icon-new-url:before { content: "\f0fe"; } + +.icon-angle-double-left:before, .icon-double-angle-left:before { content: "\f100"; } + +.icon-angle-double-right:before, .icon-double-angle-right:before { content: "\f101"; } + +.icon-angle-double-up:before, .icon-double-angle-up:before { content: "\f102"; } + +.icon-angle-double-down:before, .icon-double-angle-down:before { content: "\f103"; } + +.icon-angle-left:before { content: "\f104"; } + +.icon-angle-right:before { content: "\f105"; } + +.icon-angle-up:before { content: "\f106"; } + +.icon-angle-down:before { content: "\f107"; } + +.icon-desktop:before { content: "\f108"; } + +.icon-laptop:before { content: "\f109"; } + +.icon-tablet:before { content: "\f10a"; } + +.icon-mobile-phone:before, .icon-mobile:before, .icon-mobile-phone:before { content: "\f10b"; } + +.icon-circle-o:before, .icon-circle-blank:before { content: "\f10c"; } + +.icon-quote-left:before { content: "\f10d"; } + +.icon-quote-right:before { content: "\f10e"; } + +.icon-spinner:before { content: "\f110"; } + +.icon-circle:before { content: "\f111"; } + +.icon-mail-reply:before, #content .process-icon-mail-reply:before, .icon-reply:before { content: "\f112"; } + +.icon-github-alt:before { content: "\f113"; } + +.icon-folder-o:before, .icon-folder-close-alt:before { content: "\f114"; } + +.icon-folder-open-o:before, .icon-folder-open-alt:before { content: "\f115"; } + +.icon-smile-o:before, .icon-smile:before { content: "\f118"; } + +.icon-frown-o:before, .icon-frown:before { content: "\f119"; } + +.icon-meh-o:before, .icon-meh:before { content: "\f11a"; } + +.icon-gamepad:before { content: "\f11b"; } + +.icon-keyboard-o:before, .icon-keyboard:before { content: "\f11c"; } + +.icon-flag-o:before, .icon-flag-alt:before { content: "\f11d"; } + +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } + +.icon-code:before { content: "\f121"; } + +.icon-reply-all:before { content: "\f122"; } + +.icon-mail-reply-all:before { content: "\f122"; } + +.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before, .icon-star-half-empty:before { content: "\f123"; } + +.icon-location-arrow:before { content: "\f124"; } + +.icon-crop:before { content: "\f125"; } + +.icon-code-fork:before { content: "\f126"; } + +.icon-unlink:before, .icon-chain-broken:before, .icon-unlink:before { content: "\f127"; } + +.icon-question:before { content: "\f128"; } + +.icon-info:before { content: "\f129"; } + +.icon-exclamation:before { content: "\f12a"; } + +.icon-superscript:before { content: "\f12b"; } + +.icon-subscript:before { content: "\f12c"; } + +.icon-eraser:before { content: "\f12d"; } + +.icon-puzzle-piece:before, .icon-AdminParentModules:before, #content .process-icon-modules-list:before, .bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } + +.icon-microphone-slash:before, .icon-microphone-off:before { content: "\f131"; } + +.icon-shield:before { content: "\f132"; } + +.icon-calendar-o:before, .icon-calendar-empty:before { content: "\f133"; } + +.icon-fire-extinguisher:before { content: "\f134"; } + +.icon-rocket:before { content: "\f135"; } + +.icon-maxcdn:before { content: "\f136"; } + +.icon-chevron-circle-left:before, .icon-chevron-sign-left:before { content: "\f137"; } + +.icon-chevron-circle-right:before, .icon-chevron-sign-right:before { content: "\f138"; } + +.icon-chevron-circle-up:before, .icon-chevron-sign-up:before { content: "\f139"; } + +.icon-chevron-circle-down:before, .icon-chevron-sign-down:before { content: "\f13a"; } + +.icon-html5:before { content: "\f13b"; } + +.icon-css3:before { content: "\f13c"; } + +.icon-anchor:before, #content .process-icon-anchor:before { content: "\f13d"; } + +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } + +.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before { content: "\f141"; } + +.icon-ellipsis-v:before, .icon-ellipsis-vertical:before { content: "\f142"; } + +.icon-rss-square:before, .icon-rss-sign:before { content: "\f143"; } + +.icon-play-circle:before, .icon-play-sign:before { content: "\f144"; } + +.icon-ticket:before { content: "\f145"; } + +.icon-minus-square:before, .icon-minus-sign-alt:before { content: "\f146"; } + +.icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before { content: "\f147"; } + +.icon-level-up:before { content: "\f148"; } + +.icon-level-down:before { content: "\f149"; } + +.icon-check-square:before, .icon-check-sign:before { content: "\f14a"; } + +.icon-pencil-square:before, .icon-edit-sign:before { content: "\f14b"; } + +.icon-external-link-square:before, .icon-external-link-sign:before { content: "\f14c"; } + +.icon-share-square:before, .icon-share-sign:before, #content .process-icon-export:before { content: "\f14d"; } + +.icon-compass:before { content: "\f14e"; } + +.icon-toggle-down:before, .icon-caret-square-o-down:before, .icon-collapse:before { content: "\f150"; } + +.icon-toggle-up:before, .icon-caret-square-o-up:before, .icon-collapse-top:before { content: "\f151"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before, .icon-expand:before, .icon-resize-full:before { content: "\f152"; } + +.icon-euro:before, .icon-eur:before { content: "\f153"; } + +.icon-gbp:before { content: "\f154"; } + +.icon-dollar:before, .icon-usd:before { content: "\f155"; } + +.icon-rupee:before, .icon-inr:before { content: "\f156"; } + +.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: "\f157"; } + +.icon-ruble:before, .icon-rouble:before, .icon-rub:before, .icon-cny:before { content: "\f158"; } + +.icon-won:before, .icon-krw:before { content: "\f159"; } + +.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } + +.icon-file:before { content: "\f15b"; } + +.icon-file-text:before { content: "\f15c"; } + +.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before { content: "\f15d"; } + +.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before { content: "\f15e"; } + +.icon-sort-amount-asc:before, .icon-sort-by-attributes:before { content: "\f160"; } + +.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before { content: "\f161"; } + +.icon-sort-numeric-asc:before, .icon-sort-by-order:before { content: "\f162"; } + +.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before { content: "\f163"; } + +.icon-thumbs-up:before { content: "\f164"; } + +.icon-thumbs-down:before { content: "\f165"; } + +.icon-youtube-square:before, .icon-youtube-sign:before { content: "\f166"; } + +.icon-youtube:before { content: "\f167"; } + +.icon-xing:before { content: "\f168"; } + +.icon-xing-square:before, .icon-xing-sign:before { content: "\f169"; } + +.icon-youtube-play:before { content: "\f16a"; } + +.icon-dropbox:before { content: "\f16b"; } + +.icon-stack-overflow:before, .icon-stackexchange:before { content: "\f16c"; } + +.icon-instagram:before { content: "\f16d"; } + +.icon-flickr:before { content: "\f16e"; } + +.icon-adn:before { content: "\f170"; } + +.icon-bitbucket:before { content: "\f171"; } + +.icon-bitbucket-square:before, .icon-bitbucket-sign:before { content: "\f172"; } + +.icon-tumblr:before { content: "\f173"; } + +.icon-tumblr-square:before, .icon-tumblr-sign:before { content: "\f174"; } + +.icon-long-arrow-down:before { content: "\f175"; } + +.icon-long-arrow-up:before { content: "\f176"; } + +.icon-long-arrow-left:before { content: "\f177"; } + +.icon-long-arrow-right:before { content: "\f178"; } + +.icon-apple:before { content: "\f179"; } + +.icon-windows:before { content: "\f17a"; } + +.icon-android:before { content: "\f17b"; } + +.icon-linux:before { content: "\f17c"; } + +.icon-dribbble:before { content: "\f17d"; } + +.icon-skype:before { content: "\f17e"; } + +.icon-foursquare:before { content: "\f180"; } + +.icon-trello:before { content: "\f181"; } + +.icon-female:before { content: "\f182"; } + +.icon-male:before { content: "\f183"; } + +.icon-gittip:before { content: "\f184"; } + +.icon-sun-o:before, .icon-sun:before { content: "\f185"; } + +.icon-moon-o:before, .icon-moon:before { content: "\f186"; } + +.icon-archive:before, .icon-AdminStock:before { content: "\f187"; } + +.icon-bug:before { content: "\f188"; } + +.icon-vk:before { content: "\f189"; } + +.icon-weibo:before { content: "\f18a"; } + +.icon-renren:before { content: "\f18b"; } + +.icon-pagelines:before { content: "\f18c"; } + +.icon-stack-exchange:before { content: "\f18d"; } + +.icon-arrow-circle-o-right:before { content: "\f18e"; } + +.icon-arrow-circle-o-left:before { content: "\f190"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f191"; } + +.icon-dot-circle-o:before { content: "\f192"; } + +.icon-wheelchair:before { content: "\f193"; } + +.icon-vimeo-square:before { content: "\f194"; } + +.icon-turkish-lira:before, .icon-try:before { content: "\f195"; } + +.icon-plus-square-o:before, .icon-expand-alt:before { content: "\f196"; } + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ +html { direction:rtl; font-family: Tahoma, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } + +body { margin: 0; } + +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } + +audio:not([controls]) { display: none; height: 0; } + +[hidden], template { display: none; } + +a { background: transparent; } + +a:active, a:hover { outline: 0; } + +abbr[title] { border-bottom: 1px dotted; } + +b, strong { font-weight: bold; } + +dfn { font-style: italic; } + +h1 { font-size: 2em; margin: 0.67em 0; } + +mark { background: #ff0; color: #000; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +img { border: 0; } + +svg:not(:root) { overflow: hidden; } + +figure { margin: 1em 40px; } + +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +pre { overflow: auto; } + +code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } + +button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } + +button { overflow: visible; } + +button, select { text-transform: none; } + +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } + +button[disabled], html input[disabled] { cursor: default; } + +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +input { line-height: normal; } + +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + +input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } + +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +legend { border: 0; padding: 0; } + +textarea { overflow: auto; } + +optgroup { font-weight: bold; } + +table { border-collapse: collapse; border-spacing: 0; } + +td, th { padding: 0; } + +.bootstrap { @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } + to { background-position: 0 0; } } +@keyframes progress-bar-stripes { from { background-position: 40px 0; } + to { background-position: 0 0; } } +@-ms-viewport { width: device-width; } + } +.bootstrap * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap *:before, .bootstrap *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +.bootstrap body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.42857; color: #555555; background-color: #fcfdfe; } +.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea { font-family: inherit; font-size: inherit; line-height: inherit; } +.bootstrap a { color: #00c8ab; text-decoration: none; } +.bootstrap a:hover, .bootstrap a:focus { color: #007c6a; text-decoration: underline; } +.bootstrap a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap figure { margin: 0; } +.bootstrap img { vertical-align: middle; } +.bootstrap .img-responsive { display: block; max-width: 100%; height: auto; } +.bootstrap .img-rounded { border-radius: 6px; } +.bootstrap .img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #fcfdfe; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } +.bootstrap .img-circle { border-radius: 50%; } +.bootstrap hr { margin-top: 17px; margin-bottom: 17px; border: 0; border-top: 1px solid #eeeeee; } +.bootstrap .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } +.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, .bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.1; color: inherit; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap h4 small, .bootstrap h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap .h3 small, .bootstrap .h3 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-weight: normal; line-height: 1; color: #999999; } +.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 { margin-top: 17px; margin-bottom: 8.5px; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small { font-size: 65%; } +.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 { margin-top: 8.5px; margin-bottom: 8.5px; } +.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-size: 75%; } +.bootstrap h1, .bootstrap .h1 { font-size: 31px; } +.bootstrap h2, .bootstrap .h2 { font-size: 25px; } +.bootstrap h3, .bootstrap .h3 { font-size: 21px; } +.bootstrap h4, .bootstrap .h4 { font-size: 15px; } +.bootstrap h5, .bootstrap .h5 { font-size: 12px; } +.bootstrap h6, .bootstrap .h6 { font-size: 11px; } +.bootstrap p { margin: 0 0 8.5px; } +.bootstrap .lead { margin-bottom: 17px; font-size: 13px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { .bootstrap .lead { font-size: 18px; } } +.bootstrap small, .bootstrap .small { font-size: 85%; } +.bootstrap cite { font-style: normal; } +.bootstrap .text-left { text-align: left; } +.bootstrap .text-right { text-align: right; } +.bootstrap .text-center { text-align: center; } +.bootstrap .text-justify { text-align: justify; } +.bootstrap .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_title, .bootstrap .hook_panel_header .hook_description { color: #999999; } +.bootstrap .text-primary { color: #00c8ab; } +.bootstrap a.text-primary:hover { color: #00957f; } +.bootstrap .text-success { color: #3c763d; } +.bootstrap a.text-success:hover { color: #2b542c; } +.bootstrap .text-info { color: #31708f; } +.bootstrap a.text-info:hover { color: #245269; } +.bootstrap .text-warning { color: #8a6d3b; } +.bootstrap a.text-warning:hover { color: #66512c; } +.bootstrap .text-danger { color: #a94442; } +.bootstrap a.text-danger:hover { color: #843534; } +.bootstrap .bg-primary { color: #fff; } +.bootstrap .bg-primary { background-color: #00c8ab; } +.bootstrap a.bg-primary:hover { background-color: #00957f; } +.bootstrap .bg-success { background-color: #dff0d8; } +.bootstrap a.bg-success:hover { background-color: #c1e2b3; } +.bootstrap .bg-info { background-color: #d9edf7; } +.bootstrap a.bg-info:hover { background-color: #afd9ee; } +.bootstrap .bg-warning { background-color: #fcf8e3; } +.bootstrap a.bg-warning:hover { background-color: #f7ecb5; } +.bootstrap .bg-danger { background-color: #f2dede; } +.bootstrap a.bg-danger:hover { background-color: #e4b9b9; } +.bootstrap .page-header { padding-bottom: 7.5px; margin: 34px 0 17px; border-bottom: 1px solid #eeeeee; } +.bootstrap ul, .bootstrap ol { margin-top: 0; margin-bottom: 8.5px; } +.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol { margin-bottom: 0; } +.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical { padding-left: 0; list-style: none; } +.bootstrap .list-inline { margin-left: -5px; } +.bootstrap .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } +.bootstrap dl { margin-top: 0; margin-bottom: 17px; } +.bootstrap dt, .bootstrap dd { line-height: 1.42857; } +.bootstrap dt { font-weight: bold; } +.bootstrap dd { margin-left: 0; } +@media (min-width: 768px) { .bootstrap .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .bootstrap .dl-horizontal dd { margin-left: 180px; } + .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after { content: " "; display: table; } + .bootstrap .dl-horizontal dd:after { clear: both; } } +.bootstrap abbr[title], .bootstrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +.bootstrap .initialism { font-size: 90%; text-transform: uppercase; } +.bootstrap blockquote { padding: 8.5px 17px; margin: 0 0 17px; font-size: 15px; border-left: 5px solid #eeeeee; } +.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child { margin-bottom: 0; } +.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; } +.bootstrap blockquote footer:before, .bootstrap blockquote small:before, .bootstrap blockquote .small:before { content: '\2014 \00A0'; } +.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } +.bootstrap .blockquote-reverse footer:before, .bootstrap .blockquote-reverse small:before, .bootstrap .blockquote-reverse .small:before, .bootstrap blockquote.pull-right footer:before, .bootstrap blockquote.pull-right small:before, .bootstrap blockquote.pull-right .small:before { content: ''; } +.bootstrap .blockquote-reverse footer:after, .bootstrap .blockquote-reverse small:after, .bootstrap .blockquote-reverse .small:after, .bootstrap blockquote.pull-right footer:after, .bootstrap blockquote.pull-right small:after, .bootstrap blockquote.pull-right .small:after { content: '\00A0 \2014'; } +.bootstrap blockquote:before, .bootstrap blockquote:after { content: ""; } +.bootstrap address { margin-bottom: 17px; font-style: normal; line-height: 1.42857; } +.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } +.bootstrap code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; } +.bootstrap kbd { padding: 2px 4px; font-size: 90%; color: white; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } +.bootstrap pre { display: block; padding: 8px; margin: 0 0 8.5px; font-size: 11px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } +.bootstrap .pre-scrollable { max-height: 340px; overflow-y: scroll; } +.bootstrap .container { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; } +.bootstrap .container:before, .bootstrap .container:after { content: " "; display: table; } +.bootstrap .container:after { clear: both; } +@media (min-width: 768px) { .bootstrap .container { width: 728px; } } +@media (min-width: 992px) { .bootstrap .container { width: 940px; } } +@media (min-width: 1200px) { .bootstrap .container { width: 1170px; } } +.bootstrap .container-fluid { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; } +.bootstrap .container-fluid:before, .bootstrap .container-fluid:after { content: " "; display: table; } +.bootstrap .container-fluid:after { clear: both; } +.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical { margin-left: -5px; margin-right: -5px; } +.bootstrap .row:before, .bootstrap .multishop-well:before, .bootstrap #dashboard .data_list_vertical:before, .bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { content: " "; display: table; } +.bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { clear: both; } +.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; } +.bootstrap .col-xs-1, .bootstrap .col-xs-2, .bootstrap .col-xs-3, .bootstrap .col-xs-4, .bootstrap .col-xs-5, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-7, .bootstrap .col-xs-8, .bootstrap .col-xs-9, .bootstrap .col-xs-10, .bootstrap .col-xs-11, .bootstrap .col-xs-12 { float: left; } +.bootstrap .col-xs-1 { width: 8.33333%; } +.bootstrap .col-xs-2 { width: 16.66667%; } +.bootstrap .col-xs-3 { width: 25%; } +.bootstrap .col-xs-4 { width: 33.33333%; } +.bootstrap .col-xs-5 { width: 41.66667%; } +.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li { width: 50%; } +.bootstrap .col-xs-7 { width: 58.33333%; } +.bootstrap .col-xs-8 { width: 66.66667%; } +.bootstrap .col-xs-9 { width: 75%; } +.bootstrap .col-xs-10 { width: 83.33333%; } +.bootstrap .col-xs-11 { width: 91.66667%; } +.bootstrap .col-xs-12 { width: 100%; } +.bootstrap .col-xs-pull-0 { right: 0%; } +.bootstrap .col-xs-pull-1 { right: 8.33333%; } +.bootstrap .col-xs-pull-2 { right: 16.66667%; } +.bootstrap .col-xs-pull-3 { right: 25%; } +.bootstrap .col-xs-pull-4 { right: 33.33333%; } +.bootstrap .col-xs-pull-5 { right: 41.66667%; } +.bootstrap .col-xs-pull-6 { right: 50%; } +.bootstrap .col-xs-pull-7 { right: 58.33333%; } +.bootstrap .col-xs-pull-8 { right: 66.66667%; } +.bootstrap .col-xs-pull-9 { right: 75%; } +.bootstrap .col-xs-pull-10 { right: 83.33333%; } +.bootstrap .col-xs-pull-11 { right: 91.66667%; } +.bootstrap .col-xs-pull-12 { right: 100%; } +.bootstrap .col-xs-push-0 { left: 0%; } +.bootstrap .col-xs-push-1 { left: 8.33333%; } +.bootstrap .col-xs-push-2 { left: 16.66667%; } +.bootstrap .col-xs-push-3 { left: 25%; } +.bootstrap .col-xs-push-4 { left: 33.33333%; } +.bootstrap .col-xs-push-5 { left: 41.66667%; } +.bootstrap .col-xs-push-6 { left: 50%; } +.bootstrap .col-xs-push-7 { left: 58.33333%; } +.bootstrap .col-xs-push-8 { left: 66.66667%; } +.bootstrap .col-xs-push-9 { left: 75%; } +.bootstrap .col-xs-push-10 { left: 83.33333%; } +.bootstrap .col-xs-push-11 { left: 91.66667%; } +.bootstrap .col-xs-push-12 { left: 100%; } +.bootstrap .col-xs-offset-0 { margin-left: 0%; } +.bootstrap .col-xs-offset-1 { margin-left: 8.33333%; } +.bootstrap .col-xs-offset-2 { margin-left: 16.66667%; } +.bootstrap .col-xs-offset-3 { margin-left: 25%; } +.bootstrap .col-xs-offset-4 { margin-left: 33.33333%; } +.bootstrap .col-xs-offset-5 { margin-left: 41.66667%; } +.bootstrap .col-xs-offset-6 { margin-left: 50%; } +.bootstrap .col-xs-offset-7 { margin-left: 58.33333%; } +.bootstrap .col-xs-offset-8 { margin-left: 66.66667%; } +.bootstrap .col-xs-offset-9 { margin-left: 75%; } +.bootstrap .col-xs-offset-10 { margin-left: 83.33333%; } +.bootstrap .col-xs-offset-11 { margin-left: 91.66667%; } +.bootstrap .col-xs-offset-12 { margin-left: 100%; } +@media (min-width: 768px) { .bootstrap .col-sm-1, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12 { float: left; } + .bootstrap .col-sm-1 { width: 8.33333%; } + .bootstrap .col-sm-2 { width: 16.66667%; } + .bootstrap .col-sm-3 { width: 25%; } + .bootstrap .col-sm-4 { width: 33.33333%; } + .bootstrap .col-sm-5 { width: 41.66667%; } + .bootstrap .col-sm-6 { width: 50%; } + .bootstrap .col-sm-7 { width: 58.33333%; } + .bootstrap .col-sm-8 { width: 66.66667%; } + .bootstrap .col-sm-9 { width: 75%; } + .bootstrap .col-sm-10 { width: 83.33333%; } + .bootstrap .col-sm-11 { width: 91.66667%; } + .bootstrap .col-sm-12 { width: 100%; } + .bootstrap .col-sm-pull-0 { right: 0%; } + .bootstrap .col-sm-pull-1 { right: 8.33333%; } + .bootstrap .col-sm-pull-2 { right: 16.66667%; } + .bootstrap .col-sm-pull-3 { right: 25%; } + .bootstrap .col-sm-pull-4 { right: 33.33333%; } + .bootstrap .col-sm-pull-5 { right: 41.66667%; } + .bootstrap .col-sm-pull-6 { right: 50%; } + .bootstrap .col-sm-pull-7 { right: 58.33333%; } + .bootstrap .col-sm-pull-8 { right: 66.66667%; } + .bootstrap .col-sm-pull-9 { right: 75%; } + .bootstrap .col-sm-pull-10 { right: 83.33333%; } + .bootstrap .col-sm-pull-11 { right: 91.66667%; } + .bootstrap .col-sm-pull-12 { right: 100%; } + .bootstrap .col-sm-push-0 { left: 0%; } + .bootstrap .col-sm-push-1 { left: 8.33333%; } + .bootstrap .col-sm-push-2 { left: 16.66667%; } + .bootstrap .col-sm-push-3 { left: 25%; } + .bootstrap .col-sm-push-4 { left: 33.33333%; } + .bootstrap .col-sm-push-5 { left: 41.66667%; } + .bootstrap .col-sm-push-6 { left: 50%; } + .bootstrap .col-sm-push-7 { left: 58.33333%; } + .bootstrap .col-sm-push-8 { left: 66.66667%; } + .bootstrap .col-sm-push-9 { left: 75%; } + .bootstrap .col-sm-push-10 { left: 83.33333%; } + .bootstrap .col-sm-push-11 { left: 91.66667%; } + .bootstrap .col-sm-push-12 { left: 100%; } + .bootstrap .col-sm-offset-0 { margin-left: 0%; } + .bootstrap .col-sm-offset-1 { margin-left: 8.33333%; } + .bootstrap .col-sm-offset-2 { margin-left: 16.66667%; } + .bootstrap .col-sm-offset-3 { margin-left: 25%; } + .bootstrap .col-sm-offset-4 { margin-left: 33.33333%; } + .bootstrap .col-sm-offset-5 { margin-left: 41.66667%; } + .bootstrap .col-sm-offset-6 { margin-left: 50%; } + .bootstrap .col-sm-offset-7 { margin-left: 58.33333%; } + .bootstrap .col-sm-offset-8 { margin-left: 66.66667%; } + .bootstrap .col-sm-offset-9 { margin-left: 75%; } + .bootstrap .col-sm-offset-10 { margin-left: 83.33333%; } + .bootstrap .col-sm-offset-11 { margin-left: 91.66667%; } + .bootstrap .col-sm-offset-12 { margin-left: 100%; } } +@media (min-width: 992px) { .bootstrap .col-md-1, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12 { float: left; } + .bootstrap .col-md-1 { width: 8.33333%; } + .bootstrap .col-md-2 { width: 16.66667%; } + .bootstrap .col-md-3 { width: 25%; } + .bootstrap .col-md-4 { width: 33.33333%; } + .bootstrap .col-md-5 { width: 41.66667%; } + .bootstrap .col-md-6 { width: 50%; } + .bootstrap .col-md-7 { width: 58.33333%; } + .bootstrap .col-md-8 { width: 66.66667%; } + .bootstrap .col-md-9 { width: 75%; } + .bootstrap .col-md-10 { width: 83.33333%; } + .bootstrap .col-md-11 { width: 91.66667%; } + .bootstrap .col-md-12 { width: 100%; } + .bootstrap .col-md-pull-0 { right: 0%; } + .bootstrap .col-md-pull-1 { right: 8.33333%; } + .bootstrap .col-md-pull-2 { right: 16.66667%; } + .bootstrap .col-md-pull-3 { right: 25%; } + .bootstrap .col-md-pull-4 { right: 33.33333%; } + .bootstrap .col-md-pull-5 { right: 41.66667%; } + .bootstrap .col-md-pull-6 { right: 50%; } + .bootstrap .col-md-pull-7 { right: 58.33333%; } + .bootstrap .col-md-pull-8 { right: 66.66667%; } + .bootstrap .col-md-pull-9 { right: 75%; } + .bootstrap .col-md-pull-10 { right: 83.33333%; } + .bootstrap .col-md-pull-11 { right: 91.66667%; } + .bootstrap .col-md-pull-12 { right: 100%; } + .bootstrap .col-md-push-0 { left: 0%; } + .bootstrap .col-md-push-1 { left: 8.33333%; } + .bootstrap .col-md-push-2 { left: 16.66667%; } + .bootstrap .col-md-push-3 { left: 25%; } + .bootstrap .col-md-push-4 { left: 33.33333%; } + .bootstrap .col-md-push-5 { left: 41.66667%; } + .bootstrap .col-md-push-6 { left: 50%; } + .bootstrap .col-md-push-7 { left: 58.33333%; } + .bootstrap .col-md-push-8 { left: 66.66667%; } + .bootstrap .col-md-push-9 { left: 75%; } + .bootstrap .col-md-push-10 { left: 83.33333%; } + .bootstrap .col-md-push-11 { left: 91.66667%; } + .bootstrap .col-md-push-12 { left: 100%; } + .bootstrap .col-md-offset-0 { margin-left: 0%; } + .bootstrap .col-md-offset-1 { margin-left: 8.33333%; } + .bootstrap .col-md-offset-2 { margin-left: 16.66667%; } + .bootstrap .col-md-offset-3 { margin-left: 25%; } + .bootstrap .col-md-offset-4 { margin-left: 33.33333%; } + .bootstrap .col-md-offset-5 { margin-left: 41.66667%; } + .bootstrap .col-md-offset-6 { margin-left: 50%; } + .bootstrap .col-md-offset-7 { margin-left: 58.33333%; } + .bootstrap .col-md-offset-8 { margin-left: 66.66667%; } + .bootstrap .col-md-offset-9 { margin-left: 75%; } + .bootstrap .col-md-offset-10 { margin-left: 83.33333%; } + .bootstrap .col-md-offset-11 { margin-left: 91.66667%; } + .bootstrap .col-md-offset-12 { margin-left: 100%; } } +@media (min-width: 1200px) { .bootstrap .col-lg-1, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12 { float: left; } + .bootstrap .col-lg-1 { width: 8.33333%; } + .bootstrap .col-lg-2 { width: 16.66667%; } + .bootstrap .col-lg-3 { width: 25%; } + .bootstrap .col-lg-4 { width: 33.33333%; } + .bootstrap .col-lg-5 { width: 41.66667%; } + .bootstrap .col-lg-6 { width: 50%; } + .bootstrap .col-lg-7 { width: 58.33333%; } + .bootstrap .col-lg-8 { width: 66.66667%; } + .bootstrap .col-lg-9 { width: 75%; } + .bootstrap .col-lg-10 { width: 83.33333%; } + .bootstrap .col-lg-11 { width: 91.66667%; } + .bootstrap .col-lg-12 { width: 100%; } + .bootstrap .col-lg-pull-0 { right: 0%; } + .bootstrap .col-lg-pull-1 { right: 8.33333%; } + .bootstrap .col-lg-pull-2 { right: 16.66667%; } + .bootstrap .col-lg-pull-3 { right: 25%; } + .bootstrap .col-lg-pull-4 { right: 33.33333%; } + .bootstrap .col-lg-pull-5 { right: 41.66667%; } + .bootstrap .col-lg-pull-6 { right: 50%; } + .bootstrap .col-lg-pull-7 { right: 58.33333%; } + .bootstrap .col-lg-pull-8 { right: 66.66667%; } + .bootstrap .col-lg-pull-9 { right: 75%; } + .bootstrap .col-lg-pull-10 { right: 83.33333%; } + .bootstrap .col-lg-pull-11 { right: 91.66667%; } + .bootstrap .col-lg-pull-12 { right: 100%; } + .bootstrap .col-lg-push-0 { left: 0%; } + .bootstrap .col-lg-push-1 { left: 8.33333%; } + .bootstrap .col-lg-push-2 { left: 16.66667%; } + .bootstrap .col-lg-push-3 { left: 25%; } + .bootstrap .col-lg-push-4 { left: 33.33333%; } + .bootstrap .col-lg-push-5 { left: 41.66667%; } + .bootstrap .col-lg-push-6 { left: 50%; } + .bootstrap .col-lg-push-7 { left: 58.33333%; } + .bootstrap .col-lg-push-8 { left: 66.66667%; } + .bootstrap .col-lg-push-9 { left: 75%; } + .bootstrap .col-lg-push-10 { left: 83.33333%; } + .bootstrap .col-lg-push-11 { left: 91.66667%; } + .bootstrap .col-lg-push-12 { left: 100%; } + .bootstrap .col-lg-offset-0 { margin-left: 0%; } + .bootstrap .col-lg-offset-1 { margin-left: 8.33333%; } + .bootstrap .col-lg-offset-2 { margin-left: 16.66667%; } + .bootstrap .col-lg-offset-3 { margin-left: 25%; } + .bootstrap .col-lg-offset-4 { margin-left: 33.33333%; } + .bootstrap .col-lg-offset-5 { margin-left: 41.66667%; } + .bootstrap .col-lg-offset-6 { margin-left: 50%; } + .bootstrap .col-lg-offset-7 { margin-left: 58.33333%; } + .bootstrap .col-lg-offset-8 { margin-left: 66.66667%; } + .bootstrap .col-lg-offset-9 { margin-left: 75%; } + .bootstrap .col-lg-offset-10 { margin-left: 83.33333%; } + .bootstrap .col-lg-offset-11 { margin-left: 91.66667%; } + .bootstrap .col-lg-offset-12 { margin-left: 100%; } } +.bootstrap table { max-width: 100%; background-color: transparent; } +.bootstrap th { text-align: left; } +.bootstrap .table { width: 100%; margin-bottom: 17px; } +.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; } +.bootstrap .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } +.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td { border-top: 0; } +.bootstrap .table > tbody + tbody { border-top: 2px solid #dddddd; } +.bootstrap .table .table { background-color: #fcfdfe; } +.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td { padding: 5px; } +.bootstrap .table-bordered { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td, .bootstrap .table-bordered > tbody > tr > th, .bootstrap .table-bordered > tbody > tr > td, .bootstrap .table-bordered > tfoot > tr > th, .bootstrap .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td { border-bottom-width: 2px; } +.bootstrap .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th { background-color: #edf7fb; } +.bootstrap table col[class*="col-"] { position: static; float: none; display: table-column; } +.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] { position: static; float: none; display: table-cell; } +.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th { background-color: #edf7fb; } +.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr.active:hover > th { background-color: #d8eef6; } +.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th { background-color: #dff0d8; } +.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } +.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th { background-color: #d9edf7; } +.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } +.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th { background-color: #fcf8e3; } +.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } +.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th { background-color: #f2dede; } +.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +@media (max-width: 767px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } +.bootstrap legend { display: block; width: 100%; padding: 0; margin-bottom: 17px; font-size: 18px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +.bootstrap label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +.bootstrap input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } +.bootstrap input[type="file"] { display: block; } +.bootstrap input[type="range"] { display: block; width: 100%; } +.bootstrap select[multiple], .bootstrap select[size] { height: auto; } +.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap output { display: block; padding-top: 5px; font-size: 12px; line-height: 1.42857; color: #555555; } +.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select { display: block; width: 100%; height: 27px; padding: 4px 8px; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 3px; -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder { color: #999999; opacity: 1; } +.bootstrap .form-control:-ms-input-placeholder, .bootstrap input[type="text"]:-ms-input-placeholder, .bootstrap input[type="search"]:-ms-input-placeholder, .bootstrap input[type="password"]:-ms-input-placeholder, .bootstrap textarea:-ms-input-placeholder, .bootstrap select:-ms-input-placeholder { color: #999999; } +.bootstrap .form-control::-webkit-input-placeholder, .bootstrap input[type="text"]::-webkit-input-placeholder, .bootstrap input[type="search"]::-webkit-input-placeholder, .bootstrap input[type="password"]::-webkit-input-placeholder, .bootstrap textarea::-webkit-input-placeholder, .bootstrap select::-webkit-input-placeholder { color: #999999; } +.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select { cursor: not-allowed; background-color: #eeeeee; opacity: 1; } +.bootstrap textarea.form-control, .bootstrap textarea { height: auto; } +.bootstrap input[type="search"] { -webkit-appearance: none; } +.bootstrap input[type="date"] { line-height: 27px; } +.bootstrap .form-group { margin-bottom: 15px; } +.bootstrap .radio, .bootstrap .checkbox { display: block; min-height: 17px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; } +.bootstrap .radio label, .bootstrap .checkbox label { display: inline; font-weight: normal; cursor: pointer; } +.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } +.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox { margin-top: -5px; } +.bootstrap .radio-inline, .bootstrap .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } +.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } +.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline { cursor: not-allowed; } +.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn { height: 28px; padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn { height: 28px; line-height: 28px; } +.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn, .bootstrap select[multiple].input-sm, .bootstrap .input-group-sm > select[multiple], .bootstrap .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; } +.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn { height: 42px; padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn { height: 42px; line-height: 42px; } +.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn, .bootstrap select[multiple].input-lg, .bootstrap .input-group-lg > select[multiple], .bootstrap .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; } +.bootstrap .has-feedback { position: relative; } +.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select { padding-right: 33.75px; } +.bootstrap .has-feedback .form-control-feedback { position: absolute; top: 22px; right: 0; display: block; width: 27px; height: 27px; line-height: 27px; text-align: center; } +.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline { color: #3c763d; } +.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } +.bootstrap .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } +.bootstrap .has-success .form-control-feedback { color: #3c763d; } +.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline { color: #8a6d3b; } +.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } +.bootstrap .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap .has-warning .form-control-feedback { color: #8a6d3b; } +.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline { color: #a94442; } +.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } +.bootstrap .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } +.bootstrap .has-error .form-control-feedback { color: #a94442; } +.bootstrap .form-control-static { margin-bottom: 0; } +.bootstrap .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } +@media (min-width: 768px) { .bootstrap .form-inline .form-group, .bootstrap .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .form-control, .bootstrap .navbar-form .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select { display: inline-block; width: auto; vertical-align: middle; } + .bootstrap .form-inline .input-group > .form-control, .bootstrap .navbar-form .input-group > .form-control, .bootstrap .form-inline .input-group > input[type="text"], .bootstrap .navbar-form .input-group > input[type="text"], .bootstrap .form-inline .input-group > input[type="search"], .bootstrap .navbar-form .input-group > input[type="search"], .bootstrap .form-inline .input-group > input[type="password"], .bootstrap .navbar-form .input-group > input[type="password"], .bootstrap .form-inline .input-group > textarea, .bootstrap .navbar-form .input-group > textarea, .bootstrap .form-inline .input-group > select, .bootstrap .navbar-form .input-group > select { width: 100%; } + .bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } + .bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } + .bootstrap .form-inline .has-feedback .form-control-feedback, .bootstrap .navbar-form .has-feedback .form-control-feedback { top: 0; } } +.bootstrap .form-horizontal .control-label, .bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 5px; } +.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox { min-height: 22px; } +.bootstrap .form-horizontal .form-group { margin-left: -5px; margin-right: -5px; } +.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after { content: " "; display: table; } +.bootstrap .form-horizontal .form-group:after { clear: both; } +.bootstrap .form-horizontal .form-control-static { padding-top: 5px; } +@media (min-width: 768px) { .bootstrap .form-horizontal .control-label { text-align: right; } } +.bootstrap .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 5px; } +.bootstrap .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 4px 8px; font-size: 12px; line-height: 1.42857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } +.bootstrap .btn:focus, .bootstrap .btn:active:focus, .bootstrap .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap .btn:hover, .bootstrap .btn:focus { color: #555555; text-decoration: none; } +.bootstrap .btn:active, .bootstrap .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-default { color: #555555; background-color: white; border-color: #cccccc; } +.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.open .bootstrap .btn-default.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.bootstrap .btn-default:active, .bootstrap .btn-default.active { background-image: none; } +.open .bootstrap .btn-default.dropdown-toggle { background-image: none; } +.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default[disabled].active, fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active { background-color: white; border-color: #cccccc; } +.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-primary { color: #555555; background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active { color: #555555; background-color: #ebebeb; border-color: #419641; } +.open .bootstrap .btn-primary.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #419641; } +.bootstrap .btn-primary:active, .bootstrap .btn-primary.active { background-image: none; } +.open .bootstrap .btn-primary.dropdown-toggle { background-image: none; } +.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary[disabled].active, fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active { background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active { color: white; background-color: #47a447; border-color: #398439; } +.open .bootstrap .btn-success.dropdown-toggle { color: white; background-color: #47a447; border-color: #398439; } +.bootstrap .btn-success:active, .bootstrap .btn-success.active { background-image: none; } +.open .bootstrap .btn-success.dropdown-toggle { background-image: none; } +.bootstrap .btn-success.disabled, .bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success[disabled].active, fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner { color: #5cb85c; background-color: white; } +.bootstrap .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active { color: white; background-color: #39b3d7; border-color: #269abc; } +.open .bootstrap .btn-info.dropdown-toggle { color: white; background-color: #39b3d7; border-color: #269abc; } +.bootstrap .btn-info:active, .bootstrap .btn-info.active { background-image: none; } +.open .bootstrap .btn-info.dropdown-toggle { background-image: none; } +.bootstrap .btn-info.disabled, .bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info[disabled].active, fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner { color: #5bc0de; background-color: white; } +.bootstrap .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +.open .bootstrap .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +.bootstrap .btn-warning:active, .bootstrap .btn-warning.active { background-image: none; } +.open .bootstrap .btn-warning.dropdown-toggle { background-image: none; } +.bootstrap .btn-warning.disabled, .bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning[disabled].active, fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner { color: #f0ad4e; background-color: white; } +.bootstrap .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +.open .bootstrap .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +.bootstrap .btn-danger:active, .bootstrap .btn-danger.active { background-image: none; } +.open .bootstrap .btn-danger.dropdown-toggle { background-image: none; } +.bootstrap .btn-danger.disabled, .bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger[disabled].active, fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner { color: #d9534f; background-color: white; } +.bootstrap .btn-link { color: #00c8ab; font-weight: normal; cursor: pointer; border-radius: 0; } +.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active { border-color: transparent; } +.bootstrap .btn-link:hover, .bootstrap .btn-link:focus { color: #007c6a; text-decoration: underline; background-color: transparent; } +.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus { color: #999999; text-decoration: none; } +.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn { padding: 1px 5px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } +.bootstrap .btn-block + .btn-block { margin-top: 5px; } +.bootstrap input[type="submit"].btn-block, .bootstrap input[type="reset"].btn-block, .bootstrap input[type="button"].btn-block { width: 100%; } +.bootstrap .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.bootstrap .fade.in { opacity: 1; } +.bootstrap .collapse { display: none; } +.bootstrap .collapse.in { display: block; } +.bootstrap .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } +.bootstrap .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } +.bootstrap .dropdown { position: relative; } +.bootstrap .dropdown-toggle:focus { outline: 0; } +.bootstrap .dropdown-menu { 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; font-size: 12px; background-color: white; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +.bootstrap .dropdown-menu.pull-right { right: 0; left: auto; } +.bootstrap .dropdown-menu .divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; } +.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #00c8ab; } +.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus { color: white; text-decoration: none; outline: 0; background-color: #00c8ab; } +.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { color: #999999; } +.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } +.bootstrap .open > .dropdown-menu { display: block; } +.bootstrap .open > a { outline: 0; } +.bootstrap .dropdown-menu-right { left: auto; right: 0; } +.bootstrap .dropdown-menu-left { left: 0; right: auto; } +.bootstrap .dropdown-header { display: block; padding: 3px 20px; font-size: 11px; line-height: 1.42857; color: #999999; } +.bootstrap .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } +.bootstrap .pull-right > .dropdown-menu { right: 0; left: auto; } +.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } +.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } +@media (min-width: 768px) { .bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu { right: 0; left: auto; } + .bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left { left: 0; right: auto; } } +.bootstrap .btn-group, .bootstrap .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn { position: relative; float: left; } +.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active { z-index: 2; } +.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus { outline: none; } +.bootstrap .btn-group .btn + .btn, .bootstrap .btn-group .btn + .btn-group, .bootstrap .btn-group .btn-group + .btn, .bootstrap .btn-group .btn-group + .btn-group { margin-left: -1px; } +.bootstrap .btn-toolbar { margin-left: -5px; } +.bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after { content: " "; display: table; } +.bootstrap .btn-toolbar:after { clear: both; } +.bootstrap .btn-toolbar .btn-group, .bootstrap .btn-toolbar .input-group { float: left; } +.bootstrap .btn-toolbar > .btn, .bootstrap .btn-toolbar > .btn-group, .bootstrap .btn-toolbar > .input-group { margin-left: 5px; } +.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +.bootstrap .btn-group > .btn:first-child { margin-left: 0; } +.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn:last-child:not(:first-child), .bootstrap .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn-group { float: left; } +.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group .dropdown-toggle:active, .bootstrap .btn-group.open .dropdown-toggle { outline: 0; } +.bootstrap .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } +.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } +.bootstrap .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { margin-left: 0; } +.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group, .bootstrap .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } +.bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after { content: " "; display: table; } +.bootstrap .btn-group-vertical > .btn-group:after { clear: both; } +.bootstrap .btn-group-vertical > .btn-group > .btn { float: none; } +.bootstrap .btn-group-vertical > .btn + .btn, .bootstrap .btn-group-vertical > .btn + .btn-group, .bootstrap .btn-group-vertical > .btn-group + .btn, .bootstrap .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } +.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 3px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 3px; border-top-right-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } +.bootstrap .btn-group-justified > .btn-group .btn { width: 100%; } +.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +.bootstrap .input-group { position: relative; display: table; border-collapse: separate; } +.bootstrap .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } +.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { display: table-cell; } +.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } +.bootstrap .input-group-addon { padding: 4px 8px; font-size: 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 11px; border-radius: 3px; } +.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 15px; border-radius: 6px; } +.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] { margin-top: 0; } +.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select:first-child, .bootstrap .input-group-addon:first-child, .bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group > .btn, .bootstrap .input-group-btn:first-child > .dropdown-toggle, .bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .input-group-addon:first-child { border-right: 0; } +.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-child, .bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group > .btn, .bootstrap .input-group-btn:last-child > .dropdown-toggle, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .input-group-addon:last-child { border-left: 0; } +.bootstrap .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } +.bootstrap .input-group-btn > .btn { position: relative; } +.bootstrap .input-group-btn > .btn + .btn { margin-left: -1px; } +.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active { z-index: 2; } +.bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group { margin-right: -1px; } +.bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group { margin-left: -1px; } +.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin-bottom: 0; padding-left: 0; list-style: none; } +.bootstrap .nav:before, .bootstrap #header_notifs_icon_wrapper:before, .bootstrap #header_employee_box:before, .bootstrap #header_quick:before, .bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { content: " "; display: table; } +.bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { clear: both; } +.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { position: relative; display: block; } +.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { position: relative; display: block; padding: 10px 15px; } +.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a { color: #999999; } +.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus { background-color: #eeeeee; border-color: #00c8ab; } +.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img { max-width: none; } +.bootstrap .nav-tabs { border-bottom: 1px solid #dddddd; } +.bootstrap .nav-tabs > li { float: left; margin-bottom: -1px; } +.bootstrap .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 3px 3px 0 0; } +.bootstrap .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus { color: #555555; background-color: #fcfdfe; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } +.bootstrap .nav-pills > li { float: left; } +.bootstrap .nav-pills > li > a { border-radius: 3px; } +.bootstrap .nav-pills > li + li { margin-left: 2px; } +.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus { color: white; background-color: #00c8ab; } +.bootstrap .nav-stacked > li { float: none; } +.bootstrap .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } +.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified { width: 100%; } +.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { float: none; } +.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } +.bootstrap .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } +@media (min-width: 768px) { .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } + .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } +.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified { border-bottom: 0; } +.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 3px; } +.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } +@media (min-width: 768px) { .bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 3px 3px 0 0; } + .bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fcfdfe; } } +.bootstrap .tab-content > .tab-pane { display: none; } +.bootstrap .tab-content > .active { display: block; } +.bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } +.bootstrap .navbar, .bootstrap #header_infos { position: relative; min-height: 35px; margin-bottom: 17px; border: 1px solid transparent; } +.bootstrap .navbar:before, .bootstrap #header_infos:before, .bootstrap .navbar:after, .bootstrap #header_infos:after { content: " "; display: table; } +.bootstrap .navbar:after, .bootstrap #header_infos:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar, .bootstrap #header_infos { border-radius: 3px; } } +.bootstrap .navbar-header:before, .bootstrap .navbar-header:after { content: " "; display: table; } +.bootstrap .navbar-header:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar-header { float: left; } } +.bootstrap .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 5px; padding-left: 5px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after { content: " "; display: table; } +.bootstrap .navbar-collapse:after { clear: both; } +.bootstrap .navbar-collapse.in { overflow-y: auto; } +@media (min-width: 768px) { .bootstrap .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + .bootstrap .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + .bootstrap .navbar-collapse.in { overflow-y: visible; } + .navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse { padding-left: 0; padding-right: 0; } } +.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-right: -5px; margin-left: -5px; } +@media (min-width: 768px) { .bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } +.bootstrap .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } +@media (min-width: 768px) { .bootstrap .navbar-static-top { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } +@media (min-width: 768px) { .bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos { top: 0; border-width: 0 0 1px; } +.bootstrap .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } +.bootstrap .navbar-brand, .bootstrap #header_shopname { float: left; padding: 9px 5px; font-size: 15px; line-height: 17px; height: 35px; } +.bootstrap .navbar-brand:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopname:focus { text-decoration: none; } +@media (min-width: 768px) { .navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname { margin-left: -5px; } } +.bootstrap .navbar-toggle { position: relative; float: right; margin-right: 5px; padding: 9px 10px; margin-top: 0.5px; margin-bottom: 0.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .navbar-toggle:focus { outline: none; } +.bootstrap .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +.bootstrap .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } +@media (min-width: 768px) { .bootstrap .navbar-toggle { display: none; } } +.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin: 4.5px -5px; } +.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 17px; } +@media (max-width: 767px) { .bootstrap .navbar-nav .open .dropdown-menu, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu, .bootstrap #header_employee_box .open .dropdown-menu, .bootstrap #header_quick .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, .bootstrap #header_employee_box .open .dropdown-menu .dropdown-header, .bootstrap #header_quick .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a { line-height: 17px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_quick .open .dropdown-menu > li > a:focus { background-image: none; } } +@media (min-width: 768px) { .bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { float: left; margin: 0; } + .bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { float: left; } + .bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 9px; padding-bottom: 9px; } + .bootstrap .navbar-nav.navbar-right:last-child, .bootstrap .navbar-right#header_notifs_icon_wrapper:last-child, .bootstrap #header_employee_box:last-child, .bootstrap .navbar-right#header_quick:last-child { margin-right: -5px; } } +@media (min-width: 768px) { .bootstrap .navbar-left, .bootstrap #header_quick { float: left !important; } + .bootstrap .navbar-right, .bootstrap #header_employee_box { float: right !important; } } +.bootstrap .navbar-form { margin-left: -5px; margin-right: -5px; padding: 10px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 4px; margin-bottom: 4px; } +@media (max-width: 767px) { .bootstrap .navbar-form .form-group { margin-bottom: 5px; } } +@media (min-width: 768px) { .bootstrap .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } + .bootstrap .navbar-form.navbar-right:last-child, .bootstrap .navbar-form#header_employee_box:last-child { margin-right: -5px; } } +.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } +.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +.bootstrap .navbar-btn { margin-top: 4px; margin-bottom: 4px; } +.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn { margin-top: 3.5px; margin-bottom: 3.5px; } +.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn { margin-top: 6.5px; margin-bottom: 6.5px; } +.bootstrap .navbar-text { margin-top: 9px; margin-bottom: 9px; } +@media (min-width: 768px) { .bootstrap .navbar-text { float: left; margin-left: 5px; margin-right: 5px; } + .bootstrap .navbar-text.navbar-right:last-child, .bootstrap .navbar-text#header_employee_box:last-child { margin-right: 0; } } +.bootstrap .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopname { color: #777777; } +.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopname:focus { color: #5e5e5e; background-color: transparent; } +.bootstrap .navbar-default .navbar-text { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus { color: #333333; background-color: transparent; } +.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus { color: #555555; background-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus { color: #cccccc; background-color: transparent; } +.bootstrap .navbar-default .navbar-toggle { border-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } +.bootstrap .navbar-default .navbar-collapse, .bootstrap .navbar-default .navbar-form { border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus { background-color: #e7e7e7; color: #555555; } +@media (max-width: 767px) { .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a { color: #777777; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +.bootstrap .navbar-default .navbar-link { color: #777777; } +.bootstrap .navbar-default .navbar-link:hover { color: #333333; } +.bootstrap .navbar-inverse, .bootstrap #header_infos { background-color: #222222; border-color: #090909; } +.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname { color: #999999; } +.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus { color: white; background-color: #090909; } +.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus { color: #444444; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle { border-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus { background-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar { background-color: white; } +.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form { border-color: #101010; } +.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus { background-color: #090909; color: white; } +@media (max-width: 767px) { .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_quick .open .dropdown-menu > .dropdown-header { border-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .bootstrap #header_infos .navbar-nav .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu .divider, .bootstrap #header_infos #header_employee_box .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu .divider, .bootstrap #header_infos #header_quick .open .dropdown-menu .divider { background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a { color: #999999; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link { color: #999999; } +.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover { color: white; } +.bootstrap .breadcrumb { padding: 8px 15px; margin-bottom: 17px; list-style: none; background-color: whitesmoke; border-radius: 3px; } +.bootstrap .breadcrumb > li { display: inline-block; } +.bootstrap .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } +.bootstrap .breadcrumb > .active { color: #999999; } +.bootstrap .pagination { display: inline-block; padding-left: 0; margin: 17px 0; border-radius: 3px; } +.bootstrap .pagination > li { display: inline; } +.bootstrap .pagination > li > a, .bootstrap .pagination > li > span { position: relative; float: left; padding: 4px 8px; line-height: 1.42857; text-decoration: none; color: #00c8ab; background-color: white; border: 1px solid #dddddd; margin-left: -1px; } +.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus { color: #007c6a; background-color: #eeeeee; border-color: #dddddd; } +.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus { z-index: 2; color: white; background-color: #00c8ab; border-color: #00c8ab; cursor: default; } +.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed; } +.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span { padding: 10px 16px; font-size: 15px; } +.bootstrap .pagination-lg > li:first-child > a, .bootstrap .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +.bootstrap .pagination-lg > li:last-child > a, .bootstrap .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +.bootstrap .pagination-sm > li > a, .bootstrap .pagination-sm > li > span { padding: 5px 10px; font-size: 11px; } +.bootstrap .pagination-sm > li:first-child > a, .bootstrap .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination-sm > li:last-child > a, .bootstrap .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pager { padding-left: 0; margin: 17px 0; list-style: none; text-align: center; } +.bootstrap .pager:before, .bootstrap .pager:after { content: " "; display: table; } +.bootstrap .pager:after { clear: both; } +.bootstrap .pager li { display: inline; } +.bootstrap .pager li > a, .bootstrap .pager li > span { display: inline-block; padding: 5px 14px; background-color: white; border: 1px solid #dddddd; border-radius: 15px; } +.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .pager .next > a, .bootstrap .pager .next > span { float: right; } +.bootstrap .pager .previous > a, .bootstrap .pager .previous > span { float: left; } +.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span { color: #999999; background-color: white; cursor: not-allowed; } +.bootstrap .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: white; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } +.bootstrap .label[href]:hover, .bootstrap .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap .label:empty { display: none; } +.btn .bootstrap .label { position: relative; top: -1px; } +.bootstrap .label-default { background-color: #999999; } +.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus { background-color: gray; } +.bootstrap .label-primary { background-color: #00c8ab; } +.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus { background-color: #00957f; } +.bootstrap .label-success { background-color: #5cb85c; } +.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus { background-color: #449d44; } +.bootstrap .label-info { background-color: #5bc0de; } +.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus { background-color: #31b0d5; } +.bootstrap .label-warning { background-color: #f0ad4e; } +.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus { background-color: #ec971f; } +.bootstrap .label-danger { background-color: #d9534f; } +.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus { background-color: #c9302c; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } +.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty { display: none; } +.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner { position: relative; top: -1px; } +.btn-xs .bootstrap .badge, .bootstrap .btn-group-xs > .btn .bootstrap .badge, .btn-xs .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn-xs .bootstrap .notifs_badge, .bootstrap .btn-group-xs > .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-group-xs > .btn .bootstrap .notifs_badge, .btn-xs .bootstrap .module-badge-popular, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-popular, .btn-xs .bootstrap .module-badge-partner, .bootstrap .btn-group-xs > .btn .bootstrap .module-badge-partner { top: 0; padding: 1px 5px; } +.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap a.list-group-item.active > .badge, .bootstrap #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, #header_notifs_icon_wrapper .bootstrap a.list-group-item.active > .notifs_badge, .bootstrap a.list-group-item.active > .module-badge-popular, .bootstrap a.list-group-item.active > .module-badge-partner, .bootstrap .nav-pills > .active > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > .active > a > .notifs_badge, .bootstrap .nav-pills > .active > a > .module-badge-popular, .bootstrap .nav-pills > .active > a > .module-badge-partner { color: #00c8ab; background-color: white; } +.bootstrap .nav-pills > li > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > li > a > .notifs_badge, .bootstrap .nav-pills > li > a > .module-badge-popular, .bootstrap .nav-pills > li > a > .module-badge-partner { margin-left: 3px; } +.bootstrap .thumbnail { display: block; padding: 4px; margin-bottom: 17px; line-height: 1.42857; background-color: #fcfdfe; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } +.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } +.bootstrap .thumbnail .caption { padding: 9px; color: #555555; } +.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active { border-color: #00c8ab; } +.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error { padding: 15px; margin-bottom: 17px; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { margin-top: 0; color: inherit; } +.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { font-weight: bold; } +.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul { margin-bottom: 0; } +.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p { margin-top: 5px; } +.bootstrap .alert-dismissable { padding-right: 35px; } +.bootstrap .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } +.bootstrap .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } +.bootstrap .alert-success hr { border-top-color: #c9e2b3; } +.bootstrap .alert-success .alert-link { color: #2b542c; } +.bootstrap .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } +.bootstrap .alert-info hr { border-top-color: #a6e1ec; } +.bootstrap .alert-info .alert-link { color: #245269; } +.bootstrap .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } +.bootstrap .alert-warning hr { border-top-color: #f7e1b5; } +.bootstrap .alert-warning .alert-link { color: #66512c; } +.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } +.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr { border-top-color: #e4b9c0; } +.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { color: #843534; } +.bootstrap .progress { overflow: hidden; height: 17px; margin-bottom: 17px; background-color: whitesmoke; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } +.bootstrap .progress-bar { float: left; width: 0%; height: 100%; font-size: 11px; line-height: 17px; color: white; text-align: center; background-color: #00c8ab; -webkit-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-transition: width 0.6s ease; transition: width 0.6s ease; } +.bootstrap .progress-striped .progress-bar { 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: 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-size: 40px 40px; } +.bootstrap .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } +.bootstrap .progress-bar-success { background-color: #5cb85c; } +.progress-striped .bootstrap .progress-bar-success { 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: 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); } +.bootstrap .progress-bar-info { background-color: #5bc0de; } +.progress-striped .bootstrap .progress-bar-info { 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: 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); } +.bootstrap .progress-bar-warning { background-color: #f0ad4e; } +.progress-striped .bootstrap .progress-bar-warning { 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: 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); } +.bootstrap .progress-bar-danger { background-color: #d9534f; } +.progress-striped .bootstrap .progress-bar-danger { 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: 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); } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body { overflow: hidden; zoom: 1; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .bootstrap .message-item .message-item { margin-top: 15px; } +.bootstrap .media:first-child, .bootstrap .message-item:first-child { margin-top: 0; } +.bootstrap .media-object { display: block; } +.bootstrap .media-heading { margin: 0 0 5px; } +.bootstrap .media > .pull-left, .bootstrap .message-item > .pull-left, .bootstrap .page-head .media > h2.page-title, .bootstrap .page-head .message-item > h2.page-title { margin-right: 10px; } +.bootstrap .media > .pull-right, .bootstrap .message-item > .pull-right { margin-left: 10px; } +.bootstrap .media-list { padding-left: 0; list-style: none; } +.bootstrap .list-group, .bootstrap #dashboard .data_list { margin-bottom: 20px; padding-left: 0; } +.bootstrap .list-group-item, .bootstrap #dashboard .data_list li { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: white; border: 1px solid #dddddd; } +.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child { margin-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } +.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner { float: right; } +.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner { margin-right: 5px; } +.bootstrap a.list-group-item { color: #555555; } +.bootstrap a.list-group-item .list-group-item-heading { color: #333333; } +.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +.bootstrap a.list-group-item.active, .bootstrap a.list-group-item.active:hover, .bootstrap a.list-group-item.active:focus { z-index: 2; color: white; background-color: #00c8ab; border-color: #00c8ab; } +.bootstrap a.list-group-item.active .list-group-item-heading, .bootstrap a.list-group-item.active:hover .list-group-item-heading, .bootstrap a.list-group-item.active:focus .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item.active .list-group-item-text, .bootstrap a.list-group-item.active:hover .list-group-item-text, .bootstrap a.list-group-item.active:focus .list-group-item-text { color: #95fff0; } +.bootstrap .list-group-item-success { color: #3c763d; background-color: #dff0d8; } +.bootstrap a.list-group-item-success { color: #3c763d; } +.bootstrap a.list-group-item-success .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } +.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } +.bootstrap .list-group-item-info { color: #31708f; background-color: #d9edf7; } +.bootstrap a.list-group-item-info { color: #31708f; } +.bootstrap a.list-group-item-info .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } +.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } +.bootstrap .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap a.list-group-item-warning { color: #8a6d3b; } +.bootstrap a.list-group-item-warning .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } +.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } +.bootstrap .list-group-item-danger { color: #a94442; background-color: #f2dede; } +.bootstrap a.list-group-item-danger { color: #a94442; } +.bootstrap a.list-group-item-danger .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } +.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } +.bootstrap .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +.bootstrap .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { margin-bottom: 17px; background-color: white; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .panel-body { padding: 15px; } +.bootstrap .panel-body:before, .bootstrap .panel-body:after { content: " "; display: table; } +.bootstrap .panel-body:after { clear: both; } +.bootstrap .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 2px; border-top-left-radius: 2px; } +.bootstrap .panel-heading > .dropdown .dropdown-toggle { color: inherit; } +.bootstrap .panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: inherit; } +.bootstrap .panel-title > a { color: inherit; } +.bootstrap .panel-footer { padding: 10px 15px; background-color: whitesmoke; border-top: 1px solid #dddddd; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } +.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list { margin-bottom: 0; } +.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li { border-width: 1px 0; border-radius: 0; } +.bootstrap .panel > .list-group:first-child .list-group-item:first-child, .bootstrap #dash_version > .list-group:first-child .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:first-child .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list:first-child .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:first-child .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:first-child .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:first-child .list-group-item:first-child, .bootstrap .panel > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group:first-child li:first-child, .bootstrap #dash_version > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group:first-child li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group:first-child li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:first-child li:first-child, .bootstrap #dashboard .panel > .data_list:first-child li:first-child, .bootstrap #dashboard #dash_version > .data_list:first-child li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:first-child li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:first-child li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:first-child li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:first-child li:first-child { border-top: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; } +.bootstrap .panel > .list-group:last-child .list-group-item:last-child, .bootstrap #dash_version > .list-group:last-child .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:last-child .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list:last-child .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:last-child .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:last-child .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:last-child .list-group-item:last-child, .bootstrap .panel > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group:last-child li:last-child, .bootstrap #dash_version > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group:last-child li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group:last-child li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group:last-child li:last-child, .bootstrap #dashboard .panel > .data_list:last-child li:last-child, .bootstrap #dashboard #dash_version > .data_list:last-child li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list:last-child li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list:last-child li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list:last-child li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list:last-child li:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } +.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child { border-top-width: 0; } +.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table { margin-bottom: 0; } +.bootstrap .panel > .table:first-child, .bootstrap #dash_version > .table:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } +.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 2px; } +.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap #dash_version > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 2px; } +.bootstrap .panel > .table:last-child, .bootstrap #dash_version > .table:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } +.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 2px; } +.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 2px; } +.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } +.bootstrap .panel > .table > tbody:first-child > tr:first-child th, .bootstrap #dash_version > .table > tbody:first-child > tr:first-child th, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child > tr:first-child th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child > tr:first-child th, .bootstrap .panel > .table > tbody:first-child > tr:first-child td, .bootstrap #dash_version > .table > tbody:first-child > tr:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child > tr:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } +.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered { border: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } +.bootstrap .panel > .table-bordered > thead > tr:first-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:first-child > td, .bootstrap .panel > .table-bordered > thead > tr:first-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:first-child > th, .bootstrap .panel > .table-bordered > tbody > tr:first-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:first-child > td, .bootstrap .panel > .table-bordered > tbody > tr:first-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:first-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:first-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } +.bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } +.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive { border: 0; margin-bottom: 0; } +.bootstrap .panel-group { margin-bottom: 17px; } +.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel { margin-bottom: 0; border-radius: 3px; overflow: hidden; } +.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel { margin-top: 5px; } +.bootstrap .panel-group .panel-heading { border-bottom: 0; } +.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +.bootstrap .panel-group .panel-footer { border-top: 0; } +.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +.bootstrap .panel-default { border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +.bootstrap .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +.bootstrap .panel-primary { border-color: #00c8ab; } +.bootstrap .panel-primary > .panel-heading { color: white; background-color: #00c8ab; border-color: #00c8ab; } +.bootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #00c8ab; } +.bootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #00c8ab; } +.bootstrap .panel-success { border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } +.bootstrap .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } +.bootstrap .panel-info { border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } +.bootstrap .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } +.bootstrap .panel-warning { border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } +.bootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } +.bootstrap .panel-danger { border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } +.bootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } +.bootstrap .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #fcfdfe; border: 1px solid #e1ebf5; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.bootstrap .well-lg { padding: 24px; border-radius: 6px; } +.bootstrap .well-sm { padding: 9px; border-radius: 3px; } +.bootstrap .close { float: right; font-size: 18px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } +.bootstrap .close:hover, .bootstrap .close:focus { color: black; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } +.bootstrap button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } +.bootstrap .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } +.bootstrap .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } +.bootstrap .tooltip.top { margin-top: -3px; padding: 5px 0; } +.bootstrap .tooltip.right { margin-left: 3px; padding: 0 5px; } +.bootstrap .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +.bootstrap .tooltip.left { margin-left: -3px; padding: 0 5px; } +.bootstrap .tooltip-inner { max-width: 200px; padding: 3px 8px; color: white; text-align: center; text-decoration: none; background-color: black; border-radius: 3px; } +.bootstrap .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } +.bootstrap .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: black; } +.bootstrap .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: black; } +.bootstrap .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .clearfix:before, .bootstrap .clearfix:after { content: " "; display: table; } +.bootstrap .clearfix:after { clear: both; } +.bootstrap .center-block { display: block; margin-left: auto; margin-right: auto; } +.bootstrap .pull-right { float: right !important; } +.bootstrap .pull-left, .bootstrap .page-head h2.page-title { float: left !important; } +.bootstrap .hide { display: none !important; } +.bootstrap .show { display: block !important; } +.bootstrap .invisible { visibility: hidden; } +.bootstrap .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } +.bootstrap .hidden { display: none !important; visibility: hidden !important; } +.bootstrap .affix { position: fixed; } +.bootstrap .visible-xs, .bootstrap .visible-sm, .bootstrap .visible-md, .bootstrap .visible-lg { display: none !important; } +@media (max-width: 767px) { .bootstrap .visible-xs { display: block !important; } + .bootstrap table.visible-xs { display: table; } + .bootstrap tr.visible-xs { display: table-row !important; } + .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .visible-sm { display: block !important; } + .bootstrap table.visible-sm { display: table; } + .bootstrap tr.visible-sm { display: table-row !important; } + .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .visible-md { display: block !important; } + .bootstrap table.visible-md { display: table; } + .bootstrap tr.visible-md { display: table-row !important; } + .bootstrap th.visible-md, .bootstrap td.visible-md { display: table-cell !important; } } +@media (min-width: 1200px) { .bootstrap .visible-lg { display: block !important; } + .bootstrap table.visible-lg { display: table; } + .bootstrap tr.visible-lg { display: table-row !important; } + .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: table-cell !important; } } +@media (max-width: 767px) { .bootstrap .hidden-xs, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_quick { display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .hidden-sm { display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .hidden-md { display: none !important; } } +@media (min-width: 1200px) { .bootstrap .hidden-lg { display: none !important; } } +.bootstrap .visible-print { display: none !important; } +@media print { .bootstrap .visible-print { display: block !important; } + .bootstrap table.visible-print { display: table; } + .bootstrap tr.visible-print { display: table-row !important; } + .bootstrap th.visible-print, .bootstrap td.visible-print { display: table-cell !important; } } +@media print { .bootstrap .hidden-print { display: none !important; } } + +.modal-open { overflow: hidden; } + +.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } +.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } + +.modal-dialog { position: relative; width: auto; margin: 10px; } + +.modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } + +.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: black; } +.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } + +.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } + +.modal-header .close { margin-top: -2px; } + +.modal-title { margin: 0; line-height: 1.42857; } + +.modal-body { position: relative; padding: 20px; } + +.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } +.modal-footer:before, .modal-footer:after { content: " "; display: table; } +.modal-footer:after { clear: both; } +.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { margin-left: -1px; } +.modal-footer .btn-block + .btn-block { margin-left: 0; } + +@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } + .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { width: 300px; } } +@media (min-width: 992px) { .modal-lg { width: 900px; } } +.carousel { position: relative; } + +.carousel-inner { position: relative; overflow: hidden; width: 100%; } +.carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } +.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } +.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } +.carousel-inner > .active { left: 0; } +.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } +.carousel-inner > .next { left: 100%; } +.carousel-inner > .prev { left: -100%; } +.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } +.carousel-inner > .active.left { left: -100%; } +.carousel-inner > .active.right { left: 100%; } + +.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +.carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } +.carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } +.carousel-control:hover, .carousel-control:focus { outline: none; color: white; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } +.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } +.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } +.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } +.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } +.carousel-control .icon-prev:before { content: '\2039'; } +.carousel-control .icon-next:before { content: '\203a'; } + +.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } +.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid white; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } +.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: white; } + +.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +.carousel-caption .btn { text-shadow: none; } + +@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } + .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } + .carousel-indicators { bottom: 20px; } } +html, body { min-height: 100%; height: 100%; } + +body { font: 400 12px/1.42857 "Open Sans", Helvetica, Arial, sans-serif; color: #555555; background-color: #fcfdfe; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +#main { z-index: 10; float: left; width: 100%; padding: 36px 0 60px; margin: 0 0 -50px 0; } + +#content.bootstrap { padding: 80px 10px 0; -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { position: relative; padding: 20px; margin-bottom: 20px; border: solid 1px #d6e4f1; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset; } +#content.bootstrap .panel.panel-highlighted, #content.bootstrap .panel-highlighted#dash_version, #content.bootstrap .message-item-initial .panel-highlighted.message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .panel-highlighted.timeline-panel { border-color: #00c8ab !important; -webkit-box-shadow: rgba(0, 200, 171, 0.15) 0 0 0 6px inset !important; box-shadow: rgba(0, 200, 171, 0.15) 0 0 0 6px inset !important; } +#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; color: #555555; height: 32px; } +#content.bootstrap .panel .panel-heading a.btn, #content.bootstrap #dash_version .panel-heading a.btn, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading a.btn, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading a.btn { font-family: "Open Sans", Helvetica, Arial, sans-serif; text-transform: none; position: relative; top: 2px; } +#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i { font-size: 14px; } +#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel { border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset; } +#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading { border: none; padding: 0 0 0 5px; margin: -20px -16px 15px -16px; font-size: 1.2em; line-height: 2.2em; height: 2.2em; text-transform: uppercase; border-bottom: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .btn-group, #content.bootstrap .panel-heading .btn-group { position: relative; top: -3px; } +#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a { color: contrasted(#e3e6e8); } +#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner { color: #555555; font-size: 1.1em; line-height: 1.2em; padding: 0 10px; font-weight: 700; margin-left: 0.4em; border: solid 1px #d9d9d9; background-color: white; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; } +#content.bootstrap h3:not(.modal-title) .badge a, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge a, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge a, #content.bootstrap h3:not(.modal-title) .module-badge-popular a, #content.bootstrap h3:not(.modal-title) .module-badge-partner a, #content.bootstrap .panel-heading .badge a, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge a, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge a, #content.bootstrap .panel-heading .module-badge-popular a, #content.bootstrap .panel-heading .module-badge-partner a { display: block; font-size: 0.8em; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action { position: absolute; top: 2px; right: 0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn { float: left; height: 30px; width: 30px; color: #cccccc; border-left: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover { text-decoration: none; color: #00c8ab; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i { text-align: center; font-size: 18px; line-height: 30px; } +#content.bootstrap .panel-danger .panel-heading { background-color: #8bc954 !important; } +#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error { clear: both; } +@media (max-width: 480px) { #content.bootstrap { padding: 80px 5px 0; margin-left: 0 !important; } } +#content.bootstrap .help-block { font-style: italic; } +#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap .nav-tabs#header_notifs_icon_wrapper li.active a, #content.bootstrap .nav-tabs#header_employee_box li.active a, #content.bootstrap .nav-tabs#header_quick li.active a { z-index: 99; } +#content.bootstrap .breadcrumb { background-color: white; border: solid 1px #d6e4f1; } + +.data-focus.data-focus-primary { background-color: #00c8ab; color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } + +#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer .bootstrap #dash_version, .bootstrap #customer_part .customerCard.selected-customer #dash_version, #customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body, #customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel { color: #5cb85c; border: solid 2px #5cb85c; } + +body.display-modal #content, body.display-modal #main { margin: 0; padding: 0; background: #f8f8f8; } + +.bootstrap .panel .panel-footer, .bootstrap #dash_version .panel-footer, .bootstrap .message-item-initial .message-item-initial-body .panel-footer, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer { margin: 15px -20px -20px; height: 73px; border-color: #eeeeee; background-color: #fcfdfe; } +.bootstrap .panel .panel-footer .btn.pull-right:not(:first-child), .bootstrap #dash_version .panel-footer .btn.pull-right:not(:first-child), .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:not(:first-child), .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:not(:first-child) { margin-right: 5px; } + +#header .panel-footer { margin: 15px 0 0 !important; height: 40px !important; } + +.attributes-color-container { width: 40px; height: 25px; display: block; border: solid 1px black; } + +#mColorPickerInput { color: black; } + +#header { z-index: 20; } + +#header_infos { height: 36px !important; } +#header_infos .navbar-header { width: 100%; } + +#header_shopname { font-size: 1.3em !important; position: relative; margin: 0 5px 0 0; height: 36px; padding-left: 45px !important; } +#header_shopname img { position: absolute; top: 0; left: 0; width: 35px; height: 35px; } + +#header_notifs_icon_wrapper { min-width: 170px; } +#header_notifs_icon_wrapper > li > a { height: 36px; display: block; } +#header_notifs_icon_wrapper > li > a:hover i { color: white; } +#header_notifs_icon_wrapper > li > a > i { font-size: 14px; color: #b3b3b3; vertical-align: middle; } +#header_notifs_icon_wrapper .notifs { width: 40px; position: relative; } +#header_notifs_icon_wrapper .notifs_badge { position: absolute; font-size: 10px !important; top: 2px; padding: 0 5px !important; right: -3px; display: none; } +#header_notifs_icon_wrapper .notifs_dropdown { background-color: white; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel { width: 300px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 { padding: 10px; font-size: 1.3em; margin: 0; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer { padding: 10px; text-align: center; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a { display: block; text-decoration: none; padding: 5px; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs { display: block; padding: 15px; border-bottom: solid 1px #cccccc; } + +#header_nav_toggle { background-color: black; border: none; color: white; display: none; } + +#header_employee_box { margin: 0 !important; } +@media (max-width: 768px) { #header_employee_box { float: right; } + #header_employee_box > li { display: inline-block; float: left; } } +@media (max-width: 768px) { #header_employee_box span.string-long { display: none; } } +#header_employee_box span.string-short { display: none; } +@media (max-width: 768px) { #header_employee_box span.string-short { display: inline-block; } } +#header_employee_box a img { margin-right: 5px; } +#header_employee_box #header_foaccess i { font-size: 1.2em; } + +#employee_infos .employee_name { position: relative; padding-left: 34px !important; } +#employee_infos .employee_avatar_small { position: absolute; top: 2px; left: 0; } +#employee_infos img { border: none; padding: 0; } + +#employee_links i { font-size: 14px; } +@media (max-width: 768px) { #employee_links { position: fixed !important; top: 36px !important; left: 0 !important; width: 100% !important; height: 100% !important; background-color: #383f50 !important; } + #employee_links li { color: white; font-size: 1.2em; text-transform: uppercase; } + #employee_links li i { font-size: 1.3em; color: #00c8ab; } } + +#ajax_running { position: absolute; height: 35px; width: 35px; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4); text-align: center; } +#ajax_running i { font-size: 20px; color: rgba(255, 255, 255, 0.6); line-height: 35px; } + +#footer { z-index: 600; display: block; width: 100%; background-color: rgba(0, 0, 0, 0.8); color: #aaaaaa; position: fixed; bottom: 0; height: 50px; line-height: 50px; -webkit-animation: fadeInUp 0.3s 0.2s ease both; -moz-animation: fadeInUp 0.3s 0.2s ease both; -ms-animation: fadeInUp 0.3s 0.2s ease both; -o-animation: fadeInUp 0.3s 0.2s ease both; animation: fadeInUp 0.3s 0.2s ease both; } +#footer a { color: #cccccc; } +#footer.hide { display: none !important; } +#footer #go-top { position: fixed; bottom: 10px; height: 30px; width: 30px; text-align: center; line-height: 30px; right: 10px; z-index: 9003; display: block; padding: 0px 6px 0px 6px; margin: -2px 0px 0px; text-decoration: none; color: white; cursor: pointer; font-size: 16px; background-color: #3b3f45; } +#footer #go-top:hover { background-color: #00c8ab; } +#footer .social-networks { margin: 4px 0 0 0; } +#footer a.footer_link { color: #00c8ab; } +#footer a.footer_link:hover { color: white; text-decoration: none; } +#footer a.footer_link i { font-size: 14px; color: white; } +#footer .footer-contact { padding: 7px 0 0 0; } +#footer .footer-contact p { line-height: 1.3em; margin: 0 0 6px; } +#footer .footer-contact p strong { font-weight: 400; color: white; } + +a.link-social i { font-size: 28px; width: 34px; height: 34px; display: inline-block; line-height: 34px !important; text-align: center; margin: 0 4px 0 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +a.link-social:hover { text-decoration: none; } + +.link-twitter i { color: white; background-color: #7cceef; } +.link-twitter i:hover { color: #7cceef; background-color: white; } + +.link-facebook i { color: white; background-color: #557dbb; } +.link-facebook i:hover { color: #557dbb; background-color: white; } + +.link-github i { color: black; background-color: white; } +.link-github i:hover { color: white; background-color: black; } + +.link-google i { color: white; background-color: #e6644e; } +.link-google i:hover { color: #e6644e; background-color: white; } + +#nav-sidebar { position: fixed; width: 210px; height: 100%; z-index: 500; background-color: #18191c; } +#nav-sidebar ul.menu { margin: 0; padding: 0; list-style: none !important; } +#nav-sidebar ul.menu li.searchtab { padding: 14px 7px; height: 55px; position: relative; background-color: #2f3237; border-bottom: #23262a solid 1px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 -3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 -3px 0 0 inset; } +#nav-sidebar ul.menu li.searchtab #bo_query { color: #3b3f45; background-color: #d6d8dc; } +#nav-sidebar ul.menu li.searchtab .form-group.focus-search { position: absolute; width: 400px; height: 55px; z-index: 900; padding: 14px 13px 0 7px; top: 0; left: 0; background-color: #2f3237; border-bottom: #23262a solid 1px; } +#nav-sidebar ul.menu li.searchtab .form-group.focus-search #bo_query { width: 100%; } +#nav-sidebar ul.menu li.searchtab .clear_search { position: absolute; top: 5px; right: 8px; } +#nav-sidebar ul.menu li.searchtab i { font-size: 14px; } +#nav-sidebar ul.menu li.maintab { position: relative; } +#nav-sidebar ul.menu li.maintab ul.submenu { display: none; padding: 4px; background-color: #282b2f; } +#nav-sidebar ul.menu li.maintab ul.submenu li { list-style: none !important; } +#nav-sidebar ul.menu li.maintab ul.submenu li a { color: #c4c5c7; display: block; padding: 3px 8px; background-color: #3b3f45; border-bottom: #23262a solid 1px; } +#nav-sidebar ul.menu li.maintab ul.submenu li a:hover { color: white; text-decoration: none; background-color: #23262a; -webkit-box-shadow: #00c8ab -4px 0 0 0 inset; box-shadow: #00c8ab -4px 0 0 0 inset; } +#nav-sidebar ul.menu li.maintab a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } +#nav-sidebar ul.menu li.maintab > a.title { display: block; position: relative; padding: 0 0.35em; height: 34px; border-bottom: #23262a solid 1px; background-color: #3b3f45; color: #c4c5c7; line-height: 34px; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab > a.title i { width: 42px; font-size: 28px; vertical-align: middle; color: #898b8f; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab.hover > a.title, #nav-sidebar ul.menu li.maintab:hover:not(.hover) > a.title { background-color: #282b2f; color: white; } +#nav-sidebar ul.menu li.maintab.hover > a.title i, #nav-sidebar ul.menu li.maintab:hover:not(.hover) > a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.hover ul.submenu { position: absolute; display: block; width: 200px; left: 210px; top: 0; z-index: 600; } +#nav-sidebar ul.menu li.maintab:last-child > a.title { border-bottom: none; } +#nav-sidebar ul.menu li.maintab.active a, #nav-sidebar ul.menu li.maintab.active li.active a { background-color: #535860; color: white; } +#nav-sidebar ul.menu li.maintab.active a i, #nav-sidebar ul.menu li.maintab.active li.active a i { color: white; } +@media (min-height: 850px) { body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu { display: block; background-color: white; border-right: 1px solid #d6e4f1; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu a { background-color: white; color: #00c8ab; border-bottom: solid 1px #d8f6f2; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu a:hover { color: #00c8ab; border-bottom: solid 1px #d8f6f2; background-color: #d8f6f2; text-decoration: none; -webkit-box-shadow: white 0 -1px; box-shadow: white 0 -1px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu li:last-child a { border-bottom: solid 1px white; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu li.active a { color: white; background-color: #00c8ab; position: relative; top: -1px; border-top: solid 1px white; border-bottom: solid 1px #00c8ab; } } +@media (max-width: 480px) { #nav-sidebar { display: none; } } + +@media (max-height: 850px) { body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab > a.title { font-size: 12px; height: 28px; line-height: 28px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab > a.title i { vertical-align: baseline; text-align: right; width: 18px; font-size: 14px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab ul.submenu { padding: 1px 1px 0 1px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab ul.submenu li a { padding: 0 6px; height: 26px; line-height: 26px; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active ul.submenu { display: none; } + body:not(.page-sidebar-closed) #nav-sidebar ul.menu li.maintab.active.hover ul.submenu { position: absolute; display: block; width: 200px; z-index: 600; left: 210px; top: 0; } } +.page-sidebar #content { margin-left: 210px; } + +.page-sidebar-closed #nav-sidebar { overflow: visible; width: 50px; } +.page-sidebar-closed #nav-sidebar ul.submenu { display: none !important; position: relative; top: 34px; padding: 1px 4px 3px 4px !important; } +.page-sidebar-closed #nav-sidebar li.searchtab { color: rgba(255, 255, 255, 0.5); } +.page-sidebar-closed #nav-sidebar li.searchtab:hover { cursor: pointer; color: white; } +.page-sidebar-closed #nav-sidebar li.searchtab.search-expanded { padding: 14px 13px 0 7px; width: 400px; background-color: #2f3237; } +.page-sidebar-closed #nav-sidebar li.searchtab.search-expanded:before { display: none; } +.page-sidebar-closed #nav-sidebar li.searchtab.search-expanded form .form-group { display: block; } +.page-sidebar-closed #nav-sidebar li.maintab.active ul.submenu { border: none !important; } +.page-sidebar-closed #nav-sidebar a.title { text-align: center; } +.page-sidebar-closed #nav-sidebar a.title > span { display: none; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover { width: 250px !important; position: relative; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover a.title { text-align: left; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover a.title > span { display: inline-block; } +.page-sidebar-closed #nav-sidebar > ul > li.maintab:hover ul.submenu { position: absolute !important; display: block !important; left: 50px !important; top: 34px !important; width: 200px !important; } +.page-sidebar-closed #content { margin-left: 55px; } +@media (max-width: 480px) { .page-sidebar-closed #content { margin-left: 0; } } +.page-sidebar-closed #content h2.page-title { white-space: nowrap; padding: 26px 0 0 120px !important; } +.page-sidebar-closed #content ul.page-breadcrumb { left: 120px !important; } +.page-sidebar-closed .submenu_expand { display: none; } + +#nav-topbar { position: fixed; height: 28px; top: 37px; width: 100%; padding: 0 40px 0 0; z-index: 600; background-color: white; } +#nav-topbar ul.menu { margin: 0; padding: 0; display: block; list-style: none; } +#nav-topbar ul.menu li.maintab, #nav-topbar ul.menu li.subtab { height: 28px; padding: 0; margin: 0; list-style: none; position: relative; float: left; } +#nav-topbar ul.menu li.maintab > a, #nav-topbar ul.menu li.subtab > a { display: block; line-height: 27px; color: #6a717c; padding: 0 6px; margin: 0; font-size: 12px; } +#nav-topbar ul.menu li.maintab > a i, #nav-topbar ul.menu li.subtab > a i { margin: 0; width: 15px; color: #535860; background-color: transparent; font-size: 14px; } +#nav-topbar ul.menu li.maintab.active, #nav-topbar ul.menu li.maintab:hover, #nav-topbar ul.menu li.subtab.active, #nav-topbar ul.menu li.subtab:hover { background-color: #00c8ab; } +#nav-topbar ul.menu li.maintab.active > a, #nav-topbar ul.menu li.maintab:hover > a, #nav-topbar ul.menu li.subtab.active > a, #nav-topbar ul.menu li.subtab:hover > a { text-decoration: none; color: white; } +#nav-topbar ul.menu li.maintab.active > a i, #nav-topbar ul.menu li.maintab:hover > a i, #nav-topbar ul.menu li.subtab.active > a i, #nav-topbar ul.menu li.subtab:hover > a i { color: white; } +#nav-topbar ul.menu li.expanded > ul.submenu { display: block; } +#nav-topbar ul.menu ul.submenu { background-color: white; display: none; position: absolute; margin: 0; padding: 0; left: 0; top: 28px; width: 200px !important; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; } +#nav-topbar ul.menu ul.submenu > li { width: 200px; padding: 0; list-style: none; } +#nav-topbar ul.menu ul.submenu > li:last-child > a { border: none; } +#nav-topbar ul.menu ul.submenu > li > a { display: block; padding: 4px 5px 4px 10px; border-bottom: solid 1px #affff3; } +#nav-topbar ul.menu ul.submenu > li > a:hover { color: white; background-color: #00c8ab; text-decoration: none; } +#nav-topbar ul.menu ul.submenu > li.active a { color: white; background-color: #00c8ab; border-bottom: solid 1px #00957f; } +#nav-topbar #ellipsistab { display: block; width: 40px; height: 28px; padding: 0; margin: 0; position: absolute; right: 0; } +#nav-topbar #ellipsistab > a { text-align: center; font-size: 14px; line-height: 30px; color: #3b3f45; cursor: pointer; } +#nav-topbar #ellipsistab ul#ellipsis_submenu { right: 0; left: inherit; } +#nav-topbar #ellipsistab ul#ellipsis_submenu a.title { padding: 0 8px; text-align: left; } +#nav-topbar #ellipsistab ul#ellipsis_submenu li.subtab.expanded > ul { left: -200px; top: 0; } +#nav-topbar .menu-collapse { display: none; } + +#nav-mobile { position: fixed; top: 0; left: 0; width: 35px; height: 35px; z-index: 1100; } +#nav-mobile.expanded { width: 100%; height: 100%; top: 35px; } +#nav-mobile.expanded .menu-collapse { top: -35px; left: 0; position: absolute; z-index: 1200; } +#nav-mobile ul.menu { position: absolute; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); margin: 0 0 100px 0; padding: 0; border-top: 1px black solid; list-style: none; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; -webkit-animation: fadeInLeft 0.3s 0.2s ease both; -moz-animation: fadeInLeft 0.3s 0.2s ease both; -ms-animation: fadeInLeft 0.3s 0.2s ease both; -o-animation: fadeInLeft 0.3s 0.2s ease both; animation: fadeInLeft 0.3s 0.2s ease both; } +#nav-mobile ul.menu > li.searchtab { padding: 15px; position: relative; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 -3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 -3px 0 0 inset; } +#nav-mobile ul.menu > li.searchtab #bo_query { color: #3b3f45; background-color: #d6d8dc; } +#nav-mobile ul.menu > li.searchtab .form-group { margin: 0; } +#nav-mobile ul.menu > li.searchtab .clear_search { position: absolute; top: 5px; right: 5px; } +#nav-mobile ul.menu > li { background: #3b3f45; position: relative; } +#nav-mobile ul.menu > li > a { display: block; height: 34px; line-height: 34px; position: relative; padding: 0 0 0 10px; border-bottom: 1px solid #23262a; font-size: 12px; color: #c4c5c7; background-color: #3b3f45; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu > li > a i { color: rgba(255, 255, 255, 0.6); vertical-align: middle; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu > li > a:hover { background-color: #535860; color: white; } +#nav-mobile ul.menu > li > a:hover i { color: white; } +#nav-mobile ul.menu > li > a > i { display: inline-block; height: 34px; width: 34px; font-size: 20px; line-height: 34px; color: white; text-align: center; } +#nav-mobile ul.submenu { display: none; } +#nav-mobile #nav-mobile-submenu a:not(#nav-mobile-submenu-back) { font-size: 1.2em; padding-left: 50px; text-transform: none; } +#nav-mobile a#nav-mobile-submenu-back { background-color: #2f3237; font-size: 1.5em; } +#nav-mobile ul.menu.menu-close { -webkit-animation: fadeOutLeft 0.2s 0.2s ease both; -moz-animation: fadeOutLeft 0.2s 0.2s ease both; -ms-animation: fadeOutLeft 0.2s 0.2s ease both; -o-animation: fadeOutLeft 0.2s 0.2s ease both; animation: fadeOutLeft 0.2s 0.2s ease both; } +#nav-mobile .menu-collapse { color: white; background-color: black; width: 35px; height: 35px; text-align: center; line-height: 1.3em; } + +.menu-collapse { cursor: pointer; height: 54px; width: 100%; font-size: 2em; text-align: center; line-height: 55px; display: block; color: #3b3f45; } + +.mobile-nav #content h2.page-title { padding-left: 10px !important; } +.mobile-nav #content ul.page-breadcrumb { left: 10px !important; } + +.page-topbar:not(.mobile-nav) #main { padding-top: 64px; } +.page-topbar:not(.mobile-nav) #content { margin-left: 0; } +.page-topbar:not(.mobile-nav) #content .page-head { top: 66px; } +.page-topbar:not(.mobile-nav) #content .page-title { padding-left: 75px; } +.page-topbar:not(.mobile-nav) #content .page-breadcrumb { left: 75px; } + +.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab:before { z-index: 1000; position: absolute; top: 16px; left: 14px; display: block; width: 28px; height: 28px; } +.page-sidebar-closed:not(.nav-topbar):not(.mobile-nav) .searchtab .form-group { display: none; } + +.page-topbar .searchtab { display: none; } + +[class^="icon-"] { font-size: 14px; } + +[class^="process-icon-"] { display: block; width: 30px; height: 30px; margin: 0 auto; font-size: 28px; background: transparent; background-size: 26px; background-position: center; } + +.bootstrap { @-webkit-keyframes one { 0% { background-color: #00a4e7; } + 100% { background-color: white; } } +@-webkit-keyframes two { 0% { -webkit-box-shadow: #00a4e7 0 0 0 20px inset; box-shadow: #00a4e7 0 0 0 20px inset; } + 100% { -webkit-box-shadow: #00a4e7 0 0 0 inset; box-shadow: #00a4e7 0 0 0 inset; } } +@-webkit-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@-moz-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@-ms-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@-o-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } +@keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + } +.bootstrap .fixed-width-xs { width: 48px !important; } +.bootstrap .fixed-width-sm { width: 80px !important; } +.bootstrap .fixed-width-md { width: 120px !important; } +.bootstrap .fixed-width-lg { width: 160px !important; } +.bootstrap .fixed-width-xl { width: 200px !important; } +.bootstrap .fixed-width-xxl { width: 250px !important; } +@media (max-width: 480px) { .bootstrap .hidden-inline-xs { display: none !important; } } +.bootstrap .row-margin-bottom { margin-bottom: 15px; } +.bootstrap .row-margin-top { margin-top: 15px; } +.bootstrap .row-padding-top { padding-top: 15px; } +.bootstrap .thumbnail, .bootstrap .img-thumbnail { background-color: white; border-color: #cccccc !important; } +.bootstrap .highlight { background-color: #f7e69f; } +.bootstrap .text-orange { color: #ff9900; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { padding: 1px 5px; font-weight: normal; font-size: 1em; line-height: inherit; letter-spacing: 0.0625em; background-color: #00c8ab; } +.bootstrap .badge.badge-info, .bootstrap #header_notifs_icon_wrapper .badge-info.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-info.notifs_badge, .bootstrap .badge-info.module-badge-popular, .bootstrap .badge-info.module-badge-partner { background-color: #5bc0de; } +.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner { background-color: #5cb85c; } +.bootstrap .badge.badge-warning, .bootstrap #header_notifs_icon_wrapper .badge-warning.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-warning.notifs_badge, .bootstrap .badge-warning.module-badge-popular, .bootstrap .badge-warning.module-badge-partner { background-color: #f0ad4e; } +.bootstrap .badge.badge-danger, .bootstrap #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-danger.notifs_badge, .bootstrap .badge-danger.module-badge-popular, .bootstrap .badge-danger.module-badge-partner { background-color: #d9534f; } +.bootstrap .badge.badge-critical, .bootstrap #header_notifs_icon_wrapper .badge-critical.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-critical.notifs_badge, .bootstrap .badge-critical.module-badge-popular, .bootstrap .badge-critical.module-badge-partner { background-color: #b52b27; } +.bootstrap .label { font-size: 12px; font-weight: 400; } +.bootstrap .label.label-inactive { background-color: #999999; } +.bootstrap .nav-tabs { border-bottom: none; } +.bootstrap .nav-tabs li .badge, .bootstrap .nav-tabs li #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-tabs li .notifs_badge, .bootstrap .nav-tabs li .module-badge-popular, .bootstrap .nav-tabs li .module-badge-partner { background-color: white; border: solid 2px #eeeeee; color: #666666; } +.bootstrap .nav-tabs li a { font-size: 1.1em; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 300; } +.bootstrap .nav-tabs li.active a, .bootstrap .nav-tabs li.active a:hover, .bootstrap .nav-tabs li.active a:focus { background-color: white; } +.bootstrap .table tr.parent td { background-color: #eeeeee !important; border-bottom: solid 1px #cccccc !important; } +.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error { padding-left: 50px; position: relative; border: none; border-left: solid 3px #f4c178; } +.bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { position: absolute; top: 6px; left: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error { padding-left: 50px; position: relative; border: none; border-left: solid 3px #e17875; } +.bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { position: absolute; top: 6px; left: 7px; display: block; height: 25px; width: 25px; color: #e17875; } +.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error { padding-left: 50px; position: relative; border: none; border-left: solid 3px #7cc67c; } +.bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { position: absolute; top: 6px; left: 7px; display: block; height: 25px; width: 25px; color: #7cc67c; } +.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error { padding-left: 50px; position: relative; border: none; border-left: solid 3px #81cfe6; color: #31b0d5; border: solid 1px #c5e9f3; background-color: #f8fcfe; } +.bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { position: absolute; top: 6px; left: 7px; display: block; height: 25px; width: 25px; color: #81cfe6; } +.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error { background-color: #f3f3f2; border-color: #f34794; color: #f01778; padding-left: 50px; position: relative; border: none; border-left: solid 3px #f34291; } +.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr { border-top-color: #f22f86; } +.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link { color: #c70d60; } +.bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { position: absolute; top: 6px; left: 7px; display: block; height: 25px; width: 25px; color: #f34291; } +.bootstrap .alert.alert-message, .bootstrap #carrier_wizard .alert-message.wizard_error { padding-left: 50px; position: relative; border: none; border-left: solid 3px #f4c178; border: solid 2px #f0ad4e; background-color: white; } +.bootstrap .alert.alert-message:before, .bootstrap #carrier_wizard .alert-message.wizard_error:before { position: absolute; top: 6px; left: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { font-size: 1.45em; margin-bottom: 1em; } +.bootstrap .overflow-y { max-height: 200px; margin-bottom: 15px; overflow-y: auto; } +.bootstrap .input[type='password'] { font-size: 2em !important; } +.bootstrap .pagination { margin: 17px 0 0 0 !important; } +.bootstrap .panel.panel-sm, .bootstrap .panel-sm#dash_version, .bootstrap .message-item-initial .panel-sm.message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel { padding: 8px !important; } +.bootstrap .panel.panel-sm .panel-heading, .bootstrap .panel-sm#dash_version .panel-heading, .bootstrap .message-item-initial .panel-sm.message-item-initial-body .panel-heading, .bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .panel-heading { margin: -8px -8px 10px -8px !important; font-size: 13px !important; padding-left: 8px !important; } +.bootstrap .panel.panel-sm .form-group, .bootstrap .panel-sm#dash_version .form-group, .bootstrap .message-item-initial .panel-sm.message-item-initial-body .form-group, .bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .form-group { margin-bottom: 8px; } +.bootstrap .list-detail dd:not(:last-child) { margin-bottom: 10px; } +.bootstrap .rating { unicode-bidi: bidi-override; direction: rtl; font-size: 20px; } +.bootstrap .rating span.star { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; } +.bootstrap .rating span.star:hover { cursor: pointer; } +.bootstrap .rating span.star:before { content: "\f006"; padding-right: 3px; color: #999999; } +.bootstrap .rating span.star:hover:before, .bootstrap .rating span.star.active:before, .bootstrap .rating span.star:hover ~ span.star:before, .bootstrap .rating span.star.active ~ span.star:before { content: "\f005"; color: #e3cf7a; } +.bootstrap .table { border-collapse: separate; border-spacing: 0 2px 0 0; margin-bottom: 5px; } +.bootstrap .table thead > tr > th { border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb; } +.bootstrap .table thead > tr > th span.title_box { color: #656565; display: block; word-wrap: nowrap; white-space: nowrap; } +.bootstrap .table thead > tr > th span.title_box.active { font-weight: bold; } +.bootstrap .table thead > tr > th span.title_box a { text-decoration: none; } +.bootstrap .table thead > tr > th span.title_box a.active { color: black; } +.bootstrap .table thead > tr.filter > th { background-color: #ecf6fb; } +.bootstrap .table thead > tr.filter > th input[type="text"].filter, .bootstrap .table thead > tr.filter > th input[type="password"].filter, .bootstrap .table thead > tr.filter > th select.filter { font-size: 11px; padding: 0 4px; border-color: #a0d0eb; } +.bootstrap .table input, .bootstrap .table select { margin: 0; } +.bootstrap .table tbody > tr > td { border-top: none; color: #666666; background-color: white; padding: 3px 7px; vertical-align: middle; word-wrap: nowrap; font-size: 12px; border-bottom: solid 1px #eaedef; } +.bootstrap .table tbody > tr.odd > td { background-color: #fcfdfe; } +.bootstrap .table tbody > tr:hover > td { background-color: #f4f8fb; } +.bootstrap .table td.center, .bootstrap .table th.center { text-align: center; } +.bootstrap .table td.pointer { cursor: pointer; } +.bootstrap .table td.dragHandle .dragGroup { width: 80px; cursor: move; text-align: center; position: relative; font-size: 14px; padding: 4px 4px 4px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap .table td.dragHandle .dragGroup:hover { color: white; background-color: #00c8ab !important; } +.bootstrap .table td.dragHandle .dragGroup:before { display: block; height: 16px; width: 16px; position: absolute; top: 18px; left: 6px; } +.bootstrap .table td.dragHandle .dragGroup .positions { display: inline-block; border: solid 1px #cccccc; background-color: #eeeeee; padding: 0 5px; color: #aaaaaa; width: 43px; text-shadow: white 1px 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; } +.bootstrap .table .actions { text-align: right; } +.bootstrap .table th.actions .btn { margin-bottom: 4px !important; } +.bootstrap .table tr.myDragClass { padding: 10px; background-color: #eeeeee; } +.bootstrap .table tr.myDragClass td { color: white !important; background-color: #00c8ab !important; -webkit-transform: translate(5px, 10px); -moz-transform: translate(5px, 10px); -ms-transform: translate(5px, 10px); -o-transform: translate(5px, 10px); transform: translate(5px, 10px); } +.bootstrap .table.tableDnD td { -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap tr.highlighted td { background-color: #00c8ab !important; color: white !important; } +.bootstrap .bulk-actions { margin: 17px 0 0 0; } +.bootstrap .bulk-actions ul i { font-size: 14px; } +.bootstrap .list-action-enable { font-size: 1.3em; display: inline-block; width: 30px; text-align: center; color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .list-action-enable.action-enabled { border: solid #5cb85c 1px; background-color: #80c780; } +.bootstrap .list-action-enable.action-disabled { border: solid #d9534f 1px; background-color: #e27c79; } +.bootstrap .list-action-enable:hover { color: white; } +.bootstrap .list-empty { background-color: #fcfdfe !important; } +.bootstrap .list-empty .list-empty-msg { text-align: center; display: block; width: 50%; margin: 20px auto; color: #999999; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-size: 1.4em; } +.bootstrap .list-empty .list-empty-icon { color: #dedede; display: block; clear: both; font-size: 84px; text-shadow: white 1px 1px 0; } +@media (max-width: 991px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap .tree-panel-heading-controls { line-height: 2.2em; font-size: 1.1em; color: #00c8ab; } +.bootstrap .tree-panel-heading-controls i { font-size: 14px; } +.bootstrap .tree { padding: 0 0 0 20px; list-style: none; } +.bootstrap .tree input { vertical-align: baseline; margin-right: 4px; line-height: normal; } +.bootstrap .tree i { font-size: 14px; } +.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name { padding: 2px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } +.bootstrap .tree .tree-item-name label, .bootstrap .tree .tree-folder-name label { font-weight: 400; } +.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.bootstrap .tree .tree-selected { color: white; background-color: #00c8ab; } +.bootstrap .tree .tree-selected:hover { background-color: #00af95; } +.bootstrap .tree .tree-selected i.tree-dot { background-color: white; } +.bootstrap .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable { color: #cccccc; } +.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } +.bootstrap .tree-actions { display: inline-block; } +.bootstrap .tree-panel-heading-controls { margin: -20px -20px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.bootstrap .tree-actions .twitter-typeahead { padding: 0 0 0 4px; } +.bootstrap .tree-panel-label-title { font-weight: 400; padding: 0 0 0 8px; margin: 0; } +.bootstrap label.control-label { font-size: 13px; font-weight: normal; color: #666666; } +.bootstrap label.control-label span.label-tooltip { text-decoration: none; font-size: 13px; color: #3586ae; background-color: #edf7fb; border: none; border-bottom: solid 1px #d8edf7; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap label.required:before { content: "*"; color: red; font-size: 14px; position: relative; line-height: 12px; } +.bootstrap .tooltip { font-size: 12px; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap select.input-tiny, .bootstrap input[type="text"].input-tiny, .bootstrap input[type="password"].input-tiny { width: 80px; float: left; } +.bootstrap textarea { resize: none; } +.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus { background-color: #fefbe2; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { border-top-color: #333333 !important; } +.bootstrap .btn:hover .caret { border-top-color: white !important; } +.bootstrap .btn.btn-default { -webkit-box-shadow: #e6e6e6 0 -2px 0 inset; box-shadow: #e6e6e6 0 -2px 0 inset; } +.bootstrap .btn.btn-default i { color: #555555; } +.bootstrap .btn.btn-default:hover { background-color: #00c8ab; color: white; border-color: #00957f; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn.btn-default:hover i { color: white; } +.bootstrap .btn.btn-primary { background-color: #00c8ab; color: white; text-transform: uppercase; border-color: #00957f; -webkit-box-shadow: #00957f 0 -2px 0 inset; box-shadow: #00957f 0 -2px 0 inset; } +.bootstrap .btn.btn-primary:hover { background-color: #00957f; border-color: #006254; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn.btn-default[disabled] { border-color: #999999; color: #999999; background-color: #f2f2f2; -webkit-box-shadow: #cccccc 0 -2px 0 inset; box-shadow: #cccccc 0 -2px 0 inset; } +.bootstrap .dropdown-menu { text-align: left; } +.bootstrap .dropdown-menu > li a { padding: 5px 10px; } +.bootstrap .dropdown-menu > li a:hover i { color: white; } +.bootstrap .btn-group-action .btn { font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap .btn-group-action .btn-group { white-space: nowrap; float: right; } +.bootstrap .btn-group-action .btn-group > a, .bootstrap .btn-group-action .btn-group button { text-decoration: none; display: inline-block; float: none; } +.bootstrap .btn-group-action .btn-group > a:first-child { margin-right: -3px; } +.bootstrap .btn-group-action .btn-group i { font-size: 14px; } +.bootstrap .tt-query { border-bottom-right-radius: 3px !important; border-top-right-radius: 3px !important; } +.bootstrap .tt-dropdown-menu { background-color: white; border: solid 1px #cccccc; font-size: 0.9em; text-transform: none; } +.bootstrap .tt-suggestions { padding: 0 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; } +.bootstrap .tt-suggestion p { border-bottom: solid 1px #cccccc; margin: 0 !important; padding: 0 !important; } +.bootstrap .tt-suggestion:last-child p { border-bottom: none; } +.bootstrap .tagify-container { background-color: white; padding: 0px 3px; min-height: 30px; overflow: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; } +.bootstrap .tagify-container span { float: left; } +.bootstrap .tagify-container > span { display: inline-block; padding: 2px 5px; margin: 3px; border-radius: 2px; border: 1px solid #00c8ab; background-color: #16ffdd; color: white; } +.bootstrap .tagify-container > span > a { padding-left: 5px; color: #00c8ab; text-decoration: none; font-weight: bold; } +.bootstrap .tagify-container > input { margin-top: 2px; border: 0 none; width: 100px; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .tagify-container > input:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .kpi-container { padding-bottom: 10px !important; } +.bootstrap .box-stats { display: block; height: 64px; margin-bottom: 10px; } +.bootstrap .box-stats .boxchart-overlay { padding: 10px 10px 5px 10px; margin-right: 10px; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .kpi-content { float: left; width: 100%; padding-left: 72px; position: relative; } +.bootstrap .box-stats .kpi-content i { position: absolute; top: 0; left: 0; font-size: 56px; text-align: center; color: white; width: 66px; height: 66px; line-height: 66px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .kpi-content .title { display: block; color: #666666; } +.bootstrap .box-stats .kpi-content .subtitle { display: block; text-transform: uppercase; color: #aaaaaa; } +.bootstrap .box-stats .kpi-content .value { display: block; clear: both; font-size: 1.8em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } +.bootstrap .box-stats:hover { text-decoration: none; } +.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay { background-color: #2ba8e3; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color1 .value { color: #2ba8e3; } +.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay { background-color: #ff5450; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color2 .value { color: #ff5450; } +.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay { background-color: #9e5ba1; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color3 .value { color: #9e5ba1; } +.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay { background-color: #95cc6b; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset; } +.bootstrap .color4 .value { color: #95cc6b; } +.bootstrap .data_chart rect { fill: white; } +.bootstrap .data_chart path { stroke: white; stroke-width: 2; fill: none; } +.bootstrap .data_chart line { stroke: black; } +.bootstrap .data_chart .area { fill: rgba(255, 255, 255, 0.3); stroke-width: 0; } +.bootstrap .switch a, .bootstrap .switch-light span span { display: none; } +@media only screen { .bootstrap .switch-light { display: block; height: 26px; position: relative; overflow: visible; padding: 0; } + .bootstrap .switch-light * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch-light a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch-light label, .bootstrap .switch-light > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch-light label { position: relative; z-index: 3; display: block; width: 100%; } + .bootstrap .switch-light input { position: absolute; opacity: 0; z-index: 5; } + .bootstrap .switch-light input:checked ~ a { left: 0%; } + .bootstrap .switch-light > span { position: absolute; left: 0; width: 100%; margin: 0; text-align: left; font-weight: normal; } + .bootstrap .switch-light > span span { position: absolute; top: 0; left: 0; z-index: 5; display: block; width: 50%; text-align: center; } + .bootstrap .switch-light > span span:last-child { left: 50%; } + .bootstrap .switch-light a { position: absolute; left: 50%; top: 0; z-index: 4; display: block; width: 50%; height: 100%; padding: 0; } + .bootstrap .switch { display: block; height: 26px; position: relative; } + .bootstrap .switch * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch label, .bootstrap .switch > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch input { position: absolute; opacity: 0; } + .bootstrap .switch label { position: relative; z-index: 2; float: left; width: 50%; height: 100%; margin: 0; text-align: center; } + .bootstrap .switch a { position: absolute; top: 0; left: 0; padding: 0; z-index: 1; width: 50%; height: 100%; color: white; border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 -1px 0 inset; box-shadow: #5cb85c 0 -1px 0 inset; } + .bootstrap .switch input:last-of-type:checked ~ a { left: 50%; border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 -1px 0 inset; box-shadow: #d9534f 0 -1px 0 inset; } + .bootstrap .switch input:disabled ~ a { border: solid 1px #b3b3b3 !important; background-color: #cccccc !important; -webkit-box-shadow: #b3b3b3 0 -1px 0 inset !important; box-shadow: #b3b3b3 0 -1px 0 inset !important; } + .bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a { width: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a { left: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:last-of-type ~ a { left: 66.66667%; } + .bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a { width: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a { left: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a { left: 50%; } + .bootstrap .switch.switch-4 input:checked:last-of-type ~ a { left: 75%; } + .bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a { width: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a { left: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a { left: 40%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a { left: 60%; } + .bootstrap .switch.switch-5 input:checked:last-of-type ~ a { left: 80%; } + .bootstrap .prestashop-switch { background-color: #eeeeee; border-radius: 3px; color: #333333; text-align: center; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 1px inset; box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 1px inset; } + .bootstrap .prestashop-switch * { outline: 0 !important; } + .bootstrap .prestashop-switch label { text-transform: uppercase; color: #bbbbbb; font-weight: 400; cursor: pointer; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } + .bootstrap .prestashop-switch input:checked + label { color: white; } + .bootstrap .prestashop-switch > span { color: #666666; text-transform: uppercase; cursor: pointer; } + .bootstrap .prestashop-switch.switch-light input:checked ~ a { border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 -1px 0 inset; box-shadow: #5cb85c 0 -1px 0 inset; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type { color: white; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ a { border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 -1px 0 inset; box-shadow: #d9534f 0 -1px 0 inset; } + .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type { color: white; } } +.bootstrap .page-head { width: 100%; height: 55px; padding: 0 0 0 0; margin: 0; border-bottom: 4px solid #2e4251; position: fixed; top: 36px; left: 0px; z-index: 499; background-color: #405c72; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; } +.bootstrap .page-head h2.page-title { position: relative; padding: 23px 0 0 280px; margin: 0; font: 300 22px/1em "Open Sans", Helvetica, Arial, sans-serif; color: white; } +@media (max-width: 768px) { .bootstrap .page-head h2.page-title { padding: 26px 0 0 70px; } } +.bootstrap .page-head h2.page-title a { border-bottom: dotted 1px white; } +.bootstrap .page-head h2.page-title a:hover { color: black; border-color: black; } +.bootstrap .page-head a { color: white; text-decoration: none; } +.bootstrap .page-head .toolbarBox { position: absolute; right: 0; width: 100%; background-color: transparent !important; } +@media (max-width: 768px) { .bootstrap .page-head .toolbarBox { background-color: #405c72; } } +.bootstrap .page-head .toolbarBox #toolbar-nav { border: none; background-color: #405c72; } +.bootstrap .page-head .toolbarBox .btn-toolbar { margin: 0; padding: 3px 0 0 0; } +.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn { height: 46px; position: relative; padding: 2px 5px !important; margin: 0 3px 2px 0; font-size: 12px; line-height: 8px; color: white; background-color: #405c72; text-align: center; text-shadow: none; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +@media (max-width: 992px) { .bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn { width: 46px; border: solid 1px #243441; font-size: 11px; } } +.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn:hover { color: #405c72; border-color: white; background-color: white !important; } +.bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar { float: right; display: none; background-color: #405c72; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +@media (max-width: 768px) { .bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar { display: block; } } +.bootstrap .page-head ul.page-breadcrumb { position: absolute; list-style: none; margin: 0; padding: 0; left: 280px; top: 4px; height: 20px; line-height: 20px; color: black; font-size: 12px; color: rgba(0, 0, 0, 0.5); background: transparent !important; border: none !important; white-space: nowrap; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +@media (max-width: 768px) { .bootstrap .page-head ul.page-breadcrumb { left: 70px; } } +.bootstrap .page-head ul.page-breadcrumb li { text-transform: uppercase; } +.bootstrap .page-head ul.page-breadcrumb li i { font-size: 14px; } +.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-container i, .bootstrap .page-head ul.page-breadcrumb li.breadcrumb-current i { position: absolute; left: -60px; top: 2px; font-size: 42px; padding-right: 5px; color: #243441; border-right: solid 1px #243441; } +.bootstrap .page-head ul.page-breadcrumb li:before { color: #243441; } +.bootstrap .page-head ul.page-breadcrumb li a { color: rgba(255, 255, 255, 0.6); } +.bootstrap .page-head ul.page-breadcrumb li a:hover { color: white; } +.bootstrap .page-header-toolbar-back { border: none !important; display: inline-block; } +.bootstrap #datepicker .input-selected { margin: 0; } +.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected { border: solid 3px #00a4e7; } +.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected { border: solid 3px #ff8000; } +.bootstrap #datepicker div#datepicker-form #date-range { border: solid 1px #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading { background-color: #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-compare { border: solid 1px #e67300; } +.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading { background-color: #e67300; } +.bootstrap #datepicker div#datepicker-form .form-date-heading { height: 30px; line-height: 30px; padding: 0 0 0 8px; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label { font-size: 1.15em; color: white; font-weight: 200; text-transform: uppercase; line-height: 2em; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default { background-color: rgba(255, 255, 255, 0.3); font-weight: 700; color: white; border: none; } +.bootstrap #datepicker div#datepicker-form .form-date-heading select { margin: 2px 2px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions { width: 100%; padding: 10px; background-color: white; display: inline-block; } +.bootstrap #datepicker div#datepicker-form .form-date-actions { border: solid 1px #cccccc; } +.bootstrap #datepicker div#datepicker-form .form-date-group { clear: both; width: 100%; margin: 0 auto 6px auto; } +.bootstrap #datepicker div#datepicker-form .form-date-group label { font-size: 0.8em; font-weight: 700; text-transform: uppercase; color: #666666; } +.bootstrap #datepicker div#datepicker-form .form-date-group input { margin: 4px 4px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] { width: 35%; } +.bootstrap #datepicker div#datepicker-form .form-date-group button { margin: 5px 0 0 0; } +.bootstrap #datepicker .daterangepicker { position: relative; margin: 0 0 8px 0; width: 100%; font-size: 13px; border: solid 1px #cccccc; } +.bootstrap #datepicker .daterangepicker table { width: 100%; margin: 0; border-spacing: 1px; } +.bootstrap #datepicker .daterangepicker thead tr th { background-color: #0092ce; color: white; font-size: 0.7em; height: 1.5em; text-transform: uppercase; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { background-color: white; border-bottom: 1px solid #0092ce; font-weight: 200; font-size: 1.4em; color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th { text-align: center; padding: 0; position: relative; } +.bootstrap #datepicker .daterangepicker tr { border-bottom: solid 1px white; } +.bootstrap #datepicker .daterangepicker td { color: #00a4e7; height: 2.4em; padding: 0 8px; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap #datepicker .daterangepicker td.day:after { content: ""; position: absolute; display: block; top: 0; left: 0; width: 100%; z-index: 0; background-color: transparent; } +.bootstrap #datepicker .daterangepicker td.day:hover { cursor: pointer; } +.bootstrap #datepicker .daterangepicker td.day.disabled { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare { background-color: #4ca0b1; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare { background-color: #4ca0b1; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range { background-color: #ba924c; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range { background-color: #ba924c; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare { background-color: #4ca0b1; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #ff8000; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range { background-color: #ba924c; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.range { color: #cef1ff; background-color: #1bbdff; } +.bootstrap #datepicker .daterangepicker td.range.range-compare { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.range-compare { color: #fff2e5; background-color: #ff9933; } +.bootstrap #datepicker .daterangepicker td.range-compare.range { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.today { background-color: white; } +.bootstrap #datepicker .daterangepicker td span { padding: 0; display: block; width: 33.333%; height: 3em; line-height: 3em; font-weight: 400; float: left; text-transform: uppercase; cursor: pointer; } +.bootstrap #datepicker .daterangepicker td span:hover { color: white; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td span.active { background-color: #00a4e7; color: white; } +.bootstrap #datepicker .daterangepicker td span.old { color: #cccccc; } +.bootstrap #datepicker .daterangepicker th.next { text-align: right; padding: 0 10px 0 0; } +.bootstrap #datepicker .daterangepicker th.prev { text-align: left; padding: 0 0 0 10px; } +.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch { font-size: 1.3em; line-height: 2em; height: 2em; } +.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover { background-color: #0092ce; color: white; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { cursor: pointer; } +.bootstrap .chevron-left, .bootstrap .chevron-right { position: relative; } +.bootstrap .chevron-left:before, .bootstrap .chevron-right:before { display: block; content: ""; width: 0; height: 0; border-style: solid; position: absolute; } +.bootstrap .chevron-left:before { right: 0; top: 0; border-width: 1.2em 0 1.2em 0.5em; border-color: transparent transparent transparent #00a4e7; background-color: #1bbdff; } +.bootstrap .chevron-right:before { left: 0; top: 0; border-width: 1.2em 0 1.2em 0.5em; border-color: transparent transparent transparent #1bbdff; background-color: #00a4e7; } +.bootstrap .input-complete { -webkit-animation: one 0.2s ease-in-out; -moz-animation: one 0.2s ease-in-out; -ms-animation: one 0.2s ease-in-out; -o-animation: one 0.2s ease-in-out; animation: one 0.2s ease-in-out; } +.bootstrap .multishop-well { padding: 20px 20px 10px; margin-bottom: 15px; background-color: #faf8f0; border: none; border-left: 3px solid #fbeccb; } +.bootstrap #carrier_wizard { position: relative; display: block; } +.bootstrap #carrier_wizard .stepContainer { position: relative; display: block; clear: both; } +.bootstrap #carrier_wizard .stepContainer div.content { position: absolute; display: block; width: 100%; clear: both; } +.bootstrap #carrier_wizard .stepContainer .StepTitle { display: block; position: relative; clear: both; } +.bootstrap #carrier_wizard ul.anchor { position: relative; display: block; float: left; list-style: none; padding: 0; margin: 0 0 10px 0; clear: both; width: 100%; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li { width: 25%; float: left; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li { width: 25%; float: left; } +.bootstrap #carrier_wizard li { position: relative; display: block; overflow: hidden; } +.bootstrap #carrier_wizard li a { color: #cccccc; height: 32px; display: block; position: relative; margin: 0 16px 0 0; text-decoration: none; outline-style: none; } +.bootstrap #carrier_wizard li a .stepNumber { position: relative; float: left; width: 24px; height: 32px; margin-right: 3px; text-align: center; padding: 0 5px; font-size: 30px; line-height: 32px; color: white; } +.bootstrap #carrier_wizard li a .stepDesc { position: relative; text-align: left; font-size: 13px; height: 32px; display: table-cell; vertical-align: middle; line-height: 13px; } +.bootstrap #carrier_wizard li a .chevron { border: 16px solid transparent; border-left: 14px solid white; border-right: 0; position: absolute; right: -16px; top: 0; } +.bootstrap #carrier_wizard li a .chevron:after { border: 16px solid transparent; border-left: 14px solid #cccccc; border-right: 0; position: absolute; content: ""; right: 2px; top: -16px; } +.bootstrap #carrier_wizard li a.disabled { color: #777777; background-color: #cccccc; } +.bootstrap #carrier_wizard li a.disabled .chevron:after { border-left: 14px solid #cccccc; } +.bootstrap #carrier_wizard li a.selected { color: #f8f8f8; cursor: text; background-color: #3b3f45; } +.bootstrap #carrier_wizard li a.selected .chevron:after { border-left: 14px solid #3b3f45; } +.bootstrap #carrier_wizard li a.done { color: white; background-color: #5cb85c; } +.bootstrap #carrier_wizard li a.done .chevron:after { border-left: 14px solid #5cb85c; } +.bootstrap #carrier_wizard .loader { display: none; } +.bootstrap #carrier_wizard .msgBox { position: relative; display: none; float: left; margin: 4px 0 0 5px; padding: 5px; border: 1px solid gold; background-color: #ffffdd; color: #5a5655; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap #carrier_wizard .msgBox .content { padding: 0px; float: left; } +.bootstrap #carrier_wizard #carrier_logo_block { right: 10px; } +.bootstrap #carrier_wizard .range_inf td, .bootstrap #carrier_wizard .range_sup td { background-color: #cccccc; } +.bootstrap #carrier_wizard .range_type { width: 220px; text-align: right; font-weight: bold; } +.bootstrap #carrier_wizard .range_data { width: 110px; } +.bootstrap #carrier_wizard .range_sign { width: 18px; font-size: 20px; text-align: center; } +.bootstrap #carrier_wizard .range_data_new { width: 110px; } +.bootstrap #carrier_wizard table#zones_table { width: auto; } +.bootstrap #carrier_wizard .field_error { border-color: #d9534f; } +.bootstrap #carrier_wizard .actionBar { height: 30px; } +.bootstrap #carrier_wizard .actionBar a { float: right; margin-right: 10px; } +.bootstrap .size_s { font-size: 1.1em; } +.bootstrap .size_md { font-size: 1.3em; } +.bootstrap .size_l { font-size: 1.7em; } +.bootstrap .size_xl { font-size: 2em; } +.bootstrap .size_xxl { font-size: 2.3em; } +.bootstrap .number-monospace { font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif !important; word-spacing: -0.3em; font-weight: 200; } +.bootstrap .color_success { color: #5cb85c; } +.bootstrap .color_danger { color: #d9534f; } +.bootstrap .dash_trend_down { color: red; } +.bootstrap .dash_trend_down:before { margin-right: 4px; font-family: FontAwesome; content: "\f0ab"; } +.bootstrap .dash_trend_up { color: green; } +.bootstrap .dash_trend_up:before { margin-right: 4px; font-family: FontAwesome; content: "\f0aa"; } +.bootstrap .dash_trend_right { color: darkblue; } +.bootstrap .dash_trend_right:before { margin-right: 4px; font-family: FontAwesome; content: "\f0a9"; } +.bootstrap #dashboard section > section header { padding: 3px 8px; margin: 0 0 3px 0; color: white; font-size: 1.2em; background-color: #00c8ab; } +.bootstrap #dashboard section > section header .small { display: block; clear: both; font-variant: small-cap; text-transform: uppercase; font-size: 0.8em; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard .data_list { margin: 0 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list li { position: relative; } +.bootstrap #dashboard .data_list .data_value { line-height: 39px; position: absolute; top: 0; right: 0; padding: 0 10px 0 0; } +.bootstrap #dashboard .data_list_small { margin: 8px 0 10px 0; padding: 0 0 0 0; border-top: solid 1px #dddddd; } +.bootstrap #dashboard .data_list_small li { padding: 3px 0; position: relative; border: none; margin: 0; border-bottom: dashed 1px #dddddd; } +.bootstrap #dashboard .data_list_small .data_label { text-transform: uppercase; color: #bbbbbb; } +.bootstrap #dashboard .data_list_small .data_value { line-height: 25px; position: absolute; top: 0; right: 0; padding: 0; } +.bootstrap #dashboard .data_list_large { margin: 8px 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list_large li { padding: 6px 0; position: relative; border: none; margin: 0; } +.bootstrap #dashboard .data_list_large .data_label { line-height: 0.8em; } +.bootstrap #dashboard .data_list_large .data_label small { font-size: 0.6em; } +.bootstrap #dashboard .data_list_large .data_value { text-align: right; line-height: 0.6em; position: absolute; top: 0; right: 0; padding: 8px 0 0 0; } +.bootstrap #dashboard .data_list_large .data_value small { font-size: 0.5em; } +.bootstrap #dashboard .data_list_vertical { padding: 0; margin: 0 0 10px 0; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap #dashboard .data_list_vertical li { border-left: solid 1px #dddddd; padding: 6px; } +.bootstrap #dashboard .data_list_vertical li:first-child { border: none; } +.bootstrap #dashboard .data_list_vertical .data_label { min-height: 32px; display: block; line-height: 1em; text-align: center; } +.bootstrap #dashboard .data_list_vertical .data_value { display: block; text-align: center; } +.bootstrap #dashboard #dashtrends header { margin-bottom: 0; } +.bootstrap #dashboard #dashtrends #dashtrends_toolbar { margin: 0 -16px 10px; } +.bootstrap #dashboard #dashtrends dl { cursor: pointer; margin: 0; min-height: 90px; text-align: center; background-color: white; padding: 10px; border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } +.bootstrap #dashboard #dashtrends dl:first-child { border-left: none; } +.bootstrap #dashboard #dashtrends dl.active { background-color: #00c8ab; -webkit-box-shadow: white 0 0 0 2px inset; box-shadow: white 0 0 0 2px inset; } +.bootstrap #dashboard #dashtrends dl.active dt { color: white; font-size: 1.2em; } +.bootstrap #dashboard #dashtrends dl.active dd { color: white; } +.bootstrap #dashboard #dashtrends dt { text-align: center; height: 37px; line-height: 1em; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard #dashtrends dd span { font-size: 0.9em; white-space: nowrap; } +.bootstrap #dashboard #dashtrends svg { height: 350px; } +.bootstrap #dashboard #dashgoals svg { height: 250px; } +.bootstrap #dashboard #dashproducts nav { margin-bottom: 10px; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; } +.bootstrap #dashboard #dashaddons { background-color: white; border: 1px dashed silver; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 10px 20px; font-size: 1.3em; text-align: center; } +.bootstrap #dashboard #dashaddons a { display: block; } +.bootstrap #dashboard #dashaddons a:hover { text-decoration: none; } +.bootstrap #dashboard #dashactivity svg { height: 150px; } +.bootstrap #dashboard .loading .data_value { min-width: 30px; text-align: center; } +.bootstrap #dashboard .loading .data_value:before { font-size: 14px; color: #cccccc; } +.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small { display: none; } +.bootstrap #dashboard .loading .data_trend { display: none; } +.bootstrap #dashboard .tooltip-panel { padding: 10px; min-width: 150px; } +.bootstrap #dashboard .tooltip-panel-heading { font: 400 1.2em/1.42857 "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #cccccc; } +.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; animation-name: bounceG; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-direction: linear; animation-direction: linear; -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -ms-transform: scaleX(0.7); -o-transform: scaleX(0.7); transform: scaleX(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); -ms-transform: scaleY(0.7); -o-transform: scaleY(0.7); transform: scaleY(0.7); } +.bootstrap #dash_version { padding: 0 !important; overflow: hidden; } +.bootstrap #dash_version iframe { height: 80px; width: 100%; } +.bootstrap #calendar button.btn-default.active { border-color: #00957f; color: white; font-weight: 700; background-color: #00c8ab; -webkit-box-shadow: none; box-shadow: none; } +@media (max-width: 480px) { .bootstrap #calendar { padding: 10px !important; } + .bootstrap #calendar button.btn-default { padding: 5px 5px; } } +.bootstrap #login { height: 100%; background-color: #092756; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756)); background: -webkit-radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(left top, #670d10, #092756); background: -moz-radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(left top, #670d10, #092756); background: -o-radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(left top, #670d10, #092756); background: radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(left top, #670d10, #092756); } +.bootstrap #login-header { padding-top: 40px; margin-bottom: 30px; color: white; } +.bootstrap #login-header h1, .bootstrap #login-header h4 { margin: 0; padding: 0; } +.bootstrap #login-panel { margin: 0 auto; width: 420px; } +@media (max-width: 480px) { .bootstrap #login-panel { width: 90%; } } +.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel { -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 0 0 6px; box-shadow: rgba(255, 255, 255, 0.45) 0 0 0 6px; } +.bootstrap #login-panel .panel-footer { height: inherit; margin: 0 -20px -20px; } +.bootstrap #login-panel .flip-container { height: 370px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } +.bootstrap #login-panel .flip-container.flip .flipper { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel .flipper { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } +.bootstrap #login-panel .front, .bootstrap #login-panel .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; width: 100%; padding: 20px; position: absolute; top: 0; left: 0; } +.bootstrap #login-panel .front { z-index: 2; } +.bootstrap #login-panel .back { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel #remind-me { margin-top: 0; } +.bootstrap #login-footer a { color: #a0aab5; } +.bootstrap #module-list h3 { position: relative; top: 0; left: 0; margin: 0; padding: 0; background-color: transparent; color: #3b3f45; } +.bootstrap .hook_panel { padding: 10px 10px 5px 10px; margin-bottom: 10px !important; border: solid #e6e6e6 1px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 0 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .module_name { font-size: 1.2em; } +.bootstrap .hook_panel_header { margin: 0 -10px 0 -10px; padding: 0 10px 10px 10px; } +.bootstrap .hook_panel_header .hook_name { font-size: 1.4em; color: #00c8ab; background-color: white; padding: 0 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .hook_panel_header .hook_description { padding: 3px 0 0 3px; } +.bootstrap #modules_list_container_tab img { max-width: 66px; } +.bootstrap .module_list .module_list_item { display: table; width: 100%; padding: 5px 0; margin-bottom: -1px; background-color: white; border: solid 1px #9ed0ec; } +.bootstrap .module_list .draggable { cursor: pointer; } +.bootstrap .module_col_select { display: table-cell; width: 22px; min-height: 35px; vertical-align: middle; text-align: center; border-right: 1px solid #dddddd; } +.bootstrap .module_col_position { display: table-cell; width: 70px; vertical-align: middle; text-align: right; } +.bootstrap .module_col_position .positions { border: solid 1px #cccccc; background-color: #eeeeee; padding: 0 5px; font-size: 1.4em; color: #aaaaaa; cursor: move; text-shadow: white 1px 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; } +.bootstrap .module_col_icon { display: table-cell; width: 50px; text-align: center; vertical-align: middle; } +.bootstrap .module_col_infos { display: table-cell; height: 50px; vertical-align: middle; } +.bootstrap .module_col_actions { display: table-cell; width: 160px; padding: 0 10px; vertical-align: middle; text-align: right; } +.bootstrap .module_col_actions .btn-group { text-align: left; } +.bootstrap li.sortable-placeholder { border: 1px dashed #cccccc; background-color: #eeeeee; margin: 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap td.module_active { background-color: #80c780 !important; } +.bootstrap td.module_inactive { background-color: #d5d5d5 !important; } +.bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-size: 12px; } +.bootstrap .module-badge-popular { background-color: #f01778; } +.bootstrap .module-badge-partner { background-color: #00c8ab; } +.bootstrap .quickview-badge { margin-top: 30px; } +.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel { padding: 0; margin: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; box-shadow: 0; } +.bootstrap #translations_form .translations-email-panel { margin: 0 0 8px 20px; padding: 8px 12px; } +.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea { width: 100%; height: 500px; } +.bootstrap #translations_form .panel-group { display: none; } +.bootstrap #translations_form a.panel-title i { display: none; } +.bootstrap #translations_form a.panel-title:hover { text-decoration: none; } +.bootstrap #translations_form a.panel-title:hover i { display: inline-block; } +.bootstrap #translations_form .mails_field { border-bottom: 1px solid #eeeeee; padding-bottom: 8px; margin-bottom: 16px; } +.bootstrap #translations_form .mails_field ul.nav-pills { margin-bottom: 5px; } +.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner { font-size: 12px; } +.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner { color: #d9534f; border: solid 2px #d9534f; background-color: transparent; } +.bootstrap #translations_form .mails_field .panel-footer { margin: 0 -15px; } +.bootstrap .employee_avatar_small { vertical-align: middle; margin-right: 4px; } +.bootstrap .employee_avatar_small img { padding: 0; border: none; } +.bootstrap .employee_avatar { display: block !important; margin: 10px auto !important; text-align: center; } +.bootstrap .avatar-xs { height: 16px; width: 16px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; } +.bootstrap .avatar-xs img { width: 100%; height: 100%; } +.bootstrap .avatar-xs i { font-size: 10.66667px; line-height: 16px; } +.bootstrap .avatar-sm, .bootstrap .employee_avatar_small { height: 32px; width: 32px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; } +.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img { width: 100%; height: 100%; } +.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i { font-size: 21.33333px; line-height: 32px; } +.bootstrap .avatar-md { height: 48px; width: 48px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 48px; -moz-border-radius: 48px; -ms-border-radius: 48px; -o-border-radius: 48px; border-radius: 48px; } +.bootstrap .avatar-md img { width: 100%; height: 100%; } +.bootstrap .avatar-md i { font-size: 32px; line-height: 48px; } +.bootstrap .avatar-lg, .bootstrap .employee_avatar { height: 80px; width: 80px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 80px; -moz-border-radius: 80px; -ms-border-radius: 80px; -o-border-radius: 80px; border-radius: 80px; } +.bootstrap .avatar-lg img, .bootstrap .employee_avatar img { width: 100%; height: 100%; } +.bootstrap .avatar-lg i, .bootstrap .employee_avatar i { font-size: 53.33333px; line-height: 80px; } +.bootstrap .avatar-xl { height: 128px; width: 128px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 128px; -moz-border-radius: 128px; -ms-border-radius: 128px; -o-border-radius: 128px; border-radius: 128px; } +.bootstrap .avatar-xl img { width: 100%; height: 100%; } +.bootstrap .avatar-xl i { font-size: 85.33333px; line-height: 128px; } +.bootstrap #employee-thumbnail { margin-bottom: 10px; width: 104px; height: 104px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAIAAACzY+a1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB1ZJREFUeNrsnV1PGl0UhcsUbGmtVotYQatVbFqrF973/1+ZJqaJX0hFRKh8CRYBUZyu0KR5k1eBwWFmHV3romlShdPzzN577TMz5wTOz8+fSSbL0hQIoSSEkhAKoSSEkhBKQiiEkhBKQigJoRBKQigJoSSET1bBJ/W/7XQ6rVarXq83Go2rq6ubmxv8/fr6Gv80OTm5vr5uWZYQ0umqq3K5/Pv372q1CoS3t7f//7E3b94oCrmw1Wq1SqWCP//FWQ99+fJlcXFRCP1Xu93O5XLFYhHkkCQH8gKWBX4LCwuqhX4KtICtUCggW4Kio98Nh8NG8zMeIVxJPp/PZrPNZnO4T0CORaYdHx83dxIChj6ECFeSSqXAb8CE2UOhUGhlZWVpaUlR6JFs20bBOzg4gGdx5QMRiHt7eyifnz9/fvHihRCOVmgMMN2oea5/MgIaLQesTTQaVSIdlVDzwO/hmbPXdAQCiUQCeVVR6L4AL51Oe5Clk8kkzNHa2popKzVmjHJ3d9cDfv8N9+/fv/ddEBDCQbW/v398fOzxl5ZKpa2tLSMosiNEQBwdHfny1fCo29vbdy6oCqGDSUQJ9HEAiMWdnR0USCEcRrj8UQJH6j8HTAM/f/4UwmF0dnaGRo1hJKlUirn14kWYyWR48gEoCqEz1et1FEKe8ZTLZarxGICwUqlQWUE4mtPTUyF0oEajwTaki4sLIXQgt+5CuCh4Y87uQg8hGi8hHFSBQEAIzVa73e50OkJosG67EkIH3kG51GyEptyrE0LzvIMQSkIoCaEQeiHbtjkdqRAKoRyppFoohJIQSkIoCaEQSkIoPQmEnC/2oVXlHBjXK6LX19f7+/utVsvp3iMeyLbt8/Pzly9fsm2PwYWwWq1ms1nOfIXLa2trKxQKffv2jWpXBYvtSicvPADJtn7LhTAcDpOvjgaDwefPnwvhvRobG8McMSNELWTbm4bOYvHnUjUVvYQcRR6FGCFbqqdDCMvHjBCpXlHYp30m3wWNcHh0tZB8X8lXr14JYf9cSu5IhbCPpqammBGicxXCPpqcnKR1NAhBDE8I+wj8YrEYJ8JIJEJ4s4Lx7sny8jJhyUHDyrn5MyNCGPeNjQ0qX/P3LAROt0x61/7du3dUxuHt27fxeJxzrngfvKA6gQcIaSeKFyHVNufMrQ4vwomJCRL7B5PMfCgXL0Kee4dwMYQO2QCE4EdyW4C5EFIjDAQCJBWI/PAR6keBI5EIQxYlXFQzBiG6Q9+76bm5OfIzR6gHh3Lo7+GC8KLz8/PPuMX+TkU8HvfxLmssFuM/S40dIQIxkUj4MzWWZcQBvwa82YRQQEHy/ntx6RA+ZmEkQujr16/T09NefuPMzIwp54qagRDpdHNz08sWGzVYh9+5bw69XOUif5zVSIS2bXt58oFB7wUYg7DT6RCefCCEDkT4Yp8QOlOz2fRyg3qDNoEzBqGXu9Pzv9phJEKPT3FSFLoveRnjEbZaLdFSFCqR+mdkrrryuPRyntB0x9XGfNAwlM/nDw8P2+229+fHWJaVSCSWl5cVhcOrVqv9+PHj8vLSl/N/EP3JZJL2CF8zEBYKBX8PK7NtO5fLCeGDotD3MdAe4WsGQob9EPlNDS9CWNBms+n7MDAG8lUFXoRnZ2cMpxhiDBiJEA7jBjOZDMlgMBLOI2CpEZZKpXq9TjIYjATjEULHHb3GYyrCVquVTqfZrnqMB6PiXGpnWWBDsalUKrjY0c7TnsUcCoWi0ejc3Nz09DTPI4r+I4Rlz2azgMdT/PpqfHwcIOfn5xlu7vuJsFarwa+DH+GRBoNobGwMFGdnZ/19AdEHhJ1OB6Xl5OQEmZPZrA/qJiwLeXVhYSESifiy3ZGn+xFcXl7mumJYdnGxipe6CofDsa5ev379CKPw4uLi+Pj4169fptxHHVoIxPfv3y8uLk5MTDwGhLZtF4tFVDtcpI8gZzrKrsirqJQzMzOjfoZjVAjhM2EykTP5b9aMVIjFv+9Hjs67uo8QBe+0Kz02+E/gF+9qFGXSTYQwKZlMBmmTtjf3fWUAqfXDhw/ubvLoDkJ0eCAHtyJ4g4CE3wFLt7rJhyIEvKOjI3ToOqjH2bwHArOzsx8/fnw4yOER1uv1ZDJZKBQE7yEgo9Ho6urqQ3ZIGqa1R81Lp9PInI++yRu1cPUjgaHjQl5dWloarkY6i0KYzL/wVPNGZHYA0mn74QAh3GYqlVKrMOr2Y2VlBa7V5UTaaDQODg5gODXFoxYiZGdnp1KpfPr0acCNi/ojzOfz+FBlTi+FaCmXy2tra4Nse9UHITInbKfm1HshZra3t5H/kFd7/2SvpwcODw/Fz19h/kFhSIQnJyd9f1nyQKAAFo4RVqvV3d1dTR+JwAJEHCBEv7m3t/ekbu+RCyxA5L5VsDsQwtH2YC75IhABl0ERFotFTRmh7uNyB8JCoaD5ItR9XCxNjekSQiGUhFASQiGUhFASQkkIhVAyQo1G486VbiE0RsFg8M6XpP4IMAApALrnMeLgrgAAAABJRU5ErkJggg==); background-size: contain; position: relative; border: solid 1px #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: white 0 0 0 4px inset; box-shadow: white 0 0 0 4px inset; } +.bootstrap #employee-thumbnail:before { position: absolute; top: 10px; left: 10px; display: block; text-align: center; font-size: 2em; z-index: 10; color: #cccccc; } +.bootstrap #employee-thumbnail a { width: 100px; height: 100px; overflow: hidden; display: block; position: absolute; top: 1px; left: 1px; z-index: 100; background-position: center; background-size: contain; border: none; -webkit-box-shadow: white 0 0 0 3px inset; box-shadow: white 0 0 0 3px inset; } +.bootstrap .message-item-initial h2 { font-size: 1.5em; margin: 0 0 5px 0; } +.bootstrap .message-item-initial .message-item-initial-body { position: relative; margin-top: 10px; } +.bootstrap .message-item-initial .message-date { color: #bbbbbb; margin-bottom: 10px; } +.bootstrap .message-item { position: relative; border-bottom: solid 1px #eeeeee; margin: 0 0 0 30px; padding: 10px 0; } +.bootstrap .message-item:last-child { border: none; } +.bootstrap .message-item .message-item-heading { display: inline-block; } +.bootstrap .message-item .message-body { margin: 0 0 0 80px; } +.bootstrap .message-item .message-body .message-item-text { padding: 0 0 0 10px; border-left: 2px solid #cccccc; } +.bootstrap .message-item .message-avatar { position: absolute; top: 10px; left: 10px; } +.bootstrap .message-item .message-date { color: #bbbbbb; } +.bootstrap .arrow:before, .bootstrap .arrow:after { position: absolute; display: inline-block; border-color: transparent; border-style: solid; content: ""; } +.bootstrap .arrow-left:before { margin-left: -7px; top: 6px; left: 0px; border-right-color: #d1d4d7; border-width: 7px 7px 7px 0; } +.bootstrap .arrow-left:after { margin-left: -6px; top: 7px; left: 0px; border-right-color: white; border-width: 6px 6px 6px 0; } +.bootstrap .arrow-right:before { margin-right: -7px; top: 6px; right: 0px; border-left-color: #d1d4d7; border-width: 7px 0 7px 7px; } +.bootstrap .arrow-right:after { margin-right: -6px; top: 7px; right: 0px; border-left-color: white; border-width: 6px 0 6px 6px; } +.bootstrap .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } +.bootstrap .timeline:before { content: ""; width: 6px; margin-left: -4px; position: absolute; left: 50%; top: 0; bottom: 30px; background-color: #dddddd; z-index: 0; } +.bootstrap .timeline .timeline-item { display: table-row; } +.bootstrap .timeline .timeline-item .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } +.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { -webkit-box-shadow: 0; box-shadow: 0; display: inline-block; position: relative; margin-left: 42px; position: relative; text-align: left; } +.bootstrap .timeline .timeline-item .timeline-caption h5 { margin: 0; } +.bootstrap .timeline .timeline-item .timeline-caption h5 span { display: block; color: #999999; margin-bottom: 4px; font-size: 12px; } +.bootstrap .timeline .timeline-item .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } +.bootstrap .timeline .timeline-item .timeline-date { position: absolute; width: 150px; left: -220px; top: 10px; text-align: right; } +.bootstrap .timeline .timeline-item .timeline-icon { position: absolute; left: -62px; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; top: -2px; text-align: center; border: 2px solid white; background-color: #666666; } +.bootstrap .timeline .timeline-item .timeline-icon i { font-size: 20px; margin-top: 5px; color: white; } +.bootstrap .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after { content: ""; display: block; width: 50%; } +.bootstrap .timeline .timeline-item.alt { text-align: right; } +.bootstrap .timeline .timeline-item.alt:before { display: none; } +.bootstrap .timeline .timeline-item.alt .timeline-panel { margin-right: 40px; margin-left: 0; } +.bootstrap .timeline .timeline-item.alt .timeline-date { left: auto; right: -220px; text-align: left; } +.bootstrap .timeline .timeline-item.alt .timeline-icon { left: auto; right: -60px; } +.bootstrap .timeline .timeline-item.active { display: table-caption; text-align: center; } +.bootstrap .timeline .timeline-item.active:before { width: 1%; } +.bootstrap .timeline .timeline-item.active .timeline-panel { margin-left: 0; } +.bootstrap .timeline .timeline-item.active .timeline-caption { display: inline-block; width: auto; } +.bootstrap .timeline .timeline-item.active .timeline-date, .bootstrap .timeline .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } +.bootstrap .command-danger { background-color: #d9534f !important; } +.bootstrap .command-success { background-color: #5cb85c !important; } + +.mce-container { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: left; box-sizing: content-box; direction: ltr; } +.mce-container * { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: left; box-sizing: content-box; direction: ltr; } + +.mce-widget { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: left; box-sizing: content-box; direction: ltr; } +.mce-widget * { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: transparent; text-decoration: none; color: #333333; font-size: 12px; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: normal; text-align: left; box-sizing: content-box; direction: ltr; } +.mce-widget button { box-sizing: border-box; } + +.mce-container *[unselectable] { -moz-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } + +.mce-fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.mce-fade.mce-in { opacity: 1; } + +.mce-tinymce { visibility: visible !important; position: relative; } + +.mce-fullscreen { border: 0; padding: 0; margin: 0; overflow: hidden; height: 100%; z-index: 100; } + +div.mce-fullscreen { position: fixed; top: 0; left: 0; width: 100%; height: auto; } + +.mce-tinymce { display: block; border-radius: 2px; } + +.mce-wordcount { position: absolute; top: 0; right: 0; padding: 8px; } + +div.mce-edit-area { background: white; filter: none; padding: 1px; } + +.mce-statusbar { position: relative; } +.mce-statusbar .mce-container-body { position: relative; } + +.mce-fullscreen .mce-resizehandle { display: none; } + +.mce-charmap { border-collapse: collapse; } +.mce-charmap td { cursor: default; border: 1px solid #9e9e9e; width: 20px; height: 20px; line-height: 20px; text-align: center; vertical-align: middle; padding: 2px; } +.mce-charmap td div { text-align: center; } +.mce-charmap td:hover { background: #d9d9d9; } + +.mce-grid { border-spacing: 2px; border-collapse: separate; } +.mce-grid td div { border: 1px solid #d6d6d6; width: 12px; height: 12px; margin: 2px; cursor: pointer; } +.mce-grid a { display: block; border: 1px solid transparent; } +.mce-grid a:hover { border-color: #a1a1a1; } + +.mce-grid-border { margin: 0 4px 0 4px; } +.mce-grid-border a { border-color: #d6d6d6; width: 13px; height: 13px; } +.mce-grid-border a:hover, .mce-grid-border a.mce-active { border-color: #a1a1a1; background: #c8def4; } + +.mce-text-center { text-align: center; } + +div.mce-tinymce-inline { width: 100%; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } + +.mce-toolbar-grp { padding-bottom: 2px; } +.mce-toolbar-grp .mce-flow-layout-item { margin-bottom: 0; } + +.mce-rtl .mce-wordcount { left: 0; right: auto; } + +.mce-container, .mce-container-body { display: block; } + +.mce-autoscroll { overflow: hidden; } + +.mce-scrollbar { position: absolute; width: 7px; height: 100%; top: 2px; right: 2px; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } + +.mce-scrollbar-h { top: auto; right: auto; left: 2px; bottom: 2px; width: 100%; height: 7px; } + +.mce-scrollbar-thumb { position: absolute; background-color: black; border: 1px solid #888888; border-color: rgba(85, 85, 85, 0.6); width: 5px; height: 100%; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } + +.mce-scrollbar-h .mce-scrollbar-thumb { width: 100%; height: 5px; } + +.mce-scrollbar:hover, .mce-scrollbar.mce-active { background-color: #aaaaaa; opacity: 0.6; filter: alpha(opacity=60); zoom: 1; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } + +.mce-scroll { position: relative; } + +.mce-panel { border: 0 solid #cccccc; background-color: #fcfdfe; } + +.mce-floatpanel { position: absolute; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } +.mce-floatpanel.mce-fixed { position: fixed; } +.mce-floatpanel .mce-arrow { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 11px; } +.mce-floatpanel .mce-arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 10px; content: ""; } +.mce-floatpanel.mce-popover { background: transparent; border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); top: 0; left: 0; background: white; border: 1px solid #9e9e9e; border: 1px solid rgba(0, 0, 0, 0.25); } +.mce-floatpanel.mce-popover.mce-bottom { margin-top: 10px; *margin-top: 0; } +.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #9e9e9e; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } +.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after { top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: white; } +.mce-floatpanel.mce-popover.mce-bottom.mce-start { margin-left: -22px; } +.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow { left: 20px; } +.mce-floatpanel.mce-popover.mce-bottom.mce-end { margin-left: 22px; } +.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow { right: 10px; left: auto; } + +.mce-fullscreen { border: 0; padding: 0; margin: 0; overflow: hidden; background: white; height: 100%; } + +div.mce-fullscreen { position: fixed; top: 0; left: 0; } + +#mce-modal-block { opacity: 0; filter: alpha(opacity=0); zoom: 1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: black; } +#mce-modal-block.mce-in { opacity: 0.3; filter: alpha(opacity=30); zoom: 1; } + +.mce-window-move { cursor: move; } + +.mce-window { border-radius: 6px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); background: transparent; background: white; position: fixed; top: 0; left: 0; opacity: 0; -webkit-transition: opacity 150ms ease-in; transition: opacity 150ms ease-in; } +.mce-window.mce-in { opacity: 1; } + +.mce-window-head { padding: 9px 15px; border-bottom: 1px solid #c5c5c5; position: relative; } +.mce-window-head .mce-close { position: absolute; right: 15px; top: 9px; font-size: 18px; font-weight: bold; line-height: 20px; color: #858585; cursor: pointer; height: 20px; overflow: hidden; } + +.mce-close:hover { color: #adadad; } + +.mce-window-head .mce-title { line-height: 20px; font-size: 14px; font-weight: normal; text-rendering: optimizelegibility; padding-right: 10px; } + +.mce-window .mce-container-body { display: block; } + +.mce-foot { display: block; background-color: white; border-top: 1px solid #c5c5c5; border-radius: 0 0 6px 6px; } + +.mce-window-head .mce-dragh { position: absolute; top: 0; left: 0; cursor: move; width: 90%; height: 100%; } + +.mce-window iframe { width: 100%; height: 100%; } +.mce-window.mce-fullscreen { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } +.mce-window.mce-fullscreen .mce-foot { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } + +.mce-rtl .mce-window-head .mce-close { position: absolute; right: auto; left: 15px; } +.mce-rtl .mce-window-head .mce-dragh { left: auto; right: 0; } +.mce-rtl .mce-window-head .mce-title { direction: rtl; text-align: right; } + +.mce-abs-layout { position: relative; } + +body .mce-abs-layout-item { position: absolute; } + +.mce-abs-end { position: absolute; width: 1px; height: 1px; } + +.mce-container-body.mce-abs-layout { overflow: hidden; } + +.mce-tooltip { position: absolute; padding: 5px; zoom: 1; } + +.mce-tooltip-inner { font-size: 12px; background-color: black; color: white; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; white-space: normal; border-radius: 3px; } + +.mce-tooltip-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed black; } + +.mce-tooltip-arrow-n { border-bottom-color: black; } + +.mce-tooltip-arrow-s { border-top-color: black; } + +.mce-tooltip-arrow-e { border-left-color: black; } + +.mce-tooltip-arrow-w { border-right-color: black; } + +.mce-tooltip-nw, .mce-tooltip-sw { margin-left: -14px; } + +.mce-tooltip-n .mce-tooltip-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } + +.mce-tooltip-nw .mce-tooltip-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } + +.mce-tooltip-ne .mce-tooltip-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; } + +.mce-tooltip-s .mce-tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } + +.mce-tooltip-sw .mce-tooltip-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } + +.mce-tooltip-se .mce-tooltip-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; } + +.mce-tooltip-e .mce-tooltip-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; } + +.mce-tooltip-w .mce-tooltip-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; } + +.mce-btn { position: relative; display: inline-block; *display: inline; *zoom: 1; background-color: white; -webkit-box-shadow: #eeeeee 0 -2px 0 inset; box-shadow: #eeeeee 0 -2px 0 inset; } +.mce-btn:hover, .mce-btn:focus { color: #eeeeee; background-color: #eeeeee; -webkit-box-shadow: #dddddd 0 -2px 0 inset; box-shadow: #dddddd 0 -2px 0 inset; } +.mce-btn.mce-disabled button, .mce-btn.mce-disabled:hover button { cursor: default; box-shadow: none; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } +.mce-btn.mce-active { background-color: #d6d6d6; } +.mce-btn.mce-active:hover { background-color: #d6d6d6; } +.mce-btn:not(.mce-disabled):active { background-color: #d6d6d6; } +.mce-btn button { padding: 2px 6px; font-size: 12px; cursor: pointer; color: #333333; text-align: center; overflow: visible; -webkit-appearance: none; } +.mce-btn button::-moz-focus-inner { border: 0; padding: 0; } + +.mce-primary { min-width: 50px; color: white; border: 1px solid #b1b1b1; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25); background-color: #006dcc; } +.mce-primary:hover, .mce-primary:focus { background-color: #005fb3; } +.mce-primary.mce-disabled button, .mce-primary.mce-disabled:hover button { cursor: default; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } +.mce-primary.mce-active { background-color: #005299; } +.mce-primary.mce-active:hover { background-color: #005299; } +.mce-primary:not(.mce-disabled):active { background-color: #005299; } +.mce-primary button { color: white; } +.mce-primary button i { color: white; } + +.mce-btn-large button { padding: 9px 14px; font-size: 12px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } +.mce-btn-large i { margin-top: 2px; } + +.mce-btn-small button { padding: 1px 5px; font-size: 12px; *padding-bottom: 2px; } +.mce-btn-small i { line-height: 20px; vertical-align: top; *line-height: 18px; } + +.mce-btn .mce-caret, .mce-btn-small .mce-caret { margin-top: 8px; margin-left: 0; } + +.mce-caret { display: inline-block; *display: inline; *zoom: 1; width: 0; height: 0; vertical-align: top; border-top: 4px solid #333333; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } + +.mce-disabled .mce-caret { border-top-color: #aaaaaa; } + +.mce-caret.mce-up { border-bottom: 4px solid #333333; border-top: 0; } + +.mce-rtl .mce-btn button { direction: rtl; } + +.mce-btn-group .mce-btn { border: solid 1px #cccccc; border-right: none; border-radius: 0; } +.mce-btn-group .mce-first { border-radius: 3px 0 0 3px; } +.mce-btn-group .mce-last { border-right: solid 1px #cccccc; border-radius: 0 3px 3px 0; } +.mce-btn-group .mce-first.mce-last { border-radius: 3px; } +.mce-btn-group .mce-btn.mce-flow-layout-item { margin: 0; } + +.mce-checkbox { cursor: pointer; } + +i.mce-i-checkbox { margin: 0 3px 0 0; border: 1px solid #c5c5c5; border-radius: 3px; background-color: #f0f0f0; text-indent: -10em; *font-size: 0; *line-height: 0; *text-indent: 0; overflow: hidden; width: 14px; height: 14px; text-align: center; display: inline-block; } + +.mce-checked i.mce-i-checkbox { color: #333333; font-size: 12px; line-height: 16px; text-indent: 0; } + +.mce-checkbox:focus i.mce-i-checkbox, .mce-checkbox.mce-focus i.mce-i-checkbox { border: 1px solid rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.65); } +.mce-checkbox.mce-disabled .mce-label, .mce-checkbox.mce-disabled i.mce-i-checkbox { color: #acacac; } + +.mce-rtl .mce-checkbox { direction: rtl; text-align: right; } +.mce-rtl i.mce-i-checkbox { margin: 0 0 0 3px; } + +.mce-colorbutton .mce-ico { position: relative; } + +.mce-colorbutton-grid { margin: 4px; } + +.mce-colorbutton button { padding-right: 4px; } +.mce-colorbutton .mce-preview { padding-right: 3px; display: block; position: absolute; left: 50%; top: 50%; margin-left: -14px; margin-top: 7px; background: gray; width: 13px; height: 2px; overflow: hidden; } +.mce-colorbutton.mce-btn-small .mce-preview { margin-left: -16px; padding-right: 0; width: 16px; } +.mce-colorbutton .mce-open { padding-left: 4px; border-left: 1px solid transparent; border-right: 1px solid transparent; } +.mce-colorbutton:hover .mce-open { border-left-color: #bdbdbd; border-right-color: #bdbdbd; } +.mce-colorbutton.mce-btn-small .mce-open { padding: 0 3px 0 3px; } + +.mce-rtl .mce-colorbutton { direction: rtl; } +.mce-rtl .mce-colorbutton .mce-preview { margin-left: 0; padding-right: 0; padding-left: 4px; margin-right: -14px; } +.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview { margin-left: 0; padding-right: 0; margin-right: -17px; padding-left: 0; } +.mce-rtl .mce-colorbutton button { padding-right: 10px; padding-left: 10px; } +.mce-rtl .mce-colorbutton .mce-open { padding-left: 4px; padding-right: 4px; } + +.mce-combobox { display: inline-block; *display: inline; *zoom: 1; *height: 32px; } +.mce-combobox input { border: 1px solid #c5c5c5; border-right-color: #c5c5c5; height: 28px; } +.mce-combobox.mce-disabled input { color: #adadad; } +.mce-combobox.mce-has-open input { border-radius: 4px 0 0 4px; } +.mce-combobox .mce-btn { border-left: 0; border-radius: 0 4px 4px 0; background-color: #c5c5c5; -webkit-box-shadow: #aaaaaa 0 -2px 0 inset; box-shadow: #aaaaaa 0 -2px 0 inset; } +.mce-combobox button { height: 26px; } +.mce-combobox.mce-disabled .mce-btn button { cursor: default; box-shadow: none; opacity: 0.4; filter: alpha(opacity=40); zoom: 1; } + +.mce-path { display: inline-block; *display: inline; *zoom: 1; padding: 8px; white-space: normal; } +.mce-path .mce-txt { display: inline-block; padding-right: 3px; } +.mce-path .mce-path-body { display: inline-block; } + +.mce-path-item { display: inline-block; *display: inline; *zoom: 1; cursor: pointer; color: #333333; } +.mce-path-item:hover { text-decoration: underline; } +.mce-path-item:focus { background: #666666; color: white; } + +.mce-path .mce-divider { display: inline; } + +.mce-disabled .mce-path-item { color: #aaaaaa; } + +.mce-rtl .mce-path { direction: rtl; } + +.mce-fieldset { border: 0 solid #9e9e9e; border-radius: 3px; } +.mce-fieldset > .mce-container-body { margin-top: -15px; } + +.mce-fieldset-title { margin-left: 5px; padding: 0 5px 0 5px; } + +.mce-fit-layout { display: inline-block; *display: inline; *zoom: 1; } + +.mce-fit-layout-item { position: absolute; } + +.mce-flow-layout-item { display: inline-block; *display: inline; *zoom: 1; margin: 2px 0 2px 2px; } +.mce-flow-layout-item.mce-last { margin-right: 2px; } + +.mce-flow-layout { white-space: normal; } + +.mce-tinymce-inline .mce-flow-layout { white-space: nowrap; } + +.mce-rtl .mce-flow-layout { text-align: right; direction: rtl; } +.mce-rtl .mce-flow-layout-item { margin: 2px 2px 2px 0; } +.mce-rtl .mce-flow-layout-item.mce-last { margin-left: 2px; } + +.mce-iframe { border: 0 solid #9e9e9e; width: 100%; height: 100%; } + +.mce-label { display: inline-block; *display: inline; *zoom: 1; border: 0; overflow: hidden; } +.mce-label.mce-autoscroll { overflow: auto; } +.mce-label.mce-disabled { color: #aaaaaa; } +.mce-label.mce-multiline { white-space: pre-wrap; } + +.mce-rtl .mce-label { text-align: right; direction: rtl; } + +.mce-menubar { border: 1px solid #eeeeee; } +.mce-menubar .mce-menubtn { border-color: transparent; background: transparent; border-radius: 0; box-shadow: none; filter: none; } +.mce-menubar .mce-menubtn button span { color: #333333; } +.mce-menubar .mce-caret { border-top-color: #333333; } +.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus { border-color: transparent; background: #e6e6e6; filter: none; box-shadow: none; } + +.mce-menubtn.mce-disabled span { color: #aaaaaa; } +.mce-menubtn span { color: #333333; margin-right: 2px; line-height: 20px; *line-height: 16px; } +.mce-menubtn.mce-btn-small span { font-size: 12px; } +.mce-menubtn.mce-fixed-width span { display: inline-block; overflow-x: hidden; text-overflow: ellipsis; width: 90px; } +.mce-menubtn.mce-fixed-width.mce-btn-small span { width: 70px; } +.mce-menubtn .mce-caret { *margin-top: 6px; } + +.mce-rtl .mce-menubtn button { direction: rtl; text-align: right; } + +.mce-listbox button { text-align: left; padding-right: 20px; position: relative; } +.mce-listbox .mce-caret { position: absolute; margin-top: -2px; right: 8px; top: 50%; } + +.mce-rtl .mce-listbox .mce-caret { right: auto; left: 8px; } +.mce-rtl .mce-listbox button { padding-right: 10px; padding-left: 20px; } + +.mce-menu-item { display: block; padding: 6px 15px 6px 12px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; cursor: pointer; line-height: normal; border-left: 4px solid transparent; margin-bottom: 1px; } +.mce-menu-item .mce-ico, .mce-menu-item .mce-text { color: #333333; } +.mce-menu-item.mce-disabled .mce-text, .mce-menu-item.mce-disabled .mce-ico { color: #adadad; } +.mce-menu-item:hover .mce-text, .mce-menu-item.mce-selected .mce-text, .mce-menu-item:hover .mce-ico, .mce-menu-item.mce-selected .mce-ico, .mce-menu-item:focus .mce-ico { color: white; } +.mce-menu-item.mce-disabled:hover { background: #cccccc; } + +.mce-menu-shortcut { display: inline-block; color: #adadad; display: inline-block; *display: inline; *zoom: 1; padding: 0 15px 0 20px; } + +.mce-menu-item:hover .mce-menu-shortcut, .mce-menu-item.mce-selected .mce-menu-shortcut, .mce-menu-item:focus .mce-menu-shortcut { color: white; } +.mce-menu-item .mce-caret { margin-top: 4px; *margin-top: 3px; margin-right: 6px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #333333; } +.mce-menu-item.mce-selected .mce-caret, .mce-menu-item:focus .mce-caret, .mce-menu-item:hover .mce-caret { border-left-color: white; } + +.mce-menu-align .mce-menu-shortcut { *margin-top: -2px; position: absolute; right: 0; } +.mce-menu-align .mce-caret { position: absolute; right: 0; } + +.mce-menu-item.mce-active i { visibility: visible; } + +.mce-menu-item-normal.mce-active { background-color: #c8def4; } + +.mce-menu-item-preview.mce-active { border-left: 5px solid #aaaaaa; } + +.mce-menu-item-normal.mce-active .mce-text { color: #333333; } +.mce-menu-item-normal.mce-active:hover .mce-text, .mce-menu-item-normal.mce-active:hover .mce-ico { color: white; } + +.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus { text-decoration: none; color: white; background-color: #0081c2; } + +div.mce-menu .mce-menu-item-sep, .mce-menu-item-sep:hover { border: 0; padding: 0; height: 1px; margin: 9px 1px; overflow: hidden; background: #cbcbcb; border-bottom: 1px solid white; cursor: default; filter: none; } + +.mce-menu.mce-rtl { direction: rtl; } + +.mce-rtl .mce-menu-item { text-align: right; direction: rtl; padding: 6px 12px 6px 15px; } + +.mce-menu-align.mce-rtl .mce-menu-shortcut, .mce-menu-align.mce-rtl .mce-caret { right: auto; left: 0; } + +.mce-rtl .mce-menu-item .mce-caret { margin-left: 6px; margin-right: 0; border-right: 4px solid #333333; border-left: 0; } +.mce-rtl .mce-menu-item.mce-selected .mce-caret, .mce-rtl .mce-menu-item:focus .mce-caret, .mce-rtl .mce-menu-item:hover .mce-caret { border-left-color: transparent; border-right-color: white; } + +.mce-menu { position: absolute; left: 0; top: 0; background: transparent; z-index: 1000; padding: 5px 0 5px 0; margin: 2px 0 0; min-width: 160px; background: white; border: 1px solid #989898; border: 1px solid rgba(0, 0, 0, 0.2); z-index: 1002; border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); max-height: 400px; overflow: auto; overflow-x: hidden; } +.mce-menu i { display: none; } + +.mce-menu-has-icons i { display: inline-block; *display: inline; } + +.mce-menu-sub-tr-tl { margin: -6px 0 0 -1px; } + +.mce-menu-sub-br-bl { margin: 6px 0 0 -1px; } + +.mce-menu-sub-tl-tr { margin: -6px 0 0 1px; } + +.mce-menu-sub-bl-br { margin: 6px 0 0 1px; } + +.mce-container-body .mce-resizehandle { position: absolute; right: 0; bottom: 0; width: 16px; height: 16px; visibility: visible; cursor: s-resize; margin: 0; } +.mce-container-body .mce-resizehandle-both { cursor: se-resize; } + +i.mce-i-resize { color: #333333; } + +.mce-spacer { visibility: hidden; } + +.mce-splitbtn .mce-open { border-left: 1px solid transparent; border-right: 1px solid transparent; } +.mce-splitbtn button { padding-right: 4px; } +.mce-splitbtn .mce-open { padding-left: 4px; } +.mce-splitbtn .mce-open.mce-active { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } +.mce-splitbtn.mce-btn-small .mce-open { padding: 0 3px 0 3px; } + +.mce-rtl .mce-splitbtn { direction: rtl; text-align: right; } +.mce-rtl .mce-splitbtn button { padding-right: 10px; padding-left: 10px; } +.mce-rtl .mce-splitbtn .mce-open { padding-left: 4px; padding-right: 4px; } + +.mce-stack-layout-item { display: block; } + +.mce-tabs { display: block; border-bottom: 1px solid #c5c5c5; } + +.mce-tab { display: inline-block; *display: inline; *zoom: 1; border: 1px solid #c5c5c5; border-width: 0 1px 0 0; background: #e3e3e3; padding: 8px; height: 13px; cursor: pointer; } +.mce-tab:hover { background: #fdfdfd; } +.mce-tab.mce-active { background: #fdfdfd; border-bottom-color: transparent; margin-bottom: -1px; height: 14px; } + +.mce-rtl .mce-tabs { text-align: right; direction: rtl; } +.mce-rtl .mce-tab { border-width: 0 0 0 1px; } + +.mce-textbox { background: white; border: 1px solid #c5c5c5; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); display: inline-block; transition: border linear 0.2s, box-shadow linear 0.2s; height: 28px; resize: none; padding: 0 4px 0 4px; white-space: pre-wrap; *white-space: pre; color: #333333; } +.mce-textbox:focus, .mce-textbox.mce-focus { border-color: rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.65); } + +.mce-placeholder .mce-textbox { color: #aaaaaa; } + +.mce-textbox.mce-multiline { padding: 4px; } +.mce-textbox.mce-disabled { color: #adadad; } + +.mce-rtl .mce-textbox { text-align: right; direction: rtl; } + +.mce-throbber { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); zoom: 1; background: white url("img/loader.gif") no-repeat center center; } + +.mce-i-none { width: 16px; height: 16px; margin: 2px 0; } + +.mce-ico { font-size: 14px; line-height: 20px; } + +.mce-i-save:before { content: "\f0c7"; } + +.mce-i-newdocument:before { content: "\f016"; } + +.mce-i-fullpage:before { content: "\f065"; } + +.mce-i-alignleft:before { content: "\f036"; } + +.mce-i-aligncenter:before { content: "\f037"; } + +.mce-i-alignright:before { content: "\f038"; } + +.mce-i-alignjustify:before { content: "\f039"; } + +.mce-i-cut:before { content: "\f0c4"; } + +.mce-i-paste:before { content: "\f0ea"; } + +.mce-i-searchreplace:before { content: "\e009"; } + +.mce-i-bullist:before { content: "\f0ca"; } + +.mce-i-numlist:before { content: "\f0cb"; } + +.mce-i-indent:before { content: "\f03c"; } + +.mce-i-outdent:before { content: "\f03b"; } + +.mce-i-blockquote:before { content: "\f10e"; } + +.mce-i-undo:before { content: "\f112"; } + +.mce-i-redo:before { content: "\f064"; } + +.mce-i-link:before { content: "\f0c1"; } + +.mce-i-unlink:before { content: "\f127"; } + +.mce-i-anchor:before { content: "\f13d"; } + +.mce-i-image:before { content: "\f03e"; } + +.mce-i-media:before { content: "\f008"; } + +.mce-i-help:before { content: "\f059"; } + +.mce-i-code:before { content: "\f121"; } + +.mce-i-inserttime:before { content: "\f017"; } + +.mce-i-preview:before { content: "\f06e"; } + +.mce-i-forecolor:before, .mce-i-backcolor:before { content: ""; } + +.mce-i-table:before { content: "\f0ce"; } + +.mce-i-hr:before { content: ""; } + +.mce-i-removeformat:before { content: ""; } + +.mce-i-subscript:before { content: "\f12c"; } + +.mce-i-superscript:before { content: "\f12b"; } + +.mce-i-charmap:before { content: ""; } + +.mce-i-emoticons:before { content: "\f11a"; } + +.mce-i-print:before { content: "\f02f"; } + +.mce-i-fullscreen:before { content: "\f065"; } + +.mce-i-spellchecker:before { content: ""; } + +.mce-i-nonbreaking:before { content: ""; } + +.mce-i-template:before { content: ""; } + +.mce-i-pagebreak:before { content: ""; } + +.mce-i-restoredraft:before { content: ""; } + +.mce-i-untitled:before { content: ""; } + +.mce-i-bold:before { content: "\f032"; } + +.mce-i-italic:before { content: "\f033"; } + +.mce-i-underline:before { content: "\f0cd"; } + +.mce-i-strikethrough:before { content: "\f0cc"; } + +.mce-i-visualchars:before, .mce-i-visualblocks:before { content: ""; } + +.mce-i-ltr:before { content: ""; } + +.mce-i-rtl:before { content: "\e030"; } + +.mce-i-copy:before { content: "\f0c5"; } + +.mce-i-resize:before { content: "\f07d"; } + +.mce-i-browse:before { content: "\f07c"; } + +.mce-i-pastetext:before { content: ""; } + +.mce-i-checkbox:before { content: "\f00c"; } + +.mce-i-selected { visibility: hidden; } +.mce-i-selected:before { content: "\f00c"; } + +i.mce-i-backcolor { background: #bbbbbb; } + +/* jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4 */ +#growls { z-index: 50000; position: fixed; } +#growls.default { top: 100px; right: 10px; } +#growls.tl { top: 10px; left: 10px; } +#growls.tr { top: 10px; right: 10px; } +#growls.bl { bottom: 10px; left: 10px; } +#growls.br { bottom: 10px; right: 10px; } + +.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } +.growl.growl-incoming { opacity: 0; } +.growl.growl-outgoing { opacity: 0; } +.growl.growl-small { width: 200px; padding: 5px; margin: 5px; } +.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; } +.growl.growl-large { width: 300px; padding: 15px; margin: 15px; } +.growl.growl-default { color: white; background: gray; } +.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); } +.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); } +.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); } +.growl .growl-close { cursor: pointer; float: right; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; } +.growl .growl-title { font-size: 18px; line-height: 24px; } +.growl .growl-message { font-size: 14px; line-height: 18px; } + +.chosen-select { width: 100%; } + +.chosen-select-deselect { width: 100%; } + +.chosen-container { display: inline-block; font-size: 12px; position: relative; vertical-align: middle; } +.chosen-container .chosen-drop { background: white; border: 1px solid #999999; border-top-color: #d9d9d9; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); margin-top: -1px; position: absolute; top: 100%; left: -9000px; z-index: 1060; } +.chosen-container.chosen-with-drop .chosen-drop { left: 0; right: 0; } +.chosen-container .chosen-results { color: #555555; margin: 0 4px 4px 0; max-height: 240px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } +.chosen-container .chosen-results li { display: none; line-height: 1.42857; list-style: none; margin: 0; padding: 5px 6px; } +.chosen-container .chosen-results li em { background: #feffde; font-style: normal; } +.chosen-container .chosen-results li.group-result { display: list-item; cursor: default; color: #999; font-weight: bold; } +.chosen-container .chosen-results li.group-option { padding-left: 15px; } +.chosen-container .chosen-results li.active-result { cursor: pointer; display: list-item; } +.chosen-container .chosen-results li.highlighted { background-color: #00c8ab; color: white; } +.chosen-container .chosen-results li.highlighted em { background: transparent; } +.chosen-container .chosen-results li.disabled-result { display: list-item; color: #999999; } +.chosen-container .chosen-results .no-results { background: #eeeeee; display: list-item; } +.chosen-container .chosen-results-scroll { background: white; margin: 0 4px; position: absolute; text-align: center; width: 321px; z-index: 1; } +.chosen-container .chosen-results-scroll span { display: inline-block; height: 1.42857; text-indent: -5000px; width: 9px; } +.chosen-container .chosen-results-scroll-down { bottom: 0; } +.chosen-container .chosen-results-scroll-down span { background: url("chosen-sprite.png") no-repeat -4px -3px; } +.chosen-container .chosen-results-scroll-up span { background: url("chosen-sprite.png") no-repeat -22px -3px; } + +.chosen-container-single .chosen-single { background-color: white; border: 1px solid #cccccc; -webkit-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-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #555555; display: block; height: 27px; overflow: hidden; line-height: 27px; padding: 0 0 0 8px; position: relative; text-decoration: none; white-space: nowrap; } +.chosen-container-single .chosen-single span { display: block; margin-right: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } +.chosen-container-single .chosen-single abbr { background: url("chosen-sprite.png") right top no-repeat; display: block; font-size: 1px; height: 10px; position: absolute; right: 26px; top: 8.5px; width: 12px; } +.chosen-container-single .chosen-single abbr:hover { background-position: right -11px; } +.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover { background-position: right 2px; } +.chosen-container-single .chosen-single div { display: block; height: 100%; position: absolute; top: 0; right: 0; width: 18px; } +.chosen-container-single .chosen-single div b { font-size: 14px; text-align: center; line-height: 28px; display: block; height: 100%; width: 100%; } +.chosen-container-single .chosen-default { color: #999999; } +.chosen-container-single .chosen-search { margin: 0; padding: 3px 4px; position: relative; white-space: nowrap; z-index: 1000; overflow: hidden; } +.chosen-container-single .chosen-search input { border: 1px solid #cccccc; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); margin: 1px 0; padding: 4px 20px 4px 4px; width: 100%; } +.chosen-container-single .chosen-search:before { color: #00c8ab; position: absolute; font-size: 14px; text-align: center; display: block; line-height: 22px; height: 22px; width: 22px; top: 7px; right: 7px; } +.chosen-container-single .chosen-drop { margin-top: -1px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } + +.chosen-container-single-nosearch .chosen-search input { position: absolute; left: -9000px; } + +.chosen-container-multi .chosen-choices { background-color: white; border: 1px solid #cccccc; border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); cursor: text; height: auto !important; height: 1%; margin: 0; overflow: hidden; padding: 0; position: relative; } +.chosen-container-multi .chosen-choices li { float: left; list-style: none; } +.chosen-container-multi .chosen-choices .search-field { margin: 0; padding: 0; white-space: nowrap; } +.chosen-container-multi .chosen-choices .search-field input { background: transparent !important; border: 0 !important; -webkit-box-shadow: none; box-shadow: none; color: #555555; height: 25px; margin: 0; padding: 4px; outline: 0; } +.chosen-container-multi .chosen-choices .search-field .default { color: #999; } +.chosen-container-multi .chosen-choices .search-choice { -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #eeeeee; border: 1px solid #cccccc; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); color: #333333; cursor: default; line-height: 13px; margin: 6px 0 3px 5px; padding: 3px 20px 3px 5px; position: relative; } +.chosen-container-multi .chosen-choices .search-choice .search-choice-close { background: url("chosen-sprite.png") right top no-repeat; display: block; font-size: 1px; height: 10px; position: absolute; right: 4px; top: 5px; width: 12px; } +.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover { background-position: right -11px; } +.chosen-container-multi .chosen-choices .search-choice-focus { background: #d4d4d4; } +.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close { background-position: right -11px; } +.chosen-container-multi .chosen-results { margin: 0 0 0 0; padding: 0; } +.chosen-container-multi .chosen-drop .result-selected { display: none; } + +.chosen-container-active .chosen-single { border: 1px solid rgba(82, 168, 236, 0.8); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } +.chosen-container-active.chosen-with-drop .chosen-single { background-color: #eeeeee; border: 1px solid rgba(82, 168, 236, 0.8); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } +.chosen-container-active.chosen-with-drop .chosen-single div { background: transparent; border-left: none; } +.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 7px; } +.chosen-container-active .chosen-choices { border: 1px solid rgba(82, 168, 236, 0.8); border-bottom-right-radius: 0; border-bottom-left-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } +.chosen-container-active .chosen-choices .search-field input { color: #111 !important; } + +.chosen-disabled { cursor: default; opacity: 0.5 !important; } +.chosen-disabled .chosen-single { cursor: default; } +.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } + +.chosen-rtl { text-align: right; } +.chosen-rtl .chosen-single { padding: 0 8px 0 0; overflow: visible; } +.chosen-rtl .chosen-single span { margin-left: 26px; margin-right: 0; direction: rtl; } +.chosen-rtl .chosen-single div { left: 7px; right: auto; } +.chosen-rtl .chosen-single abbr { left: 26px; right: auto; } +.chosen-rtl .chosen-choices .search-field input { direction: rtl; } +.chosen-rtl .chosen-choices li { float: right; } +.chosen-rtl .chosen-choices .search-choice { margin: 6px 5px 3px 0; padding: 3px 5px 3px 19px; } +.chosen-rtl .chosen-choices .search-choice .search-choice-close { background-position: right top; left: 4px; right: auto; } +.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; } +.chosen-rtl .chosen-results .group-option { padding-left: 0; padding-right: 15px; } +.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; } +.chosen-rtl .chosen-search input { background: url("chosen-sprite.png") no-repeat -28px -20px, white; direction: rtl; padding: 4px 5px 4px 20px; } + +/*! + * Ladda + * http://lab.hakim.se/ladda + * MIT licensed + * + * Copyright (C) 2013 Hakim El Hattab, http://hakim.se + */ +.ladda-button { position: relative; } +.ladda-button .ladda-spinner { position: absolute; z-index: 2; display: inline-block; width: 32px; height: 32px; top: 50%; margin-top: -16px; opacity: 0; pointer-events: none; } +.ladda-button .ladda-label { position: relative; z-index: 3; } +.ladda-button .ladda-progress { position: absolute; width: 0; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; -webkit-transition: 0.1s linear all !important; -moz-transition: 0.1s linear all !important; -ms-transition: 0.1s linear all !important; -o-transition: 0.1s linear all !important; transition: 0.1s linear all !important; } +.ladda-button .ladda-progress[data-loading] .ladda-progress { opacity: 1; visibility: visible; } + +.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label { -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; } + +.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -ms-transition: 0.3s ease all !important; -o-transition: 0.3s ease all !important; transition: 0.3s ease all !important; } + +.ladda-button[data-style=expand-right] .ladda-spinner { right: 14px; } +.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner { right: 4px; } +.ladda-button[data-style=expand-right][data-loading] { padding-right: 56px; } +.ladda-button[data-style=expand-right][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] { padding-right: 40px; } + +.ladda-button[data-style=expand-left] .ladda-spinner { left: 14px; } +.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left: 4px; } +.ladda-button[data-style=expand-left][data-loading] { padding-left: 56px; } +.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left: 40px; } + +.ladda-button[data-style=expand-up] { overflow: hidden; } +.ladda-button[data-style=expand-up] .ladda-spinner { top: -32px; left: 50%; margin-left: -16px; } +.ladda-button[data-style=expand-up][data-loading] { padding-top: 54px; } +.ladda-button[data-style=expand-up][data-loading] .ladda-spinner { opacity: 1; top: 14px; margin-top: 0; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] { padding-top: 32px; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner { top: 4px; } + +.ladda-button[data-style=slide-left] { overflow: hidden; } +.ladda-button[data-style=slide-left] .ladda-label { position: relative; } +.ladda-button[data-style=slide-left] .ladda-spinner { left: 100%; margin-left: -16px; } +.ladda-button[data-style=slide-left][data-loading] .ladda-label { opacity: 0; left: -100%; } +.ladda-button[data-style=slide-left][data-loading] .ladda-spinner { opacity: 1; left: 50%; } + +.ladda-button[data-style=slide-right] { overflow: hidden; } +.ladda-button[data-style=slide-right] .ladda-label { position: relative; } +.ladda-button[data-style=slide-right] .ladda-spinner { right: 100%; margin-left: -16px; } +.ladda-button[data-style=slide-right][data-loading] .ladda-label { opacity: 0; left: 100%; } +.ladda-button[data-style=slide-right][data-loading] .ladda-spinner { opacity: 1; left: 50%; } + +.ladda-button[data-style=slide-up] { overflow: hidden; } +.ladda-button[data-style=slide-up] .ladda-label { position: relative; } +.ladda-button[data-style=slide-up] .ladda-spinner { left: 50%; margin-left: -16px; margin-top: 1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-label { opacity: 0; top: -1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=slide-down] { overflow: hidden; } +.ladda-button[data-style=slide-down] .ladda-label { position: relative; } +.ladda-button[data-style=slide-down] .ladda-spinner { left: 50%; margin-left: -16px; margin-top: -2em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-label { opacity: 0; top: 1em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=zoom-out] { overflow: hidden; } +.ladda-button[data-style=zoom-out] .ladda-spinner { left: 50%; margin-left: -16px; -webkit-transform: scale(2.5); -moz-transform: scale(2.5); -ms-transform: scale(2.5); -o-transform: scale(2.5); transform: scale(2.5); } +.ladda-button[data-style=zoom-out] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-out][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } +.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=zoom-in] { overflow: hidden; } +.ladda-button[data-style=zoom-in] .ladda-spinner { left: 50%; margin-left: -16px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } +.ladda-button[data-style=zoom-in] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-in][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -ms-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); } +.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=contract] { overflow: hidden; width: 100px; } +.ladda-button[data-style=contract] .ladda-spinner { left: 50%; margin-left: -16px; } + +.ladda-button[data-style=contract][data-loading] { border-radius: 50%; width: 52px; } +.ladda-button[data-style=contract][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[data-style=contract-overlay] { overflow: hidden; width: 100px; box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0); } +.ladda-button[data-style=contract-overlay] .ladda-spinner { left: 50%; margin-left: -16px; } +.ladda-button[data-style=contract-overlay][data-loading] { border-radius: 50%; width: 52px; /*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */ box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8); } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[disabled], .ladda-button[data-loading] { border-color: rgba(0, 0, 0, 0.07); cursor: default; background-color: #999999; } +.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default; background-color: #999999; } +.ladda-button[data-size=xs] { padding: 4px 8px; } +.ladda-button[data-size=xs] .ladda-label { font-size: 0.7em; } +.ladda-button[data-size=s] { padding: 6px 10px; } +.ladda-button[data-size=s] .ladda-label { font-size: 0.9em; } +.ladda-button[data-size=l] .ladda-label { font-size: 1.2em; } +.ladda-button[data-size=xl] .ladda-label { font-size: 1.5em; } + +.nobootstrap { background-color: white; min-width: 1200px; padding: 100px 30px; } +.nobootstrap form p { margin: 0.5em 0 0; padding: 0 0 0.5em; } +.nobootstrap fieldset { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; } +.nobootstrap fieldset img { padding: 0 4px 0 0; vertical-align: bottom; } +.nobootstrap legend { background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: left; } +.nobootstrap legend a { color: #585984; text-decoration: none; } +.nobootstrap label { color: #585a69; text-shadow: 0 1px 0 white; float: left; width: 250px; padding: 0.2em 0.5em 0 0; text-align: right; font-weight: bold; } +.nobootstrap label.t { float: none; clear: none; padding: 0 5px 0; margin: 0px; font-weight: normal; font-size: 12px; text-shadow: none; } +.nobootstrap a { color: #415260; } +.nobootstrap .pull-right, .nobootstrap .pull-left, .nobootstrap .bootstrap .page-head h2.page-title, .bootstrap .page-head .nobootstrap h2.page-title { float: none; } +.nobootstrap .clear { clear: both; } +.nobootstrap .margin-form { padding: 0 0 1em 260px; color: #7f7f7f; font-size: 0.85em; } +.nobootstrap .button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-left: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-right: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap input { vertical-align: middle; } +.nobootstrap select { border: 1px solid #cccccc; font-size: 12px; } +.nobootstrap input, .nobootstrap textarea, .nobootstrap option { color: black; font-size: 12px; margin: 0; padding: 0; } +.nobootstrap input[type="text"], .nobootstrap input[type="password"], .nobootstrap input[type="file"], .nobootstrap textarea { border: 1px solid #cccccc; background-color: white; padding: 2px 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } +.nobootstrap .table_grid { width: 100%; } +.nobootstrap .table { background-color: white; border: 1px solid #cccccc; padding: 0; border-radius: 3px; } +.nobootstrap .table th a { text-decoration: underline; } +.nobootstrap .table th a:hover { text-decoration: none; } +.nobootstrap .table tr th { background-color: #f1f1f1; color: #333333; font-size: 13px; padding: 4px 6px; text-align: left; } +.nobootstrap .table tr th.right { text-align: center; } +.nobootstrap .table tr td { border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; padding: 4px 4px 4px 6px; } +.nobootstrap .table tr.row_hover.filter:hover td { background: #f1f9ff; } +.nobootstrap .table tr td.row_hover:hover table tr td { background: none; } +.nobootstrap .table tr.action_details td { background: #fafafa; } +.nobootstrap .table tr.alt_row.action_details td { background: #e8e8e8; } +.nobootstrap .table tr td.empty { background: white !important; border-bottom: none; } +.nobootstrap .table tr td.first { border-left: 1px solid #dedede; } +.nobootstrap .table tr td.last { border-right: 1px solid #dedede; } +.nobootstrap .table tr.small td { height: 15px; } +.nobootstrap .table tr.last td { border-bottom: none; } +.nobootstrap .table tr .filter { background-color: #f1f9ff; } + +.nobootstrap .form-group { clear: both; margin-bottom: 1em; float: left; width: 100%; } +.nobootstrap .form-group > div { float: left; } +.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; float: left; width: 100%; box-sizing: border-box; } +.nobootstrap .panel:not(.bootstrap) img, .nobootstrap .bootstrap #dash_version:not(.bootstrap) img, .bootstrap .nobootstrap #dash_version:not(.bootstrap) img, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img { padding: 0 4px 0 0; vertical-align: bottom; } +.nobootstrap .panel:not(.bootstrap) h3, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 { position: relative; top: -25px; display: inline-block; background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: left; } +.nobootstrap .panel:not(.bootstrap) h3 a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a { color: #585984; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) h3 i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i { font-family: "FontAwesome"; } +.nobootstrap .panel:not(.bootstrap) .help-block, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block { float: left; clear: both; } +.nobootstrap .panel:not(.bootstrap) .switch, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch { float: left; clear: both; line-height: 1.3em; } +.nobootstrap .panel:not(.bootstrap) .switch label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label { padding: 0 10px 0 5px; float: left; width: auto; } +.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .panel:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio] { float: left; } +.nobootstrap .panel:not(.bootstrap) .radio label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label { clear: both; width: auto; margin-right: 4px; } +.nobootstrap .panel:not(.bootstrap) button, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-left: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-right: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) button:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap .panel:not(.bootstrap) .tree-panel-heading-controls, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree-panel-heading-controls, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree-panel-heading-controls { font-size: 13px; background-color: #dde0e9; margin: -8px -8px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.nobootstrap .panel:not(.bootstrap) .tree-panel-heading-controls a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree-panel-heading-controls a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree-panel-heading-controls a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree-panel-heading-controls a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree-panel-heading-controls a { display: inline-block; padding: 0 8px; border-right: solid 1px #888888; } +.nobootstrap .panel:not(.bootstrap) .tree, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree { padding: 0 0 0 20px; list-style: none; } +.nobootstrap .panel:not(.bootstrap) .tree input, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree input, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree input, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree input, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree input, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree input, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree input { vertical-align: baseline; margin-right: 4px; line-height: normal; } +.nobootstrap .panel:not(.bootstrap) .tree i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree i { font-size: 14px; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name { padding: 2px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name label, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name label { font-size: 13px; float: none; text-shadow: none; font-weight: 400; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-name:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-name:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-name:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-name:hover, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-selected, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected { background-color: #ccced7; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-selected:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected:hover { background-color: #a1a5b5; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-selected i.tree-dot, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-selected i.tree-dot, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-selected i.tree-dot, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-selected i.tree-dot, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-selected i.tree-dot, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-selected i.tree-dot, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-selected i.tree-dot { background-color: #eeeeee; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-folder, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder, .nobootstrap .panel:not(.bootstrap) .tree .tree-item, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item { margin: 3px 0; } +.nobootstrap .panel:not(.bootstrap) .tree i.tree-dot, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree i.tree-dot, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree i.tree-dot, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree i.tree-dot, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree i.tree-dot, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree i.tree-dot, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-disable, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-disable, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name-disable, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable { color: #cccccc; } +.nobootstrap .panel:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-item-disable:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-item-disable:hover, .nobootstrap .panel:not(.bootstrap) .tree .tree-folder-name-disable:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .tree .tree-folder-name-disable:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .tree .tree-folder-name-disable:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } diff --git a/admin-dev/themes/default/css/schemes/admin-theme-prune_rtl.css b/admin-dev/themes/default/css/schemes/admin-theme-prune_rtl.css new file mode 100644 index 0000000000000..631676226e77e --- /dev/null +++ b/admin-dev/themes/default/css/schemes/admin-theme-prune_rtl.css @@ -0,0 +1,3428 @@ +@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed); +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } + +html { line-height: 1; direction: rtl;} + +ol, ul { list-style: none; } + +table { border-collapse: collapse; border-spacing: 0; } + +caption, th, td { text-align: right; font-weight: normal; vertical-align: middle; } + +q, blockquote { quotes: none; } +q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } + +a img { border: none; } + +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } + +/* This is a fairly big mixin. The reason for this is that at the time of writing (09/01/2013), Sass does not include functions for substring or find/replace in string. Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June, but it still has not been merged, due to lack of minor comments. That was five months ago. */ +@-webkit-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-20px); } } + +@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(20px); } } + +@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-20px); } } + +@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(20px); } } + +@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 100% { opacity: 1; -webkit-transform: translateY(0); } } + +@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 100% { opacity: 1; -webkit-transform: translateX(0); } } + +@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } + 50% { opacity: 1; -webkit-transform: scale(1.05); } + 70% { -webkit-transform: scale(0.9); } + 100% { -webkit-transform: scale(1); } } + +@-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } + 60% { opacity: 1; -webkit-transform: translateY(30px); } + 80% { -webkit-transform: translateY(-10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } + 60% { opacity: 1; -webkit-transform: translateY(-30px); } + 80% { -webkit-transform: translateY(10px); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } + 60% { opacity: 1; -webkit-transform: translateX(-30px); } + 80% { -webkit-transform: translateX(10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } + 60% { opacity: 1; -webkit-transform: translateX(30px); } + 80% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } + 25% { -webkit-transform: scale(0.95); } + 50% { opacity: 1; -webkit-transform: scale(1.1); } + 100% { opacity: 0; -webkit-transform: scale(0.3); } } + +@-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(20px); } + 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } + +@-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } + 20% { opacity: 1; -webkit-transform: translateY(-20px); } + 100% { opacity: 0; -webkit-transform: translateY(2000px); } } + +@-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(20px); } + 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } + +@-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } + 20% { opacity: 1; -webkit-transform: translateX(-20px); } + 100% { opacity: 0; -webkit-transform: translateX(2000px); } } + +@-webkit-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-webkit-keyframes bounce { 0% { -webkit-transform: translateY(0); } + 20% { -webkit-transform: translateY(0); } + 40% { -webkit-transform: translateY(-30px); } + 50% { -webkit-transform: translateY(0); } + 60% { -webkit-transform: translateY(-15px); } + 80% { -webkit-transform: translateY(0); } + 100% { -webkit-transform: translateY(0); } } + +@-webkit-keyframes shake { 0% { -webkit-transform: translateX(0); } + 10% { -webkit-transform: translateX(-10px); } + 20% { -webkit-transform: translateX(10px); } + 30% { -webkit-transform: translateX(-10px); } + 40% { -webkit-transform: translateX(10px); } + 50% { -webkit-transform: translateX(-10px); } + 60% { -webkit-transform: translateX(10px); } + 70% { -webkit-transform: translateX(-10px); } + 80% { -webkit-transform: translateX(10px); } + 90% { -webkit-transform: translateX(-10px); } + 100% { -webkit-transform: translateX(0); } } + +@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } + +@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } + +@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } + +@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } + 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } + +@-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } + 10% { -webkit-transform: scale(0.9) rotate(-3deg); } + 20% { -webkit-transform: scale(0.9) rotate(-3deg); } + 30% { -webkit-transform: scale(1.1) rotate(3deg); } + 40% { -webkit-transform: scale(1.1) rotate(-3deg); } + 50% { -webkit-transform: scale(1.1) rotate(3deg); } + 60% { -webkit-transform: scale(1.1) rotate(-3deg); } + 70% { -webkit-transform: scale(1.1) rotate(3deg); } + 80% { -webkit-transform: scale(1.1) rotate(-3deg); } + 90% { -webkit-transform: scale(1.1) rotate(3deg); } + 100% { -webkit-transform: scale(1) rotate(0); } } + +@-moz-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-20px); } } + +@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(20px); } } + +@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-20px); } } + +@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(20px); } } + +@-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 100% { opacity: 1; -moz-transform: translateY(0); } } + +@-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 100% { opacity: 1; -moz-transform: translateX(0); } } + +@-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } + 50% { opacity: 1; -moz-transform: scale(1.05); } + 70% { -moz-transform: scale(0.9); } + 100% { -moz-transform: scale(1); } } + +@-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } + 60% { opacity: 1; -moz-transform: translateY(30px); } + 80% { -moz-transform: translateY(-10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } + 60% { opacity: 1; -moz-transform: translateY(-30px); } + 80% { -moz-transform: translateY(10px); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } + 60% { opacity: 1; -moz-transform: translateX(-30px); } + 80% { -moz-transform: translateX(10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } + 60% { opacity: 1; -moz-transform: translateX(30px); } + 80% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } + 25% { -moz-transform: scale(0.95); } + 50% { opacity: 1; -moz-transform: scale(1.1); } + 100% { opacity: 0; -moz-transform: scale(0.3); } } + +@-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(20px); } + 100% { opacity: 0; -moz-transform: translateY(-2000px); } } + +@-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } + 20% { opacity: 1; -moz-transform: translateY(-20px); } + 100% { opacity: 0; -moz-transform: translateY(2000px); } } + +@-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(20px); } + 100% { opacity: 0; -moz-transform: translateX(-2000px); } } + +@-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } + 20% { opacity: 1; -moz-transform: translateX(-20px); } + 100% { opacity: 0; -moz-transform: translateX(2000px); } } + +@-moz-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-moz-keyframes bounce { 0% { -moz-transform: translateY(0); } + 20% { -moz-transform: translateY(0); } + 40% { -moz-transform: translateY(-30px); } + 50% { -moz-transform: translateY(0); } + 60% { -moz-transform: translateY(-15px); } + 80% { -moz-transform: translateY(0); } + 100% { -moz-transform: translateY(0); } } + +@-moz-keyframes shake { 0% { -moz-transform: translateX(0); } + 10% { -moz-transform: translateX(-10px); } + 20% { -moz-transform: translateX(10px); } + 30% { -moz-transform: translateX(-10px); } + 40% { -moz-transform: translateX(10px); } + 50% { -moz-transform: translateX(-10px); } + 60% { -moz-transform: translateX(10px); } + 70% { -moz-transform: translateX(-10px); } + 80% { -moz-transform: translateX(10px); } + 90% { -moz-transform: translateX(-10px); } + 100% { -moz-transform: translateX(0); } } + +@-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } + +@-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } + +@-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } + +@-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } + 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } + +@-moz-keyframes tada { 0% { -moz-transform: scale(1); } + 10% { -moz-transform: scale(0.9) rotate(-3deg); } + 20% { -moz-transform: scale(0.9) rotate(-3deg); } + 30% { -moz-transform: scale(1.1) rotate(3deg); } + 40% { -moz-transform: scale(1.1) rotate(-3deg); } + 50% { -moz-transform: scale(1.1) rotate(3deg); } + 60% { -moz-transform: scale(1.1) rotate(-3deg); } + 70% { -moz-transform: scale(1.1) rotate(3deg); } + 80% { -moz-transform: scale(1.1) rotate(-3deg); } + 90% { -moz-transform: scale(1.1) rotate(3deg); } + 100% { -moz-transform: scale(1) rotate(0); } } + +@-ms-keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@-ms-keyframes fadeInUp { 0% { opacity: 0; -ms-transform: translateY(20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUp { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-20px); } } + +@-ms-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDown { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(20px); } } + +@-ms-keyframes fadeInRight { 0% { opacity: 0; -ms-transform: translateX(20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeft { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-20px); } } + +@-ms-keyframes fadeInLeft { 0% { opacity: 0; -ms-transform: translateX(-20px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRight { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(20px); } } + +@-ms-keyframes fadeInUpBig { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutUpBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes fadeInDownBig { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 100% { opacity: 1; -ms-transform: translateY(0); } } + +@-ms-keyframes fadeOutDownBig { 0% { opacity: 1; -ms-transform: translateY(0); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes fadeInRightBig { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutLeftBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes fadeInLeftBig { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 100% { opacity: 1; -ms-transform: translateX(0); } } + +@-ms-keyframes fadeOutRightBig { 0% { opacity: 1; -ms-transform: translateX(0); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes bounceIn { 0% { opacity: 0; -ms-transform: scale(0.3); } + 50% { opacity: 1; -ms-transform: scale(1.05); } + 70% { -ms-transform: scale(0.9); } + 100% { -ms-transform: scale(1); } } + +@-ms-keyframes bounceInDown { 0% { opacity: 0; -ms-transform: translateY(-2000px); } + 60% { opacity: 1; -ms-transform: translateY(30px); } + 80% { -ms-transform: translateY(-10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInUp { 0% { opacity: 0; -ms-transform: translateY(2000px); } + 60% { opacity: 1; -ms-transform: translateY(-30px); } + 80% { -ms-transform: translateY(10px); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes bounceInRight { 0% { opacity: 0; -ms-transform: translateX(2000px); } + 60% { opacity: 1; -ms-transform: translateX(-30px); } + 80% { -ms-transform: translateX(10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceInLeft { 0% { opacity: 0; -ms-transform: translateX(-2000px); } + 60% { opacity: 1; -ms-transform: translateX(30px); } + 80% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes bounceOut { 0% { -ms-transform: scale(1); } + 25% { -ms-transform: scale(0.95); } + 50% { opacity: 1; -ms-transform: scale(1.1); } + 100% { opacity: 0; -ms-transform: scale(0.3); } } + +@-ms-keyframes bounceOutUp { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(20px); } + 100% { opacity: 0; -ms-transform: translateY(-2000px); } } + +@-ms-keyframes bounceOutDown { 0% { -ms-transform: translateY(0); } + 20% { opacity: 1; -ms-transform: translateY(-20px); } + 100% { opacity: 0; -ms-transform: translateY(2000px); } } + +@-ms-keyframes bounceOutLeft { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(20px); } + 100% { opacity: 0; -ms-transform: translateX(-2000px); } } + +@-ms-keyframes bounceOutRight { 0% { -ms-transform: translateX(0); } + 20% { opacity: 1; -ms-transform: translateX(-20px); } + 100% { opacity: 0; -ms-transform: translateX(2000px); } } + +@-ms-keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@-ms-keyframes bounce { 0% { -ms-transform: translateY(0); } + 20% { -ms-transform: translateY(0); } + 40% { -ms-transform: translateY(-30px); } + 50% { -ms-transform: translateY(0); } + 60% { -ms-transform: translateY(-15px); } + 80% { -ms-transform: translateY(0); } + 100% { -ms-transform: translateY(0); } } + +@-ms-keyframes shake { 0% { -ms-transform: translateX(0); } + 10% { -ms-transform: translateX(-10px); } + 20% { -ms-transform: translateX(10px); } + 30% { -ms-transform: translateX(-10px); } + 40% { -ms-transform: translateX(10px); } + 50% { -ms-transform: translateX(-10px); } + 60% { -ms-transform: translateX(10px); } + 70% { -ms-transform: translateX(-10px); } + 80% { -ms-transform: translateX(10px); } + 90% { -ms-transform: translateX(-10px); } + 100% { -ms-transform: translateX(0); } } + +@-ms-keyframes rotateInDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateInDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOutDownLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpLeft { 0% { -ms-transform-origin: right bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: right bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutDownRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(-90deg); opacity: 0; } } + +@-ms-keyframes rotateOutUpRight { 0% { -ms-transform-origin: left bottom; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: left bottom; -ms-transform: rotate(90deg); opacity: 0; } } + +@-ms-keyframes rotateIn { 0% { -ms-transform-origin: center center; -ms-transform: rotate(-200deg); opacity: 0; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } } + +@-ms-keyframes rotateOut { 0% { -ms-transform-origin: center center; -ms-transform: rotate(0); opacity: 1; } + 100% { -ms-transform-origin: center center; -ms-transform: rotate(200deg); opacity: 0; } } + +@-ms-keyframes tada { 0% { -ms-transform: scale(1); } + 10% { -ms-transform: scale(0.9) rotate(-3deg); } + 20% { -ms-transform: scale(0.9) rotate(-3deg); } + 30% { -ms-transform: scale(1.1) rotate(3deg); } + 40% { -ms-transform: scale(1.1) rotate(-3deg); } + 50% { -ms-transform: scale(1.1) rotate(3deg); } + 60% { -ms-transform: scale(1.1) rotate(-3deg); } + 70% { -ms-transform: scale(1.1) rotate(3deg); } + 80% { -ms-transform: scale(1.1) rotate(-3deg); } + 90% { -ms-transform: scale(1.1) rotate(3deg); } + 100% { -ms-transform: scale(1) rotate(0); } } + +@keyframes fadeIn { 0% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes fadeOut { 0% { opacity: 1; } + 100% { opacity: 0; } } + +@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-20px); } } + +@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(20px); } } + +@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-20px); } } + +@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(20px); } } + +@keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } + 100% { opacity: 1; transform: translateY(0); } } + +@keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } + 100% { opacity: 1; transform: translateX(0); } } + +@keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } + 50% { opacity: 1; transform: scale(1.05); } + 70% { transform: scale(0.9); } + 100% { transform: scale(1); } } + +@keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } + 60% { opacity: 1; transform: translateY(30px); } + 80% { transform: translateY(-10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } + 60% { opacity: 1; transform: translateY(-30px); } + 80% { transform: translateY(10px); } + 100% { transform: translateY(0); } } + +@keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } + 60% { opacity: 1; transform: translateX(-30px); } + 80% { transform: translateX(10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } + 60% { opacity: 1; transform: translateX(30px); } + 80% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes bounceOut { 0% { transform: scale(1); } + 25% { transform: scale(0.95); } + 50% { opacity: 1; transform: scale(1.1); } + 100% { opacity: 0; transform: scale(0.3); } } + +@keyframes bounceOutUp { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(20px); } + 100% { opacity: 0; transform: translateY(-2000px); } } + +@keyframes bounceOutDown { 0% { transform: translateY(0); } + 20% { opacity: 1; transform: translateY(-20px); } + 100% { opacity: 0; transform: translateY(2000px); } } + +@keyframes bounceOutLeft { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(20px); } + 100% { opacity: 0; transform: translateX(-2000px); } } + +@keyframes bounceOutRight { 0% { transform: translateX(0); } + 20% { opacity: 1; transform: translateX(-20px); } + 100% { opacity: 0; transform: translateX(2000px); } } + +@keyframes flash { 0% { opacity: 1; } + 25% { opacity: 0; } + 50% { opacity: 1; } + 75% { opacity: 0; } + 100% { opacity: 1; } } + +@keyframes bounce { 0% { transform: translateY(0); } + 20% { transform: translateY(0); } + 40% { transform: translateY(-30px); } + 50% { transform: translateY(0); } + 60% { transform: translateY(-15px); } + 80% { transform: translateY(0); } + 100% { transform: translateY(0); } } + +@keyframes shake { 0% { transform: translateX(0); } + 10% { transform: translateX(-10px); } + 20% { transform: translateX(10px); } + 30% { transform: translateX(-10px); } + 40% { transform: translateX(10px); } + 50% { transform: translateX(-10px); } + 60% { transform: translateX(10px); } + 70% { transform: translateX(-10px); } + 80% { transform: translateX(10px); } + 90% { transform: translateX(-10px); } + 100% { transform: translateX(0); } } + +@keyframes rotateInDownLeft { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpLeft { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInUpRight { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateInDownRight { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } + 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOutDownLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateOutUpLeft { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutDownRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } + +@keyframes rotateOutUpRight { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } + 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } + +@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } + 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } + +@keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } + 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } + +@keyframes tada { 0% { transform: scale(1); } + 10% { transform: scale(0.9) rotate(-3deg); } + 20% { transform: scale(0.9) rotate(-3deg); } + 30% { transform: scale(1.1) rotate(3deg); } + 40% { transform: scale(1.1) rotate(-3deg); } + 50% { transform: scale(1.1) rotate(3deg); } + 60% { transform: scale(1.1) rotate(-3deg); } + 70% { transform: scale(1.1) rotate(3deg); } + 80% { transform: scale(1.1) rotate(-3deg); } + 90% { transform: scale(1.1) rotate(3deg); } + 100% { transform: scale(1) rotate(0); } } + +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH -------------------------- */ +@font-face { font-family: 'FontAwesome'; src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3"); src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } + +.icon, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before, .bootstrap [class^="icon-"], .bootstrap [class^="icon-Admin"], .bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +/* makes the font 33% larger relative to the icon container */ +.icon-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } + +.icon-2x, .bootstrap [class^="icon-Admin"], .bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { font-size: 2em; } + +.icon-3x, .bootstrap .alert.alert-warning:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .alert.alert-success:before, .bootstrap .alert.alert-info:before, .bootstrap .alert.alert-addons:before { font-size: 3em; } + +.icon-4x { font-size: 4em; } + +.icon-5x { font-size: 5em; } + +.icon-fw { width: 1.28571em; text-align: center; } + +.icon-ul { padding-right: 0; margin-right: 2.14286em; list-style-type: none; } +.icon-ul > li { position: relative; } + +.icon-li { position: absolute; right: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } +.icon-li.icon-lg { right: -1.85714em; } + +.icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } + +.pull-right { float: left; } + +.pull-left, .bootstrap .page-head h2.page-title { float: right; } + +.icon.pull-right, .bootstrap .pull-right.alert.alert-warning:before, .bootstrap .page-head h2.alert.alert-warning.page-title:before, .bootstrap .pull-right.alert.alert-danger:before, .bootstrap .page-head h2.alert.alert-danger.page-title:before, .bootstrap .page-head #carrier_wizard h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .page-head h2.page-title.wizard_error:before, .bootstrap #carrier_wizard .pull-right.wizard_error:before, .bootstrap .pull-right.alert.alert-success:before, .bootstrap .page-head h2.alert.alert-success.page-title:before, .bootstrap .pull-right.alert.alert-info:before, .bootstrap .page-head h2.alert.alert-info.page-title:before, .bootstrap .pull-right.alert.alert-addons:before, .bootstrap .page-head h2.alert.alert-addons.page-title:before, .bootstrap .page-head h2.icon.page-title, .bootstrap .page-head h2.page-title[class^="icon-"], .bootstrap .page-head h2.page-title[class^="icon-Admin"], .bootstrap .page-head h2.page-title[class^="process-icon-"], .bootstrap .page-head h2.page-title[class*=" process-icon-"], .bootstrap .pull-right[class^="icon-"], .bootstrap .pull-right[class^="icon-Admin"], .bootstrap .pull-right[class^="process-icon-"], .bootstrap .pull-right[class*=" process-icon-"] { margin-left: .3em; } +.icon.pull-left, .bootstrap .pull-left.alert.alert-warning:before, .bootstrap .pull-left.alert.alert-danger:before, .bootstrap #carrier_wizard .pull-left.wizard_error:before, .bootstrap .pull-left.alert.alert-success:before, .bootstrap .pull-left.alert.alert-info:before, .bootstrap .pull-left.alert.alert-addons:before, .bootstrap .pull-left[class^="icon-"], .bootstrap .pull-left[class^="icon-Admin"], .bootstrap .pull-left[class^="process-icon-"], .bootstrap .pull-left[class*=" process-icon-"] { margin-right: .3em; } + +.icon-spin, .bootstrap #dashboard .loading .data_value:before { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-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); } } + +.icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } + +.icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } + +.icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } + +.icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } + +.icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } + +.icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } + +.icon-stack-1x, .icon-stack-2x { position: absolute; right: 0; width: 100%; text-align: center; } + +.icon-stack-1x { line-height: inherit; } + +.icon-stack-2x { font-size: 2em; } + +.icon-inverse { color: white; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ +.icon-glass:before { content: "\f000"; } + +.icon-music:before { content: "\f001"; } + +.icon-search:before, .bootstrap .icon-AdminSearch:before { content: "\f002"; } + +.icon-envelope-o:before, .bootstrap .icon-envelope-alt:before { content: "\f003"; } + +.icon-heart:before { content: "\f004"; } + +.icon-star:before { content: "\f005"; } + +.icon-star-o:before, .bootstrap .icon-star-empty:before { content: "\f006"; } + +.icon-user:before { content: "\f007"; } + +.icon-film:before { content: "\f008"; } + +.icon-th-large:before { content: "\f009"; } + +.icon-th:before { content: "\f00a"; } + +.icon-th-list:before { content: "\f00b"; } + +.icon-check:before, .bootstrap .process-icon-ok:before { content: "\f00c"; } + +.icon-times:before, .bootstrap .icon-remove:before, .bootstrap .process-icon-cancel:before { content: "\f00d"; } + +.icon-search-plus:before, .bootstrap .icon-zoom-in:before { content: "\f00e"; } + +.icon-search-minus:before, .bootstrap .icon-zoom-out:before { content: "\f010"; } + +.icon-power-off:before, .bootstrap .icon-off:before, .bootstrap .process-icon-off:before { content: "\f011"; } + +.icon-signal:before { content: "\f012"; } + +.icon-gear:before, .icon-cog:before, .bootstrap .icon-AdminAdmin:before, .bootstrap .process-icon-configure:before { content: "\f013"; } + +.icon-trash-o:before, .bootstrap .icon-trash:before, .bootstrap .process-icon-delete:before, .bootstrap .process-icon-uninstall:before { content: "\f014"; } + +.icon-home:before { content: "\f015"; } + +.icon-file-o:before, .bootstrap .icon-file-alt:before { content: "\f016"; } + +.icon-clock-o:before, .bootstrap .icon-time:before { content: "\f017"; } + +.icon-road:before { content: "\f018"; } + +.icon-download:before, .bootstrap .icon-download-alt:before, .bootstrap .process-icon-download-alt:before, .bootstrap .process-icon-save-date:before, .bootstrap .process-icon-save-status:before { content: "\f019"; } + +.icon-arrow-circle-o-down:before, .bootstrap .icon-download:before, .bootstrap .icon-download-alt:before, .bootstrap .process-icon-download-alt:before, .bootstrap .process-icon-save-date:before, .bootstrap .process-icon-save-status:before { content: "\f01a"; } + +.icon-arrow-circle-o-up:before, .bootstrap .icon-upload:before, .bootstrap .icon-upload-alt:before { content: "\f01b"; } + +.icon-inbox:before { content: "\f01c"; } + +.icon-play-circle-o:before, .bootstrap .icon-play-circle:before, .bootstrap .icon-play-sign:before { content: "\f01d"; } + +.icon-rotate-right:before, .icon-repeat:before { content: "\f01e"; } + +.icon-refresh:before, .bootstrap .process-icon-refresh:before { content: "\f021"; } + +.icon-list-alt:before { content: "\f022"; } + +.icon-lock:before { content: "\f023"; } + +.icon-flag:before { content: "\f024"; } + +.icon-headphones:before { content: "\f025"; } + +.icon-volume-off:before { content: "\f026"; } + +.icon-volume-down:before { content: "\f027"; } + +.icon-volume-up:before { content: "\f028"; } + +.icon-qrcode:before { content: "\f029"; } + +.icon-barcode:before { content: "\f02a"; } + +.icon-tag:before { content: "\f02b"; } + +.icon-tags:before, .bootstrap .icon-AdminPriceRule:before { content: "\f02c"; } + +.icon-book:before, .bootstrap .icon-AdminCatalog:before { content: "\f02d"; } + +.icon-bookmark:before { content: "\f02e"; } + +.icon-print:before { content: "\f02f"; } + +.icon-camera:before { content: "\f030"; } + +.icon-font:before { content: "\f031"; } + +.icon-bold:before { content: "\f032"; } + +.icon-italic:before { content: "\f033"; } + +.icon-text-height:before { content: "\f034"; } + +.icon-text-width:before { content: "\f035"; } + +.icon-align-left:before { content: "\f036"; } + +.icon-align-center:before { content: "\f037"; } + +.icon-align-right:before { content: "\f038"; } + +.icon-align-justify:before { content: "\f039"; } + +.icon-list:before { content: "\f03a"; } + +.icon-dedent:before, .icon-outdent:before, .bootstrap .icon-indent-left:before { content: "\f03b"; } + +.icon-indent:before, .bootstrap .icon-indent-right:before { content: "\f03c"; } + +.icon-video-camera:before, .bootstrap .icon-facetime-video:before { content: "\f03d"; } + +.icon-picture-o:before, .bootstrap .icon-picture:before { content: "\f03e"; } + +.icon-pencil:before { content: "\f040"; } + +.icon-map-marker:before { content: "\f041"; } + +.icon-adjust:before { content: "\f042"; } + +.icon-tint:before { content: "\f043"; } + +.icon-edit:before, .bootstrap .process-icon-edit:before, .icon-pencil-square-o:before, .bootstrap .icon-edit:before, .bootstrap .process-icon-edit:before { content: "\f044"; } + +.icon-share-square-o:before, .bootstrap .icon-share:before, .bootstrap .icon-share-alt:before { content: "\f045"; } + +.icon-check-square-o:before { content: "\f046"; } + +.icon-arrows:before, .bootstrap .icon-move:before { content: "\f047"; } + +.icon-step-backward:before { content: "\f048"; } + +.icon-fast-backward:before { content: "\f049"; } + +.icon-backward:before { content: "\f04a"; } + +.icon-play:before { content: "\f04b"; } + +.icon-pause:before { content: "\f04c"; } + +.icon-stop:before { content: "\f04d"; } + +.icon-forward:before { content: "\f04e"; } + +.icon-fast-forward:before { content: "\f050"; } + +.icon-step-forward:before { content: "\f051"; } + +.icon-eject:before { content: "\f052"; } + +.icon-chevron-left:before { content: "\f053"; } + +.icon-chevron-right:before { content: "\f054"; } + +.icon-plus-circle:before, .bootstrap .icon-plus-sign:before, .bootstrap .process-icon-newCombination.toolbar-new:before, .bootstrap .process-icon-plus:before { content: "\f055"; } + +.icon-minus-circle:before, .bootstrap .icon-minus-sign:before, .bootstrap .process-icon-newCombination.toolbar-cancel:before, .bootstrap .process-icon-minus:before { content: "\f056"; } + +.icon-times-circle:before, .bootstrap .icon-remove-sign:before { content: "\f057"; } + +.icon-check-circle:before, .bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before, .bootstrap .icon-ok-sign:before { content: "\f058"; } + +.icon-question-circle:before, .bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before, .bootstrap .icon-question-sign:before, .bootstrap .process-icon-help:before, .bootstrap .process-icon-help-new:before { content: "\f059"; } + +.icon-info-circle:before, .bootstrap .icon-info-sign:before { content: "\f05a"; } + +.icon-crosshairs:before, .bootstrap .icon-screenshot:before { content: "\f05b"; } + +.icon-times-circle-o:before, .bootstrap .icon-remove-circle:before { content: "\f05c"; } + +.icon-check-circle-o:before, .bootstrap .icon-ok-circle:before { content: "\f05d"; } + +.icon-ban:before, .bootstrap .icon-ban-circle:before { content: "\f05e"; } + +.icon-arrow-left:before { content: "\f060"; } + +.icon-arrow-right:before { content: "\f061"; } + +.icon-arrow-up:before { content: "\f062"; } + +.icon-arrow-down:before { content: "\f063"; } + +.icon-mail-forward:before, .icon-share:before, .bootstrap .icon-share-alt:before { content: "\f064"; } + +.icon-expand:before, .bootstrap .icon-resize-full:before { content: "\f065"; } + +.icon-compress:before, .bootstrap .icon-resize-small:before { content: "\f066"; } + +.icon-plus:before, .bootstrap .process-icon-new-module:before { content: "\f067"; } + +.icon-minus:before { content: "\f068"; } + +.icon-asterisk:before { content: "\f069"; } + +.icon-exclamation-circle:before, .bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before, .bootstrap .icon-exclamation-sign:before { content: "\f06a"; } + +.icon-gift:before { content: "\f06b"; } + +.icon-leaf:before { content: "\f06c"; } + +.icon-fire:before { content: "\f06d"; } + +.icon-eye:before, .bootstrap .icon-eye-open:before, .bootstrap .process-icon-preview:before, .bootstrap .process-icon-previewURL:before { content: "\f06e"; } + +.icon-eye-slash:before, .bootstrap .icon-eye-close:before { content: "\f070"; } + +.icon-warning:before, .icon-exclamation-triangle:before, .bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before, .bootstrap .icon-warning-sign:before { content: "\f071"; } + +.icon-plane:before { content: "\f072"; } + +.icon-calendar:before { content: "\f073"; } + +.icon-random:before { content: "\f074"; } + +.icon-comment:before { content: "\f075"; } + +.icon-magnet:before { content: "\f076"; } + +.icon-chevron-up:before { content: "\f077"; } + +.icon-chevron-down:before { content: "\f078"; } + +.icon-retweet:before { content: "\f079"; } + +.icon-shopping-cart:before { content: "\f07a"; } + +.icon-folder:before, .bootstrap .icon-folder-close:before { content: "\f07b"; } + +.icon-folder-open:before { content: "\f07c"; } + +.icon-arrows-v:before, .bootstrap .icon-resize-vertical:before { content: "\f07d"; } + +.icon-arrows-h:before, .bootstrap .icon-resize-horizontal:before { content: "\f07e"; } + +.icon-bar-chart-o:before, .bootstrap .icon-bar-chart:before, .bootstrap .icon-AdminParentStats:before, .bootstrap .process-icon-stats:before { content: "\f080"; } + +.icon-twitter-square:before, .bootstrap .icon-twitter-sign:before { content: "\f081"; } + +.icon-facebook-square:before, .bootstrap .icon-facebook-sign:before { content: "\f082"; } + +.icon-camera-retro:before { content: "\f083"; } + +.icon-key:before { content: "\f084"; } + +.icon-gears:before, .icon-cogs:before, .bootstrap .icon-AdminTools:before, .bootstrap .process-icon-cogs:before { content: "\f085"; } + +.icon-comments:before { content: "\f086"; } + +.icon-thumbs-o-up:before, .bootstrap .icon-thumbs-up-alt:before { content: "\f087"; } + +.icon-thumbs-o-down:before, .bootstrap .icon-thumbs-down-alt:before { content: "\f088"; } + +.icon-star-half:before { content: "\f089"; } + +.icon-heart-o:before, .bootstrap .icon-heart-empty:before { content: "\f08a"; } + +.icon-sign-out:before, .bootstrap .icon-signout:before { content: "\f08b"; } + +.icon-linkedin-square:before, .bootstrap .icon-linkedin-sign:before { content: "\f08c"; } + +.icon-thumb-tack:before, .bootstrap .icon-pushpin:before { content: "\f08d"; } + +.icon-external-link:before { content: "\f08e"; } + +.icon-sign-in:before, .bootstrap .icon-signin:before { content: "\f090"; } + +.icon-trophy:before { content: "\f091"; } + +.icon-github-square:before, .bootstrap .icon-github-sign:before { content: "\f092"; } + +.icon-upload:before, .bootstrap .icon-upload-alt:before { content: "\f093"; } + +.icon-lemon-o:before, .bootstrap .icon-lemon:before { content: "\f094"; } + +.icon-phone:before { content: "\f095"; } + +.icon-square-o:before, .bootstrap .icon-check-empty:before { content: "\f096"; } + +.icon-bookmark-o:before, .bootstrap .icon-bookmark-empty:before { content: "\f097"; } + +.icon-phone-square:before, .bootstrap .icon-phone-sign:before { content: "\f098"; } + +.icon-twitter:before { content: "\f099"; } + +.icon-facebook:before { content: "\f09a"; } + +.icon-github:before { content: "\f09b"; } + +.icon-unlock:before { content: "\f09c"; } + +.icon-credit-card:before, .bootstrap .icon-AdminParentOrders:before { content: "\f09d"; } + +.icon-rss:before { content: "\f09e"; } + +.icon-hdd-o:before, .bootstrap .icon-hdd:before { content: "\f0a0"; } + +.icon-bullhorn:before { content: "\f0a1"; } + +.icon-bell:before, .bootstrap .icon-bell-alt:before { content: "\f0f3"; } + +.icon-certificate:before { content: "\f0a3"; } + +.icon-hand-o-right:before, .bootstrap .icon-hand-right:before { content: "\f0a4"; } + +.icon-hand-o-left:before, .bootstrap .icon-hand-left:before { content: "\f0a5"; } + +.icon-hand-o-up:before, .bootstrap .icon-hand-up:before { content: "\f0a6"; } + +.icon-hand-o-down:before, .bootstrap .icon-hand-down:before { content: "\f0a7"; } + +.icon-arrow-circle-left:before, .bootstrap .icon-circle-arrow-left:before, .bootstrap .process-icon-back:before { content: "\f0a8"; } + +.icon-arrow-circle-right:before, .bootstrap .icon-circle-arrow-right:before, .bootstrap .process-icon-next:before { content: "\f0a9"; } + +.icon-arrow-circle-up:before, .bootstrap .icon-circle-arrow-up:before { content: "\f0aa"; } + +.icon-arrow-circle-down:before, .bootstrap .icon-circle-arrow-down:before { content: "\f0ab"; } + +.icon-globe:before, .bootstrap .icon-AdminParentLocalization:before { content: "\f0ac"; } + +.icon-wrench:before, .bootstrap .icon-AdminParentPreferences:before { content: "\f0ad"; } + +.icon-tasks:before { content: "\f0ae"; } + +.icon-filter:before { content: "\f0b0"; } + +.icon-briefcase:before { content: "\f0b1"; } + +.icon-arrows-alt:before, .bootstrap .icon-fullscreen:before { content: "\f0b2"; } + +.icon-group:before, .bootstrap .icon-AdminParentCustomer:before, .icon-users:before, .bootstrap .icon-group:before, .bootstrap .icon-AdminParentCustomer:before { content: "\f0c0"; } + +.icon-chain:before, .icon-link:before, .bootstrap .icon-AdminShopUrl:before { content: "\f0c1"; } + +.icon-cloud:before { content: "\f0c2"; } + +.icon-flask:before, .bootstrap .icon-beaker:before { content: "\f0c3"; } + +.icon-cut:before, .icon-scissors:before, .bootstrap .icon-cut:before { content: "\f0c4"; } + +.icon-copy:before, .bootstrap .process-icon-duplicate:before, .icon-files-o:before, .bootstrap .icon-copy:before, .bootstrap .process-icon-duplicate:before { content: "\f0c5"; } + +.icon-paperclip:before, .bootstrap .icon-paper-clip:before { content: "\f0c6"; } + +.icon-save:before, .bootstrap .process-icon-save:before, .bootstrap .process-icon-save-and-stay:before, .bootstrap .process-icon-save-and-preview:before, .icon-floppy-o:before, .bootstrap .icon-save:before, .bootstrap .process-icon-save:before, .bootstrap .process-icon-save-and-stay:before, .bootstrap .process-icon-save-and-preview:before { content: "\f0c7"; } + +.icon-square:before, .bootstrap .icon-sign-blank:before { content: "\f0c8"; } + +.icon-bars:before, .bootstrap .icon-reorder:before { content: "\f0c9"; } + +.icon-list-ul:before { content: "\f0ca"; } + +.icon-list-ol:before { content: "\f0cb"; } + +.icon-strikethrough:before { content: "\f0cc"; } + +.icon-underline:before { content: "\f0cd"; } + +.icon-table:before { content: "\f0ce"; } + +.icon-magic:before, .bootstrap .icon-AdminAttributeGenerator:before { content: "\f0d0"; } + +.icon-truck:before, .bootstrap .icon-AdminParentShipping:before { content: "\f0d1"; } + +.icon-pinterest:before { content: "\f0d2"; } + +.icon-pinterest-square:before, .bootstrap .icon-pinterest-sign:before { content: "\f0d3"; } + +.icon-google-plus-square:before, .bootstrap .icon-google-plus-sign:before { content: "\f0d4"; } + +.icon-google-plus:before { content: "\f0d5"; } + +.icon-money:before { content: "\f0d6"; } + +.icon-caret-down:before { content: "\f0d7"; } + +.icon-caret-up:before { content: "\f0d8"; } + +.icon-caret-left:before { content: "\f0d9"; } + +.icon-caret-right:before { content: "\f0da"; } + +.icon-columns:before { content: "\f0db"; } + +.icon-unsorted:before, .icon-sort:before { content: "\f0dc"; } + +.icon-sort-down:before, .icon-sort-asc:before, .bootstrap .icon-sort-down:before { content: "\f0dd"; } + +.icon-sort-up:before, .icon-sort-desc:before, .bootstrap .icon-sort-up:before { content: "\f0de"; } + +.icon-envelope:before { content: "\f0e0"; } + +.icon-linkedin:before { content: "\f0e1"; } + +.icon-rotate-left:before, .bootstrap .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; } + +.icon-legal:before, .icon-gavel:before, .bootstrap .icon-legal:before { content: "\f0e3"; } + +.icon-dashboard:before, .bootstrap .icon-AdminDashboard:before, .icon-tachometer:before, .bootstrap .icon-dashboard:before, .bootstrap .icon-AdminDashboard:before { content: "\f0e4"; } + +.icon-comment-o:before, .bootstrap .icon-comment-alt:before { content: "\f0e5"; } + +.icon-comments-o:before, .bootstrap .icon-comments-alt:before { content: "\f0e6"; } + +.icon-flash:before, .icon-bolt:before { content: "\f0e7"; } + +.icon-sitemap:before, .bootstrap .icon-AdminShop:before { content: "\f0e8"; } + +.icon-umbrella:before { content: "\f0e9"; } + +.icon-paste:before, .icon-clipboard:before, .bootstrap .icon-paste:before { content: "\f0ea"; } + +.icon-lightbulb-o:before, .bootstrap .icon-lightbulb:before { content: "\f0eb"; } + +.icon-exchange:before, .bootstrap .process-icon-partial_refund:before { content: "\f0ec"; } + +.icon-cloud-download:before, .bootstrap .process-icon-download:before { content: "\f0ed"; } + +.icon-cloud-upload:before, .bootstrap .process-icon-import:before, .bootstrap .process-icon-upload:before { content: "\f0ee"; } + +.icon-user-md:before { content: "\f0f0"; } + +.icon-stethoscope:before { content: "\f0f1"; } + +.icon-suitcase:before { content: "\f0f2"; } + +.icon-bell-o:before, .bootstrap .icon-bell:before, .bootstrap .icon-bell-alt:before { content: "\f0a2"; } + +.icon-coffee:before { content: "\f0f4"; } + +.icon-cutlery:before, .bootstrap .icon-food:before { content: "\f0f5"; } + +.icon-file-text-o:before, .bootstrap .icon-file-text-alt:before { content: "\f0f6"; } + +.icon-building-o:before, .bootstrap .icon-building:before { content: "\f0f7"; } + +.icon-hospital-o:before, .bootstrap .icon-hospital:before { content: "\f0f8"; } + +.icon-ambulance:before { content: "\f0f9"; } + +.icon-medkit:before { content: "\f0fa"; } + +.icon-fighter-jet:before { content: "\f0fb"; } + +.icon-beer:before { content: "\f0fc"; } + +.icon-h-square:before, .bootstrap .icon-h-sign:before { content: "\f0fd"; } + +.icon-plus-square:before, .bootstrap .icon-plus-sign-alt:before, .bootstrap .process-icon-newAttributes:before, .bootstrap .process-icon-new:before, .bootstrap .process-icon-new-url:before { content: "\f0fe"; } + +.icon-angle-double-left:before, .bootstrap .icon-double-angle-left:before { content: "\f100"; } + +.icon-angle-double-right:before, .bootstrap .icon-double-angle-right:before { content: "\f101"; } + +.icon-angle-double-up:before, .bootstrap .icon-double-angle-up:before { content: "\f102"; } + +.icon-angle-double-down:before, .bootstrap .icon-double-angle-down:before { content: "\f103"; } + +.icon-angle-left:before { content: "\f104"; } + +.icon-angle-right:before { content: "\f105"; } + +.icon-angle-up:before { content: "\f106"; } + +.icon-angle-down:before { content: "\f107"; } + +.icon-desktop:before { content: "\f108"; } + +.icon-laptop:before { content: "\f109"; } + +.icon-tablet:before { content: "\f10a"; } + +.icon-mobile-phone:before, .icon-mobile:before, .bootstrap .icon-mobile-phone:before { content: "\f10b"; } + +.icon-circle-o:before, .bootstrap .icon-circle-blank:before { content: "\f10c"; } + +.icon-quote-left:before { content: "\f10d"; } + +.icon-quote-right:before { content: "\f10e"; } + +.icon-spinner:before { content: "\f110"; } + +.icon-circle:before { content: "\f111"; } + +.icon-mail-reply:before, .icon-reply:before { content: "\f112"; } + +.icon-github-alt:before { content: "\f113"; } + +.icon-folder-o:before, .bootstrap .icon-folder-close-alt:before { content: "\f114"; } + +.icon-folder-open-o:before, .bootstrap .icon-folder-open-alt:before { content: "\f115"; } + +.icon-smile-o:before, .bootstrap .icon-smile:before { content: "\f118"; } + +.icon-frown-o:before, .bootstrap .icon-frown:before { content: "\f119"; } + +.icon-meh-o:before, .bootstrap .icon-meh:before { content: "\f11a"; } + +.icon-gamepad:before { content: "\f11b"; } + +.icon-keyboard-o:before, .bootstrap .icon-keyboard:before { content: "\f11c"; } + +.icon-flag-o:before, .bootstrap .icon-flag-alt:before { content: "\f11d"; } + +.icon-flag-checkered:before { content: "\f11e"; } + +.icon-terminal:before { content: "\f120"; } + +.icon-code:before { content: "\f121"; } + +.icon-reply-all:before { content: "\f122"; } + +.icon-mail-reply-all:before { content: "\f122"; } + +.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before, .bootstrap .icon-star-half-empty:before { content: "\f123"; } + +.icon-location-arrow:before { content: "\f124"; } + +.icon-crop:before { content: "\f125"; } + +.icon-code-fork:before { content: "\f126"; } + +.icon-unlink:before, .icon-chain-broken:before, .bootstrap .icon-unlink:before { content: "\f127"; } + +.icon-question:before { content: "\f128"; } + +.icon-info:before { content: "\f129"; } + +.icon-exclamation:before { content: "\f12a"; } + +.icon-superscript:before { content: "\f12b"; } + +.icon-subscript:before { content: "\f12c"; } + +.icon-eraser:before { content: "\f12d"; } + +.icon-puzzle-piece:before, .bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before, .bootstrap .icon-AdminParentModules:before, .bootstrap .process-icon-modules-list:before { content: "\f12e"; } + +.icon-microphone:before { content: "\f130"; } + +.icon-microphone-slash:before, .bootstrap .icon-microphone-off:before { content: "\f131"; } + +.icon-shield:before { content: "\f132"; } + +.icon-calendar-o:before, .bootstrap .icon-calendar-empty:before { content: "\f133"; } + +.icon-fire-extinguisher:before { content: "\f134"; } + +.icon-rocket:before { content: "\f135"; } + +.icon-maxcdn:before { content: "\f136"; } + +.icon-chevron-circle-left:before, .bootstrap .icon-chevron-sign-left:before { content: "\f137"; } + +.icon-chevron-circle-right:before, .bootstrap .icon-chevron-sign-right:before { content: "\f138"; } + +.icon-chevron-circle-up:before, .bootstrap .icon-chevron-sign-up:before { content: "\f139"; } + +.icon-chevron-circle-down:before, .bootstrap .icon-chevron-sign-down:before { content: "\f13a"; } + +.icon-html5:before { content: "\f13b"; } + +.icon-css3:before { content: "\f13c"; } + +.icon-anchor:before, .bootstrap .process-icon-anchor:before { content: "\f13d"; } + +.icon-unlock-alt:before { content: "\f13e"; } + +.icon-bullseye:before { content: "\f140"; } + +.icon-ellipsis-h:before, .bootstrap .icon-ellipsis-horizontal:before { content: "\f141"; } + +.icon-ellipsis-v:before, .bootstrap .icon-ellipsis-vertical:before { content: "\f142"; } + +.icon-rss-square:before, .bootstrap .icon-rss-sign:before { content: "\f143"; } + +.icon-play-circle:before, .bootstrap .icon-play-sign:before { content: "\f144"; } + +.icon-ticket:before { content: "\f145"; } + +.icon-minus-square:before, .bootstrap .icon-minus-sign-alt:before { content: "\f146"; } + +.icon-minus-square-o:before, .bootstrap .icon-check-minus:before, .bootstrap .icon-collapse-alt:before { content: "\f147"; } + +.icon-level-up:before { content: "\f148"; } + +.icon-level-down:before { content: "\f149"; } + +.icon-check-square:before, .bootstrap .icon-check-sign:before { content: "\f14a"; } + +.icon-pencil-square:before, .bootstrap .icon-edit-sign:before { content: "\f14b"; } + +.icon-external-link-square:before, .bootstrap .icon-external-link-sign:before { content: "\f14c"; } + +.icon-share-square:before, .bootstrap .icon-share-sign:before, .bootstrap .process-icon-export:before { content: "\f14d"; } + +.icon-compass:before { content: "\f14e"; } + +.icon-toggle-down:before, .icon-caret-square-o-down:before, .bootstrap .icon-collapse:before { content: "\f150"; } + +.icon-toggle-up:before, .icon-caret-square-o-up:before, .bootstrap .icon-collapse-top:before { content: "\f151"; } + +.icon-toggle-right:before, .icon-caret-square-o-right:before, .bootstrap .icon-expand:before, .bootstrap .icon-resize-full:before { content: "\f152"; } + +.icon-euro:before, .icon-eur:before { content: "\f153"; } + +.icon-gbp:before { content: "\f154"; } + +.icon-dollar:before, .icon-usd:before { content: "\f155"; } + +.icon-rupee:before, .icon-inr:before { content: "\f156"; } + +.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: "\f157"; } + +.icon-ruble:before, .icon-rouble:before, .icon-rub:before, .bootstrap .icon-cny:before { content: "\f158"; } + +.icon-won:before, .icon-krw:before { content: "\f159"; } + +.icon-bitcoin:before, .icon-btc:before { content: "\f15a"; } + +.icon-file:before { content: "\f15b"; } + +.icon-file-text:before { content: "\f15c"; } + +.icon-sort-alpha-asc:before, .bootstrap .icon-sort-by-alphabet:before { content: "\f15d"; } + +.icon-sort-alpha-desc:before, .bootstrap .icon-sort-by-alphabet-alt:before { content: "\f15e"; } + +.icon-sort-amount-asc:before, .bootstrap .icon-sort-by-attributes:before { content: "\f160"; } + +.icon-sort-amount-desc:before, .bootstrap .icon-sort-by-attributes-alt:before { content: "\f161"; } + +.icon-sort-numeric-asc:before, .bootstrap .icon-sort-by-order:before { content: "\f162"; } + +.icon-sort-numeric-desc:before, .bootstrap .icon-sort-by-order-alt:before { content: "\f163"; } + +.icon-thumbs-up:before { content: "\f164"; } + +.icon-thumbs-down:before { content: "\f165"; } + +.icon-youtube-square:before, .bootstrap .icon-youtube-sign:before { content: "\f166"; } + +.icon-youtube:before { content: "\f167"; } + +.icon-xing:before { content: "\f168"; } + +.icon-xing-square:before, .bootstrap .icon-xing-sign:before { content: "\f169"; } + +.icon-youtube-play:before { content: "\f16a"; } + +.icon-dropbox:before { content: "\f16b"; } + +.icon-stack-overflow:before, .bootstrap .icon-stackexchange:before { content: "\f16c"; } + +.icon-instagram:before { content: "\f16d"; } + +.icon-flickr:before { content: "\f16e"; } + +.icon-adn:before { content: "\f170"; } + +.icon-bitbucket:before { content: "\f171"; } + +.icon-bitbucket-square:before, .bootstrap .icon-bitbucket-sign:before { content: "\f172"; } + +.icon-tumblr:before { content: "\f173"; } + +.icon-tumblr-square:before, .bootstrap .icon-tumblr-sign:before { content: "\f174"; } + +.icon-long-arrow-down:before { content: "\f175"; } + +.icon-long-arrow-up:before { content: "\f176"; } + +.icon-long-arrow-left:before { content: "\f177"; } + +.icon-long-arrow-right:before { content: "\f178"; } + +.icon-apple:before { content: "\f179"; } + +.icon-windows:before { content: "\f17a"; } + +.icon-android:before { content: "\f17b"; } + +.icon-linux:before { content: "\f17c"; } + +.icon-dribbble:before { content: "\f17d"; } + +.icon-skype:before { content: "\f17e"; } + +.icon-foursquare:before { content: "\f180"; } + +.icon-trello:before { content: "\f181"; } + +.icon-female:before { content: "\f182"; } + +.icon-male:before { content: "\f183"; } + +.icon-gittip:before { content: "\f184"; } + +.icon-sun-o:before, .bootstrap .icon-sun:before { content: "\f185"; } + +.icon-moon-o:before, .bootstrap .icon-moon:before { content: "\f186"; } + +.icon-archive:before, .bootstrap .icon-AdminStock:before { content: "\f187"; } + +.icon-bug:before { content: "\f188"; } + +.icon-vk:before { content: "\f189"; } + +.icon-weibo:before { content: "\f18a"; } + +.icon-renren:before { content: "\f18b"; } + +.icon-pagelines:before { content: "\f18c"; } + +.icon-stack-exchange:before { content: "\f18d"; } + +.icon-arrow-circle-o-right:before { content: "\f18e"; } + +.icon-arrow-circle-o-left:before { content: "\f190"; } + +.icon-toggle-left:before, .icon-caret-square-o-left:before { content: "\f191"; } + +.icon-dot-circle-o:before { content: "\f192"; } + +.icon-wheelchair:before { content: "\f193"; } + +.icon-vimeo-square:before { content: "\f194"; } + +.icon-turkish-lira:before, .icon-try:before { content: "\f195"; } + +.icon-plus-square-o:before { content: "\f196"; } + +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } + +audio, canvas, video { display: inline-block; } + +audio:not([controls]) { display: none; height: 0; } + +[hidden], template { display: none; } + +html { font-family: Tahoma, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } + +body { margin: 0; } + +a { background: transparent; } + +a:focus { outline: thin dotted; } + +a:active, a:hover { outline: 0; } + +h1 { font-size: 2em; margin: 0.67em 0; } + +abbr[title] { border-bottom: 1px dotted; } + +b, strong { font-weight: bold; } + +dfn { font-style: italic; } + +hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } + +mark { background: #ff0; color: #000; } + +code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } + +pre { white-space: pre-wrap; } + +q { quotes: "\201C" "\201D" "\2018" "\2019"; } + +small { font-size: 80%; } + +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sup { top: -0.5em; } + +sub { bottom: -0.25em; } + +img { border: 0; } + +svg:not(:root) { overflow: hidden; } + +figure { margin: 0; } + +fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } + +legend { border: 0; padding: 0; } + +button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } + +button, input { line-height: normal; } + +button, select { text-transform: none; } + +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } + +button[disabled], html input[disabled] { cursor: default; } + +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } + +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } + +textarea { overflow: auto; vertical-align: top; } + +table { border-collapse: collapse; border-spacing: 0; } + +.bootstrap { @-ms-viewport { width: device-width; } + } +.bootstrap *, .bootstrap *:before, .bootstrap *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +.bootstrap body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.42857; color: #555555; background-color: #8b8589; } +.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea { font-family: inherit; font-size: inherit; line-height: inherit; } +.bootstrap a { color: #2ba6cb; text-decoration: none; } +.bootstrap a:hover, .bootstrap a:focus { color: #1e728c; text-decoration: underline; } +.bootstrap a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap img { vertical-align: middle; } +.bootstrap .img-responsive { display: block; max-width: 100%; height: auto; } +.bootstrap .img-rounded { border-radius: 6px; } +.bootstrap .img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #8b8589; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } +.bootstrap .img-circle { border-radius: 50%; } +.bootstrap hr { margin-top: 17px; margin-bottom: 17px; border: 0; border-top: 1px solid #eeeeee; } +.bootstrap .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } +.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, .bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; line-height: 1.1; color: inherit; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap h4 small, .bootstrap h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap .h3 small, .bootstrap .h3 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-weight: normal; line-height: 1; color: #999999; } +.bootstrap h1, .bootstrap .h1, .bootstrap h2, .bootstrap .h2, .bootstrap h3, .bootstrap .h3 { margin-top: 17px; margin-bottom: 8.5px; } +.bootstrap h1 small, .bootstrap h1 .small, .bootstrap .h1 small, .bootstrap .h1 .small, .bootstrap h2 small, .bootstrap h2 .small, .bootstrap .h2 small, .bootstrap .h2 .small, .bootstrap h3 small, .bootstrap h3 .small, .bootstrap .h3 small, .bootstrap .h3 .small { font-size: 65%; } +.bootstrap h4, .bootstrap .h4, .bootstrap h5, .bootstrap .h5, .bootstrap h6, .bootstrap .h6 { margin-top: 8.5px; margin-bottom: 8.5px; } +.bootstrap h4 small, .bootstrap h4 .small, .bootstrap .h4 small, .bootstrap .h4 .small, .bootstrap h5 small, .bootstrap h5 .small, .bootstrap .h5 small, .bootstrap .h5 .small, .bootstrap h6 small, .bootstrap h6 .small, .bootstrap .h6 small, .bootstrap .h6 .small { font-size: 75%; } +.bootstrap h1, .bootstrap .h1 { font-size: 31px; } +.bootstrap h2, .bootstrap .h2 { font-size: 25px; } +.bootstrap h3, .bootstrap .h3 { font-size: 21px; } +.bootstrap h4, .bootstrap .h4 { font-size: 15px; } +.bootstrap h5, .bootstrap .h5 { font-size: 12px; } +.bootstrap h6, .bootstrap .h6 { font-size: 11px; } +.bootstrap p { margin: 0 0 8.5px; } +.bootstrap .lead { margin-bottom: 17px; font-size: 13px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { .bootstrap .lead { font-size: 18px; } } +.bootstrap small, .bootstrap .small { font-size: 85%; } +.bootstrap cite { font-style: normal; } +.bootstrap .text-left { text-align: right; } +.bootstrap .text-right { text-align: left; } +.bootstrap .text-center { text-align: center; } +.bootstrap .text-justify { text-align: justify; } +.bootstrap .text-muted, .bootstrap #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs, #header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .bootstrap .no_notifs, .bootstrap .module_description, .bootstrap .hook_panel_header .hook_description { color: #999999; } +.bootstrap .text-primary { color: #2ba6cb; } +.bootstrap .text-primary:hover { color: #2284a1; } +.bootstrap .text-warning { color: #8a6d3b; } +.bootstrap .text-warning:hover { color: #66512c; } +.bootstrap .text-danger { color: #a94442; } +.bootstrap .text-danger:hover { color: #843534; } +.bootstrap .text-success { color: #3c763d; } +.bootstrap .text-success:hover { color: #2b542c; } +.bootstrap .text-info { color: #31708f; } +.bootstrap .text-info:hover { color: #245269; } +.bootstrap .bg-primary { color: #fff; background-color: #2ba6cb; } +.bootstrap a.bg-primary:hover { background-color: #2284a1; } +.bootstrap .bg-warning { background-color: #fcf8e3; } +.bootstrap a.bg-primary:hover { background-color: #f7ecb5; } +.bootstrap .bg-danger { background-color: #f2dede; } +.bootstrap a.bg-primary:hover { background-color: #e4b9b9; } +.bootstrap .bg-success { background-color: #dff0d8; } +.bootstrap a.bg-primary:hover { background-color: #c1e2b3; } +.bootstrap .bg-info { background-color: #d9edf7; } +.bootstrap a.bg-primary:hover { background-color: #afd9ee; } +.bootstrap .page-header { padding-bottom: 7.5px; margin: 34px 0 17px; border-bottom: 1px solid #eeeeee; } +.bootstrap ul, .bootstrap ol { margin-top: 0; margin-bottom: 8.5px; } +.bootstrap ul ul, .bootstrap ul ol, .bootstrap ol ul, .bootstrap ol ol { margin-bottom: 0; } +.bootstrap .list-unstyled, .bootstrap .list-inline, .bootstrap #dashboard .data_list_large, .bootstrap #dashboard .data_list_vertical { padding-right: 0; list-style: none; } +.bootstrap .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } +.bootstrap .list-inline > li:first-child { padding-right: 0; } +.bootstrap dl { margin-top: 0; margin-bottom: 17px; } +.bootstrap dt, .bootstrap dd { line-height: 1.42857; } +.bootstrap dt { font-weight: bold; } +.bootstrap dd { margin-right: 0; } +@media (min-width: 768px) { .bootstrap .dl-horizontal dt { float: right; width: 160px; clear: right; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + .bootstrap .dl-horizontal dd { margin-right: 180px; } + .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after { content: " "; display: table; } + .bootstrap .dl-horizontal dd:after { clear: both; } } +.bootstrap abbr[title], .bootstrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +.bootstrap .initialism { font-size: 90%; text-transform: uppercase; } +.bootstrap blockquote { padding: 8.5px 17px; margin: 0 0 17px; font-size: 15px; border-right: 5px solid #eeeeee; } +.bootstrap blockquote p:last-child, .bootstrap blockquote ul:last-child, .bootstrap blockquote ol:last-child { margin-bottom: 0; } +.bootstrap blockquote footer, .bootstrap blockquote small, .bootstrap blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; } +.bootstrap blockquote footer:before, .bootstrap blockquote small:before, .bootstrap blockquote .small:before { content: '\2014 \00A0'; } +.bootstrap .blockquote-reverse, .bootstrap blockquote.pull-right { padding-left: 15px; padding-right: 0; border-left: 5px solid #eeeeee; border-right: 0; text-align: left; } +.bootstrap .blockquote-reverse footer:before, .bootstrap .blockquote-reverse small:before, .bootstrap .blockquote-reverse .small:before, .bootstrap blockquote.pull-right footer:before, .bootstrap blockquote.pull-right small:before, .bootstrap blockquote.pull-right .small:before { content: ''; } +.bootstrap .blockquote-reverse footer:after, .bootstrap .blockquote-reverse small:after, .bootstrap .blockquote-reverse .small:after, .bootstrap blockquote.pull-right footer:after, .bootstrap blockquote.pull-right small:after, .bootstrap blockquote.pull-right .small:after { content: '\00A0 \2014'; } +.bootstrap blockquote:before, .bootstrap blockquote:after { content: ""; } +.bootstrap address { margin-bottom: 17px; font-style: normal; line-height: 1.42857; } +.bootstrap code, .bootstrap kbd, .bootstrap pre, .bootstrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } +.bootstrap code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; } +.bootstrap kbd { padding: 2px 4px; font-size: 90%; color: white; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } +.bootstrap pre { display: block; padding: 8px; margin: 0 0 8.5px; font-size: 11px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: whitesmoke; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } +.bootstrap .pre-scrollable { max-height: 340px; overflow-y: scroll; } +.bootstrap .container { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container:before, .bootstrap .container:after { content: " "; display: table; } +.bootstrap .container:after { clear: both; } +@media (min-width: 768px) { .bootstrap .container { width: 728px; } } +@media (min-width: 992px) { .bootstrap .container { width: 940px; } } +@media (min-width: 1200px) { .bootstrap .container { width: 1170px; } } +.bootstrap .container-fluid { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } +.bootstrap .container-fluid:before, .bootstrap .container-fluid:after { content: " "; display: table; } +.bootstrap .container-fluid:after { clear: both; } +.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical { margin-right: -5px; margin-left: -5px; } +.bootstrap .row:before, .bootstrap .multishop-well:before, .bootstrap #dashboard .data_list_vertical:before, .bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { content: " "; display: table; } +.bootstrap .row:after, .bootstrap .multishop-well:after, .bootstrap #dashboard .data_list_vertical:after { clear: both; } +.bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; } +.bootstrap .col-xs-12, .bootstrap .col-xs-11, .bootstrap .col-xs-10, .bootstrap .col-xs-9, .bootstrap .col-xs-8, .bootstrap .col-xs-7, .bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li, .bootstrap .col-xs-5, .bootstrap .col-xs-4, .bootstrap .col-xs-3, .bootstrap .col-xs-2, .bootstrap .col-xs-1 { float: right; } +.bootstrap .col-xs-1 { width: 8.33333%; } +.bootstrap .col-xs-2 { width: 16.66667%; } +.bootstrap .col-xs-3 { width: 25%; } +.bootstrap .col-xs-4 { width: 33.33333%; } +.bootstrap .col-xs-5 { width: 41.66667%; } +.bootstrap .col-xs-6, .bootstrap #dashboard .data_list_vertical li { width: 50%; } +.bootstrap .col-xs-7 { width: 58.33333%; } +.bootstrap .col-xs-8 { width: 66.66667%; } +.bootstrap .col-xs-9 { width: 75%; } +.bootstrap .col-xs-10 { width: 83.33333%; } +.bootstrap .col-xs-11 { width: 91.66667%; } +.bootstrap .col-xs-12 { width: 100%; } +.bootstrap .col-xs-pull-0 { left: 0%; } +.bootstrap .col-xs-pull-1 { left: 8.33333%; } +.bootstrap .col-xs-pull-2 { left: 16.66667%; } +.bootstrap .col-xs-pull-3 { left: 25%; } +.bootstrap .col-xs-pull-4 { left: 33.33333%; } +.bootstrap .col-xs-pull-5 { left: 41.66667%; } +.bootstrap .col-xs-pull-6 { left: 50%; } +.bootstrap .col-xs-pull-7 { left: 58.33333%; } +.bootstrap .col-xs-pull-8 { left: 66.66667%; } +.bootstrap .col-xs-pull-9 { left: 75%; } +.bootstrap .col-xs-pull-10 { left: 83.33333%; } +.bootstrap .col-xs-pull-11 { left: 91.66667%; } +.bootstrap .col-xs-pull-12 { left: 100%; } +.bootstrap .col-xs-push-0 { right: 0%; } +.bootstrap .col-xs-push-1 { right: 8.33333%; } +.bootstrap .col-xs-push-2 { right: 16.66667%; } +.bootstrap .col-xs-push-3 { right: 25%; } +.bootstrap .col-xs-push-4 { right: 33.33333%; } +.bootstrap .col-xs-push-5 { right: 41.66667%; } +.bootstrap .col-xs-push-6 { right: 50%; } +.bootstrap .col-xs-push-7 { right: 58.33333%; } +.bootstrap .col-xs-push-8 { right: 66.66667%; } +.bootstrap .col-xs-push-9 { right: 75%; } +.bootstrap .col-xs-push-10 { right: 83.33333%; } +.bootstrap .col-xs-push-11 { right: 91.66667%; } +.bootstrap .col-xs-push-12 { right: 100%; } +.bootstrap .col-xs-offset-0 { margin-right: 0%; } +.bootstrap .col-xs-offset-1 { margin-right: 8.33333%; } +.bootstrap .col-xs-offset-2 { margin-right: 16.66667%; } +.bootstrap .col-xs-offset-3 { margin-right: 25%; } +.bootstrap .col-xs-offset-4 { margin-right: 33.33333%; } +.bootstrap .col-xs-offset-5 { margin-right: 41.66667%; } +.bootstrap .col-xs-offset-6 { margin-right: 50%; } +.bootstrap .col-xs-offset-7 { margin-right: 58.33333%; } +.bootstrap .col-xs-offset-8 { margin-right: 66.66667%; } +.bootstrap .col-xs-offset-9 { margin-right: 75%; } +.bootstrap .col-xs-offset-10 { margin-right: 83.33333%; } +.bootstrap .col-xs-offset-11 { margin-right: 91.66667%; } +.bootstrap .col-xs-offset-12 { margin-right: 100%; } +@media (min-width: 768px) { .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1 { float: right; } + .bootstrap .col-sm-1 { width: 8.33333%; } + .bootstrap .col-sm-2 { width: 16.66667%; } + .bootstrap .col-sm-3 { width: 25%; } + .bootstrap .col-sm-4 { width: 33.33333%; } + .bootstrap .col-sm-5 { width: 41.66667%; } + .bootstrap .col-sm-6 { width: 50%; } + .bootstrap .col-sm-7 { width: 58.33333%; } + .bootstrap .col-sm-8 { width: 66.66667%; } + .bootstrap .col-sm-9 { width: 75%; } + .bootstrap .col-sm-10 { width: 83.33333%; } + .bootstrap .col-sm-11 { width: 91.66667%; } + .bootstrap .col-sm-12 { width: 100%; } + .bootstrap .col-sm-pull-0 { left: 0%; } + .bootstrap .col-sm-pull-1 { left: 8.33333%; } + .bootstrap .col-sm-pull-2 { left: 16.66667%; } + .bootstrap .col-sm-pull-3 { left: 25%; } + .bootstrap .col-sm-pull-4 { left: 33.33333%; } + .bootstrap .col-sm-pull-5 { left: 41.66667%; } + .bootstrap .col-sm-pull-6 { left: 50%; } + .bootstrap .col-sm-pull-7 { left: 58.33333%; } + .bootstrap .col-sm-pull-8 { left: 66.66667%; } + .bootstrap .col-sm-pull-9 { left: 75%; } + .bootstrap .col-sm-pull-10 { left: 83.33333%; } + .bootstrap .col-sm-pull-11 { left: 91.66667%; } + .bootstrap .col-sm-pull-12 { left: 100%; } + .bootstrap .col-sm-push-0 { right: 0%; } + .bootstrap .col-sm-push-1 { right: 8.33333%; } + .bootstrap .col-sm-push-2 { right: 16.66667%; } + .bootstrap .col-sm-push-3 { right: 25%; } + .bootstrap .col-sm-push-4 { right: 33.33333%; } + .bootstrap .col-sm-push-5 { right: 41.66667%; } + .bootstrap .col-sm-push-6 { right: 50%; } + .bootstrap .col-sm-push-7 { right: 58.33333%; } + .bootstrap .col-sm-push-8 { right: 66.66667%; } + .bootstrap .col-sm-push-9 { right: 75%; } + .bootstrap .col-sm-push-10 { right: 83.33333%; } + .bootstrap .col-sm-push-11 { right: 91.66667%; } + .bootstrap .col-sm-push-12 { right: 100%; } + .bootstrap .col-sm-offset-0 { margin-right: 0%; } + .bootstrap .col-sm-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-sm-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-sm-offset-3 { margin-right: 25%; } + .bootstrap .col-sm-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-sm-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-sm-offset-6 { margin-right: 50%; } + .bootstrap .col-sm-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-sm-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-sm-offset-9 { margin-right: 75%; } + .bootstrap .col-sm-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-sm-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-sm-offset-12 { margin-right: 100%; } } +@media (min-width: 992px) { .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1 { float: right; } + .bootstrap .col-md-1 { width: 8.33333%; } + .bootstrap .col-md-2 { width: 16.66667%; } + .bootstrap .col-md-3 { width: 25%; } + .bootstrap .col-md-4 { width: 33.33333%; } + .bootstrap .col-md-5 { width: 41.66667%; } + .bootstrap .col-md-6 { width: 50%; } + .bootstrap .col-md-7 { width: 58.33333%; } + .bootstrap .col-md-8 { width: 66.66667%; } + .bootstrap .col-md-9 { width: 75%; } + .bootstrap .col-md-10 { width: 83.33333%; } + .bootstrap .col-md-11 { width: 91.66667%; } + .bootstrap .col-md-12 { width: 100%; } + .bootstrap .col-md-pull-0 { left: 0%; } + .bootstrap .col-md-pull-1 { left: 8.33333%; } + .bootstrap .col-md-pull-2 { left: 16.66667%; } + .bootstrap .col-md-pull-3 { left: 25%; } + .bootstrap .col-md-pull-4 { left: 33.33333%; } + .bootstrap .col-md-pull-5 { left: 41.66667%; } + .bootstrap .col-md-pull-6 { left: 50%; } + .bootstrap .col-md-pull-7 { left: 58.33333%; } + .bootstrap .col-md-pull-8 { left: 66.66667%; } + .bootstrap .col-md-pull-9 { left: 75%; } + .bootstrap .col-md-pull-10 { left: 83.33333%; } + .bootstrap .col-md-pull-11 { left: 91.66667%; } + .bootstrap .col-md-pull-12 { left: 100%; } + .bootstrap .col-md-push-0 { right: 0%; } + .bootstrap .col-md-push-1 { right: 8.33333%; } + .bootstrap .col-md-push-2 { right: 16.66667%; } + .bootstrap .col-md-push-3 { right: 25%; } + .bootstrap .col-md-push-4 { right: 33.33333%; } + .bootstrap .col-md-push-5 { right: 41.66667%; } + .bootstrap .col-md-push-6 { right: 50%; } + .bootstrap .col-md-push-7 { right: 58.33333%; } + .bootstrap .col-md-push-8 { right: 66.66667%; } + .bootstrap .col-md-push-9 { right: 75%; } + .bootstrap .col-md-push-10 { right: 83.33333%; } + .bootstrap .col-md-push-11 { right: 91.66667%; } + .bootstrap .col-md-push-12 { right: 100%; } + .bootstrap .col-md-offset-0 { margin-right: 0%; } + .bootstrap .col-md-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-md-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-md-offset-3 { margin-right: 25%; } + .bootstrap .col-md-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-md-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-md-offset-6 { margin-right: 50%; } + .bootstrap .col-md-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-md-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-md-offset-9 { margin-right: 75%; } + .bootstrap .col-md-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-md-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-md-offset-12 { margin-right: 100%; } } +@media (min-width: 1200px) { .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1 { float: right; } + .bootstrap .col-lg-1 { width: 8.33333%; } + .bootstrap .col-lg-2 { width: 16.66667%; } + .bootstrap .col-lg-3 { width: 25%; } + .bootstrap .col-lg-4 { width: 33.33333%; } + .bootstrap .col-lg-5 { width: 41.66667%; } + .bootstrap .col-lg-6 { width: 50%; } + .bootstrap .col-lg-7 { width: 58.33333%; } + .bootstrap .col-lg-8 { width: 66.66667%; } + .bootstrap .col-lg-9 { width: 75%; } + .bootstrap .col-lg-10 { width: 83.33333%; } + .bootstrap .col-lg-11 { width: 91.66667%; } + .bootstrap .col-lg-12 { width: 100%; } + .bootstrap .col-lg-pull-0 { left: 0%; } + .bootstrap .col-lg-pull-1 { left: 8.33333%; } + .bootstrap .col-lg-pull-2 { left: 16.66667%; } + .bootstrap .col-lg-pull-3 { left: 25%; } + .bootstrap .col-lg-pull-4 { left: 33.33333%; } + .bootstrap .col-lg-pull-5 { left: 41.66667%; } + .bootstrap .col-lg-pull-6 { left: 50%; } + .bootstrap .col-lg-pull-7 { left: 58.33333%; } + .bootstrap .col-lg-pull-8 { left: 66.66667%; } + .bootstrap .col-lg-pull-9 { left: 75%; } + .bootstrap .col-lg-pull-10 { left: 83.33333%; } + .bootstrap .col-lg-pull-11 { left: 91.66667%; } + .bootstrap .col-lg-pull-12 { left: 100%; } + .bootstrap .col-lg-push-0 { right: 0%; } + .bootstrap .col-lg-push-1 { right: 8.33333%; } + .bootstrap .col-lg-push-2 { right: 16.66667%; } + .bootstrap .col-lg-push-3 { right: 25%; } + .bootstrap .col-lg-push-4 { right: 33.33333%; } + .bootstrap .col-lg-push-5 { right: 41.66667%; } + .bootstrap .col-lg-push-6 { right: 50%; } + .bootstrap .col-lg-push-7 { right: 58.33333%; } + .bootstrap .col-lg-push-8 { right: 66.66667%; } + .bootstrap .col-lg-push-9 { right: 75%; } + .bootstrap .col-lg-push-10 { right: 83.33333%; } + .bootstrap .col-lg-push-11 { right: 91.66667%; } + .bootstrap .col-lg-push-12 { right: 100%; } + .bootstrap .col-lg-offset-0 { margin-right: 0%; } + .bootstrap .col-lg-offset-1 { margin-right: 8.33333%; } + .bootstrap .col-lg-offset-2 { margin-right: 16.66667%; } + .bootstrap .col-lg-offset-3 { margin-right: 25%; } + .bootstrap .col-lg-offset-4 { margin-right: 33.33333%; } + .bootstrap .col-lg-offset-5 { margin-right: 41.66667%; } + .bootstrap .col-lg-offset-6 { margin-right: 50%; } + .bootstrap .col-lg-offset-7 { margin-right: 58.33333%; } + .bootstrap .col-lg-offset-8 { margin-right: 66.66667%; } + .bootstrap .col-lg-offset-9 { margin-right: 75%; } + .bootstrap .col-lg-offset-10 { margin-right: 83.33333%; } + .bootstrap .col-lg-offset-11 { margin-right: 91.66667%; } + .bootstrap .col-lg-offset-12 { margin-right: 100%; } } +.bootstrap table { max-width: 100%; background-color: transparent; } +.bootstrap th { text-align: right; } +.bootstrap .table { width: 100%; margin-bottom: 17px; } +.bootstrap .table > thead > tr > th, .bootstrap .table > thead > tr > td, .bootstrap .table > tbody > tr > th, .bootstrap .table > tbody > tr > td, .bootstrap .table > tfoot > tr > th, .bootstrap .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; } +.bootstrap .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } +.bootstrap .table > caption + thead > tr:first-child > th, .bootstrap .table > caption + thead > tr:first-child > td, .bootstrap .table > colgroup + thead > tr:first-child > th, .bootstrap .table > colgroup + thead > tr:first-child > td, .bootstrap .table > thead:first-child > tr:first-child > th, .bootstrap .table > thead:first-child > tr:first-child > td { border-top: 0; } +.bootstrap .table > tbody + tbody { border-top: 2px solid #dddddd; } +.bootstrap .table .table { background-color: #8b8589; } +.bootstrap .table-condensed > thead > tr > th, .bootstrap .table-condensed > thead > tr > td, .bootstrap .table-condensed > tbody > tr > th, .bootstrap .table-condensed > tbody > tr > td, .bootstrap .table-condensed > tfoot > tr > th, .bootstrap .table-condensed > tfoot > tr > td { padding: 5px; } +.bootstrap .table-bordered { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td, .bootstrap .table-bordered > tbody > tr > th, .bootstrap .table-bordered > tbody > tr > td, .bootstrap .table-bordered > tfoot > tr > th, .bootstrap .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } +.bootstrap .table-bordered > thead > tr > th, .bootstrap .table-bordered > thead > tr > td { border-bottom-width: 2px; } +.bootstrap .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +.bootstrap .table-hover > tbody > tr:hover > td, .bootstrap .table-hover > tbody > tr:hover > th { background-color: #edf7fb; } +.bootstrap table col[class*="col-"] { position: static; float: none; display: table-column; } +.bootstrap table td[class*="col-"], .bootstrap table th[class*="col-"] { position: static; float: none; display: table-cell; } +.bootstrap .table > thead > tr > td.active, .bootstrap .table > thead > tr > th.active, .bootstrap .table > thead > tr.active > td, .bootstrap .table > thead > tr.active > th, .bootstrap .table > tbody > tr > td.active, .bootstrap .table > tbody > tr > th.active, .bootstrap .table > tbody > tr.active > td, .bootstrap .table > tbody > tr.active > th, .bootstrap .table > tfoot > tr > td.active, .bootstrap .table > tfoot > tr > th.active, .bootstrap .table > tfoot > tr.active > td, .bootstrap .table > tfoot > tr.active > th { background-color: #edf7fb; } +.bootstrap .table-hover > tbody > tr > td.active:hover, .bootstrap .table-hover > tbody > tr > th.active:hover, .bootstrap .table-hover > tbody > tr.active:hover > td, .bootstrap .table-hover > tbody > tr.active:hover > th { background-color: #d8eef6; } +.bootstrap .table > thead > tr > td.success, .bootstrap .table > thead > tr > th.success, .bootstrap .table > thead > tr.success > td, .bootstrap .table > thead > tr.success > th, .bootstrap .table > tbody > tr > td.success, .bootstrap .table > tbody > tr > th.success, .bootstrap .table > tbody > tr.success > td, .bootstrap .table > tbody > tr.success > th, .bootstrap .table > tfoot > tr > td.success, .bootstrap .table > tfoot > tr > th.success, .bootstrap .table > tfoot > tr.success > td, .bootstrap .table > tfoot > tr.success > th { background-color: #dff0d8; } +.bootstrap .table-hover > tbody > tr > td.success:hover, .bootstrap .table-hover > tbody > tr > th.success:hover, .bootstrap .table-hover > tbody > tr.success:hover > td, .bootstrap .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } +.bootstrap .table > thead > tr > td.warning, .bootstrap .table > thead > tr > th.warning, .bootstrap .table > thead > tr.warning > td, .bootstrap .table > thead > tr.warning > th, .bootstrap .table > tbody > tr > td.warning, .bootstrap .table > tbody > tr > th.warning, .bootstrap .table > tbody > tr.warning > td, .bootstrap .table > tbody > tr.warning > th, .bootstrap .table > tfoot > tr > td.warning, .bootstrap .table > tfoot > tr > th.warning, .bootstrap .table > tfoot > tr.warning > td, .bootstrap .table > tfoot > tr.warning > th { background-color: #fcf8e3; } +.bootstrap .table-hover > tbody > tr > td.warning:hover, .bootstrap .table-hover > tbody > tr > th.warning:hover, .bootstrap .table-hover > tbody > tr.warning:hover > td, .bootstrap .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } +.bootstrap .table > thead > tr > td.danger, .bootstrap .table > thead > tr > th.danger, .bootstrap .table > thead > tr.danger > td, .bootstrap .table > thead > tr.danger > th, .bootstrap .table > tbody > tr > td.danger, .bootstrap .table > tbody > tr > th.danger, .bootstrap .table > tbody > tr.danger > td, .bootstrap .table > tbody > tr.danger > th, .bootstrap .table > tfoot > tr > td.danger, .bootstrap .table > tfoot > tr > th.danger, .bootstrap .table > tfoot > tr.danger > td, .bootstrap .table > tfoot > tr.danger > th { background-color: #f2dede; } +.bootstrap .table-hover > tbody > tr > td.danger:hover, .bootstrap .table-hover > tbody > tr > th.danger:hover, .bootstrap .table-hover > tbody > tr.danger:hover > td, .bootstrap .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } +.bootstrap .table > thead > tr > td.info, .bootstrap .table > thead > tr > th.info, .bootstrap .table > thead > tr.info > td, .bootstrap .table > thead > tr.info > th, .bootstrap .table > tbody > tr > td.info, .bootstrap .table > tbody > tr > th.info, .bootstrap .table > tbody > tr.info > td, .bootstrap .table > tbody > tr.info > th, .bootstrap .table > tfoot > tr > td.info, .bootstrap .table > tfoot > tr > th.info, .bootstrap .table > tfoot > tr.info > td, .bootstrap .table > tfoot > tr.info > th { background-color: #d9edf7; } +.bootstrap .table-hover > tbody > tr > td.info:hover, .bootstrap .table-hover > tbody > tr > th.info:hover, .bootstrap .table-hover > tbody > tr.info:hover > td, .bootstrap .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } +@media (max-width: 767px) { .bootstrap .table-responsive { width: 100%; margin-bottom: 12.75px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } + .bootstrap .table-responsive > .table { margin-bottom: 0; } + .bootstrap .table-responsive > .table > thead > tr > th, .bootstrap .table-responsive > .table > thead > tr > td, .bootstrap .table-responsive > .table > tbody > tr > th, .bootstrap .table-responsive > .table > tbody > tr > td, .bootstrap .table-responsive > .table > tfoot > tr > th, .bootstrap .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + .bootstrap .table-responsive > .table-bordered { border: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } + .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } + .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } +.bootstrap fieldset { padding: 0; margin: 0; border: 0; } +.bootstrap legend { display: block; width: 100%; padding: 0; margin-bottom: 17px; font-size: 18px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +.bootstrap label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +.bootstrap input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } +.bootstrap input[type="file"] { display: block; } +.bootstrap select[multiple], .bootstrap select[size] { height: auto; } +.bootstrap select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } +.bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap input[type="number"]::-webkit-outer-spin-button, .bootstrap input[type="number"]::-webkit-inner-spin-button { height: auto; } +.bootstrap output { display: block; padding-top: 5px; font-size: 12px; line-height: 1.42857; color: #555555; } +.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select { display: block; width: 100%; height: 27px; padding: 4px 8px; font-size: 12px; line-height: 1.42857; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 3px; -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +.bootstrap .form-control:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="password"]:focus, .bootstrap textarea:focus, .bootstrap select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.bootstrap .form-control:-moz-placeholder, .bootstrap input[type="text"]:-moz-placeholder, .bootstrap input[type="search"]:-moz-placeholder, .bootstrap input[type="password"]:-moz-placeholder, .bootstrap textarea:-moz-placeholder, .bootstrap select:-moz-placeholder { color: #999999; } +.bootstrap .form-control::-moz-placeholder, .bootstrap input[type="text"]::-moz-placeholder, .bootstrap input[type="search"]::-moz-placeholder, .bootstrap input[type="password"]::-moz-placeholder, .bootstrap textarea::-moz-placeholder, .bootstrap select::-moz-placeholder { color: #999999; opacity: 1; } +.bootstrap .form-control:-ms-input-placeholder, .bootstrap input[type="text"]:-ms-input-placeholder, .bootstrap input[type="search"]:-ms-input-placeholder, .bootstrap input[type="password"]:-ms-input-placeholder, .bootstrap textarea:-ms-input-placeholder, .bootstrap select:-ms-input-placeholder { color: #999999; } +.bootstrap .form-control::-webkit-input-placeholder, .bootstrap input[type="text"]::-webkit-input-placeholder, .bootstrap input[type="search"]::-webkit-input-placeholder, .bootstrap input[type="password"]::-webkit-input-placeholder, .bootstrap textarea::-webkit-input-placeholder, .bootstrap select::-webkit-input-placeholder { color: #999999; } +.bootstrap .form-control[disabled], .bootstrap input[disabled][type="text"], .bootstrap input[disabled][type="search"], .bootstrap input[disabled][type="password"], .bootstrap textarea[disabled], .bootstrap select[disabled], .bootstrap .form-control[readonly], .bootstrap input[readonly][type="text"], .bootstrap input[readonly][type="search"], .bootstrap input[readonly][type="password"], .bootstrap textarea[readonly], .bootstrap select[readonly], fieldset[disabled] .bootstrap .form-control, fieldset[disabled] .bootstrap input[type="text"], fieldset[disabled] .bootstrap input[type="search"], fieldset[disabled] .bootstrap input[type="password"], fieldset[disabled] .bootstrap textarea, fieldset[disabled] .bootstrap select { cursor: not-allowed; background-color: #eeeeee; } +.bootstrap textarea.form-control, .bootstrap textarea { height: auto; } +.bootstrap input[type="date"] { line-height: 27px; } +.bootstrap .form-group { margin-bottom: 15px; } +.bootstrap .radio, .bootstrap .checkbox { display: block; min-height: 17px; margin-top: 10px; margin-bottom: 10px; padding-right: 20px; } +.bootstrap .radio label, .bootstrap .checkbox label { display: inline; font-weight: normal; cursor: pointer; } +.bootstrap .radio input[type="radio"], .bootstrap .radio-inline input[type="radio"], .bootstrap .checkbox input[type="checkbox"], .bootstrap .checkbox-inline input[type="checkbox"] { float: right; margin-right: -20px; } +.bootstrap .radio + .radio, .bootstrap .checkbox + .checkbox { margin-top: -5px; } +.bootstrap .radio-inline, .bootstrap .checkbox-inline { display: inline-block; padding-right: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } +.bootstrap .radio-inline + .radio-inline, .bootstrap .checkbox-inline + .checkbox-inline { margin-top: 0; margin-right: 10px; } +.bootstrap input[type="radio"][disabled], fieldset[disabled] .bootstrap input[type="radio"], .bootstrap input[type="checkbox"][disabled], fieldset[disabled] .bootstrap input[type="checkbox"], .bootstrap .radio[disabled], fieldset[disabled] .bootstrap .radio, .bootstrap .radio-inline[disabled], fieldset[disabled] .bootstrap .radio-inline, .bootstrap .checkbox[disabled], fieldset[disabled] .bootstrap .checkbox, .bootstrap .checkbox-inline[disabled], fieldset[disabled] .bootstrap .checkbox-inline { cursor: not-allowed; } +.bootstrap .input-sm, .bootstrap .input-group-sm > .form-control, .bootstrap .input-group-sm > input[type="text"], .bootstrap .input-group-sm > input[type="search"], .bootstrap .input-group-sm > input[type="password"], .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .btn { height: 28px; padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap select.input-sm, .bootstrap .input-group-sm > select.form-control, .bootstrap .input-group-sm > select, .bootstrap .input-group-sm > select.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > select.btn { height: 28px; line-height: 28px; } +.bootstrap textarea.input-sm, .bootstrap .input-group-sm > textarea.form-control, .bootstrap .input-group-sm > textarea, .bootstrap .input-group-sm > textarea.input-group-addon, .bootstrap .input-group-sm > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .input-lg, .bootstrap .input-group-lg > .form-control, .bootstrap .input-group-lg > input[type="text"], .bootstrap .input-group-lg > input[type="search"], .bootstrap .input-group-lg > input[type="password"], .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .btn { height: 42px; padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap select.input-lg, .bootstrap .input-group-lg > select.form-control, .bootstrap .input-group-lg > select, .bootstrap .input-group-lg > select.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > select.btn { height: 42px; line-height: 42px; } +.bootstrap textarea.input-lg, .bootstrap .input-group-lg > textarea.form-control, .bootstrap .input-group-lg > textarea, .bootstrap .input-group-lg > textarea.input-group-addon, .bootstrap .input-group-lg > .input-group-btn > textarea.btn { height: auto; } +.bootstrap .has-feedback { position: relative; } +.bootstrap .has-feedback .form-control, .bootstrap .has-feedback input[type="text"], .bootstrap .has-feedback input[type="search"], .bootstrap .has-feedback input[type="password"], .bootstrap .has-feedback textarea, .bootstrap .has-feedback select { padding-left: 33.75px; } +.bootstrap .has-feedback .form-control-feedback { position: absolute; top: 22px; left: 0; display: block; width: 27px; height: 27px; line-height: 27px; text-align: center; } +.bootstrap .has-warning .help-block, .bootstrap .has-warning .control-label, .bootstrap .has-warning .radio, .bootstrap .has-warning .checkbox, .bootstrap .has-warning .radio-inline, .bootstrap .has-warning .checkbox-inline { color: #8a6d3b; } +.bootstrap .has-warning .form-control, .bootstrap .has-warning input[type="text"], .bootstrap .has-warning input[type="search"], .bootstrap .has-warning input[type="password"], .bootstrap .has-warning textarea, .bootstrap .has-warning select { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-warning .form-control:focus, .bootstrap .has-warning input[type="text"]:focus, .bootstrap .has-warning input[type="search"]:focus, .bootstrap .has-warning input[type="password"]:focus, .bootstrap .has-warning textarea:focus, .bootstrap .has-warning select:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } +.bootstrap .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap .has-warning .form-control-feedback { color: #8a6d3b; } +.bootstrap .has-error .help-block, .bootstrap .has-error .control-label, .bootstrap .has-error .radio, .bootstrap .has-error .checkbox, .bootstrap .has-error .radio-inline, .bootstrap .has-error .checkbox-inline { color: #a94442; } +.bootstrap .has-error .form-control, .bootstrap .has-error input[type="text"], .bootstrap .has-error input[type="search"], .bootstrap .has-error input[type="password"], .bootstrap .has-error textarea, .bootstrap .has-error select { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-error .form-control:focus, .bootstrap .has-error input[type="text"]:focus, .bootstrap .has-error input[type="search"]:focus, .bootstrap .has-error input[type="password"]:focus, .bootstrap .has-error textarea:focus, .bootstrap .has-error select:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } +.bootstrap .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } +.bootstrap .has-error .form-control-feedback { color: #a94442; } +.bootstrap .has-success .help-block, .bootstrap .has-success .control-label, .bootstrap .has-success .radio, .bootstrap .has-success .checkbox, .bootstrap .has-success .radio-inline, .bootstrap .has-success .checkbox-inline { color: #3c763d; } +.bootstrap .has-success .form-control, .bootstrap .has-success input[type="text"], .bootstrap .has-success input[type="search"], .bootstrap .has-success input[type="password"], .bootstrap .has-success textarea, .bootstrap .has-success select { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +.bootstrap .has-success .form-control:focus, .bootstrap .has-success input[type="text"]:focus, .bootstrap .has-success input[type="search"]:focus, .bootstrap .has-success input[type="password"]:focus, .bootstrap .has-success textarea:focus, .bootstrap .has-success select:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } +.bootstrap .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } +.bootstrap .has-success .form-control-feedback { color: #3c763d; } +.bootstrap .form-control-static { margin-bottom: 0; } +.bootstrap .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; } +@media (min-width: 768px) { .bootstrap .form-inline .form-group, .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .form-control, .bootstrap .navbar-form .form-control, .bootstrap #header_search .form-control, .bootstrap .form-inline input[type="text"], .bootstrap .navbar-form input[type="text"], .bootstrap #header_search input[type="text"], .bootstrap .form-inline input[type="search"], .bootstrap .navbar-form input[type="search"], .bootstrap #header_search input[type="search"], .bootstrap .form-inline input[type="password"], .bootstrap .navbar-form input[type="password"], .bootstrap #header_search input[type="password"], .bootstrap .form-inline textarea, .bootstrap .navbar-form textarea, .bootstrap #header_search textarea, .bootstrap .form-inline select, .bootstrap .navbar-form select, .bootstrap #header_search select { display: inline-block; width: auto; vertical-align: middle; } + .bootstrap .form-inline .control-label, .bootstrap .navbar-form .control-label, .bootstrap #header_search .control-label { margin-bottom: 0; vertical-align: middle; } + .bootstrap .form-inline .radio, .bootstrap .navbar-form .radio, .bootstrap #header_search .radio, .bootstrap .form-inline .checkbox, .bootstrap .navbar-form .checkbox, .bootstrap #header_search .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-right: 0; vertical-align: middle; } + .bootstrap .form-inline .radio input[type="radio"], .bootstrap .navbar-form .radio input[type="radio"], .bootstrap #header_search .radio input[type="radio"], .bootstrap .form-inline .checkbox input[type="checkbox"], .bootstrap .navbar-form .checkbox input[type="checkbox"], .bootstrap #header_search .checkbox input[type="checkbox"] { float: none; margin-right: 0; } + .bootstrap .form-inline .has-feedback .form-control-feedback, .bootstrap .navbar-form .has-feedback .form-control-feedback, .bootstrap #header_search .has-feedback .form-control-feedback { top: 0; } } +.bootstrap .form-horizontal .control-label, .bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox, .bootstrap .form-horizontal .radio-inline, .bootstrap .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 5px; } +.bootstrap .form-horizontal .radio, .bootstrap .form-horizontal .checkbox { min-height: 22px; } +.bootstrap .form-horizontal .form-group { margin-right: -5px; margin-left: -5px; } +.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after { content: " "; display: table; } +.bootstrap .form-horizontal .form-group:after { clear: both; } +.bootstrap .form-horizontal .form-control-static { padding-top: 5px; } +@media (min-width: 768px) { .bootstrap .form-horizontal .control-label { text-align: left; } } +.bootstrap .form-horizontal .has-feedback .form-control-feedback { top: 0; left: 5px; } +.bootstrap .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 4px 8px; font-size: 12px; line-height: 1.42857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.bootstrap .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +.bootstrap .btn:hover, .bootstrap .btn:focus { color: #555555; text-decoration: none; } +.bootstrap .btn:active, .bootstrap .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn.disabled, .bootstrap .btn[disabled], fieldset[disabled] .bootstrap .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-default { color: #555555; background-color: white; border-color: #cccccc; } +.bootstrap .btn-default:hover, .bootstrap .btn-default:focus, .bootstrap .btn-default:active, .bootstrap .btn-default.active { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.open .bootstrap .btn-default.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #adadad; } +.bootstrap .btn-default:active, .bootstrap .btn-default.active { background-image: none; } +.open .bootstrap .btn-default.dropdown-toggle { background-image: none; } +.bootstrap .btn-default.disabled, .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled:active, .bootstrap .btn-default.disabled.active, .bootstrap .btn-default[disabled], .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled]:active, .bootstrap .btn-default[disabled].active, fieldset[disabled] .bootstrap .btn-default, fieldset[disabled] .bootstrap .btn-default:hover, fieldset[disabled] .bootstrap .btn-default:focus, fieldset[disabled] .bootstrap .btn-default:active, fieldset[disabled] .bootstrap .btn-default.active { background-color: white; border-color: #cccccc; } +.bootstrap .btn-default .badge, .bootstrap .btn-default #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-default .notifs_badge, .bootstrap .btn-default .module-badge-popular, .bootstrap .btn-default .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-primary { color: #555555; background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active { color: #555555; background-color: #ebebeb; border-color: #419641; } +.open .bootstrap .btn-primary.dropdown-toggle { color: #555555; background-color: #ebebeb; border-color: #419641; } +.bootstrap .btn-primary:active, .bootstrap .btn-primary.active { background-image: none; } +.open .bootstrap .btn-primary.dropdown-toggle { background-image: none; } +.bootstrap .btn-primary.disabled, .bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled:active, .bootstrap .btn-primary.disabled.active, .bootstrap .btn-primary[disabled], .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled]:active, .bootstrap .btn-primary[disabled].active, fieldset[disabled] .bootstrap .btn-primary, fieldset[disabled] .bootstrap .btn-primary:hover, fieldset[disabled] .bootstrap .btn-primary:focus, fieldset[disabled] .bootstrap .btn-primary:active, fieldset[disabled] .bootstrap .btn-primary.active { background-color: white; border-color: #5cb85c; } +.bootstrap .btn-primary .badge, .bootstrap .btn-primary #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-primary .notifs_badge, .bootstrap .btn-primary .module-badge-popular, .bootstrap .btn-primary .module-badge-partner { color: white; background-color: #555555; } +.bootstrap .btn-success { color: white; background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success:hover, .bootstrap .btn-success:focus, .bootstrap .btn-success:active, .bootstrap .btn-success.active { color: white; background-color: #47a447; border-color: #398439; } +.open .bootstrap .btn-success.dropdown-toggle { color: white; background-color: #47a447; border-color: #398439; } +.bootstrap .btn-success:active, .bootstrap .btn-success.active { background-image: none; } +.open .bootstrap .btn-success.dropdown-toggle { background-image: none; } +.bootstrap .btn-success.disabled, .bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled:active, .bootstrap .btn-success.disabled.active, .bootstrap .btn-success[disabled], .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled]:active, .bootstrap .btn-success[disabled].active, fieldset[disabled] .bootstrap .btn-success, fieldset[disabled] .bootstrap .btn-success:hover, fieldset[disabled] .bootstrap .btn-success:focus, fieldset[disabled] .bootstrap .btn-success:active, fieldset[disabled] .bootstrap .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } +.bootstrap .btn-success .badge, .bootstrap .btn-success #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-success .notifs_badge, .bootstrap .btn-success .module-badge-popular, .bootstrap .btn-success .module-badge-partner { color: #5cb85c; background-color: white; } +.bootstrap .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning:hover, .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +.open .bootstrap .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +.bootstrap .btn-warning:active, .bootstrap .btn-warning.active { background-image: none; } +.open .bootstrap .btn-warning.dropdown-toggle { background-image: none; } +.bootstrap .btn-warning.disabled, .bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled:active, .bootstrap .btn-warning.disabled.active, .bootstrap .btn-warning[disabled], .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled]:active, .bootstrap .btn-warning[disabled].active, fieldset[disabled] .bootstrap .btn-warning, fieldset[disabled] .bootstrap .btn-warning:hover, fieldset[disabled] .bootstrap .btn-warning:focus, fieldset[disabled] .bootstrap .btn-warning:active, fieldset[disabled] .bootstrap .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +.bootstrap .btn-warning .badge, .bootstrap .btn-warning #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-warning .notifs_badge, .bootstrap .btn-warning .module-badge-popular, .bootstrap .btn-warning .module-badge-partner { color: #f0ad4e; background-color: white; } +.bootstrap .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger:hover, .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +.open .bootstrap .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +.bootstrap .btn-danger:active, .bootstrap .btn-danger.active { background-image: none; } +.open .bootstrap .btn-danger.dropdown-toggle { background-image: none; } +.bootstrap .btn-danger.disabled, .bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled:active, .bootstrap .btn-danger.disabled.active, .bootstrap .btn-danger[disabled], .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled]:active, .bootstrap .btn-danger[disabled].active, fieldset[disabled] .bootstrap .btn-danger, fieldset[disabled] .bootstrap .btn-danger:hover, fieldset[disabled] .bootstrap .btn-danger:focus, fieldset[disabled] .bootstrap .btn-danger:active, fieldset[disabled] .bootstrap .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +.bootstrap .btn-danger .badge, .bootstrap .btn-danger #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-danger .notifs_badge, .bootstrap .btn-danger .module-badge-popular, .bootstrap .btn-danger .module-badge-partner { color: #d9534f; background-color: white; } +.bootstrap .btn-info { color: white; background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info:hover, .bootstrap .btn-info:focus, .bootstrap .btn-info:active, .bootstrap .btn-info.active { color: white; background-color: #39b3d7; border-color: #269abc; } +.open .bootstrap .btn-info.dropdown-toggle { color: white; background-color: #39b3d7; border-color: #269abc; } +.bootstrap .btn-info:active, .bootstrap .btn-info.active { background-image: none; } +.open .bootstrap .btn-info.dropdown-toggle { background-image: none; } +.bootstrap .btn-info.disabled, .bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled:active, .bootstrap .btn-info.disabled.active, .bootstrap .btn-info[disabled], .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled]:active, .bootstrap .btn-info[disabled].active, fieldset[disabled] .bootstrap .btn-info, fieldset[disabled] .bootstrap .btn-info:hover, fieldset[disabled] .bootstrap .btn-info:focus, fieldset[disabled] .bootstrap .btn-info:active, fieldset[disabled] .bootstrap .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } +.bootstrap .btn-info .badge, .bootstrap .btn-info #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .btn-info .notifs_badge, .bootstrap .btn-info .module-badge-popular, .bootstrap .btn-info .module-badge-partner { color: #5bc0de; background-color: white; } +.bootstrap .btn-link { color: #2ba6cb; font-weight: normal; cursor: pointer; border-radius: 0; } +.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link[disabled], fieldset[disabled] .bootstrap .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active { border-color: transparent; } +.bootstrap .btn-link:hover, .bootstrap .btn-link:focus { color: #1e728c; text-decoration: underline; background-color: transparent; } +.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus, fieldset[disabled] .bootstrap .btn-link:hover, fieldset[disabled] .bootstrap .btn-link:focus { color: #999999; text-decoration: none; } +.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { padding: 10px 16px; font-size: 15px; line-height: 1.33; border-radius: 6px; } +.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { padding: 5px 10px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-xs, .bootstrap .btn-group-xs > .btn { padding: 1px 5px; font-size: 11px; line-height: 1.5; border-radius: 3px; } +.bootstrap .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } +.bootstrap .btn-block + .btn-block { margin-top: 5px; } +.bootstrap input[type="submit"].btn-block, .bootstrap input[type="reset"].btn-block, .bootstrap input[type="button"].btn-block { width: 100%; } +.bootstrap .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +.bootstrap .fade.in { opacity: 1; } +.bootstrap .collapse { display: none; } +.bootstrap .collapse.in { display: block; } +.bootstrap .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } +.bootstrap .caret { display: inline-block; width: 0; height: 0; margin-right: 2px; vertical-align: middle; border-top: 4px solid; border-left: 4px solid transparent; border-right: 4px solid transparent; } +.bootstrap .dropdown { position: relative; } +.bootstrap .dropdown-toggle:focus { outline: 0; } +.bootstrap .dropdown-menu { position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: right; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 12px; background-color: white; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +.bootstrap .dropdown-menu.pull-right { left: 0; right: auto; } +.bootstrap .dropdown-menu .divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; } +.bootstrap .dropdown-menu > li > a:hover, .bootstrap .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #2ba6cb; } +.bootstrap .dropdown-menu > .active > a, .bootstrap .dropdown-menu > .active > a:hover, .bootstrap .dropdown-menu > .active > a:focus { color: white; text-decoration: none; outline: 0; background-color: #2ba6cb; } +.bootstrap .dropdown-menu > .disabled > a, .bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { color: #999999; } +.bootstrap .dropdown-menu > .disabled > a:hover, .bootstrap .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } +.bootstrap .open > .dropdown-menu { display: block; } +.bootstrap .open > a { outline: 0; } +.bootstrap .dropdown-menu-right { right: auto; left: 0; } +.bootstrap .dropdown-menu-left { right: 0; left: auto; } +.bootstrap .dropdown-header { display: block; padding: 3px 20px; font-size: 11px; line-height: 1.42857; color: #999999; } +.bootstrap .dropdown-backdrop { position: fixed; right: 0; left: 0; bottom: 0; top: 0; z-index: 990; } +.bootstrap .pull-right > .dropdown-menu { left: 0; right: auto; } +.bootstrap .dropup .caret, .bootstrap .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } +.bootstrap .dropup .dropdown-menu, .bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } +@media (min-width: 768px) { .bootstrap .navbar-right .dropdown-menu, .bootstrap #header_employee_box .dropdown-menu { left: 0; right: auto; } + .bootstrap .navbar-right .dropdown-menu-left, .bootstrap #header_employee_box .dropdown-menu-left { \right: 0; \left: auto; } } +.bootstrap .btn-group, .bootstrap .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +.bootstrap .btn-group > .btn, .bootstrap .btn-group-vertical > .btn { position: relative; float: right; } +.bootstrap .btn-group > .btn:hover, .bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, .bootstrap .btn-group-vertical > .btn:hover, .bootstrap .btn-group-vertical > .btn:focus, .bootstrap .btn-group-vertical > .btn:active, .bootstrap .btn-group-vertical > .btn.active { z-index: 2; } +.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group-vertical > .btn:focus { outline: none; } +.bootstrap .btn-group .btn + .btn, .bootstrap .btn-group .btn + .btn-group, .bootstrap .btn-group .btn-group + .btn, .bootstrap .btn-group .btn-group + .btn-group { margin-right: -1px; } +.bootstrap .btn-toolbar { margin-right: -5px; } +.bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after { content: " "; display: table; } +.bootstrap .btn-toolbar:after { clear: both; } +.bootstrap .btn-toolbar .btn-group, .bootstrap .btn-toolbar .input-group { float: right; } +.bootstrap .btn-toolbar > .btn, .bootstrap .btn-toolbar > .btn-group, .bootstrap .btn-toolbar > .input-group { margin-right: 5px; } +.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +.bootstrap .btn-group > .btn:first-child { margin-right: 0; } +.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn:last-child:not(:first-child), .bootstrap .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group > .btn-group { float: right; } +.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group .dropdown-toggle:active, .bootstrap .btn-group.open .dropdown-toggle { outline: 0; } +.bootstrap .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } +.bootstrap .btn-group > .btn-lg + .dropdown-toggle, .bootstrap .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } +.bootstrap .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.bootstrap .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn .caret { margin-right: 0; } +.bootstrap .btn-lg .caret, .bootstrap .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +.bootstrap .dropup .btn-lg .caret, .bootstrap .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +.bootstrap .btn-group-vertical > .btn, .bootstrap .btn-group-vertical > .btn-group, .bootstrap .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } +.bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after { content: " "; display: table; } +.bootstrap .btn-group-vertical > .btn-group:after { clear: both; } +.bootstrap .btn-group-vertical > .btn-group > .btn { float: none; } +.bootstrap .btn-group-vertical > .btn + .btn, .bootstrap .btn-group-vertical > .btn + .btn-group, .bootstrap .btn-group-vertical > .btn-group + .btn, .bootstrap .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-right: 0; } +.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-right-radius: 3px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +.bootstrap .btn-group-justified > .btn, .bootstrap .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } +.bootstrap .btn-group-justified > .btn-group .btn { width: 100%; } +.bootstrap [data-toggle="buttons"] > .btn > input[type="radio"], .bootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +.bootstrap .input-group { position: relative; display: table; border-collapse: separate; } +.bootstrap .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } +.bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { float: right; width: 100%; margin-bottom: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn, .bootstrap .input-group .form-control, .bootstrap .input-group input[type="text"], .bootstrap .input-group input[type="search"], .bootstrap .input-group input[type="password"], .bootstrap .input-group textarea, .bootstrap .input-group select { display: table-cell; } +.bootstrap .input-group-addon:not(:first-child):not(:last-child), .bootstrap .input-group-btn:not(:first-child):not(:last-child), .bootstrap .input-group .form-control:not(:first-child):not(:last-child), .bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child), .bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child), .bootstrap .input-group textarea:not(:first-child):not(:last-child), .bootstrap .input-group select:not(:first-child):not(:last-child) { border-radius: 0; } +.bootstrap .input-group-addon, .bootstrap .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } +.bootstrap .input-group-addon { padding: 4px 8px; font-size: 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 3px; } +.bootstrap .input-group-addon.input-sm, .bootstrap .input-group-sm > .input-group-addon, .bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 11px; border-radius: 3px; } +.bootstrap .input-group-addon.input-lg, .bootstrap .input-group-lg > .input-group-addon, .bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 15px; border-radius: 6px; } +.bootstrap .input-group-addon input[type="radio"], .bootstrap .input-group-addon input[type="checkbox"] { margin-top: 0; } +.bootstrap .input-group .form-control:first-child, .bootstrap .input-group input[type="text"]:first-child, .bootstrap .input-group input[type="search"]:first-child, .bootstrap .input-group input[type="password"]:first-child, .bootstrap .input-group textarea:first-child, .bootstrap .input-group select:first-child, .bootstrap .input-group-addon:first-child, .bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group > .btn, .bootstrap .input-group-btn:first-child > .dropdown-toggle, .bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap .input-group-addon:first-child { border-left: 0; } +.bootstrap .input-group .form-control:last-child, .bootstrap .input-group input[type="text"]:last-child, .bootstrap .input-group input[type="search"]:last-child, .bootstrap .input-group input[type="password"]:last-child, .bootstrap .input-group textarea:last-child, .bootstrap .input-group select:last-child, .bootstrap .input-group-addon:last-child, .bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group > .btn, .bootstrap .input-group-btn:last-child > .dropdown-toggle, .bootstrap .input-group-btn:first-child > .btn:not(:first-child), .bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap .input-group-addon:last-child { border-right: 0; } +.bootstrap .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } +.bootstrap .input-group-btn > .btn { position: relative; } +.bootstrap .input-group-btn > .btn + .btn { margin-right: -1px; } +.bootstrap .input-group-btn > .btn:hover, .bootstrap .input-group-btn > .btn:focus, .bootstrap .input-group-btn > .btn:active { z-index: 2; } +.bootstrap .input-group-btn:first-child > .btn, .bootstrap .input-group-btn:first-child > .btn-group { margin-left: -1px; } +.bootstrap .input-group-btn:last-child > .btn, .bootstrap .input-group-btn:last-child > .btn-group { margin-right: -1px; } +.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin-bottom: 0; padding-right: 0; list-style: none; } +.bootstrap .nav:before, .bootstrap #header_notifs_icon_wrapper:before, .bootstrap #header_employee_box:before, .bootstrap #header_quick:before, .bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { content: " "; display: table; } +.bootstrap .nav:after, .bootstrap #header_notifs_icon_wrapper:after, .bootstrap #header_employee_box:after, .bootstrap #header_quick:after { clear: both; } +.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { position: relative; display: block; } +.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { position: relative; display: block; padding: 10px 15px; } +.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .nav > li.disabled > a, .bootstrap #header_notifs_icon_wrapper > li.disabled > a, .bootstrap #header_employee_box > li.disabled > a, .bootstrap #header_quick > li.disabled > a { color: #999999; } +.bootstrap .nav > li.disabled > a:hover, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:hover, .bootstrap #header_employee_box > li.disabled > a:hover, .bootstrap #header_quick > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus, .bootstrap #header_notifs_icon_wrapper > li.disabled > a:focus, .bootstrap #header_employee_box > li.disabled > a:focus, .bootstrap #header_quick > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +.bootstrap .nav .open > a, .bootstrap #header_notifs_icon_wrapper .open > a, .bootstrap #header_employee_box .open > a, .bootstrap #header_quick .open > a, .bootstrap .nav .open > a:hover, .bootstrap #header_notifs_icon_wrapper .open > a:hover, .bootstrap #header_employee_box .open > a:hover, .bootstrap #header_quick .open > a:hover, .bootstrap .nav .open > a:focus, .bootstrap #header_notifs_icon_wrapper .open > a:focus, .bootstrap #header_employee_box .open > a:focus, .bootstrap #header_quick .open > a:focus { background-color: #eeeeee; border-color: #2ba6cb; } +.bootstrap .nav .nav-divider, .bootstrap #header_notifs_icon_wrapper .nav-divider, .bootstrap #header_employee_box .nav-divider, .bootstrap #header_quick .nav-divider { height: 1px; margin: 7.5px 0; overflow: hidden; background-color: #e5e5e5; } +.bootstrap .nav > li > a > img, .bootstrap #header_notifs_icon_wrapper > li > a > img, .bootstrap #header_employee_box > li > a > img, .bootstrap #header_quick > li > a > img { max-width: none; } +.bootstrap .nav-tabs { border-bottom: 1px solid #dddddd; } +.bootstrap .nav-tabs > li { float: right; margin-bottom: -1px; } +.bootstrap .nav-tabs > li > a { margin-left: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 3px 0 0 3px; } +.bootstrap .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus { color: #555555; background-color: #8b8589; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } +.bootstrap .nav-pills > li { float: right; } +.bootstrap .nav-pills > li > a { border-radius: 3px; } +.bootstrap .nav-pills > li + li { margin-right: 2px; } +.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus { color: white; background-color: #2ba6cb; } +.bootstrap .nav-stacked > li { float: none; } +.bootstrap .nav-stacked > li + li { margin-top: 2px; margin-right: 0; } +.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified { width: 100%; } +.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { float: none; } +.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } +.bootstrap .nav-justified > .dropdown .dropdown-menu { top: auto; right: auto; } +@media (min-width: 768px) { .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } + .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } +.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified { border-bottom: 0; } +.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { margin-left: 0; border-radius: 3px; } +.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } +@media (min-width: 768px) { .bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 3px 0 0 3px; } + .bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a, .bootstrap .nav-tabs-justified > .active > a:hover, .bootstrap .nav-tabs.nav-justified > .active > a:hover, .bootstrap .nav-tabs-justified > .active > a:focus, .bootstrap .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #8b8589; } } +.bootstrap .tab-content > .tab-pane { display: none; } +.bootstrap .tab-content > .active { display: block; } +.bootstrap .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar, .bootstrap #header_infos { position: relative; min-height: 35px; margin-bottom: 17px; border: 1px solid transparent; } +.bootstrap .navbar:before, .bootstrap #header_infos:before, .bootstrap .navbar:after, .bootstrap #header_infos:after { content: " "; display: table; } +.bootstrap .navbar:after, .bootstrap #header_infos:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar, .bootstrap #header_infos { border-radius: 3px; } } +.bootstrap .navbar-header:before, .bootstrap .navbar-header:after { content: " "; display: table; } +.bootstrap .navbar-header:after { clear: both; } +@media (min-width: 768px) { .bootstrap .navbar-header { float: right; } } +.bootstrap .navbar-collapse { max-height: 340px; overflow-x: visible; padding-left: 5px; padding-right: 5px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after { content: " "; display: table; } +.bootstrap .navbar-collapse:after { clear: both; } +.bootstrap .navbar-collapse.in { overflow-y: auto; } +@media (min-width: 768px) { .bootstrap .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + .bootstrap .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + .bootstrap .navbar-collapse.in { overflow-y: visible; } + .navbar-fixed-top .bootstrap .navbar-collapse, #header_infos .bootstrap .navbar-collapse, .navbar-static-top .bootstrap .navbar-collapse, .navbar-fixed-bottom .bootstrap .navbar-collapse { padding-right: 0; padding-left: 0; } } +.bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; } +@media (min-width: 768px) { .bootstrap .container > .navbar-header, .bootstrap .container > .navbar-collapse, .bootstrap .container-fluid > .navbar-header, .bootstrap .container-fluid > .navbar-collapse { margin-left: 0; margin-right: 0; } } +.bootstrap .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } +@media (min-width: 768px) { .bootstrap .navbar-static-top { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { position: fixed; left: 0; right: 0; z-index: 1030; } +@media (min-width: 768px) { .bootstrap .navbar-fixed-top, .bootstrap #header_infos, .bootstrap .navbar-fixed-bottom { border-radius: 0; } } +.bootstrap .navbar-fixed-top, .bootstrap #header_infos { top: 0; border-width: 0 0 1px; } +.bootstrap .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } +.bootstrap .navbar-brand, .bootstrap #header_shopname { float: right; padding: 9px 5px; font-size: 15px; line-height: 17px; } +.bootstrap .navbar-brand:hover, .bootstrap #header_shopname:hover, .bootstrap .navbar-brand:focus, .bootstrap #header_shopname:focus { text-decoration: none; } +.bootstrap .navbar-brand > .glyphicon, .bootstrap #header_shopname > .glyphicon { float: right; margin-top: -2px; margin-left: 5px; } +@media (min-width: 768px) { .navbar > .container .bootstrap .navbar-brand, #header_infos > .container .bootstrap .navbar-brand, .navbar > .container .bootstrap #header_shopname, #header_infos > .container .bootstrap #header_shopname, .navbar > .container-fluid .bootstrap .navbar-brand, #header_infos > .container-fluid .bootstrap .navbar-brand, .navbar > .container-fluid .bootstrap #header_shopname, #header_infos > .container-fluid .bootstrap #header_shopname { margin-right: -5px; } } +.bootstrap .navbar-toggle { position: relative; float: left; margin-left: 5px; padding: 9px 10px; margin-top: 0.5px; margin-bottom: 0.5px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .navbar-toggle:focus { outline: none; } +.bootstrap .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +.bootstrap .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } +@media (min-width: 768px) { .bootstrap .navbar-toggle { display: none; } } +.bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { margin: 4.5px -5px; } +.bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 17px; } +@media (max-width: 767px) { .bootstrap .navbar-nav .open .dropdown-menu, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu, .bootstrap #header_employee_box .open .dropdown-menu, .bootstrap #header_quick .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a, .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, .bootstrap #header_employee_box .open .dropdown-menu .dropdown-header, .bootstrap #header_quick .open .dropdown-menu .dropdown-header { padding: 5px 25px 5px 15px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_quick .open .dropdown-menu > li > a { line-height: 17px; } + .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_quick .open .dropdown-menu > li > a:focus { background-image: none; } } +@media (min-width: 768px) { .bootstrap .navbar-nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick { float: right; margin: 0; } + .bootstrap .navbar-nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li { float: right; } + .bootstrap .navbar-nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a { padding-top: 9px; padding-bottom: 9px; } + .bootstrap .navbar-nav.navbar-right:last-child, .bootstrap .navbar-right#header_notifs_icon_wrapper:last-child, .bootstrap #header_employee_box:last-child, .bootstrap .navbar-right#header_quick:last-child { margin-left: -5px; } } +@media (min-width: 768px) { .bootstrap .navbar-left, .bootstrap #header_search, .bootstrap #header_quick { float: right !important; } + .bootstrap .navbar-right, .bootstrap #header_employee_box { float: left !important; } } +.bootstrap .navbar-form, .bootstrap #header_search { margin-right: -5px; margin-left: -5px; padding: 10px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 4px; margin-bottom: 4px; } +@media (max-width: 767px) { .bootstrap .navbar-form .form-group, .bootstrap #header_search .form-group { margin-bottom: 5px; } } +@media (min-width: 768px) { .bootstrap .navbar-form, .bootstrap #header_search { width: auto; border: 0; margin-right: 0; margin-left: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } + .bootstrap .navbar-form.navbar-right:last-child, .bootstrap .navbar-form#header_employee_box:last-child, .bootstrap .navbar-right#header_search:last-child { margin-left: -5px; } } +.bootstrap .navbar-nav > li > .dropdown-menu, .bootstrap #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap #header_employee_box > li > .dropdown-menu, .bootstrap #header_quick > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .bootstrap .navbar-fixed-bottom #header_quick > li > .dropdown-menu { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } +.bootstrap .navbar-btn { margin-top: 4px; margin-bottom: 4px; } +.bootstrap .navbar-btn.btn-sm, .bootstrap .btn-group-sm > .navbar-btn.btn { margin-top: 3.5px; margin-bottom: 3.5px; } +.bootstrap .navbar-btn.btn-xs, .bootstrap .btn-group-xs > .navbar-btn.btn { margin-top: 6.5px; margin-bottom: 6.5px; } +.bootstrap .navbar-text { margin-top: 9px; margin-bottom: 9px; } +@media (min-width: 768px) { .bootstrap .navbar-text { float: right; margin-right: 5px; margin-left: 5px; } + .bootstrap .navbar-text.navbar-right:last-child, .bootstrap .navbar-text#header_employee_box:last-child { margin-left: 0; } } +.bootstrap .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-brand, .bootstrap .navbar-default #header_shopname { color: #777777; } +.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default #header_shopname:hover, .bootstrap .navbar-default .navbar-brand:focus, .bootstrap .navbar-default #header_shopname:focus { color: #5e5e5e; background-color: transparent; } +.bootstrap .navbar-default .navbar-text { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-default #header_employee_box > li > a, .bootstrap .navbar-default #header_quick > li > a { color: #777777; } +.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-default #header_employee_box > li > a:hover, .bootstrap .navbar-default #header_quick > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-default #header_employee_box > li > a:focus, .bootstrap .navbar-default #header_quick > li > a:focus { color: #333333; background-color: transparent; } +.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-default #header_employee_box > .active > a, .bootstrap .navbar-default #header_quick > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-default #header_employee_box > .active > a:hover, .bootstrap .navbar-default #header_quick > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-default #header_employee_box > .active > a:focus, .bootstrap .navbar-default #header_quick > .active > a:focus { color: #555555; background-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-default #header_employee_box > .disabled > a, .bootstrap .navbar-default #header_quick > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box > .disabled > a:hover, .bootstrap .navbar-default #header_quick > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box > .disabled > a:focus, .bootstrap .navbar-default #header_quick > .disabled > a:focus { color: #cccccc; background-color: transparent; } +.bootstrap .navbar-default .navbar-toggle { border-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +.bootstrap .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } +.bootstrap .navbar-default .navbar-collapse, .bootstrap .navbar-default .navbar-form, .bootstrap .navbar-default #header_search { border-color: #e7e7e7; } +.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-default #header_employee_box > .open > a, .bootstrap .navbar-default #header_quick > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-default #header_employee_box > .open > a:hover, .bootstrap .navbar-default #header_quick > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-default #header_employee_box > .open > a:focus, .bootstrap .navbar-default #header_quick > .open > a:focus { background-color: #e7e7e7; color: #555555; } +@media (max-width: 767px) { .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a { color: #777777; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +.bootstrap .navbar-default .navbar-link { color: #777777; } +.bootstrap .navbar-default .navbar-link:hover { color: #333333; } +.bootstrap .navbar-inverse, .bootstrap #header_infos { background-color: #222222; border-color: #090909; } +.bootstrap .navbar-inverse .navbar-brand, .bootstrap #header_infos .navbar-brand, .bootstrap .navbar-inverse #header_shopname, .bootstrap #header_infos #header_shopname { color: #999999; } +.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap #header_infos .navbar-brand:hover, .bootstrap .navbar-inverse #header_shopname:hover, .bootstrap #header_infos #header_shopname:hover, .bootstrap .navbar-inverse .navbar-brand:focus, .bootstrap #header_infos .navbar-brand:focus, .bootstrap .navbar-inverse #header_shopname:focus, .bootstrap #header_infos #header_shopname:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-text, .bootstrap #header_infos .navbar-text { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a, .bootstrap #header_infos .navbar-nav > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a, .bootstrap .navbar-inverse #header_employee_box > li > a, .bootstrap #header_infos #header_employee_box > li > a, .bootstrap .navbar-inverse #header_quick > li > a, .bootstrap #header_infos #header_quick > li > a { color: #999999; } +.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap #header_infos .navbar-nav > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:hover, .bootstrap .navbar-inverse #header_employee_box > li > a:hover, .bootstrap #header_infos #header_employee_box > li > a:hover, .bootstrap .navbar-inverse #header_quick > li > a:hover, .bootstrap #header_infos #header_quick > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus, .bootstrap #header_infos .navbar-nav > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > li > a:focus, .bootstrap .navbar-inverse #header_employee_box > li > a:focus, .bootstrap #header_infos #header_employee_box > li > a:focus, .bootstrap .navbar-inverse #header_quick > li > a:focus, .bootstrap #header_infos #header_quick > li > a:focus { color: white; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap #header_infos .navbar-nav > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a, .bootstrap .navbar-inverse #header_employee_box > .active > a, .bootstrap #header_infos #header_employee_box > .active > a, .bootstrap .navbar-inverse #header_quick > .active > a, .bootstrap #header_infos #header_quick > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap #header_infos .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box > .active > a:hover, .bootstrap #header_infos #header_employee_box > .active > a:hover, .bootstrap .navbar-inverse #header_quick > .active > a:hover, .bootstrap #header_infos #header_quick > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap #header_infos .navbar-nav > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box > .active > a:focus, .bootstrap #header_infos #header_employee_box > .active > a:focus, .bootstrap .navbar-inverse #header_quick > .active > a:focus, .bootstrap #header_infos #header_quick > .active > a:focus { color: white; background-color: #090909; } +.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap #header_infos .navbar-nav > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a, .bootstrap .navbar-inverse #header_employee_box > .disabled > a, .bootstrap #header_infos #header_employee_box > .disabled > a, .bootstrap .navbar-inverse #header_quick > .disabled > a, .bootstrap #header_infos #header_quick > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap #header_infos .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:hover, .bootstrap #header_infos #header_employee_box > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick > .disabled > a:hover, .bootstrap #header_infos #header_quick > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap #header_infos .navbar-nav > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box > .disabled > a:focus, .bootstrap #header_infos #header_employee_box > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick > .disabled > a:focus, .bootstrap #header_infos #header_quick > .disabled > a:focus { color: #444444; background-color: transparent; } +.bootstrap .navbar-inverse .navbar-toggle, .bootstrap #header_infos .navbar-toggle { border-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap #header_infos .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus, .bootstrap #header_infos .navbar-toggle:focus { background-color: #333333; } +.bootstrap .navbar-inverse .navbar-toggle .icon-bar, .bootstrap #header_infos .navbar-toggle .icon-bar { background-color: white; } +.bootstrap .navbar-inverse .navbar-collapse, .bootstrap #header_infos .navbar-collapse, .bootstrap .navbar-inverse .navbar-form, .bootstrap #header_infos .navbar-form, .bootstrap .navbar-inverse #header_search, .bootstrap #header_infos #header_search { border-color: #101010; } +.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap #header_infos .navbar-nav > .open > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a, .bootstrap .navbar-inverse #header_employee_box > .open > a, .bootstrap #header_infos #header_employee_box > .open > a, .bootstrap .navbar-inverse #header_quick > .open > a, .bootstrap #header_infos #header_quick > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap #header_infos .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:hover, .bootstrap .navbar-inverse #header_employee_box > .open > a:hover, .bootstrap #header_infos #header_employee_box > .open > a:hover, .bootstrap .navbar-inverse #header_quick > .open > a:hover, .bootstrap #header_infos #header_quick > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap #header_infos .navbar-nav > .open > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper > .open > a:focus, .bootstrap .navbar-inverse #header_employee_box > .open > a:focus, .bootstrap #header_infos #header_employee_box > .open > a:focus, .bootstrap .navbar-inverse #header_quick > .open > a:focus, .bootstrap #header_infos #header_quick > .open > a:focus { background-color: #090909; color: white; } +@media (max-width: 767px) { .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, .bootstrap #header_infos #header_quick .open .dropdown-menu > .dropdown-header { border-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .bootstrap #header_infos .navbar-nav .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu .divider, .bootstrap #header_infos #header_employee_box .open .dropdown-menu .divider, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu .divider, .bootstrap #header_infos #header_quick .open .dropdown-menu .divider { background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a { color: #999999; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .bootstrap .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, .bootstrap #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +.bootstrap .navbar-inverse .navbar-link, .bootstrap #header_infos .navbar-link { color: #999999; } +.bootstrap .navbar-inverse .navbar-link:hover, .bootstrap #header_infos .navbar-link:hover { color: white; } +.bootstrap .breadcrumb { padding: 8px 15px; margin-bottom: 17px; list-style: none; background-color: whitesmoke; border-radius: 3px; } +.bootstrap .breadcrumb > li { display: inline-block; } +.bootstrap .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } +.bootstrap .breadcrumb > .active { color: #999999; } +.bootstrap .pagination { display: inline-block; padding-right: 0; margin: 17px 0; border-radius: 3px; } +.bootstrap .pagination > li { display: inline; } +.bootstrap .pagination > li > a, .bootstrap .pagination > li > span { position: relative; float: right; padding: 4px 8px; line-height: 1.42857; text-decoration: none; color: #2ba6cb; background-color: white; border: 1px solid #dddddd; margin-right: -1px; } +.bootstrap .pagination > li:first-child > a, .bootstrap .pagination > li:first-child > span { margin-right: 0; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination > li:last-child > a, .bootstrap .pagination > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pagination > li > a:hover, .bootstrap .pagination > li > a:focus, .bootstrap .pagination > li > span:hover, .bootstrap .pagination > li > span:focus { color: #1e728c; background-color: #eeeeee; border-color: #dddddd; } +.bootstrap .pagination > .active > a, .bootstrap .pagination > .active > a:hover, .bootstrap .pagination > .active > a:focus, .bootstrap .pagination > .active > span, .bootstrap .pagination > .active > span:hover, .bootstrap .pagination > .active > span:focus { z-index: 2; color: white; background-color: #2ba6cb; border-color: #2ba6cb; cursor: default; } +.bootstrap .pagination > .disabled > span, .bootstrap .pagination > .disabled > span:hover, .bootstrap .pagination > .disabled > span:focus, .bootstrap .pagination > .disabled > a, .bootstrap .pagination > .disabled > a:hover, .bootstrap .pagination > .disabled > a:focus { color: #999999; background-color: white; border-color: #dddddd; cursor: not-allowed; } +.bootstrap .pagination-lg > li > a, .bootstrap .pagination-lg > li > span { padding: 10px 16px; font-size: 15px; } +.bootstrap .pagination-lg > li:first-child > a, .bootstrap .pagination-lg > li:first-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +.bootstrap .pagination-lg > li:last-child > a, .bootstrap .pagination-lg > li:last-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +.bootstrap .pagination-sm > li > a, .bootstrap .pagination-sm > li > span { padding: 5px 10px; font-size: 11px; } +.bootstrap .pagination-sm > li:first-child > a, .bootstrap .pagination-sm > li:first-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .pagination-sm > li:last-child > a, .bootstrap .pagination-sm > li:last-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +.bootstrap .pager { padding-right: 0; margin: 17px 0; list-style: none; text-align: center; } +.bootstrap .pager:before, .bootstrap .pager:after { content: " "; display: table; } +.bootstrap .pager:after { clear: both; } +.bootstrap .pager li { display: inline; } +.bootstrap .pager li > a, .bootstrap .pager li > span { display: inline-block; padding: 5px 14px; background-color: white; border: 1px solid #dddddd; border-radius: 15px; } +.bootstrap .pager li > a:hover, .bootstrap .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +.bootstrap .pager .next > a, .bootstrap .pager .next > span { float: left; } +.bootstrap .pager .previous > a, .bootstrap .pager .previous > span { float: right; } +.bootstrap .pager .disabled > a, .bootstrap .pager .disabled > a:hover, .bootstrap .pager .disabled > a:focus, .bootstrap .pager .disabled > span { color: #999999; background-color: white; cursor: not-allowed; } +.bootstrap .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: white; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } +.bootstrap .label[href]:hover, .bootstrap .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap .label:empty { display: none; } +.btn .bootstrap .label { position: relative; top: -1px; } +.bootstrap .label-default { background-color: #999999; } +.bootstrap .label-default[href]:hover, .bootstrap .label-default[href]:focus { background-color: gray; } +.bootstrap .label-primary { background-color: #2ba6cb; } +.bootstrap .label-primary[href]:hover, .bootstrap .label-primary[href]:focus { background-color: #2284a1; } +.bootstrap .label-success { background-color: #5cb85c; } +.bootstrap .label-success[href]:hover, .bootstrap .label-success[href]:focus { background-color: #449d44; } +.bootstrap .label-info { background-color: #5bc0de; } +.bootstrap .label-info[href]:hover, .bootstrap .label-info[href]:focus { background-color: #31b0d5; } +.bootstrap .label-warning { background-color: #f0ad4e; } +.bootstrap .label-warning[href]:hover, .bootstrap .label-warning[href]:focus { background-color: #ec971f; } +.bootstrap .label-danger { background-color: #d9534f; } +.bootstrap .label-danger[href]:hover, .bootstrap .label-danger[href]:focus { background-color: #c9302c; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } +.bootstrap .badge:empty, .bootstrap #header_notifs_icon_wrapper .notifs_badge:empty, #header_notifs_icon_wrapper .bootstrap .notifs_badge:empty, .bootstrap .module-badge-popular:empty, .bootstrap .module-badge-partner:empty { display: none; } +.btn .bootstrap .badge, .btn .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .bootstrap .notifs_badge, .btn .bootstrap .module-badge-popular, .btn .bootstrap .module-badge-partner { position: relative; top: -1px; } +.bootstrap a.badge:hover, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:hover, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:hover, .bootstrap a.module-badge-popular:hover, .bootstrap a.module-badge-partner:hover, .bootstrap a.badge:focus, .bootstrap #header_notifs_icon_wrapper a.notifs_badge:focus, #header_notifs_icon_wrapper .bootstrap a.notifs_badge:focus, .bootstrap a.module-badge-popular:focus, .bootstrap a.module-badge-partner:focus { color: white; text-decoration: none; cursor: pointer; } +.bootstrap a.list-group-item.active > .badge, .bootstrap #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, #header_notifs_icon_wrapper .bootstrap a.list-group-item.active > .notifs_badge, .bootstrap a.list-group-item.active > .module-badge-popular, .bootstrap a.list-group-item.active > .module-badge-partner, .bootstrap .nav-pills > .active > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > .active > a > .notifs_badge, .bootstrap .nav-pills > .active > a > .module-badge-popular, .bootstrap .nav-pills > .active > a > .module-badge-partner { color: #2ba6cb; background-color: white; } +.bootstrap .nav-pills > li > a > .badge, .bootstrap #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .nav-pills > li > a > .notifs_badge, .bootstrap .nav-pills > li > a > .module-badge-popular, .bootstrap .nav-pills > li > a > .module-badge-partner { margin-right: 3px; } +.bootstrap .thumbnail { display: block; padding: 4px; margin-bottom: 17px; line-height: 1.42857; background-color: #8b8589; border: 1px solid #dddddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } +.bootstrap .thumbnail > img, .bootstrap .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } +.bootstrap .thumbnail .caption { padding: 9px; color: #555555; } +.bootstrap a.thumbnail:hover, .bootstrap a.thumbnail:focus, .bootstrap a.thumbnail.active { border-color: #2ba6cb; } +.bootstrap .alert, .bootstrap #carrier_wizard .wizard_error { padding: 15px; margin-bottom: 17px; border: 1px solid transparent; border-radius: 3px; } +.bootstrap .alert h4, .bootstrap #carrier_wizard .wizard_error h4 { margin-top: 0; color: inherit; } +.bootstrap .alert .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { font-weight: bold; } +.bootstrap .alert > p, .bootstrap #carrier_wizard .wizard_error > p, .bootstrap .alert > ul, .bootstrap #carrier_wizard .wizard_error > ul { margin-bottom: 0; } +.bootstrap .alert > p + p, .bootstrap #carrier_wizard .wizard_error > p + p { margin-top: 5px; } +.bootstrap .alert-dismissable { padding-left: 35px; } +.bootstrap .alert-dismissable .close { position: relative; top: -2px; left: -21px; color: inherit; } +.bootstrap .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } +.bootstrap .alert-success hr { border-top-color: #c9e2b3; } +.bootstrap .alert-success .alert-link { color: #2b542c; } +.bootstrap .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } +.bootstrap .alert-info hr { border-top-color: #a6e1ec; } +.bootstrap .alert-info .alert-link { color: #245269; } +.bootstrap .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } +.bootstrap .alert-warning hr { border-top-color: #f7e1b5; } +.bootstrap .alert-warning .alert-link { color: #66512c; } +.bootstrap .alert-danger, .bootstrap #carrier_wizard .wizard_error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } +.bootstrap .alert-danger hr, .bootstrap #carrier_wizard .wizard_error hr { border-top-color: #e4b9c0; } +.bootstrap .alert-danger .alert-link, .bootstrap #carrier_wizard .wizard_error .alert-link { color: #843534; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media-body { overflow: hidden; zoom: 1; } +.bootstrap .media, .bootstrap .message-item, .bootstrap .media .media, .bootstrap .message-item .media, .bootstrap .media .message-item, .bootstrap .message-item .message-item { margin-top: 15px; } +.bootstrap .media:first-child, .bootstrap .message-item:first-child { margin-top: 0; } +.bootstrap .media-object { display: block; } +.bootstrap .media-heading { margin: 0 0 5px; } +.bootstrap .media > .pull-left, .bootstrap .message-item > .pull-left, .bootstrap .page-head .media > h2.page-title, .bootstrap .page-head .message-item > h2.page-title { margin-left: 10px; } +.bootstrap .media > .pull-right, .bootstrap .message-item > .pull-right { margin-right: 10px; } +.bootstrap .media-list { padding-right: 0; list-style: none; } +.bootstrap .list-group, .bootstrap #dashboard .data_list { margin-bottom: 20px; padding-right: 0; } +.bootstrap .list-group-item, .bootstrap #dashboard .data_list li { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: white; border: 1px solid #dddddd; } +.bootstrap .list-group-item:first-child, .bootstrap #dashboard .data_list li:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } +.bootstrap .list-group-item:last-child, .bootstrap #dashboard .data_list li:last-child { margin-bottom: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } +.bootstrap .list-group-item > .badge, .bootstrap #dashboard .data_list li > .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge, .bootstrap .list-group-item > .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner { float: left; } +.bootstrap .list-group-item > .badge + .badge, .bootstrap #dashboard .data_list li > .badge + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .badge, .bootstrap .list-group-item > .module-badge-popular + .badge, .bootstrap #dashboard .data_list li > .module-badge-popular + .badge, .bootstrap .list-group-item > .module-badge-partner + .badge, .bootstrap #dashboard .data_list li > .module-badge-partner + .badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-popular + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-popular + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-popular + .notifs_badge, .bootstrap #header_notifs_icon_wrapper .list-group-item > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap .list-group-item > .module-badge-partner + .notifs_badge, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .module-badge-partner + .notifs_badge, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .module-badge-partner + .notifs_badge, .bootstrap .list-group-item > .badge + .module-badge-popular, .bootstrap #dashboard .data_list li > .badge + .module-badge-popular, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-popular, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-popular, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-popular, .bootstrap .list-group-item > .module-badge-popular + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-popular, .bootstrap .list-group-item > .module-badge-partner + .module-badge-popular, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-popular, .bootstrap .list-group-item > .badge + .module-badge-partner, .bootstrap #dashboard .data_list li > .badge + .module-badge-partner, .bootstrap #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap .list-group-item > .notifs_badge + .module-badge-partner, .bootstrap #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .module-badge-partner, #header_notifs_icon_wrapper .bootstrap #dashboard .data_list li > .notifs_badge + .module-badge-partner, .bootstrap .list-group-item > .module-badge-popular + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-popular + .module-badge-partner, .bootstrap .list-group-item > .module-badge-partner + .module-badge-partner, .bootstrap #dashboard .data_list li > .module-badge-partner + .module-badge-partner { margin-left: 5px; } +.bootstrap a.list-group-item { color: #555555; } +.bootstrap a.list-group-item .list-group-item-heading { color: #333333; } +.bootstrap a.list-group-item:hover, .bootstrap a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +.bootstrap a.list-group-item.active, .bootstrap a.list-group-item.active:hover, .bootstrap a.list-group-item.active:focus { z-index: 2; color: white; background-color: #2ba6cb; border-color: #2ba6cb; } +.bootstrap a.list-group-item.active .list-group-item-heading, .bootstrap a.list-group-item.active:hover .list-group-item-heading, .bootstrap a.list-group-item.active:focus .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item.active .list-group-item-text, .bootstrap a.list-group-item.active:hover .list-group-item-text, .bootstrap a.list-group-item.active:focus .list-group-item-text { color: #cdebf5; } +.bootstrap .list-group-item-success { color: #3c763d; background-color: #dff0d8; } +.bootstrap a.list-group-item-success { color: #3c763d; } +.bootstrap a.list-group-item-success .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-success:hover, .bootstrap a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } +.bootstrap a.list-group-item-success.active, .bootstrap a.list-group-item-success.active:hover, .bootstrap a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } +.bootstrap .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } +.bootstrap a.list-group-item-warning { color: #8a6d3b; } +.bootstrap a.list-group-item-warning .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-warning:hover, .bootstrap a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } +.bootstrap a.list-group-item-warning.active, .bootstrap a.list-group-item-warning.active:hover, .bootstrap a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } +.bootstrap .list-group-item-danger { color: #a94442; background-color: #f2dede; } +.bootstrap a.list-group-item-danger { color: #a94442; } +.bootstrap a.list-group-item-danger .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-danger:hover, .bootstrap a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } +.bootstrap a.list-group-item-danger.active, .bootstrap a.list-group-item-danger.active:hover, .bootstrap a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } +.bootstrap .list-group-item-info { color: #31708f; background-color: #d9edf7; } +.bootstrap a.list-group-item-info { color: #31708f; } +.bootstrap a.list-group-item-info .list-group-item-heading { color: inherit; } +.bootstrap a.list-group-item-info:hover, .bootstrap a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } +.bootstrap a.list-group-item-info.active, .bootstrap a.list-group-item-info.active:hover, .bootstrap a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } +.bootstrap .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +.bootstrap .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +.bootstrap .panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { margin-bottom: 17px; background-color: white; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .panel-body { padding: 15px; } +.bootstrap .panel-body:before, .bootstrap .panel-body:after { content: " "; display: table; } +.bootstrap .panel-body:after { clear: both; } +.bootstrap .panel > .list-group, .bootstrap #dash_version > .list-group, .bootstrap .message-item-initial .message-item-initial-body > .list-group, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group, .bootstrap #dashboard .panel > .data_list, .bootstrap #dashboard #dash_version > .data_list, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list { margin-bottom: 0; } +.bootstrap .panel > .list-group .list-group-item, .bootstrap #dash_version > .list-group .list-group-item, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item, .bootstrap #dashboard .panel > .data_list .list-group-item, .bootstrap #dashboard #dash_version > .data_list .list-group-item, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item, .bootstrap .panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .panel > .list-group li, .bootstrap #dash_version > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list #dash_version > .list-group li, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li, .bootstrap #dashboard .panel > .data_list li, .bootstrap #dashboard #dash_version > .data_list li, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li { border-width: 1px 0; } +.bootstrap .panel > .list-group .list-group-item:first-child, .bootstrap #dash_version > .list-group .list-group-item:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:first-child, .bootstrap #dashboard .panel > .data_list .list-group-item:first-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:first-child, .bootstrap .panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel > .list-group li:first-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:first-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:first-child, .bootstrap #dashboard .panel > .data_list li:first-child, .bootstrap #dashboard #dash_version > .data_list li:first-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:first-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:first-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:first-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } +.bootstrap .panel > .list-group .list-group-item:last-child, .bootstrap #dash_version > .list-group .list-group-item:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group .list-group-item:last-child, .bootstrap #dashboard .panel > .data_list .list-group-item:last-child, .bootstrap #dashboard #dash_version > .data_list .list-group-item:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list .list-group-item:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list .list-group-item:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list .list-group-item:last-child, .bootstrap .panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .panel > .list-group li:last-child, .bootstrap #dash_version > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list #dash_version > .list-group li:last-child, .bootstrap .message-item-initial .message-item-initial-body > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .message-item-initial .message-item-initial-body > .list-group li:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .list-group #dashboard .data_list li:last-child, .bootstrap #dashboard .data_list .timeline .timeline-item .timeline-caption .timeline-panel > .list-group li:last-child, .bootstrap #dashboard .panel > .data_list li:last-child, .bootstrap #dashboard #dash_version > .data_list li:last-child, .bootstrap .message-item-initial #dashboard .message-item-initial-body > .data_list li:last-child, .bootstrap #dashboard .message-item-initial .message-item-initial-body > .data_list li:last-child, .bootstrap .timeline .timeline-item .timeline-caption #dashboard .timeline-panel > .data_list li:last-child, .bootstrap #dashboard .timeline .timeline-item .timeline-caption .timeline-panel > .data_list li:last-child { border-bottom: 0; } +.bootstrap .panel-heading + .list-group .list-group-item:first-child, .bootstrap #dashboard .panel-heading + .data_list .list-group-item:first-child, .bootstrap .panel-heading + .list-group #dashboard .data_list li:first-child, .bootstrap #dashboard .data_list .panel-heading + .list-group li:first-child, .bootstrap #dashboard .panel-heading + .data_list li:first-child { border-top-width: 0; } +.bootstrap .panel > .table, .bootstrap #dash_version > .table, .bootstrap .message-item-initial .message-item-initial-body > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table, .bootstrap .panel > .table-responsive > .table, .bootstrap #dash_version > .table-responsive > .table, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table { margin-bottom: 0; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child { border-bottom-right-radius: 2px; } +.bootstrap .panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, .bootstrap .panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap #dash_version > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child { border-bottom-left-radius: 2px; } +.bootstrap .panel > .panel-body + .table, .bootstrap #dash_version > .panel-body + .table, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table, .bootstrap .panel > .panel-body + .table-responsive, .bootstrap #dash_version > .panel-body + .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .panel-body + .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } +.bootstrap .panel > .table > tbody:first-child th, .bootstrap #dash_version > .table > tbody:first-child th, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child th, .bootstrap .panel > .table > tbody:first-child td, .bootstrap #dash_version > .table > tbody:first-child td, .bootstrap .message-item-initial .message-item-initial-body > .table > tbody:first-child td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table > tbody:first-child td { border-top: 0; } +.bootstrap .panel > .table-bordered, .bootstrap #dash_version > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered, .bootstrap .panel > .table-responsive > .table-bordered, .bootstrap #dash_version > .table-responsive > .table-bordered, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered { border: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-right: 0; } +.bootstrap .panel > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-left: 0; } +.bootstrap .panel > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap #dash_version > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } +.bootstrap .panel > .table-responsive, .bootstrap #dash_version > .table-responsive, .bootstrap .message-item-initial .message-item-initial-body > .table-responsive, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel > .table-responsive { border: 0; margin-bottom: 0; } +.bootstrap .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 2px; border-top-right-radius: 2px; } +.bootstrap .panel-heading > .dropdown .dropdown-toggle { color: inherit; } +.bootstrap .panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: inherit; } +.bootstrap .panel-title > a { color: inherit; } +.bootstrap .panel-footer { padding: 10px 15px; background-color: whitesmoke; border-top: 1px solid #dddddd; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } +.bootstrap .panel-group .panel, .bootstrap .panel-group #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel { margin-bottom: 0; border-radius: 3px; overflow: hidden; } +.bootstrap .panel-group .panel + .panel, .bootstrap .panel-group #dash_version + .panel, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .panel, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .panel, .bootstrap .panel-group .panel + #dash_version, .bootstrap .panel-group #dash_version + #dash_version, .bootstrap .panel-group .message-item-initial .message-item-initial-body + #dash_version, .bootstrap .message-item-initial .panel-group .message-item-initial-body + #dash_version, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + #dash_version, .bootstrap .panel-group .message-item-initial .panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .panel + .message-item-initial-body, .bootstrap .panel-group .message-item-initial #dash_version + .message-item-initial-body, .bootstrap .message-item-initial .panel-group #dash_version + .message-item-initial-body, .bootstrap .panel-group .message-item-initial .message-item-initial-body + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .message-item-initial-body + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel + .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .message-item-initial-body, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption #dash_version + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group #dash_version + .timeline-panel, .bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body + .timeline-panel, .bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body + .timeline-panel, .bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel + .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel + .timeline-panel { margin-top: 5px; } +.bootstrap .panel-group .panel-heading { border-bottom: 0; } +.bootstrap .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +.bootstrap .panel-group .panel-footer { border-top: 0; } +.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +.bootstrap .panel-default { border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +.bootstrap .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +.bootstrap .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +.bootstrap .panel-primary { border-color: #2ba6cb; } +.bootstrap .panel-primary > .panel-heading { color: white; background-color: #2ba6cb; border-color: #2ba6cb; } +.bootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #2ba6cb; } +.bootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #2ba6cb; } +.bootstrap .panel-success { border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } +.bootstrap .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } +.bootstrap .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } +.bootstrap .panel-warning { border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } +.bootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } +.bootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } +.bootstrap .panel-danger { border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } +.bootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } +.bootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } +.bootstrap .panel-info { border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } +.bootstrap .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } +.bootstrap .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } +.bootstrap .well, .bootstrap .hook_panel { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f7f7f7; border: 1px solid #e6e6e6; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +.bootstrap .well blockquote, .bootstrap .hook_panel blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } +.bootstrap .well-lg { padding: 24px; border-radius: 6px; } +.bootstrap .well-sm { padding: 9px; border-radius: 3px; } +.bootstrap .close { float: left; font-size: 18px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } +.bootstrap .close:hover, .bootstrap .close:focus { color: black; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } +.bootstrap button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } +.bootstrap .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } +.bootstrap .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } +.bootstrap .tooltip.top { margin-top: -3px; padding: 5px 0; } +.bootstrap .tooltip.right { margin-right: 3px; padding: 0 5px; } +.bootstrap .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +.bootstrap .tooltip.left { margin-right: -3px; padding: 0 5px; } +.bootstrap .tooltip-inner { max-width: 200px; padding: 3px 8px; color: white; text-align: center; text-decoration: none; background-color: black; border-radius: 3px; } +.bootstrap .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } +.bootstrap .tooltip.top .tooltip-arrow { bottom: 0; right: 50%; margin-right: -5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +.bootstrap .tooltip.right .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: black; } +.bootstrap .tooltip.left .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: black; } +.bootstrap .tooltip.bottom .tooltip-arrow { top: 0; right: 50%; margin-right: -5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +.bootstrap .clearfix:before, .bootstrap .clearfix:after { content: " "; display: table; } +.bootstrap .clearfix:after { clear: both; } +.bootstrap .center-block { display: block; margin-right: auto; margin-left: auto; } +.bootstrap .pull-right { float: left !important; } +.bootstrap .pull-left, .bootstrap .page-head h2.page-title { float: right !important; } +.bootstrap .hide { display: none !important; } +.bootstrap .show { display: block !important; } +.bootstrap .invisible { visibility: hidden; } +.bootstrap .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } +.bootstrap .hidden { display: none !important; visibility: hidden !important; } +.bootstrap .affix { position: fixed; } +.bootstrap .visible-xs, .bootstrap tr.visible-xs, .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: none !important; } +@media (max-width: 767px) { .bootstrap .visible-xs { display: block !important; } + .bootstrap table.visible-xs { display: table; } + .bootstrap tr.visible-xs { display: table-row !important; } + .bootstrap th.visible-xs, .bootstrap td.visible-xs { display: table-cell !important; } } +.bootstrap .visible-sm, .bootstrap tr.visible-sm, .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: none !important; } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .visible-sm { display: block !important; } + .bootstrap table.visible-sm { display: table; } + .bootstrap tr.visible-sm { display: table-row !important; } + .bootstrap th.visible-sm, .bootstrap td.visible-sm { display: table-cell !important; } } +.bootstrap .visible-md, .bootstrap tr.visible-md, .bootstrap th.visible-md, .bootstrap td.visible-md { display: none !important; } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .visible-md { display: block !important; } + .bootstrap table.visible-md { display: table; } + .bootstrap tr.visible-md { display: table-row !important; } + .bootstrap th.visible-md, .bootstrap td.visible-md { display: table-cell !important; } } +.bootstrap .visible-lg, .bootstrap tr.visible-lg, .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: none !important; } +@media (min-width: 1200px) { .bootstrap .visible-lg { display: block !important; } + .bootstrap table.visible-lg { display: table; } + .bootstrap tr.visible-lg { display: table-row !important; } + .bootstrap th.visible-lg, .bootstrap td.visible-lg { display: table-cell !important; } } +@media (max-width: 767px) { .bootstrap .hidden-xs, .bootstrap #header_notifs_icon_wrapper, .bootstrap tr.hidden-xs, .bootstrap tr#header_notifs_icon_wrapper, .bootstrap th.hidden-xs, .bootstrap th#header_notifs_icon_wrapper, .bootstrap td.hidden-xs, .bootstrap td#header_notifs_icon_wrapper { display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { .bootstrap .hidden-sm, .bootstrap tr.hidden-sm, .bootstrap th.hidden-sm, .bootstrap td.hidden-sm { display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { .bootstrap .hidden-md, .bootstrap tr.hidden-md, .bootstrap th.hidden-md, .bootstrap td.hidden-md { display: none !important; } } +@media (min-width: 1200px) { .bootstrap .hidden-lg, .bootstrap tr.hidden-lg, .bootstrap th.hidden-lg, .bootstrap td.hidden-lg { display: none !important; } } +.bootstrap .visible-print, .bootstrap tr.visible-print, .bootstrap th.visible-print, .bootstrap td.visible-print { display: none !important; } +@media print { .bootstrap .visible-print { display: block !important; } + .bootstrap table.visible-print { display: table; } + .bootstrap tr.visible-print { display: table-row !important; } + .bootstrap th.visible-print, .bootstrap td.visible-print { display: table-cell !important; } } +@media print { .bootstrap .hidden-print, .bootstrap tr.hidden-print, .bootstrap th.hidden-print, .bootstrap td.hidden-print { display: none !important; } } + +.modal-open { overflow: hidden; } + +.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } +.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } + +.modal-dialog { position: relative; width: auto; margin: 10px; } + +.modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } + +.modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1040; background-color: black; } +.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } + +.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } + +.modal-header .close { margin-top: -2px; } + +.modal-title { margin: 0; line-height: 1.42857; } + +.modal-body { position: relative; padding: 20px; } + +.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: left; border-top: 1px solid #e5e5e5; } +.modal-footer:before, .modal-footer:after { content: " "; display: table; } +.modal-footer:after { clear: both; } +.modal-footer .btn + .btn { margin-right: 5px; margin-bottom: 0; } +.modal-footer .btn-group .btn + .btn { margin-right: -1px; } +.modal-footer .btn-block + .btn-block { margin-right: 0; } + +@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } + .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { width: 300px; } + .modal-lg { width: 900px; } } +html { min-height: 100%; height: 100%; font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +body { min-height: 100%; height: 100%; font: 400 12px/1.42857 "Open Sans", Helvetica, Arial, sans-serif; color: #555555; background-color: #8b8589; } + +#main { z-index: 10; float: right; width: 100%; padding: 36px 0 60px; margin: 0 0 -50px 0; } + +#content.bootstrap { padding: 80px 10px 0; -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { position: relative; padding: 20px; margin-bottom: 20px; border: solid 1px #716c6f; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; padding-left: 60px; color: #555555; } +#content.bootstrap .panel .panel-heading i, #content.bootstrap #dash_version .panel-heading i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i { font-size: 14px; } +#content.bootstrap .panel .panel, #content.bootstrap #dash_version .panel, #content.bootstrap .message-item-initial .message-item-initial-body .panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel, #content.bootstrap .panel #dash_version, #content.bootstrap #dash_version #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body #dash_version, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, #content.bootstrap .panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .panel .message-item-initial-body, #content.bootstrap #dash_version .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial #dash_version .message-item-initial-body, #content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, #content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, #content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel, #content.bootstrap #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption #dash_version .timeline-panel, #content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel { border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 3px 0 0 inset; } +#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading { border: none; padding: 0 5px; margin: -16px -16px 15px -16px; font-size: 1.2em; line-height: 30px; text-transform: uppercase; border-bottom: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) i, #content.bootstrap h3:not(.modal-title) a, #content.bootstrap .panel-heading i, #content.bootstrap .panel-heading a { color: contrasted(#e8e3e4); } +#content.bootstrap h3:not(.modal-title) .badge, #content.bootstrap h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap h3:not(.modal-title) .notifs_badge, #content.bootstrap h3:not(.modal-title) .module-badge-popular, #content.bootstrap h3:not(.modal-title) .module-badge-partner, #content.bootstrap .panel-heading .badge, #content.bootstrap .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content.bootstrap .panel-heading .notifs_badge, #content.bootstrap .panel-heading .module-badge-popular, #content.bootstrap .panel-heading .module-badge-partner { background: white; border: solid 2px #b8e3f0; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; color: #2ba6cb; line-height: 1.2em; font-size: 1em; padding: 0 10px; font-weight: 700; margin-right: 10px; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action, #content.bootstrap .panel-heading .panel-heading-action { position: absolute; top: 2px; left: 0; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn { float: right; height: 30px; width: 30px; color: #cccccc; border-right: solid 1px #eeeeee; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover { text-decoration: none; color: #2ba6cb; } +#content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i { text-align: center; font-size: 18px; line-height: 30px; } +#content.bootstrap .panel-danger .panel-heading { background-color: #8bc954 !important; } +#content.bootstrap form .alert, #content.bootstrap form #carrier_wizard .wizard_error, #content.bootstrap #carrier_wizard form .wizard_error { clear: both; } +@media (max-width: 480px) { #content.bootstrap { padding: 80px 5px 0; } } +#content.bootstrap .help-block { font-style: italic; } +#content.bootstrap .nav.nav-tabs li.active a, #content.bootstrap .nav-tabs#header_notifs_icon_wrapper li.active a, #content.bootstrap .nav-tabs#header_employee_box li.active a, #content.bootstrap .nav-tabs#header_quick li.active a { z-index: 99; } + +.data-focus.data-focus-primary { background-color: #2ba6cb; color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } + +#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer .bootstrap #dash_version, .bootstrap #customer_part .customerCard.selected-customer #dash_version, #customer_part .customerCard.selected-customer .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #customer_part .customerCard.selected-customer .message-item-initial-body, #customer_part .customerCard.selected-customer .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #customer_part .customerCard.selected-customer .timeline-panel { color: #5cb85c; border: solid 2px #5cb85c; } + +body.display-modal #content, body.display-modal #main { margin: 0; padding: 0; background: #f8f8f8; } + +.bootstrap .panel .panel-footer, .bootstrap #dash_version .panel-footer, .bootstrap .message-item-initial .message-item-initial-body .panel-footer, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer { margin: 15px -20px -20px; height: 73px; border-color: #eeeeee; background-color: #fcfdfe; } +.bootstrap .panel .panel-footer .btn.pull-left:not(:first-child), .bootstrap #dash_version .panel-footer .btn.pull-left:not(:first-child), .bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-left:not(:first-child), .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-left:not(:first-child) { margin-left: 5px; } + +#header .panel-footer { margin: 15px 0 0 !important; height: 40px !important; } + +.attributes-color-container { width: 40px; height: 25px; display: block; border: solid 1px black; } + +#header { z-index: 20; } + +#header_infos { height: 36px !important; } + +#header_shopname { position: relative; margin: 0 0 0 15px; height: 36px; padding-right: 45px !important; } +#header_shopname img { position: absolute; top: 0; right: 0; width: 36px; height: 36px; } + +#header_notifs_icon_wrapper { height: 36px; } +#header_notifs_icon_wrapper li a { padding: 0 5px; } +#header_notifs_icon_wrapper > li > a > i { font-size: 1.4em; font-weight: 200; color: #b3b3b3; vertical-align: middle; } +#header_notifs_icon_wrapper > li > a > i:hover { color: white; } +#header_notifs_icon_wrapper .notifs_badge { background-color: #8bc954; } +#header_notifs_icon_wrapper .notifs_dropdown { background-color: white; border: none; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel { width: 300px; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_header h3 { padding: 10px; font-size: 1.3em; margin: 0; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .notifs_panel_footer { padding: 10px; text-align: center; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif a { display: block; text-decoration: none; padding: 5px; border-bottom: solid 1px #cccccc; } +#header_notifs_icon_wrapper .notifs_dropdown .notifs_panel .list_notif .no_notifs { display: block; padding: 15px; border-bottom: solid 1px #cccccc; } + +#header_nav_toggle { background-color: black; border: none; color: white; display: none; } + +#header_employee_box a img { margin-left: 5px; } +#header_employee_box #header_foaccess i { font-size: 1.2em; } + +#header_search { width: 160px !important; padding: 0 10px 0 0; position: relative; } +@media (max-width: 768px) { #header_search { width: 100%; } } +#header_search input, #header_search .form-group { margin: 0; } +#header_search #bo_query { width: 85px; } +#header_search .form-group.focus-search { position: absolute; z-index: 900; top: 0; right: 5px; width: 400px; } +#header_search .form-group.focus-search #bo_query { width: 100%; } +#header_search .clear_search { position: absolute; top: 5px; left: 35px; } + +#employee_infos .employee_name { position: relative; padding-right: 34px !important; } +#employee_infos .employee_avatar_small { position: absolute; top: 4px; right: 0; } + +#footer { z-index: 600; display: block; width: 100%; background-color: rgba(0, 0, 0, 0.8); color: #888888; position: fixed; bottom: 0; height: 50px; line-height: 50px; -webkit-animation: fadeInUp 0.3s 0.2s ease both; -moz-animation: fadeInUp 0.3s 0.2s ease both; -ms-animation: fadeInUp 0.3s 0.2s ease both; -o-animation: fadeInUp 0.3s 0.2s ease both; animation: fadeInUp 0.3s 0.2s ease both; } +#footer a { color: #cccccc; } +#footer #go-top { position: fixed; bottom: 10px; height: 30px; width: 30px; text-align: center; line-height: 30px; left: 10px; z-index: 9003; display: block; padding: 0px 6px 0px 6px; margin: -2px 0px 0px; text-decoration: none; color: white; cursor: pointer; font-size: 16px; background-color: #36454f; } +#footer #go-top:hover { background-color: #2ba6cb; } +#footer .social-networks { margin: 4px 0 0 0; } +#footer a.footer_link { color: #2ba6cb; } +#footer a.footer_link:hover { color: white; text-decoration: none; } +#footer a.footer_link i { color: white; } + +a.link-social i { font-size: 2em; width: 30px; height: 30px; display: inline-block; line-height: 30px !important; text-align: center; margin: 0 0 0 4px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +a.link-social:hover { text-decoration: none; } + +.link-twitter i { color: white; background-color: #7cceef; } +.link-twitter i:hover { color: #7cceef; background-color: white; } + +.link-facebook i { color: white; background-color: #557dbb; } +.link-facebook i:hover { color: #557dbb; background-color: white; } + +.link-github i { color: black; background-color: white; } +.link-github i:hover { color: white; background-color: black; } + +.link-google i { color: white; background-color: #e6644e; } +.link-google i:hover { color: #e6644e; background-color: white; } + +#nav-sidebar { position: fixed; width: 210px; height: 100%; z-index: 500; background-color: #212b31; border-left: 1px solid #36454f; } +#nav-sidebar ul.menu { margin: 0; padding: 0; list-style: none; } +#nav-sidebar ul.menu li.maintab { position: relative; } +#nav-sidebar ul.menu li.maintab > a.title { display: block; height: 36px; position: relative; padding: 0 7px; color: #c2c7ca; background-color: #36454f; border-bottom: #2a353d solid 1px; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-sidebar ul.menu li.maintab > a.title span { position: relative; top: -2px; } +#nav-sidebar ul.menu li.maintab > a.title i { position: relative; display: inline-block; height: 30px; width: 30px; top: 3px; margin-left: 6px; color: #868f95; font-size: 28px; line-height: 30px; text-align: center; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) > a.title { background-color: #212b31; color: white; border-bottom: #171d22 solid 1px; -webkit-box-shadow: #2ba6cb 0 0 -4px 0 inset; box-shadow: #2ba6cb 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) > a.title i { color: white; } +#nav-sidebar ul.menu li.maintab:hover:not(.active) ul.submenu { position: absolute; display: block; width: 200px; z-index: 600; right: 210px; top: -1px; } +#nav-sidebar ul.menu li.maintab.active a.title { color: white; background-color: #556d7c; border: none; } +#nav-sidebar ul.menu li.maintab.active a.title i { color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu { display: block; padding: 8px 8px 8px 11px; background-color: white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a { background-color: white; color: #2ba6cb; border-bottom: solid 1px #e6e6e6; } +#nav-sidebar ul.menu li.maintab.active ul.submenu a:hover { color: #2ba6cb; border-bottom: solid 1px #dff1f7; background-color: #dff1f7; text-decoration: none; -webkit-box-shadow: white 0 -1px; box-shadow: white 0 -1px; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li:last-child a { border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab.active ul.submenu li.active a { color: white; background-color: #2ba6cb; border-bottom: solid 1px white; } +#nav-sidebar ul.menu li.maintab ul.submenu { display: none; list-style: none; padding: 6px; background-color: #212b31; } +#nav-sidebar ul.menu li.maintab ul.submenu li a { color: #c2c7ca; display: block; padding: 4px 10px 4px 5px; font-size: 12px; background-color: #36454f; border-bottom: solid 1px #212b31; } +#nav-sidebar ul.menu li.maintab ul.submenu li a:hover { color: white; text-decoration: none; background-color: #212b31; -webkit-box-shadow: #2ba6cb 0 0 -4px 0 inset; box-shadow: #2ba6cb 0 0 -4px 0 inset; } +#nav-sidebar ul.menu li.maintab ul.submenu li:last-child a { border-bottom: none; } +@media (max-width: 480px) { #nav-sidebar { display: none; } } + +.page-sidebar #content { margin-right: 210px; } + +.page-sidebar-closed #nav-sidebar { overflow: visible; width: 50px; -webkit-transition-property: width; transition-property: width; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.page-sidebar-closed #nav-sidebar a.title { text-align: center; } +.page-sidebar-closed #nav-sidebar a.title > span { display: none; } +.page-sidebar-closed #nav-sidebar ul.submenu { display: none !important; padding-top: 37px; position: relative; top: 0; } +.page-sidebar-closed #nav-sidebar > ul > li:hover { width: 250px !important; position: relative; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title { text-align: right; padding-right: 8px; } +.page-sidebar-closed #nav-sidebar > ul > li:hover a.title > span { display: inline-block; } +.page-sidebar-closed #nav-sidebar > ul > li:hover ul.submenu { position: absolute !important; display: block !important; right: 50px !important; top: 35px !important; width: 200px !important; padding: 8px !important; background-color: #212b31 !important; } +.page-sidebar-closed #content { margin-right: 55px; } +@media (max-width: 480px) { .page-sidebar-closed #content { margin-right: 0; } } +.page-sidebar-closed #content h2.page-title { padding: 26px 120px 0 0 !important; } +.page-sidebar-closed #content ul.page-breadcrumb { right: 120px !important; } +.page-sidebar-closed .submenu_expand { display: none; } + +#nav-topbar { position: fixed; height: 28px; top: 37px; width: 100%; padding: 0 0 0 40px; z-index: 600; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px; } +#nav-topbar ul.menu { margin: 0; padding: 0; display: block; list-style: none; } +#nav-topbar ul.menu li.maintab, #nav-topbar ul.menu li.subtab { height: 28px; padding: 0; margin: 0; list-style: none; position: relative; float: right; } +#nav-topbar ul.menu li.maintab > a, #nav-topbar ul.menu li.subtab > a { display: block; line-height: 30px; color: #5f7a8c; padding: 0 6px; margin: 0; font-size: 12px; } +#nav-topbar ul.menu li.maintab > a i, #nav-topbar ul.menu li.subtab > a i { margin: 0; width: 15px; color: #4b5f6d; background-color: transparent; font-size: 14px; } +#nav-topbar ul.menu li.maintab.active, #nav-topbar ul.menu li.maintab:hover, #nav-topbar ul.menu li.subtab.active, #nav-topbar ul.menu li.subtab:hover { background-color: #2ba6cb; } +#nav-topbar ul.menu li.maintab.active > a, #nav-topbar ul.menu li.maintab:hover > a, #nav-topbar ul.menu li.subtab.active > a, #nav-topbar ul.menu li.subtab:hover > a { text-decoration: none; color: white; } +#nav-topbar ul.menu li.maintab.active > a i, #nav-topbar ul.menu li.maintab:hover > a i, #nav-topbar ul.menu li.subtab.active > a i, #nav-topbar ul.menu li.subtab:hover > a i { color: white; } +#nav-topbar ul.menu li.expanded > ul.submenu { display: block; } +#nav-topbar ul.menu ul.submenu { background-color: white; display: none; position: absolute; margin: 0; padding: 0; right: 0; top: 28px; width: 200px !important; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; } +#nav-topbar ul.menu ul.submenu > li { width: 200px; padding: 0; list-style: none; } +#nav-topbar ul.menu ul.submenu > li > a { display: block; padding: 4px 10px 4px 5px; font-size: 12px; border-bottom: solid 1px #eeeeee; } +#nav-topbar ul.menu ul.submenu > li > a:hover { color: white; background-color: #2ba6cb; text-decoration: none; } +#nav-topbar ul.menu ul.submenu > li.active a { color: white; background-color: #2ba6cb; border-bottom: solid 1px #2284a1; } +#nav-topbar #ellipsistab { display: block; width: 40px; height: 28px; padding: 0; margin: 0; position: absolute; left: 0; } +#nav-topbar #ellipsistab > a { text-align: center; font-size: 15px; line-height: 30px; color: #36454f; cursor: pointer; } +#nav-topbar #ellipsistab ul#ellipsis_submenu { left: 0; right: inherit; } +#nav-topbar #ellipsistab ul#ellipsis_submenu a.title { padding: 0 8px; text-align: right; } +#nav-topbar #ellipsistab ul#ellipsis_submenu li.subtab.expanded > ul { right: -200px; top: 0; } +#nav-topbar .menu-collapse { display: none; } + +#nav-mobile { position: fixed; top: 0; right: 0; overflow: hidden; width: 100%; height: 38px; z-index: 1100; } +#nav-mobile.expanded { height: 100%; } +#nav-mobile li > a > i { display: inline-block; height: 30px; width: 30px; font-size: 20px; line-height: 30px; color: white; text-align: center; background: black; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } +#nav-mobile ul.menu { top: 37px; position: absolute; display: none; width: 480px; height: 100%; background-color: rgba(0, 0, 0, 0.8); margin: 0 0 100px 0; padding: 0; border-top: 1px black solid; list-style: none; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; -webkit-animation: fadeInLeft 0.3s 0.2s ease both; -moz-animation: fadeInLeft 0.3s 0.2s ease both; -ms-animation: fadeInLeft 0.3s 0.2s ease both; -o-animation: fadeInLeft 0.3s 0.2s ease both; animation: fadeInLeft 0.3s 0.2s ease both; } +#nav-mobile ul.menu li { background: #36454f; position: relative; } +#nav-mobile ul.menu li a { display: block; height: 40px; position: relative; padding: 2px 10px 2px 0; border-bottom: 1px solid #212b31; font-size: 12px; line-height: 40px; color: #c2c7ca; background-color: #36454f; text-transform: uppercase; text-decoration: none; -webkit-transition-property: background-color; transition-property: background-color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a i { color: #6b879a; background-color: #020303; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +#nav-mobile ul.menu li a:hover { background-color: #4b5f6d; color: white; } +#nav-mobile ul.menu li a:hover i { color: white; } +#nav-mobile ul.submenu { display: none; } +#nav-mobile #nav-mobile-submenu a:not(#nav-mobile-submenu-back) { font-size: 1.2em; padding-right: 50px; text-transform: none; } +#nav-mobile a#nav-mobile-submenu-back { background-color: #2c3840; font-size: 1.5em; } +#nav-mobile ul.menu.menu-close { -webkit-animation: fadeOutLeft 0.2s 0.2s ease both; -moz-animation: fadeOutLeft 0.2s 0.2s ease both; -ms-animation: fadeOutLeft 0.2s 0.2s ease both; -o-animation: fadeOutLeft 0.2s 0.2s ease both; animation: fadeOutLeft 0.2s 0.2s ease both; } +#nav-mobile .menu-collapse { color: white; position: absolute; width: 50px; height: 37px; line-height: 1.3em; top: 0; left: 0; } + +.menu-collapse { cursor: pointer; height: 54px; width: 100%; font-size: 2em; text-align: center; line-height: 55px; display: block; color: #171d22; } + +.page-topbar #main { padding-top: 64px; } +.page-topbar #content { margin-right: 0; } +.page-topbar #content .page-head { top: 65px; } +.page-topbar #content .page-title { padding-right: 75px; } +.page-topbar #content .page-breadcrumb { right: 75px; } + +.bootstrap { @-webkit-keyframes one { 0% { background-color: #00a4e7; } + 100% { background-color: white; } } + @-webkit-keyframes two { 0% { -webkit-box-shadow: #00a4e7 0 0 0 20px inset; box-shadow: #00a4e7 0 0 0 20px inset; } + 100% { -webkit-box-shadow: #00a4e7 0 in 0 0set; box-shadow: #00a4e7 0 in 0 0set; } } + @-webkit-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-moz-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-ms-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @-o-keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + @keyframes bounceG { 0% { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-transform: scaleY(0.1); -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -o-transform: scaleY(0.1); transform: scaleY(0.1); } + 100% { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } } + } +.bootstrap .fixed-width-xs { width: 40px !important; } +.bootstrap .fixed-width-sm { width: 80px !important; } +.bootstrap .fixed-width-md { width: 120px !important; } +.bootstrap .fixed-width-lg { width: 160px !important; } +.bootstrap .fixed-width-xl { width: 200px !important; } +.bootstrap .fixed-width-xxl { width: 250px !important; } +@media (max-width: 480px) { .bootstrap .hidden-inline-xs { display: none !important; } } +.bootstrap .row-margin-bottom { margin-bottom: 15px; } +.bootstrap .row-margin-top { margin-top: 15px; } +.bootstrap .row-padding-top { padding-top: 15px; } +.bootstrap .thumbnail, .bootstrap .img-thumbnail { background-color: white; border-color: #cccccc !important; } +.bootstrap .highlight { background-color: yellow; } +.bootstrap .badge, .bootstrap #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap .notifs_badge, .bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-weight: normal; font-size: 1.1em; letter-spacing: 0.0625em; background-color: #2ba6cb; } +.bootstrap .badge.badge-success, .bootstrap #header_notifs_icon_wrapper .badge-success.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-success.notifs_badge, .bootstrap .badge-success.module-badge-popular, .bootstrap .badge-success.module-badge-partner { background-color: #5cb85c; } +.bootstrap .badge.badge-error, .bootstrap #header_notifs_icon_wrapper .badge-error.notifs_badge, #header_notifs_icon_wrapper .bootstrap .badge-error.notifs_badge, .bootstrap .badge-error.module-badge-popular, .bootstrap .badge-error.module-badge-partner { background-color: #d9534f; } +.bootstrap .nav-tabs { border-bottom: none; } +.bootstrap .nav-tabs li a { font-size: 1.1em; font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 300; } +.bootstrap .nav-tabs li.active a, .bootstrap .nav-tabs li.active a:hover, .bootstrap .nav-tabs li.active a:focus { background-color: white; } +.bootstrap .table tr.parent td { background-color: #eeeeee !important; border-bottom: solid 1px #cccccc !important; } +.bootstrap .alert.alert-warning, .bootstrap #carrier_wizard .alert-warning.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #f4c178; } +.bootstrap .alert.alert-warning:before, .bootstrap #carrier_wizard .alert-warning.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f4c178; } +.bootstrap .alert.alert-danger, .bootstrap #carrier_wizard .wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #e17875; } +.bootstrap .alert.alert-danger:before, .bootstrap #carrier_wizard .wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #e17875; } +.bootstrap .alert.alert-success, .bootstrap #carrier_wizard .alert-success.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #7cc67c; } +.bootstrap .alert.alert-success:before, .bootstrap #carrier_wizard .alert-success.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #7cc67c; } +.bootstrap .alert.alert-info, .bootstrap #carrier_wizard .alert-info.wizard_error { padding-right: 50px; position: relative; border: none; border-right: solid 3px #81cfe6; } +.bootstrap .alert.alert-info:before, .bootstrap #carrier_wizard .alert-info.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #81cfe6; } +.bootstrap .alert.alert-addons, .bootstrap #carrier_wizard .alert-addons.wizard_error { background-color: #f3f3f2; border-color: #f34794; color: #f01778; padding-right: 50px; position: relative; border: none; border-right: solid 3px #f34291; } +.bootstrap .alert.alert-addons hr, .bootstrap #carrier_wizard .alert-addons.wizard_error hr { border-top-color: #f22f86; } +.bootstrap .alert.alert-addons .alert-link, .bootstrap #carrier_wizard .alert-addons.wizard_error .alert-link { color: #c70d60; } +.bootstrap .alert.alert-addons:before, .bootstrap #carrier_wizard .alert-addons.wizard_error:before { position: absolute; top: 6px; right: 7px; display: block; height: 25px; width: 25px; color: #f34291; } +.bootstrap .overflow-y { max-height: 200px; margin-bottom: 15px; overflow-y: auto; } +.bootstrap .table { border-collapse: separate; border-spacing: 0 0 0 2px; margin-bottom: 5px; } +.bootstrap .table thead > tr > th { border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb; } +.bootstrap .table thead > tr > th span.title_box { color: #656565; display: block; word-wrap: nowrap; white-space: nowrap; } +.bootstrap .table thead > tr > th span.title_box.active { font-weight: bold; } +.bootstrap .table thead > tr > th span.title_box a { text-decoration: none; } +.bootstrap .table thead > tr > th span.title_box a.active { color: black; } +.bootstrap .table thead > tr.filter > th { background-color: #ecf6fb; } +.bootstrap .table thead > tr.filter > th input[type="text"].filter, .bootstrap .table thead > tr.filter > th input[type="password"].filter, .bootstrap .table thead > tr.filter > th select.filter { font-size: 11px; border-color: #a0d0eb; } +.bootstrap .table input, .bootstrap .table select { margin: 0; } +.bootstrap .table tbody > tr > td { border-top: none; color: #666666; background-color: white; padding: 3px 7px; vertical-align: middle; word-wrap: nowrap; font-size: 12px; border-bottom: solid 1px #eaedef; } +.bootstrap .table tbody > tr.odd > td { background-color: #fcfdfe; } +.bootstrap .table tbody > tr:hover > td { background-color: #f4f8fb; } +.bootstrap .table td.center, .bootstrap .table th.center { text-align: center; } +.bootstrap .table td.pointer { cursor: pointer; } +.bootstrap .table td.dragHandle { cursor: move; } +.bootstrap .table td.actions { min-width: 200px; } +.bootstrap tr.highlighted td { background-color: #2ba6cb !important; color: white !important; } +.bootstrap .bulk-actions { margin: 17px 0 0 0; } +.bootstrap .list-action-enable { font-size: 1.3em; display: inline-block; width: 30px; text-align: center; color: rgba(255, 255, 255, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .list-action-enable.action-enabled { border: solid #5cb85c 1px; background-color: #80c780; } +.bootstrap .list-action-enable.action-disabled { border: solid #d9534f 1px; background-color: #e27c79; } +.bootstrap .list-action-enable:hover { color: white; } +.bootstrap .tree { padding: 0 20px 0 0; list-style: none; } +.bootstrap .tree input { margin-left: 4px; } +.bootstrap .tree i { font-size: 1.3em; } +.bootstrap .tree .tree-item-name, .bootstrap .tree .tree-folder-name { padding: 0 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; font-weight: normal; } +.bootstrap .tree .tree-item-name:hover, .bootstrap .tree .tree-folder-name:hover { background-color: #eeeeee; cursor: pointer; } +.bootstrap .tree .tree-selected { background-color: #a3dbec; } +.bootstrap .tree .tree-selected i.tree-dot { background-color: #2ba6cb; } +.bootstrap .tree i.tree-dot { display: inline-block; position: relative; width: 6px; height: 6px; margin: 0 6px 0 4px; background-color: #cccccc; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; } +.bootstrap .tree .tree-item-disable, .bootstrap .tree .tree-folder-name-disable { color: #cccccc; } +.bootstrap .tree .tree-item-disable:hover, .bootstrap .tree .tree-folder-name-disable:hover { color: #cccccc; background-color: none; } +.bootstrap .tree-actions { display: inline-block; } +.bootstrap .tree-panel-heading-controls { margin: -20px -20px 20px; padding: 5px; border-bottom: solid 1px #dfdfdf; } +.bootstrap .tree-actions .twitter-typeahead { padding: 0 4px 0 0; } +.bootstrap label.control-label { font-size: 13px; font-weight: normal; color: #666666; } +.bootstrap label.control-label span.label-tooltip { text-decoration: none; font-size: 13px; color: #3586ae; background-color: #edf7fb; border: none; border-bottom: solid 1px #d8edf7; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap label.required:before { content: "*"; color: red; font-size: 14px; position: relative; line-height: 12px; } +.bootstrap .tooltip { font-size: 12px; } +.bootstrap select.input-tiny, .bootstrap input[type="text"].input-tiny, .bootstrap input[type="password"].input-tiny { width: 80px; float: right; } +.bootstrap textarea { resize: none; } +.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .bootstrap .uneditable-input:focus { background-color: #fefbe2; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .btn { text-transform: uppercase; } +.bootstrap .btn .caret { border-top-color: #333333 !important; } +.bootstrap .btn:hover .caret, .bootstrap .btn:focus .caret { border-top-color: white !important; } +.bootstrap .btn.btn-default { -webkit-box-shadow: #e6e6e6 0 in -2px 0set; box-shadow: #e6e6e6 0 in -2px 0set; } +.bootstrap .btn.btn-default:hover { -webkit-box-shadow: none; box-shadow: none; background-color: #2ba6cb; color: white; border-color: #2284a1; } +.bootstrap .btn.btn-default:hover i { color: white; } +.bootstrap .btn.btn-primary { background-color: #2ba6cb; color: white; border-color: #2284a1; } +.bootstrap .btn.btn-default[disabled] { border-color: #999999; color: #999999; background-color: #f2f2f2; -webkit-box-shadow: #cccccc 0 -2px 0 inset; box-shadow: #cccccc 0 -2px 0 inset; } +.bootstrap .dropdown-menu { text-align: right; } +.bootstrap .dropdown-menu > li a { padding: 5px 10px; } +.bootstrap .btn-group-action { width: 160px; float: left; } +.bootstrap .btn-group-action a { text-decoration: none; } +.bootstrap .tt-query { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } +.bootstrap .tt-dropdown-menu { background-color: white; border: solid 1px #cccccc; font-size: 0.9em; text-transform: none; } +.bootstrap .tt-suggestions { padding: 0 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; } +.bootstrap .tt-suggestion p { border-bottom: solid 1px #cccccc; margin: 0 !important; padding: 0 !important; } +.bootstrap .tt-suggestion:last-child p { border-bottom: none; } +.bootstrap .tagify-container { background-color: white; padding: 2px 6px; min-height: 30px; overflow: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: solid 1px #cccccc; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; } +.bootstrap .tagify-container span { float: right; } +.bootstrap .tagify-container > span { display: inline-block; padding: 3px 5px; margin: 3px; border-radius: 2px; border: 1px solid #2ba6cb; background-color: #64c2de; color: white; } +.bootstrap .tagify-container > span > a { padding-right: 5px; color: #2ba6cb; text-decoration: none; font-weight: bold; } +.bootstrap .tagify-container > input { margin-top: 2px; border: 0 none; width: 100px; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .tagify-container > input:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; } +.bootstrap .box-stats { background-color: white; } +.bootstrap .box-stats .boxchart-overlay { padding: 10px 10px 5px 10px; margin-left: 10px; float: right; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats i { float: right; height: 64px; width: 64px; margin-left: 10px; color: white; font-size: 42px; text-align: center; line-height: 64px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .box-stats .title { color: #666666; display: block; } +.bootstrap .box-stats .value { font-size: 22px; } +.bootstrap .box-stats small { line-height: 0.3em; color: #aaaaaa; text-transform: uppercase; } +.bootstrap .box-stats:hover { text-decoration: none; } +.bootstrap .color1 i, .bootstrap .color1 .boxchart-overlay { background-color: #2ba8e3; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color1 .value { color: #2ba8e3; } +.bootstrap .color2 i, .bootstrap .color2 .boxchart-overlay { background-color: #ff5450; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color2 .value { color: #ff5450; } +.bootstrap .color3 i, .bootstrap .color3 .boxchart-overlay { background-color: #9e5ba1; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color3 .value { color: #9e5ba1; } +.bootstrap .color4 i, .bootstrap .color4 .boxchart-overlay { background-color: #95cc6b; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; } +.bootstrap .color4 .value { color: #95cc6b; } +.bootstrap .data_chart rect { fill: white; } +.bootstrap .data_chart path { stroke: white; stroke-width: 2; fill: none; } +.bootstrap .data_chart line { stroke: black; } +.bootstrap .data_chart .area { fill: rgba(255, 255, 255, 0.3); stroke-width: 0; } +.bootstrap .icon-big { font-size: 4em; color: #575356; } +.bootstrap .switch a, .bootstrap .switch-light span span { display: none; } +@media only screen { .bootstrap .switch-light { display: block; height: 26px; position: relative; overflow: visible; padding: 0; } + .bootstrap .switch-light * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch-light a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch-light label, .bootstrap .switch-light > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch-light label { position: relative; z-index: 3; display: block; width: 100%; } + .bootstrap .switch-light input { position: absolute; opacity: 0; z-index: 5; } + .bootstrap .switch-light input:checked ~ a { right: 0%; } + .bootstrap .switch-light > span { position: absolute; right: 0; width: 100%; margin: 0; text-align: right; } + .bootstrap .switch-light > span span { position: absolute; top: 0; right: 0; z-index: 5; display: block; width: 50%; text-align: center; } + .bootstrap .switch-light > span span:last-child { right: 50%; } + .bootstrap .switch-light a { position: absolute; right: 50%; top: 0; z-index: 4; display: block; width: 50%; height: 100%; padding: 0; } + .bootstrap .switch { display: block; height: 26px; position: relative; } + .bootstrap .switch * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } + .bootstrap .switch a { display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } + .bootstrap .switch label, .bootstrap .switch > span { line-height: 26px; vertical-align: middle; } + .bootstrap .switch input { position: absolute; opacity: 0; } + .bootstrap .switch label { position: relative; z-index: 2; float: right; width: 50%; height: 100%; margin: 0; text-align: center; } + .bootstrap .switch a { position: absolute; top: 0; right: 0; padding: 0; z-index: 1; width: 50%; height: 100%; color: white; border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .switch input:last-of-type:checked ~ a { right: 50%; border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .switch input:disabled ~ a { border: solid 1px #b3b3b3; background-color: #cccccc; -webkit-box-shadow: #b3b3b3 0 in -1px 0set; box-shadow: #b3b3b3 0 in -1px 0set; } + .bootstrap .switch.switch-3 label, .bootstrap .switch.switch-3 a { width: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a { right: 33.33333%; } + .bootstrap .switch.switch-3 input:checked:last-of-type ~ a { right: 66.66667%; } + .bootstrap .switch.switch-4 label, .bootstrap .switch.switch-4 a { width: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a { right: 25%; } + .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a { right: 50%; } + .bootstrap .switch.switch-4 input:checked:last-of-type ~ a { right: 75%; } + .bootstrap .switch.switch-5 label, .bootstrap .switch.switch-5 a { width: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a { right: 20%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a { right: 40%; } + .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a { right: 60%; } + .bootstrap .switch.switch-5 input:checked:last-of-type ~ a { right: 80%; } + .bootstrap .prestashop-switch { min-width: 150px; background-color: #eeeeee; border-radius: 3px; color: #333333; text-align: center; font-weight: 400; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset; } + .bootstrap .prestashop-switch * { outline: 0 !important; } + .bootstrap .prestashop-switch label { text-transform: uppercase; color: #bbbbbb; font-weight: 400; cursor: pointer; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } + .bootstrap .prestashop-switch input:checked + label { color: white; } + .bootstrap .prestashop-switch > span { color: #666666; text-transform: uppercase; cursor: pointer; } + .bootstrap .prestashop-switch.switch-light input:checked ~ a { border: solid 1px #5cb85c; background-color: #80c780; -webkit-box-shadow: #5cb85c 0 in -1px 0set; box-shadow: #5cb85c 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type { color: white; } + .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ a { border: solid 1px #d9534f; background-color: #e27c79; -webkit-box-shadow: #d9534f 0 in -1px 0set; box-shadow: #d9534f 0 in -1px 0set; } + .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type { color: #cccccc; } + .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type { color: white; } } +.bootstrap .page-head { width: 100%; height: 55px; padding: 0 0 0 0; margin: 0; border-bottom: 4px solid #be1e4c; position: fixed; top: 36px; right: 0px; z-index: 499; background-color: #de3163; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; } +.bootstrap .page-head h2.page-title { position: relative; padding: 26px 280px 0 0; margin: 0; font-size: 20px; line-height: 1em; color: white; } +@media (max-width: 768px) { .bootstrap .page-head h2.page-title { padding: 26px 70px 0 0; } } +.bootstrap .page-head h2.page-title a { border-bottom: dotted 1px white; } +.bootstrap .page-head h2.page-title a:hover { color: black; border-color: black; } +.bootstrap .page-head a { color: white; text-decoration: none; } +.bootstrap .page-head ul.page-breadcrumb { position: absolute; list-style: none; margin: 0; padding: 0; right: 280px; top: 4px; height: 20px; line-height: 20px; color: black; background: transparent; font-size: 12px; color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +@media (max-width: 768px) { .bootstrap .page-head ul.page-breadcrumb { right: 70px; } } +.bootstrap .page-head ul.page-breadcrumb li { text-transform: uppercase; } +.bootstrap .page-head ul.page-breadcrumb li i { font-size: 14px; } +.bootstrap .page-head ul.page-breadcrumb li:first-child i { width: 54px; position: absolute; right: -60px; top: 2px; font-size: 42px; font-weight: 100; padding-left: 5px; color: rgba(0, 0, 0, 0.5); border-left: solid 1px #a81b44; } +.bootstrap .page-head ul.page-breadcrumb li:before { color: #a81b44; } +.bootstrap .page-head ul.page-breadcrumb li a { color: rgba(255, 255, 255, 0.6); } +.bootstrap .page-head ul.page-breadcrumb li a:hover { color: white; } +.bootstrap .page-head .btn-toolbar { margin: 0; padding: 0; } +.bootstrap .page-head .btn-toolbar > ul.nav, .bootstrap .page-head .btn-toolbar > ul#header_notifs_icon_wrapper, .bootstrap .page-head .btn-toolbar > ul#header_employee_box, .bootstrap .page-head .btn-toolbar > ul#header_quick { position: relative; top: 3px; } +.bootstrap .toolbar_btn { height: 46px; position: relative; padding: 2px 5px !important; margin-left: 3px; font-size: 12px; color: white; text-align: center; text-shadow: none; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } +@media (max-width: 992px) { .bootstrap .toolbar_btn { width: 46px; border: solid 1px #a81b44; font-size: 11px; } } +.bootstrap .toolbar_btn:hover { color: #de3163; border-color: white; background-color: white !important; } +.bootstrap .page-header-toolbar-back { border: none !important; display: inline-block; } +.bootstrap #datepicker .input-selected { margin: 0; } +.bootstrap #datepicker #date-start.input-selected, .bootstrap #datepicker #date-end.input-selected { border: solid 3px #00a4e7; } +.bootstrap #datepicker #date-start-compare.input-selected, .bootstrap #datepicker #date-end-compare.input-selected { border: solid 3px #ff8000; } +.bootstrap #datepicker div#datepicker-form #date-range { border: solid 1px #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading { background-color: #0092ce; } +.bootstrap #datepicker div#datepicker-form #date-compare { border: solid 1px #e67300; } +.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading { background-color: #e67300; } +.bootstrap #datepicker div#datepicker-form .form-date-heading { height: 30px; line-height: 30px; padding: 0 8px 0 0; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .title, .bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label { font-size: 1.15em; color: white; font-weight: 200; text-transform: uppercase; line-height: 2em; } +.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default { background-color: rgba(255, 255, 255, 0.3); font-weight: 700; color: white; border: none; } +.bootstrap #datepicker div#datepicker-form .form-date-heading select { margin: 2px 0 0 2px; } +.bootstrap #datepicker div#datepicker-form .form-date-body, .bootstrap #datepicker div#datepicker-form .form-date-actions { width: 100%; padding: 10px; background-color: white; display: inline-block; } +.bootstrap #datepicker div#datepicker-form .form-date-actions { border: solid 1px #cccccc; } +.bootstrap #datepicker div#datepicker-form .form-date-group { clear: both; width: 100%; margin: 0 auto 6px auto; } +.bootstrap #datepicker div#datepicker-form .form-date-group label { font-size: 0.8em; font-weight: 700; text-transform: uppercase; color: #666666; } +.bootstrap #datepicker div#datepicker-form .form-date-group input { margin: 4px 0 0 4px; } +.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] { width: 35%; } +.bootstrap #datepicker div#datepicker-form .form-date-group button { margin: 5px 0 0 0; } +.bootstrap #datepicker .daterangepicker { position: relative; margin: 0 0 8px 0; width: 100%; font-size: 13px; border: solid 1px #cccccc; } +.bootstrap #datepicker .daterangepicker table { width: 100%; margin: 0; border-spacing: 1px; } +.bootstrap #datepicker .daterangepicker thead tr th { background-color: #0092ce; color: white; font-size: 0.7em; height: 1.5em; text-transform: uppercase; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { background-color: white; border-bottom: 1px solid #0092ce; font-weight: 200; font-size: 1.4em; color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td, .bootstrap #datepicker .daterangepicker th { text-align: center; padding: 0; position: relative; } +.bootstrap #datepicker .daterangepicker tr { border-bottom: solid 1px white; } +.bootstrap #datepicker .daterangepicker td { color: #00a4e7; height: 2.4em; padding: 0 8px; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } +.bootstrap #datepicker .daterangepicker td.day:after { content: ""; position: absolute; display: block; top: 0; right: 0; width: 100%; z-index: 0; background-color: transparent; } +.bootstrap #datepicker .daterangepicker td.day:hover { cursor: pointer; } +.bootstrap #datepicker .daterangepicker td.day.disabled { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.old, .bootstrap #datepicker .daterangepicker td.new { color: #cccccc; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare { background-color: #4ca0b1; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) { color: white; font-weight: 700; background-color: #00a4e7; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare { background-color: #4ca0b1; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, .bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { background-color: #4c99a1; } +.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-right-radius: 15px; border-top-right-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range { background-color: #ba924c; border-bottom-right-radius: 0; border-top-right-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) { color: white; font-weight: 700; background-color: #ff8000; border-bottom-left-radius: 15px; border-top-left-radius: 15px; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range { background-color: #ba924c; border-bottom-left-radius: 0; border-top-left-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare { background-color: #4ca0b1; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare { color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-weight: 700; background-color: #ff8000; } +.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range { background-color: #ba924c; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } +.bootstrap #datepicker .daterangepicker td.range { color: #cef1ff; background-color: #1bbdff; } +.bootstrap #datepicker .daterangepicker td.range.range-compare { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.range-compare { color: #fff2e5; background-color: #ff9933; } +.bootstrap #datepicker .daterangepicker td.range-compare.range { background-color: #8dab99; } +.bootstrap #datepicker .daterangepicker td.today { background-color: white; } +.bootstrap #datepicker .daterangepicker td span { padding: 0; display: block; width: 33.333%; height: 3em; line-height: 3em; font-weight: 400; float: right; text-transform: uppercase; cursor: pointer; } +.bootstrap #datepicker .daterangepicker td span:hover { color: white; background-color: #00a4e7; } +.bootstrap #datepicker .daterangepicker td span.active { background-color: #00a4e7; color: white; } +.bootstrap #datepicker .daterangepicker td span.old { color: #cccccc; } +.bootstrap #datepicker .daterangepicker th.next { text-align: left; padding: 0 0 0 10px; } +.bootstrap #datepicker .daterangepicker th.prev { text-align: right; padding: 0 10px 0 0; } +.bootstrap #datepicker .daterangepicker th.next, .bootstrap #datepicker .daterangepicker th.prev, .bootstrap #datepicker .daterangepicker th.month-switch { font-size: 1.3em; line-height: 2em; height: 2em; } +.bootstrap #datepicker .daterangepicker th.next:hover, .bootstrap #datepicker .daterangepicker th.prev:hover, .bootstrap #datepicker .daterangepicker th.month-switch:hover { background-color: #0092ce; color: white; } +.bootstrap #datepicker .daterangepicker thead tr:first-child th { cursor: pointer; } +.bootstrap .chevron-left, .bootstrap .chevron-right { position: relative; } +.bootstrap .chevron-left:before, .bootstrap .chevron-right:before { display: block; content: ""; width: 0; height: 0; border-style: solid; position: absolute; } +.bootstrap .chevron-left:before { left: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #00a4e7 transparent transparent; background-color: #1bbdff; } +.bootstrap .chevron-right:before { right: 0; top: 0; border-width: 1.2em 0.5em 1.2em 0; border-color: transparent #1bbdff transparent transparent; background-color: #00a4e7; } +.bootstrap .input-complete { -webkit-animation: one 0.2s ease-in-out; -moz-animation: one 0.2s ease-in-out; -ms-animation: one 0.2s ease-in-out; -o-animation: one 0.2s ease-in-out; animation: one 0.2s ease-in-out; } +.bootstrap .multishop-well { padding: 20px 20px 10px; margin-bottom: 15px; background-color: #faf8f0; border: none; border-right: 3px solid #fbeccb; } +.bootstrap [class^="icon-Admin"] { margin-left: 4px; text-align: center; } +.bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] { display: block; } +.bootstrap #carrier_wizard { position: relative; display: block; } +.bootstrap #carrier_wizard .stepContainer { position: relative; display: block; clear: both; } +.bootstrap #carrier_wizard .stepContainer div.content { position: absolute; display: block; width: 100%; clear: both; } +.bootstrap #carrier_wizard .stepContainer .StepTitle { display: block; position: relative; clear: both; } +.bootstrap #carrier_wizard ul.anchor { position: relative; display: block; float: right; list-style: none; padding: 0; margin: 0 0 10px 0; clear: both; width: 100%; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_4 li { width: 25%; float: right; } +.bootstrap #carrier_wizard ul.anchor.nbr_steps_5 li { width: 25%; float: right; } +.bootstrap #carrier_wizard li { position: relative; display: block; overflow: hidden; } +.bootstrap #carrier_wizard li a { color: #cccccc; height: 32px; display: block; position: relative; margin: 0 0 0 16px; text-decoration: none; outline-style: none; } +.bootstrap #carrier_wizard li a .stepNumber { position: relative; float: right; width: 24px; height: 32px; margin-left: 3px; text-align: center; padding: 0 5px; font-size: 30px; line-height: 32px; color: white; } +.bootstrap #carrier_wizard li a .stepDesc { position: relative; text-align: right; font-size: 13px; height: 32px; display: table-cell; vertical-align: middle; line-height: 13px; } +.bootstrap #carrier_wizard li a .chevron { border: 16px solid transparent; border-right: 14px solid white; border-left: 0; position: absolute; left: -16px; top: 0; } +.bootstrap #carrier_wizard li a .chevron:after { border: 16px solid transparent; border-right: 14px solid #cccccc; border-left: 0; position: absolute; content: ""; left: 2px; top: -16px; } +.bootstrap #carrier_wizard li a.disabled { color: #777777; background-color: #cccccc; } +.bootstrap #carrier_wizard li a.disabled .chevron:after { border-right: 14px solid #cccccc; } +.bootstrap #carrier_wizard li a.selected { color: #f8f8f8; cursor: text; background-color: #36454f; } +.bootstrap #carrier_wizard li a.selected .chevron:after { border-right: 14px solid #36454f; } +.bootstrap #carrier_wizard li a.done { color: white; background-color: #5cb85c; } +.bootstrap #carrier_wizard li a.done .chevron:after { border-right: 14px solid #5cb85c; } +.bootstrap #carrier_wizard .loader { display: none; } +.bootstrap #carrier_wizard .msgBox { position: relative; display: none; float: right; margin: 4px 5px 0 0; padding: 5px; border: 1px solid gold; background-color: #ffffdd; color: #5a5655; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap #carrier_wizard .msgBox .content { padding: 0px; float: right; } +.bootstrap #carrier_wizard #carrier_logo_block { left: 10px; } +.bootstrap #carrier_wizard .range_inf td, .bootstrap #carrier_wizard .range_sup td { background-color: #cccccc; } +.bootstrap #carrier_wizard .range_type { width: 220px; text-align: left; font-weight: bold; } +.bootstrap #carrier_wizard .range_data { width: 110px; } +.bootstrap #carrier_wizard .range_sign { width: 18px; font-size: 20px; text-align: center; } +.bootstrap #carrier_wizard .range_data_new { width: 110px; } +.bootstrap #carrier_wizard table#zones_table { width: auto; } +.bootstrap #carrier_wizard .field_error { border-color: #d9534f; } +.bootstrap #carrier_wizard .actionBar { height: 30px; } +.bootstrap #carrier_wizard .actionBar a { float: left; margin-left: 10px; } +.bootstrap .size_s { font-size: 1.1em; } +.bootstrap .size_md { font-size: 1.3em; } +.bootstrap .size_l { font-size: 1.7em; } +.bootstrap .size_xl { font-size: 2em; } +.bootstrap .size_xxl { font-size: 2.3em; } +.bootstrap .number-monospace { font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif !important; word-spacing: -0.3em; font-weight: 200; } +.bootstrap .color_success { color: #5cb85c; } +.bootstrap .color_danger { color: #d9534f; } +.bootstrap .dash_trend_down { color: red; } +.bootstrap .dash_trend_down:before { margin-left: 4px; font-family: FontAwesome; content: "\f0ab"; } +.bootstrap .dash_trend_up { color: green; } +.bootstrap .dash_trend_up:before { margin-left: 4px; font-family: FontAwesome; content: "\f0aa"; } +.bootstrap .dash_trend_right { color: darkblue; } +.bootstrap .dash_trend_right:before { margin-left: 4px; font-family: FontAwesome; content: "\f0a9"; } +.bootstrap .box-stats { height: 70px; } +.bootstrap #dashboard section > section header { padding: 3px 8px; margin: 0 0 3px 0; color: white; font-size: 1.2em; background-color: #2ba6cb; } +.bootstrap #dashboard section > section header .small { display: block; clear: both; font-variant: small-cap; text-transform: uppercase; font-size: 0.8em; font-family: "Open Sans", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard .data_list { margin: 0 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list li { position: relative; } +.bootstrap #dashboard .data_list .data_value { line-height: 39px; position: absolute; top: 0; left: 0; padding: 0 0 0 10px; } +.bootstrap #dashboard .data_list_small { margin: 8px 0 10px 0; padding: 0 0 0 0; border-top: solid 1px #dddddd; } +.bootstrap #dashboard .data_list_small li { padding: 3px 0; position: relative; border: none; margin: 0; border-bottom: dashed 1px #dddddd; } +.bootstrap #dashboard .data_list_small .data_label { text-transform: uppercase; color: #bbbbbb; } +.bootstrap #dashboard .data_list_small .data_value { line-height: 25px; position: absolute; top: 0; left: 0; padding: 0; } +.bootstrap #dashboard .data_list_large { margin: 8px 0 10px 0; padding: 0; } +.bootstrap #dashboard .data_list_large li { padding: 6px 0; position: relative; border: none; margin: 0; } +.bootstrap #dashboard .data_list_large .data_label { line-height: 0.8em; } +.bootstrap #dashboard .data_list_large .data_label small { font-size: 0.6em; } +.bootstrap #dashboard .data_list_large .data_value { text-align: left; line-height: 0.6em; position: absolute; top: 0; left: 0; padding: 8px 0 0 0; } +.bootstrap #dashboard .data_list_large .data_value small { font-size: 0.5em; } +.bootstrap #dashboard .data_list_vertical { padding: 0; margin: 0 0 10px 0; border: 1px solid #dddddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap #dashboard .data_list_vertical li { border-right: solid 1px #dddddd; padding: 6px; } +.bootstrap #dashboard .data_list_vertical li:first-child { border: none; } +.bootstrap #dashboard .data_list_vertical .data_label { min-height: 32px; display: block; line-height: 1em; text-align: center; } +.bootstrap #dashboard .data_list_vertical .data_value { display: block; text-align: center; } +.bootstrap #dashboard #dashtrends header { margin-bottom: 0; } +.bootstrap #dashboard #dashtrends #dashtrends_toolbar { margin: 0 -16px 10px; } +.bootstrap #dashboard #dashtrends dl { cursor: pointer; margin: 0; min-height: 90px; text-align: center; background-color: white; padding: 10px; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } +.bootstrap #dashboard #dashtrends dl:first-child { border-right: none; } +.bootstrap #dashboard #dashtrends dl.active { background-color: #2ba6cb; -webkit-box-shadow: white 0 2px 0 0 inset; box-shadow: white 0 2px 0 0 inset; } +.bootstrap #dashboard #dashtrends dl.active dt { color: white; font-size: 1.2em; } +.bootstrap #dashboard #dashtrends dl.active dd { color: white; } +.bootstrap #dashboard #dashtrends dt { text-align: center; height: 37px; line-height: 1em; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; } +.bootstrap #dashboard #dashtrends dd span { font-size: 0.9em; white-space: nowrap; } +.bootstrap #dashboard #dashtrends svg { height: 350px; } +.bootstrap #dashboard #dashgoals svg { height: 250px; } +.bootstrap #dashboard #dashproducts nav { margin-bottom: 10px; font: 400 1.1em/120% "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; } +.bootstrap #dashboard #dashaddons { background-color: white; border: 1px dashed silver; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 10px 20px; font-size: 1.3em; text-align: center; } +.bootstrap #dashboard #dashaddons a { display: block; } +.bootstrap #dashboard #dashaddons a:hover { text-decoration: none; } +.bootstrap #dashboard #dashactivity svg { height: 150px; } +.bootstrap #dashboard .loading .data_value { min-width: 30px; text-align: center; } +.bootstrap #dashboard .loading .data_value:before { font-size: 0.7em; font-family: FontAwesome; content: "\f021"; color: #cccccc; } +.bootstrap #dashboard .loading .data_value span, .bootstrap #dashboard .loading .data_value small { display: none; } +.bootstrap #dashboard .loading .data_trend { display: none; } +.bootstrap #dashboard .tooltip-panel { padding: 10px; min-width: 150px; } +.bootstrap #dashboard .tooltip-panel-heading { font: 400 1.2em/1.42857 "Ubuntu Condensed", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #cccccc; } +.bootstrap .data_loading, .bootstrap #dashboard .data_value span, .bootstrap #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; animation-name: bounceG; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-direction: linear; animation-direction: linear; -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -ms-transform: scaleX(0.7); -o-transform: scaleX(0.7); transform: scaleX(0.7); -webkit-transform: scaleY(0.7); -moz-transform: scaleY(0.7); -ms-transform: scaleY(0.7); -o-transform: scaleY(0.7); transform: scaleY(0.7); } +.bootstrap #dash_version { padding: 0 !important; overflow: hidden; } +.bootstrap #dash_version iframe { height: 80px; width: 100%; } +.bootstrap #login { height: 100%; background-color: #092756; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756)); background: -webkit-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(right top, #670d10, #092756); background: -moz-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(right top, #670d10, #092756); background: -o-radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(right top, #670d10, #092756); background: radial-gradient(top right, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(right top, #670d10, #092756); } +.bootstrap #login-header { padding-top: 40px; margin-bottom: 30px; color: white; } +.bootstrap #login-header h1, .bootstrap #login-header h4 { margin: 0; padding: 0; } +.bootstrap #login-panel { margin: 0 auto; width: 420px; } +@media (max-width: 480px) { .bootstrap #login-panel { width: 90%; } } +.bootstrap #login-panel .panel, .bootstrap #login-panel #dash_version, .bootstrap #login-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial #login-panel .message-item-initial-body, .bootstrap #login-panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption #login-panel .timeline-panel { -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; box-shadow: rgba(255, 255, 255, 0.45) 0 6px 0 0; } +.bootstrap #login-panel .panel-footer { height: inherit; margin: 0 -20px -20px; } +.bootstrap #login-panel .flip-container { height: 370px; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } +.bootstrap #login-panel .flip-container.flip .flipper { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel .flipper { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } +.bootstrap #login-panel .front, .bootstrap #login-panel .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; width: 100%; padding: 20px; position: absolute; top: 0; right: 0; } +.bootstrap #login-panel .front { z-index: 2; } +.bootstrap #login-panel .back { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); } +.bootstrap #login-panel #remind-me { margin-top: 0; } +.bootstrap #login-footer a { color: #a0aab5; } +.bootstrap #module-list h3 { position: relative; top: 0; right: 0; margin: 0; padding: 0; background-color: transparent; color: #36454f; font-weight: 500; } +.bootstrap .hook_panel { -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; box-shadow: rgba(255, 255, 255, 0.9) 0 1px 0 0 inset; padding: 10px 10px 5px 10px; margin-bottom: 3px !important; } +.bootstrap .module_name { font-size: 1.2em; } +.bootstrap .hook_panel_header { margin: 0 -10px 0 -10px; padding: 0 10px 10px 10px; } +.bootstrap .hook_panel_header .hook_name { font-weight: 400; font-size: 1.2em; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #2ba6cb; border: solid 1px #cccccc; background-color: white; padding: 0 4px; } +.bootstrap .hook_panel_header .hook_title { text-transform: uppercase; font-size: 1em; } +.bootstrap .hook_panel_header .hook_description { padding: 3px 3px 0 0; } +.bootstrap #modules_list_container_tab img { max-width: 66px; } +.bootstrap .module_list .module_list_item { display: table; width: 100%; padding: 5px 0; margin-bottom: 4px; background-color: white; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } +.bootstrap .module_list .draggable { cursor: pointer; } +.bootstrap .module_col_select { display: table-cell; width: 22px; min-height: 35px; vertical-align: middle; text-align: center; border-left: 1px solid #dddddd; } +.bootstrap .module_col_position { display: table-cell; width: 60px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_position .positions { font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif; font-weight: 200; text-shadow: white 1px 1px; padding: 0 5px; font-size: 1.6em; color: #aaaaaa; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset; border: solid 1px #cccccc; background-color: #eeeeee; cursor: n-resize; } +.bootstrap .module_col_icon { display: table-cell; width: 50px; text-align: center; vertical-align: middle; } +.bootstrap .module_col_infos { display: table-cell; height: 50px; vertical-align: middle; } +.bootstrap .module_col_actions { display: table-cell; width: 160px; padding: 0 10px; vertical-align: middle; text-align: left; } +.bootstrap .module_col_actions .btn-group { text-align: right; } +.bootstrap li.sortable-placeholder { border: 1px dashed #cccccc; background-color: #bbbbbb; margin-bottom: 4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } +.bootstrap td.module_active { background-color: #80c780 !important; } +.bootstrap td.module_inactive { background-color: #d5d5d5 !important; } +.bootstrap .module-badge-popular, .bootstrap .module-badge-partner { font-size: 12px; } +.bootstrap .module-badge-popular { background-color: #f01778; } +.bootstrap .module-badge-partner { background-color: #2ba6cb; } +.bootstrap .adminsearch #content .panel .panel, .bootstrap .adminsearch #content #dash_version .panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .panel, .bootstrap .adminsearch #content .panel #dash_version, .bootstrap .adminsearch #content #dash_version #dash_version, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body #dash_version, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body #dash_version, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel #dash_version, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel #dash_version, .bootstrap .adminsearch #content .panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .panel .message-item-initial-body, .bootstrap .adminsearch #content #dash_version .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content #dash_version .message-item-initial-body, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .message-item-initial-body, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial .message-item-initial-body, .bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .message-item-initial-body, .bootstrap .adminsearch #content .panel .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .panel .timeline-panel, .bootstrap .adminsearch #content #dash_version .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content #dash_version .timeline-panel, .bootstrap .adminsearch #content .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .message-item-initial .message-item-initial-body .timeline-panel, .bootstrap .message-item-initial .adminsearch #content .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .adminsearch #content .message-item-initial-body .timeline-panel, .bootstrap .adminsearch #content .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel, .bootstrap .timeline .timeline-item .timeline-caption .adminsearch #content .timeline-panel .timeline-panel { padding: 0; margin: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; box-shadow: 0; } +.bootstrap #translations_form .translations-email-panel { margin: 0 20px 8px 0; padding: 8px 12px; } +.bootstrap #translations_form .block-mail iframe, .bootstrap #translations_form .block-mail textarea { width: 100%; height: 500px; } +.bootstrap #translations_form .panel-group { display: none; } +.bootstrap #translations_form a.panel-title i { display: none; } +.bootstrap #translations_form a.panel-title:hover { text-decoration: none; } +.bootstrap #translations_form a.panel-title:hover i { display: inline-block; } +.bootstrap #translations_form .mails_field { border-bottom: 1px solid #eeeeee; padding-bottom: 8px; margin-bottom: 16px; } +.bootstrap #translations_form .mails_field ul.nav-pills { margin-bottom: 5px; } +.bootstrap #translations_form .mails_field h4 .badge, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .notifs_badge, .bootstrap #translations_form .mails_field h4 .module-badge-popular, .bootstrap #translations_form .mails_field h4 .module-badge-partner { font-size: 12px; } +.bootstrap #translations_form .mails_field h4 .badge.badge-danger, .bootstrap #translations_form .mails_field h4 #header_notifs_icon_wrapper .badge-danger.notifs_badge, #header_notifs_icon_wrapper .bootstrap #translations_form .mails_field h4 .badge-danger.notifs_badge, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-popular, .bootstrap #translations_form .mails_field h4 .badge-danger.module-badge-partner { color: #d9534f; border: solid 2px #d9534f; background-color: transparent; } +.bootstrap #translations_form .mails_field .panel-footer { margin: 0 -15px; } +.bootstrap .employee_avatar { display: block !important; margin: 10px auto !important; text-align: center; -webkit-box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; box-shadow: white 0 2px 0 0, #cccccc 0 3px 10px 0; } +.bootstrap .avatar-xs { height: 16px; width: 16px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; } +.bootstrap .avatar-xs img { width: 100%; height: 100%; } +.bootstrap .avatar-xs i { font-size: 10.66667px; line-height: 16px; } +.bootstrap .avatar-sm, .bootstrap .employee_avatar_small { height: 32px; width: 32px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; } +.bootstrap .avatar-sm img, .bootstrap .employee_avatar_small img { width: 100%; height: 100%; } +.bootstrap .avatar-sm i, .bootstrap .employee_avatar_small i { font-size: 21.33333px; line-height: 32px; } +.bootstrap .avatar-md { height: 64px; width: 64px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 64px; -moz-border-radius: 64px; -ms-border-radius: 64px; -o-border-radius: 64px; border-radius: 64px; } +.bootstrap .avatar-md img { width: 100%; height: 100%; } +.bootstrap .avatar-md i { font-size: 42.66667px; line-height: 64px; } +.bootstrap .avatar-lg, .bootstrap .employee_avatar { height: 96px; width: 96px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 96px; -moz-border-radius: 96px; -ms-border-radius: 96px; -o-border-radius: 96px; border-radius: 96px; } +.bootstrap .avatar-lg img, .bootstrap .employee_avatar img { width: 100%; height: 100%; } +.bootstrap .avatar-lg i, .bootstrap .employee_avatar i { font-size: 64px; line-height: 96px; } +.bootstrap .avatar-xl { height: 128px; width: 128px; display: inline-block; text-align: center; background-color: #eeeeee; overflow: hidden; -webkit-border-radius: 128px; -moz-border-radius: 128px; -ms-border-radius: 128px; -o-border-radius: 128px; border-radius: 128px; } +.bootstrap .avatar-xl img { width: 100%; height: 100%; } +.bootstrap .avatar-xl i { font-size: 85.33333px; line-height: 128px; } +.bootstrap .message-item-initial h2 { font-size: 1.5em; margin: 0 0 5px 0; } +.bootstrap .message-item-initial .message-item-initial-body { position: relative; margin-top: 10px; } +.bootstrap .message-item-initial .message-date { color: #bbbbbb; margin-bottom: 10px; } +.bootstrap .message-item { position: relative; border-bottom: solid 1px #eeeeee; margin-right: 30px; } +.bootstrap .message-item:last-child { border: none; } +.bootstrap .message-item .message-item-heading { display: inline-block; } +.bootstrap .message-item .message-body { margin: 0 80px 0 0; } +.bootstrap .message-item .message-body .message-item-text { padding: 0 10px 0 0; border-right: 2px solid #cccccc; } +.bootstrap .message-item .message-avatar { position: absolute; top: 0; right: 0; } +.bootstrap .message-item .message-date { color: #bbbbbb; } +.bootstrap .arrow:before, .bootstrap .arrow:after { position: absolute; display: inline-block; border-color: transparent; border-style: solid; content: ""; } +.bootstrap .arrow-left:before { margin-right: -7px; top: 6px; right: 0px; border-left-color: #d1d4d7; border-width: 7px 0 7px 7px; } +.bootstrap .arrow-left:after { margin-right: -6px; top: 7px; right: 0px; border-left-color: white; border-width: 6px 0 6px 6px; } +.bootstrap .arrow-right:before { margin-left: -7px; top: 6px; left: 0px; border-right-color: #d1d4d7; border-width: 7px 7px 7px 0; } +.bootstrap .arrow-right:after { margin-left: -6px; top: 7px; left: 0px; border-right-color: white; border-width: 6px 6px 6px 0; } +.bootstrap .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } +.bootstrap .timeline:before { content: ""; width: 6px; margin-right: -4px; position: absolute; right: 50%; top: 0; bottom: 30px; background-color: #dddddd; z-index: 0; } +.bootstrap .timeline .timeline-item { display: table-row; } +.bootstrap .timeline .timeline-item .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } +.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel { -webkit-box-shadow: 0; box-shadow: 0; display: inline-block; position: relative; margin-right: 42px; position: relative; text-align: right; } +.bootstrap .timeline .timeline-item .timeline-caption h5 { margin: 0; } +.bootstrap .timeline .timeline-item .timeline-caption h5 span { display: block; color: #999999; margin-bottom: 4px; font-size: 12px; } +.bootstrap .timeline .timeline-item .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } +.bootstrap .timeline .timeline-item .timeline-date { position: absolute; width: 150px; right: -220px; top: 10px; text-align: left; } +.bootstrap .timeline .timeline-item .timeline-icon { position: absolute; right: -62px; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; top: -2px; text-align: center; border: 2px solid white; background-color: #666666; } +.bootstrap .timeline .timeline-item .timeline-icon i { font-size: 20px; margin-top: 5px; color: white; } +.bootstrap .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after { content: ""; display: block; width: 50%; } +.bootstrap .timeline .timeline-item.alt { text-align: left; } +.bootstrap .timeline .timeline-item.alt:before { display: none; } +.bootstrap .timeline .timeline-item.alt .timeline-panel { margin-left: 40px; margin-right: 0; } +.bootstrap .timeline .timeline-item.alt .timeline-date { right: auto; left: -220px; text-align: right; } +.bootstrap .timeline .timeline-item.alt .timeline-icon { right: auto; left: -60px; } +.bootstrap .timeline .timeline-item.active { display: table-caption; text-align: center; } +.bootstrap .timeline .timeline-item.active:before { width: 1%; } +.bootstrap .timeline .timeline-item.active .timeline-panel { margin-right: 0; } +.bootstrap .timeline .timeline-item.active .timeline-caption { display: inline-block; width: auto; } +.bootstrap .timeline .timeline-item.active .timeline-date, .bootstrap .timeline .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } +.bootstrap .command-danger { background-color: #d9534f !important; } +.bootstrap .command-success { background-color: #5cb85c !important; } + +/* jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4 */ +#growls { z-index: 50000; position: fixed; } +#growls.default { top: 100px; left: 10px; } +#growls.tl { top: 10px; right: 10px; } +#growls.tr { top: 10px; left: 10px; } +#growls.bl { bottom: 10px; right: 10px; } +#growls.br { bottom: 10px; left: 10px; } + +.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } +.growl.growl-incoming { opacity: 0; } +.growl.growl-outgoing { opacity: 0; } +.growl.growl-small { width: 200px; padding: 5px; margin: 5px; } +.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; } +.growl.growl-large { width: 300px; padding: 15px; margin: 15px; } +.growl.growl-default { color: white; background: gray; } +.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); } +.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); } +.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); } +.growl .growl-close { cursor: pointer; float: left; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; } +.growl .growl-title { font-size: 18px; line-height: 24px; } +.growl .growl-message { font-size: 14px; line-height: 18px; } + +/* @group Base */ +.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } +.chosen-container .chosen-drop { position: absolute; top: 100%; right: -9999px; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +.chosen-container.chosen-with-drop .chosen-drop { right: 0; } +.chosen-container a { cursor: pointer; } + +/* @end */ +/* @group Single Chosen */ +.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 8px 0 0; height: 27px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background-clip: padding-box; box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); } +.chosen-container-single .chosen-default { color: #999; } +.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-left: 26px; text-overflow: ellipsis; white-space: nowrap; } +.chosen-container-single .chosen-single-with-deselect span { margin-left: 38px; } +.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; left: 26px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; } +.chosen-container-single .chosen-single div { position: absolute; top: 0; left: 0; display: block; width: 18px; height: 100%; } +.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("../img/chosen-sprite.png") no-repeat 0px 4px; } +.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; } +.chosen-container-single .chosen-search input[type="text"] { margin: 1px 0; padding: 4px 5px 4px 20px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url("../img/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 4px 4px 0; background-clip: padding-box; } +.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; right: -9999px; } + +/* @end */ +/* @group Results */ +.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 0 4px 4px; padding: 0 4px 0 0; max-height: 240px; -webkit-overflow-scrolling: touch; } +.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; -webkit-touch-callout: none; } +.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; } +.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; } +.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; } +.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; } +.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; } +.chosen-container .chosen-results li.group-option { padding-right: 15px; } +.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; } + +/* @end */ +/* @group Multi Chosen */ +.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #aaa; background-color: #fff; cursor: text; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-container-multi .chosen-choices li { float: right; list-style: none; } +.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; } +.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #666; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; } +.chosen-container-multi .chosen-choices li.search-field .default { color: #999; } +.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 5px 3px 20px; border: 1px solid #aaa; border-radius: 3px; background-color: #e4e4e4; background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; left: 3px; display: block; width: 12px; height: 12px; background: url("../img/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; } +.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; } +.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-left: 5px; border: 1px solid #ccc; background-color: #e4e4e4; color: #666; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); } +.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; } +.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; } +.chosen-container-multi .chosen-results { margin: 0; padding: 0; } +.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; } + +/* @end */ +/* @group Active */ +.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); box-shadow: 0 1px 0 #fff inset; } +.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; background: transparent; } +.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; } +.chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } +.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; } + +/* @end */ +/* @group Disabled Support */ +.chosen-disabled { opacity: 0.5 !important; cursor: default; } +.chosen-disabled .chosen-single { cursor: default; } +.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; } + +/* @end */ +/* @group Right to Left */ +.chosen-rtl { text-align: left; } +.chosen-rtl .chosen-single { overflow: visible; padding: 0 0 0 8px; } +.chosen-rtl .chosen-single span { margin-left: 0; margin-right: 26px; direction: rtl; } +.chosen-rtl .chosen-single-with-deselect span { margin-right: 38px; } +.chosen-rtl .chosen-single div { left: auto; right: 3px; } +.chosen-rtl .chosen-single abbr { left: auto; right: 26px; } +.chosen-rtl .chosen-choices li { float: left; } +.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; } +.chosen-rtl .chosen-choices li.search-choice { margin: 3px 0 3px 5px; padding: 3px 19px 3px 5px; } +.chosen-rtl .chosen-choices li.search-choice .search-choice-close { left: auto; right: 4px; } +.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { right: 9999px; } +.chosen-rtl.chosen-container-single .chosen-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; } +.chosen-rtl .chosen-results li.group-option { padding-left: 15px; padding-right: 0; } +.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; } +.chosen-rtl .chosen-search input[type="text"] { padding: 4px 20px 4px 5px; background: white url("../img/chosen-sprite.png") no-repeat -30px -20px; direction: rtl; background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%); background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); } +.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; } +.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; } + +/* @end */ +/* @group Retina compatibility */ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("../img/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } } +/* @end */ +/*! + * Ladda + * http://lab.hakim.se/ladda + * MIT licensed + * + * Copyright (C) 2013 Hakim El Hattab, http://hakim.se + */ +.ladda-button { position: relative; } +.ladda-button .ladda-spinner { position: absolute; z-index: 2; display: inline-block; width: 32px; height: 32px; top: 50%; margin-top: -16px; opacity: 0; pointer-events: none; } +.ladda-button .ladda-label { position: relative; z-index: 3; } +.ladda-button .ladda-progress { position: absolute; width: 0; height: 100%; right: 0; top: 0; background: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; -webkit-transition: 0.1s linear all !important; -moz-transition: 0.1s linear all !important; -ms-transition: 0.1s linear all !important; -o-transition: 0.1s linear all !important; transition: 0.1s linear all !important; } +.ladda-button .ladda-progress[data-loading] .ladda-progress { opacity: 1; visibility: visible; } + +.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label { -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important; } + +.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label { -webkit-transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -ms-transition: 0.3s ease all !important; -o-transition: 0.3s ease all !important; transition: 0.3s ease all !important; } + +.ladda-button[data-style=expand-left] .ladda-spinner { left: 14px; } +.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left: 4px; } +.ladda-button[data-style=expand-left][data-loading] { padding-left: 56px; } +.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left: 40px; } + +.ladda-button[data-style=expand-right] .ladda-spinner { right: 14px; } +.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner { right: 4px; } +.ladda-button[data-style=expand-right][data-loading] { padding-right: 56px; } +.ladda-button[data-style=expand-right][data-loading] .ladda-spinner { opacity: 1; } +.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] { padding-right: 40px; } + +.ladda-button[data-style=expand-up] { overflow: hidden; } +.ladda-button[data-style=expand-up] .ladda-spinner { top: -32px; right: 50%; margin-right: -16px; } +.ladda-button[data-style=expand-up][data-loading] { padding-top: 54px; } +.ladda-button[data-style=expand-up][data-loading] .ladda-spinner { opacity: 1; top: 14px; margin-top: 0; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] { padding-top: 32px; } +.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner { top: 4px; } + +.ladda-button[data-style=slide-right] { overflow: hidden; } +.ladda-button[data-style=slide-right] .ladda-label { position: relative; } +.ladda-button[data-style=slide-right] .ladda-spinner { right: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-right][data-loading] .ladda-label { opacity: 0; right: -100%; } +.ladda-button[data-style=slide-right][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-left] { overflow: hidden; } +.ladda-button[data-style=slide-left] .ladda-label { position: relative; } +.ladda-button[data-style=slide-left] .ladda-spinner { left: 100%; margin-right: -16px; } +.ladda-button[data-style=slide-left][data-loading] .ladda-label { opacity: 0; right: 100%; } +.ladda-button[data-style=slide-left][data-loading] .ladda-spinner { opacity: 1; right: 50%; } + +.ladda-button[data-style=slide-up] { overflow: hidden; } +.ladda-button[data-style=slide-up] .ladda-label { position: relative; } +.ladda-button[data-style=slide-up] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: 1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-label { opacity: 0; top: -1em; } +.ladda-button[data-style=slide-up][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=slide-down] { overflow: hidden; } +.ladda-button[data-style=slide-down] .ladda-label { position: relative; } +.ladda-button[data-style=slide-down] .ladda-spinner { right: 50%; margin-right: -16px; margin-top: -2em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-label { opacity: 0; top: 1em; } +.ladda-button[data-style=slide-down][data-loading] .ladda-spinner { opacity: 1; margin-top: -16px; } + +.ladda-button[data-style=zoom-out] { overflow: hidden; } +.ladda-button[data-style=zoom-out] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(2.5); -moz-transform: scale(2.5); -ms-transform: scale(2.5); -o-transform: scale(2.5); transform: scale(2.5); } +.ladda-button[data-style=zoom-out] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-out][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } +.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=zoom-in] { overflow: hidden; } +.ladda-button[data-style=zoom-in] .ladda-spinner { right: 50%; margin-right: -16px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } +.ladda-button[data-style=zoom-in] .ladda-label { position: relative; display: inline-block; } +.ladda-button[data-style=zoom-in][data-loading] .ladda-label { opacity: 0; -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -ms-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); } +.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } + +.ladda-button[data-style=contract] { overflow: hidden; width: 100px; } +.ladda-button[data-style=contract] .ladda-spinner { right: 50%; margin-right: -16px; } + +.ladda-button[data-style=contract][data-loading] { border-radius: 50%; width: 52px; } +.ladda-button[data-style=contract][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[data-style=contract-overlay] { overflow: hidden; width: 100px; box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0); } +.ladda-button[data-style=contract-overlay] .ladda-spinner { right: 50%; margin-right: -16px; } +.ladda-button[data-style=contract-overlay][data-loading] { border-radius: 50%; width: 52px; /*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */ box-shadow: 0px 3000px 0px 0px rgba(0, 0, 0, 0.8); } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-label { opacity: 0; } +.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner { opacity: 1; } + +.ladda-button[disabled], .ladda-button[data-loading] { border-color: rgba(0, 0, 0, 0.07); cursor: default; background-color: #999999; } +.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default; background-color: #999999; } +.ladda-button[data-size=xs] { padding: 4px 8px; } +.ladda-button[data-size=xs] .ladda-label { font-size: 0.7em; } +.ladda-button[data-size=s] { padding: 6px 10px; } +.ladda-button[data-size=s] .ladda-label { font-size: 0.9em; } +.ladda-button[data-size=l] .ladda-label { font-size: 1.2em; } +.ladda-button[data-size=xl] .ladda-label { font-size: 1.5em; } + +.nobootstrap { background-color: white; min-width: 1200px; padding: 100px 30px; } +.nobootstrap form p { margin: 0.5em 0 0; padding: 0 0 0.5em; } +.nobootstrap fieldset { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; } +.nobootstrap fieldset img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap legend { background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap legend a { color: #585984; text-decoration: none; } +.nobootstrap label { color: #585a69; text-shadow: 0 1px 0 white; float: right; width: 250px; padding: 0.2em 0 0 0.5em; text-align: left; font-weight: bold; } +.nobootstrap label.t { float: none; clear: none; padding: 0 5px 0; margin: 0px; font-weight: normal; font-size: 12px; text-shadow: none; } +.nobootstrap .clear { clear: both; } +.nobootstrap .margin-form { padding: 0 260px 1em 0; color: #7f7f7f; font-size: 0.85em; } +.nobootstrap .button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .button:hover { border-color: #aaaaaa #999999 #888888; } +.nobootstrap input { vertical-align: middle; } +.nobootstrap select { border: 1px solid #cccccc; font-size: 12px; } +.nobootstrap input, .nobootstrap textarea, .nobootstrap option { color: black; font-size: 12px; margin: 0; padding: 0; } +.nobootstrap input[type="text"], .nobootstrap input[type="password"], .nobootstrap input[type="file"], .nobootstrap textarea { border: 1px solid #cccccc; background-color: white; padding: 2px 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } +.nobootstrap .table_grid { width: 100%; } +.nobootstrap .table { background-color: white; border: 1px solid #cccccc; padding: 0; border-radius: 3px; } +.nobootstrap .table th a { text-decoration: underline; } +.nobootstrap .table th a:hover { text-decoration: none; } +.nobootstrap .table tr th { background-color: #f1f1f1; color: #333333; font-size: 13px; padding: 4px 6px; text-align: right; } +.nobootstrap .table tr th.right { text-align: center; } +.nobootstrap .table tr td { border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; padding: 4px 6px 4px 4px; } +.nobootstrap .table tr.row_hover.filter:hover td { background: #f1f9ff; } +.nobootstrap .table tr td.row_hover:hover table tr td { background: none; } +.nobootstrap .table tr.action_details td { background: #fafafa; } +.nobootstrap .table tr.alt_row.action_details td { background: #e8e8e8; } +.nobootstrap .table tr td.empty { background: white !important; border-bottom: none; } +.nobootstrap .table tr td.first { border-right: 1px solid #dedede; } +.nobootstrap .table tr td.last { border-left: 1px solid #dedede; } +.nobootstrap .table tr.small td { height: 15px; } +.nobootstrap .table tr.last td { border-bottom: none; } +.nobootstrap .table tr .filter { background-color: #f1f9ff; } + +.nobootstrap .form-group { clear: both; margin-bottom: 1em; float: right; width: 100%; } +.nobootstrap .form-group > div { float: right; } +.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) { background-color: #ebedf4; border: 1px solid #ccced7; color: #585a69; margin: 0 0 10px 0; padding: 1em; float: right; width: 100%; box-sizing: border-box; } +.nobootstrap .panel:not(.bootstrap) img, .nobootstrap .bootstrap #dash_version:not(.bootstrap) img, .bootstrap .nobootstrap #dash_version:not(.bootstrap) img, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) img, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) img, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) img, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) img { padding: 0 0 0 4px; vertical-align: bottom; } +.nobootstrap .panel:not(.bootstrap) h3, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 { position: relative; top: -25px; display: inline-block; background: #ebedf4; border: 1px solid #ccced7; font-weight: 700; margin: 0; padding: 0.2em 0.5em; text-align: right; } +.nobootstrap .panel:not(.bootstrap) h3 a, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 a, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 a, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 a, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 a, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 a, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 a { color: #585984; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) h3 i, .nobootstrap .bootstrap #dash_version:not(.bootstrap) h3 i, .bootstrap .nobootstrap #dash_version:not(.bootstrap) h3 i, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) h3 i, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) h3 i, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) h3 i, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) h3 i { font-family: "FontAwesome"; } +.nobootstrap .panel:not(.bootstrap) .help-block, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .help-block, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .help-block, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .help-block, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .help-block, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .help-block, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .help-block { float: right; clear: both; } +.nobootstrap .panel:not(.bootstrap) .switch, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch { float: right; clear: both; line-height: 1.3em; } +.nobootstrap .panel:not(.bootstrap) .switch label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch label { padding: 0 5px 0 10px; float: right; width: auto; } +.nobootstrap .panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=checkbox], .nobootstrap .panel:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .bootstrap .nobootstrap #dash_version:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .switch input[type=radio], .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .switch input[type=radio], .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .switch input[type=radio] { float: right; } +.nobootstrap .panel:not(.bootstrap) .radio label, .nobootstrap .bootstrap #dash_version:not(.bootstrap) .radio label, .bootstrap .nobootstrap #dash_version:not(.bootstrap) .radio label, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) .radio label, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) .radio label, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) .radio label, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) .radio label { clear: both; width: auto; margin-left: 4px; } +.nobootstrap .panel:not(.bootstrap) button, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button { cursor: pointer; background: -moz-linear-gradient(center top, #f9f9f9, #e3e3e3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e3e3e3)) repeat scroll 0 0 transparent; border-color: #cccccc #bbbbbb #a0a0a0; border-right: 1px solid #bbbbbb; border-radius: 3px 3px 3px 3px; border-left: 1px solid #bbbbbb; border-style: solid; border-width: 1px; color: black; margin: 5px 0; outline: medium none; padding: 3px 8px; text-align: center; vertical-align: middle; white-space: nowrap; text-shadow: 0 1px 0 white; text-decoration: none; } +.nobootstrap .panel:not(.bootstrap) button:hover, .nobootstrap .bootstrap #dash_version:not(.bootstrap) button:hover, .bootstrap .nobootstrap #dash_version:not(.bootstrap) button:hover, .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap) button:hover, .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap) button:hover, .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap) button:hover, .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) button:hover { border-color: #aaaaaa #999999 #888888; } diff --git a/js/rtl.js b/js/rtl.js new file mode 100644 index 0000000000000..e45556e2aace9 --- /dev/null +++ b/js/rtl.js @@ -0,0 +1,43 @@ +/* + * dmartl.js + * DM Auto RTL - Auto RTL all inline style in page using jquery + * Autor: Danoosh Miralayi + * Website: presta-shop.ir + * License: MIT + * Find it here: https://github.com/Danoosh/DM-Auto-RTL +*/ +$(document).ready(function () { + $('[style]').each(function (index) { + var styles_old = $(this).attr('style'); + styles_old = styles_old.split(';'); + var styles = {}; + var s = ''; + var i = ''; + var v = ''; + for (var x = 0, l = styles_old.length; x < l; x++) { + s = styles_old[x].split(':'); + i = $.trim(s[0]); + styles[makeGeneralRTL(i)] = makeValueRTL(i, $.trim(s[1])); + } + $(this).removeAttr("style"); + $(this).css(styles); + }); +}); + +function makeGeneralRTL(index) { + var res = index.replace(/right/g, "rtemp"); + res = res.replace(/left/g, "right"); + res = res.replace(/rtemp/g, "left"); + return res; +} +function makeValueRTL(property, value) { + if (property.match(/text-align|float/)) { + return makeGeneralRTL(value); + } + if (property.match(/background(-position)?/)) + return value.match(/(.*)?url\((.*)\)(.*)?/) + makeGeneralRTL(value.replace(/(.*)?url\((.*)\)/, '')); + if (property.match(/margin|padding/) && value.match(/(\S*) (\S*) (\S*) (\S*)/)) + return value.replace(/(\S*) (\S*) (\S*) (\S*)/, "$1 $4 $3 $2"); + return value; +} +/* end of file dmartl.js */ \ No newline at end of file