You are on page 1of 15

/* * Prevents modern browsers from displaying 'audio' without controls * Remove excess height in

iOS5 devices */ audio:not([controls]) {display: none; height: 0}


/* * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 * Known issue: no IE6
support */ [hidden] {display: none}
/*
=========================================================================
==== Base
=========================================================================
= */ /* * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units *
http://clagnut.com/blog/348/#c790 * 2. Prevents iOS text size adjust after orientation change,
without disabling user zoom *
www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabli
ng_user_zoom/ */ html {font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-textsize-adjust: 100%; /* 2 */ }
/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ html,
button, input, select, textarea {font-family: sans-serif}
/* * Addresses margins handled incorrectly in IE6/7 */ body {margin: 0}
/*
=========================================================================
==== Links
=========================================================================
= */ /* * Addresses outline displayed oddly in Chrome */ a:focus {outline: thin dotted}
/* * Improves readability when focused and also mouse hovered in all browsers *
people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active {outline: 0}
/*
=========================================================================
==== Typography
=========================================================================
= */ /* * Addresses font sizes and margins set differently in IE6/7 * Addresses font sizes within
'section' and 'article' in FF4+, Chrome, S5 */ h1 {font-size: 2em; margin: 0.67em 0}
h2 {font-size: 1.5em; margin: 0.83em 0}
h3 {font-size: 1.17em; margin: 1em 0}
h4 {font-size: 1em; margin: 1.33em 0}
h5 {font-size: 0.83em; margin: 1.67em 0}
h6 {font-size: 0.75em; margin: 2.33em 0}
/* * Addresses styling not present in IE7/8/9, S5, Chrome */ abbr[title] {border-bottom: 1px dotted}
/* * Addresses style set to 'bolder' in FF3+, S4/5, Chrome */ b, strong {font-weight: bold}
blockquote {margin: 1em 40px}
/* * Addresses styling not present in S5, Chrome */ dfn {font-style: italic}
/* * Addresses styling not present in IE6/7/8/9 */ mark {background: #ff0; color: #000}
/* * Addresses margins set differently in IE6/7 */ p, pre {margin: 1em 0}
/* * Corrects font family set oddly in IE6, S4/5, Chrome *
en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ pre, code, kbd, samp {font-family:
monospace, serif; _font-family: "courier new", monospace; font-size: 1em}
/* * Improves readability of pre-formatted text in all browsers */ pre {white-space: pre; whitespace: pre-wrap; word-wrap: break-word}
/* * 1. Addresses CSS quotes not supported in IE6/7 * 2. Addresses quote property not supported
in S4 */ /* 1 */ q {quotes: none}
/* 2 */ q:before, q:after {content: ''; content: none}
small {font-size: 75%}

/* * Prevents sub and sup affecting line-height in all browsers * gist.github.com/413930 */ sub, sup
{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline}
sup {top: -0.5em}
sub {bottom: -0.25em}
/*
=========================================================================
==== Lists
=========================================================================
= */ /* * Addresses margins set differently in IE6/7 */ dl, menu, ol, ul {margin: 1em 0}
dd {margin: 0 0 0 40px}
/* * Addresses paddings set differently in IE6/7 */ menu, ol, ul {padding: 0 0 0 40px}
/* * Corrects list images handled incorrectly in IE7 */ nav ul, nav ol {list-style: none; list-styleimage: none}
/*
=========================================================================
==== Embedded content
=========================================================================
= */ /* * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 * 2. Improves image quality
when scaled in IE7 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-sideimage-resizing/ */ img {border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {overflow: hidden}
/*
=========================================================================
==== Figures
=========================================================================
= */ /* * Addresses margin not present in IE6/7/8/9, S5, O11 */ figure {margin: 0}
/*
=========================================================================
==== Forms
=========================================================================
= */ /* * Corrects margin displayed oddly in IE6/7 */ form {margin: 0}
/* * Define consistent border, margin, and padding */ fieldset {border: 1px solid silver; margin: 0
2px; padding: 0.35em 0.625em 0.75em}
/* * 1. Corrects color not being inherited in IE6/7/8/9 * 2. Corrects text not wrapping in FF3 * 3.
Corrects alignment displayed oddly in IE6/7 */ legend {border: 0; /* 1 */ padding: 0; white-space:
normal; /* 2 */ *margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers * 2. Addresses margins set differently
in IE6/7, FF3+, S5, Chrome * 3. Improves appearance and consistency in all browsers */ button,
input, select, textarea {font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */ button,
input {line-height: normal; /* 1 */ }
/* * 1. Improves usability and consistency of cursor style between image-type 'input' and others *
2. Corrects inability to style clickable 'input' types in iOS * 3. Removes inner spacing in IE7
without affecting normal text inputs * Known issue: inner spacing remains in IE6 */ button,
input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; /* 1 */ -webkitappearance: button; /* 2 */ *overflow: visible; /* 3 */ }
/* * Re-set default cursor for disabled elements */ button[disabled], input[disabled] {cursor:
default}
/* * 1. Addresses box sizing set to content-box in IE8/9 * 2. Removes excess padding in IE8/9 * 3.
Removes excess padding in IE7 Known issue: excess padding remains in IE6 */
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */
*height: 13px; /* 3 */ *width: 13px; /* 3 */ }
/* * 1. Addresses appearance set to searchfield in S5, Chrome * 2. Addresses box-sizing set to
border-box in S5, Chrome (include -moz to future-proof) */ input[type="search"] {-webkitappearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box}

/* * Removes inner padding and search cancel button in S5, Chrome on OS X */


input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancelbutton {-webkit-appearance: none}
/* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-inthe-details-fixing-dojos-toolbar-buttons/ */ button::-moz-focus-inner, input::-moz-focus-inner
{border: 0; padding: 0}
/* * 1. Removes default vertical scrollbar in IE6/7/8/9 * 2. Improves readability and alignment in all
browsers */ textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/*
=========================================================================
==== Tables
=========================================================================
= */ /* * Remove most spacing between table cells */ table {border-collapse: collapse; borderspacing: 0}
/* public/stylesheets/global/fonts.css @ 1455919650 */
@font-face {font-family: 'Sofia Pro'; font-weight: normal; font-style: normal; src:
url("/fonts/sofia_pro/light/SofiaProLight-webfont.eot"); src: url("/fonts/sofia_pro/light/SofiaProLightwebfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sofia_pro/light/SofiaProLightwebfont.woff") format("woff"), url("/fonts/sofia_pro/light/SofiaProLight-webfont.ttf")
format("truetype"), url("/fonts/sofia_pro/light/SofiaProLight-webfont.svg#sofia_pro_lightregular")
format("svg")}
@font-face {font-family: 'Sofia Pro'; font-weight: bold; font-style: normal; src:
url("/fonts/sofia_pro/medium/SofiaProMedium-webfont.eot"); src:
url("/fonts/sofia_pro/medium/SofiaProMedium-webfont.eot?#iefix") format("embedded-opentype"),
url("/fonts/sofia_pro/medium/SofiaProMedium-webfont.woff") format("woff"),
url("/fonts/sofia_pro/medium/SofiaProMedium-webfont.ttf") format("truetype"),
url("/fonts/sofia_pro/medium/SofiaProMedium-webfont.svg#sofia_pro_mediumregular")
format("svg")}
@font-face {font-family: 'Sofia Pro'; font-weight: 200; font-style: normal; src:
url("/fonts/sofia_pro/extralight/SofiaProExtraLight-webfont.eot"); src:
url("/fonts/sofia_pro/extralight/SofiaProExtraLight-webfont.eot?#iefix") format("embeddedopentype"), url("/fonts/sofia_pro/extralight/SofiaProExtraLight-webfont.woff") format("woff"),
url("/fonts/sofia_pro/extralight/SofiaProExtraLight-webfont.ttf") format("truetype"),
url("/fonts/sofia_pro/extralight/SofiaProExtraLight-webfont.svg#sofia_pro_extralightregular")
format("svg")}
@font-face {font-family: 'Livory'; font-weight: normal; font-style: normal; src:
url("/fonts/livory/regular/2AC7C6_0_0.eot"); src: url("/fonts/livory/regular/2AC7C6_0_0.eot?#iefix")
format("embedded-opentype"), url("/fonts/livory/regular/2AC7C6_0_0.woff") format("woff"),
url("/fonts/livory/regular/2AC7C6_0_0.ttf") format("truetype")}
@font-face {font-family: 'Livory'; font-weight: normal; font-style: italic; src:
url("/fonts/livory/italic/2AC7C6_1_0.eot"); src: url("/fonts/livory/italic/2AC7C6_1_0.eot?#iefix")
format("embedded-opentype"), url("/fonts/livory/italic/2AC7C6_1_0.woff") format("woff"),
url("/fonts/livory/italic/2AC7C6_1_0.ttf") format("truetype")}
/* public/stylesheets/global/petunia.css @ 1455919650 */
.lightbox_overlay {z-index: 2999; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background:
rgba(0, 0, 0, 0.49804); /* Non petunia color? */ }
body {font-family: Sofia Pro, sans-serif; color: #444444; font-size: 16px; -webkit-font-smoothing:
antialiased}
body.dragging, body.unselectable {-webkit-user-select: none;-moz-user-select: none;-ms-userselect: none;user-select: none; cursor: default}
body.fixed_min_width {min-width: 996px}
body.has_header_shadow:before {content: ""; position: fixed; background: rgba(0, 0, 0, 0); top: 0;

right: 0; left: 0; height: 62px; z-index: 2; -webkit-transition: all 0.25s ease-in-out; transition: all
0.25s ease-in-out}
body.has_header_shadow.show_header_shadow:before {background: rgba(0, 0, 0, 0.15); height:
65px}
a, .pseudo_link, .pseudoLink {color: #1a7bba; outline: none; text-decoration: none; cursor:
pointer; -webkit-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out}
a:hover, .pseudo_link:hover, .pseudoLink:hover {color: #6ac6e2}
h1, h2, h3, h4 {font-weight: normal}
h1.book_title, h2.book_title, h3.book_title, h4.book_title {font-family: Livory, serif}
h1 {font-size: 42px; font-weight: 200; color: #666}
h1.book_title {font-size: 40px; line-height: 1.15; font-weight: normal; color: #444444}
h2 {font-size: 32px; color: #555; font-weight: 200}
h2 .book_title {font-size: 38px; line-height: 48px; color: #444444}
h3 {font-size: 28px; color: #555}
h3 .book_title {font-size: 26px; line-height: 32px; color: #444444}
h4 .book_title {font-size: 18px; line-height: 22px}
p {line-height: 1.5; margin: 0 0 24px 0}
p strong {color: #555}
ul, ol {margin: 0 0 24px 0}
ul li, ol li {line-height: 1.8}
.clearfix {zoom: 1}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.hidden {display: none !important}
.global_wrapper {overflow: hidden; background: #f3f3f3}
.full_width .global_wrapper {background: white}
.divider {margin: 0px 1px; border-top: 1px solid #e2e4e5}
.divider .divider_bottom {border-top: 1px solid #cfd2d3; margin: 1px 3px 0px 3px}
.divider.brown {border-top-color: #e1e1e1}
.divider.brown .divider_bottom {border-top-color: #dadada}
.tab_nav {white-space: nowrap; margin: 30px 0}
.tab_nav.center_tabs {text-align: center}
.tab_nav.center_tabs .tab {margin-right: 20px; margin-left: 20px}
.tab_nav .tab {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;userselect: none; display: inline-block; vertical-align: top; -webkit-transition: all 0.4s ease; transition: all
0.4s ease; border-bottom: 3px solid transparent; text-transform: uppercase; font-size: 14px; color:
#666666; vertical-align: top; padding: 0 0 2px 0; margin-right: 40px; cursor: pointer; letter-spacing:
0.08em}
.tab_nav .tab a {color: inherit}
.tab_nav .tab:hover {color: #6ac6e2}
.tab_nav .tab:hover a {color: #6ac6e2}
.tab_nav .tab.current {color: #1a7bba; border-color: #1a7bba}
.tab_nav .tab.current a {color: #1a7bba}
.tab_nav.disabled {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;userselect: none; cursor: default; border-color: transparent}
.tab_nav.disabled .tab {cursor: default; color: #e1e1e1}
.tab_nav.disabled .tab.current {border-color: #e1e1e1}
.tab_nav.disabled .tab:hover:not(.current) {border-color: transparent}
form input[type=text], form input[type=tel], form input[type=password], form input[type=email],
form input.text, form textarea, .form input[type=text], .form input[type=tel], .form
input[type=password], .form input[type=email], .form input.text, .form textarea {box-sizing: borderbox; font-family: Sofia Pro, sans-serif; border-radius: 4px; height: 45px; padding: 7px 14px;
outline: 0; border: 1px solid #e1e1e1; line-height: 1.5; color: #444444; font-size: 16px}
form input[type=text]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder, form input[type=email]::-webkit-inputplaceholder, form input.text::-webkit-input-placeholder, form textarea::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder,

.form input[type=password]::-webkit-input-placeholder, .form input[type=email]::-webkit-inputplaceholder, .form input.text::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder


{color: #999999}
form input[type=text]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form
input[type=password]::-moz-placeholder, form input[type=email]::-moz-placeholder, form
input.text::-moz-placeholder, form textarea::-moz-placeholder, .form input[type=text]::-mozplaceholder, .form input[type=tel]::-moz-placeholder, .form input[type=password]::-mozplaceholder, .form input[type=email]::-moz-placeholder, .form input.text::-moz-placeholder, .form
textarea::-moz-placeholder {color: #999999}
form input[type=text]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form
input[type=password]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form
input.text:-ms-input-placeholder, form textarea:-ms-input-placeholder, .form input[type=text]:-msinput-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=password]:-msinput-placeholder, .form input[type=email]:-ms-input-placeholder, .form input.text:-ms-inputplaceholder, .form textarea:-ms-input-placeholder {color: #999999}
form input[type=text]::placeholder, form input[type=tel]::placeholder, form
input[type=password]::placeholder, form input[type=email]::placeholder, form
input.text::placeholder, form textarea::placeholder, .form input[type=text]::placeholder, .form
input[type=tel]::placeholder, .form input[type=password]::placeholder, .form
input[type=email]::placeholder, .form input.text::placeholder, .form textarea::placeholder {color:
#999999}
form input[type=text]:focus, form input[type=tel]:focus, form input[type=password]:focus, form
input[type=email]:focus, form input.text:focus, form textarea:focus, .form input[type=text]:focus,
.form input[type=tel]:focus, .form input[type=password]:focus, .form input[type=email]:focus, .form
input.text:focus, .form textarea:focus {border-color: #c8c8c8}
form input[type=text].field_err, form input[type=tel].field_err, form input[type=password].field_err,
form input[type=email].field_err, form input.text.field_err, form textarea.field_err, .form
input[type=text].field_err, .form input[type=tel].field_err, .form input[type=password].field_err, .form
input[type=email].field_err, .form input.text.field_err, .form textarea.field_err {border-color:
#f2736e}
form input[type=text].default, form input[type=tel].default, form input[type=password].default, form
input[type=email].default, form input.text.default, form textarea.default, .form
input[type=text].default, .form input[type=tel].default, .form input[type=password].default, .form
input[type=email].default, .form input.text.default, .form textarea.default {color: #999}
form input.validate_error, .form input.validate_error {border: 1px solid #f2736e}
form textarea.validate_error, .form textarea.validate_error {border: 1px solid #f2736e}
form textarea, .form textarea {height: auto}
.notification_bar {color: white; background-color: #85878a}
.notification_bar.positive {background-color: #82cc9c}
.notification_bar.negative {background-color: #f2736e}
.notification_bar.success {background-color: #82cc9c}
.home_container {background: white; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); border-top: 1px
solid white; border-bottom: 1px solid white}
.home_container .padded_content {padding: 0 48px 10px 48px}
.ie8 .home_container, .ie7 .home_container, .ie6 .home_container {border: 1px solid #cccccc}
.home_container .page_header {border-bottom: 1px solid #e1e1e1; padding: 0 48px}
.home_container .page_header h1 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin: 35px 0 0 0}
.home_container .page_header h2 {background: red}
.home_container .page_header h2::before {content: "use h1 in header please"}
.home_container .notification_bar {padding: 15px 48px; margin-top: 1px}
.home_container .bottom_menu {zoom: 1; padding: 15px 48px; border-top: 1px solid #e1e1e1;
margin-top: 30px; line-height: 44px}
.home_container .bottom_menu:after {content: ""; display: table; clear: both}
.home_container, .open_container {text-align: left; width: 996px; margin: 45px auto}
.loader {display: none; vertical-align: middle; background: url('https://s2-

f.scribdassets.com/images/petunia/spinner/spinner_30.gif?1455919650'); width: 30px; height:


30px}
.new.loader {background: url('https://s1-f.scribdassets.com/images/spinner_30x30.gif?
1455919650') no-repeat; width: 32px; height: 32px}
.toolbar_notification {padding: 0 45px; background: #85878a; color: white; height: 40px; lineheight: 40px; text-align: left; white-space: normal}
.toolbar_notification .close_btn {display: block; float: right; color: white; margin-top: 13px; cursor:
pointer}
.toolbar_notification a, .toolbar_notification .renewal_button {-webkit-transition: background 0.2s
ease;transition: background 0.2s ease; font-size: 14px; padding: 3px 6px; border-radius: 3px;
margin-left: 10px; border: 1px solid white; color: white; text-transform: uppercase; font-weight:
bold}
.toolbar_notification a:hover, .toolbar_notification .renewal_button:hover {background: white;
color: #85878a}
.toolbar_notification.error_notification {background: #f2736e}
.toolbar_notification.error_notification a:hover, .toolbar_notification.error_notification
.renewal_button:hover {color: #f2736e}
.toolbar_notification.renewal_nag .renewal_form {display: inline}
.toolbar_notification.renewal_nag.stuck_top {position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
text-align: center}
.toolbar_notification.no_cc_free_trial_nag {text-align: center; color: #333; background-color: #fff;
border-bottom: 1px solid #e1e1e1; padding: 8px 0 10px; font-size: 18px}
.toolbar_notification.no_cc_free_trial_nag .flat_btn {padding: 0 12px; height: auto; line-height:
30px}
.scribd_white_logo {background-image: url('https://s2f.scribdassets.com/images/landing/home2_landing/scribd_logo.svg?1455919650'); backgroundsize: cover; background-repeat: no-repeat; width: 86px; height: 22px}
.scribd_blue_logo {background-image: url('https://s1-f.scribdassets.com/images/header/s.svg?
1455919650'); background-size: cover; background-repeat: no-repeat; height: 36px; width: 32px}
/* public/stylesheets/global/lightbox.css @ 1455919650 */
.lightbox_overlay {z-index: 2999; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background:
rgba(0, 0, 0, 0.49804); /* Non petunia color? */ }
body.lightbox_open {overflow: hidden}
body.lightbox_open #lightboxes {zoom: 1; position: fixed; top: 0; bottom: 0; left: 0; right: 0; zindex: 30000; overflow-y: auto}
body.lightbox_open #lightboxes:after {content: ""; display: table; clear: both}
#overlay, .stacked_overlay {opacity: 0; -webkit-transition: background-color 0.2s ease, opacity
0.2s ease; transition: background-color 0.2s ease, opacity 0.2s ease; position: fixed; left: 0px; top:
0px; right: 0px; bottom: 0px; background: black; z-index: 2999}
.slow_lightbox_overlay #overlay, .slow_lightbox_overlay .stacked_overlay {-webkit-transition:
background-color 0.6s ease, opacity 0.6s ease;transition: background-color 0.6s ease, opacity
0.6s ease}
#overlay.chrome_fix, .stacked_overlay.chrome_fix {overflow: scroll}
#overlay.chrome_fix::-webkit-scrollbar, .stacked_overlay.chrome_fix::-webkit-scrollbar {width: 0px}
.lightbox, .stacked_lightbox {position: absolute; text-align: left; background: white 0 0 no-repeat;
box-shadow: 0px 0px 12px #222222; margin-bottom: 60px}
.lightbox.responsive, .stacked_lightbox.responsive {position: static; min-height: 100%; marginbottom: 0}
@media (max-width: 400px) {.lightbox.responsive > .wrapper > .title, .lightbox.responsive >
.wrapper > .content, .stacked_lightbox.responsive > .wrapper > .title,
.stacked_lightbox.responsive > .wrapper > .content {padding-left: 20px; padding-right: 20px}
}
.lightbox.auto_center, .stacked_lightbox.auto_center {left: 0; right: 0; margin: 0 auto}
.lightbox > .wrapper, .stacked_lightbox > .wrapper {overflow: hidden; position: relative}

.lightbox > .wrapper > .content, .stacked_lightbox > .wrapper > .content {border-top: 1px solid
#e1e1e1; padding: 40px}
.lightbox > .wrapper > .content > .inline_flash, .stacked_lightbox > .wrapper > .content >
.inline_flash {-webkit-transition: background 0.2s ease;transition: background 0.2s ease; position:
absolute; height: 40px; line-height: 40px; top: 0; left: 0; right: 0; background: #F09F66; color:
white; font-size: 14px; display: none; text-align: center}
.lightbox > .wrapper > .content > .inline_flash.error, .stacked_lightbox > .wrapper > .content >
.inline_flash.error {background: #f2736e}
.lightbox > .wrapper > .content > .inline_flash.success, .stacked_lightbox > .wrapper > .content
> .inline_flash.success {background: #82cc9c}
.lightbox > .wrapper > .title, .stacked_lightbox > .wrapper > .title {font-size: 36px; font-family:
Livory, serif; line-height: 40px; padding: 30px 40px; background: #f9f9f9}
.lightbox > .wrapper > .close_button, .stacked_lightbox > .wrapper > .close_button {position:
absolute; top: 0px; right: 0px; float: right; margin-top: 15px; margin-right: 15px; cursor: pointer}
.lightbox.multi_line_flash > .wrapper > .content > .inline_flash, .stacked_lightbox.multi_line_flash
> .wrapper > .content > .inline_flash {height: auto; line-height: inherit; padding: 10px}
.lightbox#share_lb, .stacked_lightbox#share_lb {width: 500px}
#add_to_collection_lightbox .content {padding: 0}
.stacked_lightbox {position: fixed; z-index: 3000}
/* public/stylesheets/global/sprites.css @ 1455919650 */
.lightbox_overlay {z-index: 2999; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background:
rgba(0, 0, 0, 0.49804); /* Non petunia color? */ }
span.sprite {display: inline-block; vertical-align: middle}
.sprite {background: url('https://s2-f.scribdassets.com/images/newhome/icon-sprite.png?
1455919650') 0 0 no-repeat}
.sprite.gray_tri_down, .sprite.gray_tri_right {background: url('https://s1f.scribdassets.com/images/petunia/triangles.png?1455919650') 0 0 no-repeat}
.sprite.gray_tri_down {width: 9px; height: 5px; background-position: -1px 0}
.sprite.gray_tri_right {width: 5px; height: 9px; background-position: -6px -12px}
.sprite.loc_pin {width: 10px; height: 13px; background-position: -14px 0px}
.sprite.logo_dark {width: 73px; height: 18px; background-position: 0px -92px}
.sprite.logo_dark_big {width: 97px; height: 24px; background-position: 0px -60px}
.sprite.logo {width: 97px; height: 26px; background-position: 0px -117px}
.sprite.triangle {width: 13px; height: 8px; background-position: -78px -5px}
.sprite.white_tri_up {width: 9px; height: 5px; background-position: -94px -8px}
.sprite.white_tri_down {width: 9px; height: 5px; background-position: -94px -2px}
.sprite.white_tri_right {width: 5px; height: 9px; background-position: -98px -14px}
.sprite.blue_tri_right {width: 5px; height: 9px; background-position: -71px -14px}
.sprite.blue_tri_down {width: 9px; height: 5px; background-position: -66px -2px}
.sprite.blue_tri_up {width: 9px; height: 5px; background-position: -66px -8px}
.sprite.share, .sprite.close, .sprite.reply, .sprite.comment, .sprite.bookmark_light,
.sprite.bookmark_dark, .sprite.download {position: relative; cursor: pointer}
.sprite.share:active, .sprite.close:active, .sprite.reply:active, .sprite.comment:active,
.sprite.bookmark_light:active, .sprite.bookmark_dark:active, .sprite.download:active {top: 1px}
.sprite.readcast {width: 18px; height: 17px; background-position: -145px -34px}
.sprite.readcast:hover {background-position: -145px -51px}
.sprite.readcast.disabled {background-position: -145px 0}
.sprite.share {width: 12px; height: 11px; background-position: -13px -27px}
.sprite.share:hover {background-position: 0px -27px}
.sprite.bookmark_light {width: 13px; height: 16px; background-position: -148px -71px}
.sprite.bookmark_light:hover {background-position: -148px -90px}
.sprite.bookmark_dark {width: 13px; height: 16px; background-position: -148px -109px}
.sprite.bookmark_dark_small {width: 13px; height: 16px; background-position: -148px -109px}
.sprite.popup_arrow {width: 21px; height: 11px; background-position: -121px -57px}

.sprite.reply {width: 14px; height: 10px; background-position: -38px -14px}


.sprite.reply:hover, .trigger_sprite:hover .sprite.reply {background-position: -25px -14px}
.sprite.close {width: 12px; height: 13px; background-position: -26px 0px}
.sprite.close.brown {background-position: -52px 0px}
.sprite.close.white {background-position: -52px -13px}
.sprite.close.white:hover {background-position: -52px -13px}
.sprite.close:hover {background-position: -39px 0px}
.sprite.comment {width: 13px; height: 12px; background-position: -13px -14px}
.sprite.comment:hover {background-position: 0px -14px}
.sprite.scribd_badge, .sprite.facebook_badge, .sprite.twitter_badge {width: 20px; height: 20px;
background-position: -82px -147px}
.sprite.facebook_badge {background-position: -82px -167px}
.sprite.twitter_badge {background-position: -82px -188px}
.sprite.ad_choices {width: 12px; height: 11px; background-position: -79px -15px}
.sprite.to_reading_feed {width: 15px; height: 13px; background-position: -105px 0}
.sprite.to_reading_feed:hover, .has_icon:hover .sprite.to_reading_feed {background-position:
-105px -14px}
.sprite.blue_arrow {width: 15px; height: 13px; background-position: -105px -14px}
.sprite.link_arrow {width: 15px; height: 13px; background-position: -105px -14px}
.sprite.small_checkmark {width: 12px; height: 8px; background-position: -126px -90px}
.sprite.blue_x {width: 13px; height: 11px; background-position: -39px -1px}
.sprite.plus_circle {background-position: -102px -51px; width: 18px; height: 17px}
.sprite.check_circle {background-position: -102px -69px; width: 18px; height: 17px}
.sprite.white_scribd {background-position: -122px -147px; width: 17px; height: 20px}
.sprite.white_twitter {background-position: -104px -188px; width: 17px; height: 20px}
.sprite.white_facebook {background-position: -104px -167px; width: 17px; height: 20px}
.sprite.white_googleplus {width: 20px; height: 20px; background-position: -122px -167px}
.sprite.white_linkedin {width: 20px; height: 20px; background-position: -122px -147px}
.sprite.red_warning {width: 21px; height: 17px; background-position: -121px -18px}
.sprite.white_warning {width: 21px; height: 17px; background-position: -121px -36px}
.sprite.external_link {width: 14px; height: 14px; background-position: -148px -168px}
.sprite.sharing_check {width: 15px; height: 11px; background-position: -148px -188px}
.active .sprite.sharing_check {background-position: -129px -200px}
.sprite.question {width: 16px; height: 16px; background-position: -104px -28px}
.sprite.trash {width: 11px; height: 13px; background-position: -168px -4px}
.sprite.preview {width: 17px; height: 12px; background-position: -166px -40px}
.sprite.i_info {width: 9px; height: 9px; background-position: 0 -49px}
.sprite.traffic_cone {width: 29px; height: 30px; background-position: -181px 0}
.sprite.tiny_check {width: 12px; height: 8px; background-position: -126px -90px}
.sprite.white_search {width: 14px; height: 13px; background-position: -106px -119px}
.sprite.white_edit {width: 14px; height: 14px; background-position: -188px -91px}
.sprite.email {width: 20px; height: 16px; background-position: -185px -30px}
.sprite.white_check {width: 12px; height: 8px; background-position: -12px -49px}
.sprite.report_user {width: 7px; height: 14px; background-position: -171px -52px}
.sprite.block_user {width: 11px; height: 10px; background-position: -169px -68px}
.sprite.edit_icon_solid {width: 20px; height: 20px; background-position: -185px -49px}
.sprite.edit_pencil {width: 14px; height: 13px; background-position: -188px -74px}
.sprite.dark_search {width: 14px; height: 13px; background-position: -106px -132px}
.sprite.black_search {width: 16px; height: 15px; background-position: -209px -91px}
.sprite.book {width: 16px; height: 12px; background-position: -184px -137px}
.sprite.header_arrow_down {width: 11px; height: 6px; background-position: -197px -161px}
.sprite.upload {width: 13px; height: 15px; background-position: -184px -152px}
.sprite.paddle_left {width: 31px; height: 47px; background-position: -6px -151px}
.sprite.paddle_right {width: 31px; height: 47px; background-position: -38px -151px}
.sprite.paddle_left_small {width: 22px; height: 43px; background-position: -15px -208px}
.sprite.paddle_right_small {width: 22px; height: 43px; background-position: -39px -208px}

.sprite.popup_left {width: 16px; height: 33px; background-position: -139px -273px}


.sprite.popup_right {width: 14px; height: 33px; background-position: -155px -274px}
.sprite.home_open_book, .sprite.home_open_book_static {width: 18px; height: 15px;
background-position: -141px -217px}
.sprite.home_open_book:hover, .trigger_sprite:hover .sprite.home_open_book {backgroundposition: -141px -237px}
.sprite.home_open_book:active, .trigger_sprite:active .sprite.home_open_book {backgroundposition: -141px -258px}
.sprite.home_readcast_static, .sprite.home_readcast {width: 18px; height: 18px; backgroundposition: -160px -216px}
.sprite.home_readcast:hover, .trigger_sprite:hover .sprite.home_readcast {background-position:
-160px -236px}
.sprite.home_readcast:active, .trigger_sprite:active .sprite.home_readcast,
.sprite.home_readcast.readcasted {background-position: -160px -256px}
.sprite.home_bookmark {width: 12px; height: 19px; background-position: -179px -216px}
.sprite.home_bookmark:hover {background-position: -179px -236px}
.sprite.home_bookmark:active {background-position: -179px -256px}
.sprite.home_bookmark.saved {background-position: -179px -256px}
.sprite.home_add_collection {width: 18px; height: 19px; background-position: -192px -216px}
.sprite.home_add_collection:hover {background-position: -192px -236px}
.sprite.home_add_collection:active {background-position: -192px -256px}
.sprite.home_uploads {width: 15px; height: 17px; background-position: -212px -218px}
.sprite.home_uploads:hover, .trigger_sprite:hover .sprite.home_uploads {background-position:
-212px -237px}
.sprite.home_uploads:active, .trigger_sprite:active .sprite.home_uploads {background-position:
-212px -258px}
.sprite.home_followers {width: 15px; height: 16px; background-position: -228px -219px}
.sprite.home_followers:hover, .trigger_sprite:hover .sprite.home_followers {background-position:
-228px -238px}
.sprite.home_followers:active, .trigger_sprite:active .sprite.home_followers {background-position:
-228px -259px}
.sprite.home_reply {width: 13px; height: 13px; background-position: -262px -222px}
.sprite.home_reply:hover, .trigger_sprite:hover .sprite.home_reply {background-position: -262px
-241px}
.sprite.home_reply:active, .trigger_sprite:active .sprite.home_reply, .sprite.home_reply.active
{background-position: -262px -262px}
.sprite.home_following {width: 18px; height: 17px; background-position: -244px -218px}
.sprite.home_following:hover, .trigger_sprite:hover .sprite.home_following {background-position:
-244px -237px}
.sprite.home_following:active, .trigger_sprite:active .sprite.home_following {background-position:
-244px -257px}
.sprite.home_delete {width: 15px; height: 16px; background-position: -276px -219px}
.sprite.home_delete:hover {background-position: -276px -238px}
.sprite.home_delete:active {background-position: -276px -258px}
.sprite.download_arrow {width: 14px; height: 18px; background-position: -310px -217px}
.sprite.download_arrow:hover {background-position: -310px -236px}
.sprite.download_arrow:active {background-position: -310px -256px}
.sprite.white_big_open_book {width: 46px; height: 38px; background-position: 0px -320px}
.sprite.tiny_pencil {width: 10px; height: 10px; background-position: -210px -170px}
.sprite.tiny_star {width: 11px; height: 10px; background-position: -226px -170px}
.sprite.tiny_x {width: 9px; height: 9px; background-position: -242px -171px}
.sprite.ac_documents, .sprite.ac_books {background-position: -165px -145px; margin: 4px 7px;
width: 15px; height: 18px}
.sprite.ac_authors {background-position: -165px -168px; margin: 7px 7px; width: 15px; height:
14px}
.sprite.ac_publishers {background-position: -165px -186px; width: 15px; height: 14px}

.sprite.library_blue {background-position: -165px -186px; width: 15px; height: 14px}


.sprite.light_tri_down {width: 12px; height: 5px; background-position: -183px -194px}
.sprite.search_collections {width: 14px; height: 14px; background-position: -243px -112px}
.sprite.search_collections.small {background-position: -29px -59px}
.sprite.search_documents {width: 11px; height: 14px; background-position: -212px -112px}
.sprite.search_people {width: 15px; height: 14px; background-position: -260px -112px}
.sprite.search_books {width: 12px; height: 14px; background-position: -228px -112px}
.sprite.small_clip {width: 14px; height: 14px; background-position: -243px -112px}
.sprite.gray_tri_up {background-position: -227px -185px; width: 11px; height: 6px}
.sprite.circle_check {background-position: -165px -79px; width: 16px; height: 16px}
.sprite.circle_cancel {background-position: -165px -96px; width: 16px; height: 16px}
.sprite.box_tri_down {width: 16px; height: 16px; background-position: -322px -2px}
.sprite.box_tri_up {width: 16px; height: 16px; background-position: -322px -23px}
.sprite.annotation_paper {width: 17px; height: 17px; background-position: -16px -376px}
.sprite.facebook_large {width: 25px; height: 25px; background-position: -78px -26px}
/* public/stylesheets/scribd_icon.css @ 1455919650 */
@font-face {font-family: 'scribd'; src: url("/fonts/scribd_icon/fonts/scribd.eot?48"); src:
url("/fonts/scribd_icon/fonts/scribd.eot?48#iefix") format("embedded-opentype"),
url("/fonts/scribd_icon/fonts/scribd.ttf?48") format("truetype"),
url("/fonts/scribd_icon/fonts/scribd.woff?48") format("woff"),
url("/fonts/scribd_icon/fonts/scribd.svg?48#icomoon") format("svg"); font-weight: normal; fontstyle: normal}
[class^="icon-"], [class*=" icon-"] {/* use !important to prevent issues with browser extensions that
change fonts */ font-family: "scribd" !important; speak: none; font-style: normal; font-weight:
normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering
=========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale}
.icon-music_broadway:before {content: "\e900"}
.icon-music_classics:before {content: "\e901"}
.icon-music_hits:before {content: "\e902"}
.icon-music_jam:before {content: "\e903"}
.icon-pause_button:before {content: "\e67e"}
.icon-play_button:before {content: "\e67d"}
.icon-user:before {content: "\e67b"}
.icon-chat:before {content: "\e677"}
.icon-pause:before {content: "\e678"}
.icon-popular:before {content: "\e679"}
.icon-read:before {content: "\e67a"}
.icon-tiny_music:before {content: "\e904"}
.icon-tiny_collection:before {content: "\e675"}
.icon-tiny_doc:before {content: "\e676"}
.icon-tiny_user:before {content: "\e674"}
.icon-tiny_audiobook:before {content: "\e671"}
.icon-tiny_author:before {content: "\e672"}
.icon-tiny_book:before {content: "\e673"}
.icon-fullscreen-default:before {content: "\e66e"}
.icon-page_horizontal:before {content: "\e66c"}
.icon-page_vertical:before {content: "\e66d"}
.icon-book:before {content: "\e66a"}
.icon-devices:before {content: "\e66b"}
.icon-scribd_logo_short:before {content: "\e668"}
.icon-web_player_add:before {content: "\e667"}
.icon-ic_badge_audio:before {content: "\e666"}
.icon-web_player_icons_volume_0:before {content: "\e662"}
.icon-web_player_icons_volume_1:before {content: "\e663"}

.icon-web_player_icons_volume_2:before {content: "\e664"}


.icon-web_player_icons_volume_3:before {content: "\e665"}
.icon-globalnav_browse:before {content: "\e65e"}
.icon-globalnav_library:before {content: "\e65f"}
.icon-globalnav_search:before {content: "\e660"}
.icon-globalnav_upload:before {content: "\e661"}
.icon-web_player_icons_play:before {content: "\e658"}
.icon-web_player_icons_pause:before {content: "\e65d"}
.icon-30_back:before {content: "\e655"}
.icon-30_fwd:before {content: "\e656"}
.icon-web_player_icons_bookmark:before {content: "\e657"}
.icon-sleep:before {content: "\e659"}
.icon-track_back:before {content: "\e65a"}
.icon-track_fwd:before {content: "\e65b"}
.icon-volume_3:before {content: "\e65c"}
.icon-bookmark_off:before {content: "\e651"}
.icon-bookmark_on:before {content: "\e652"}
.icon-ic_fullscreen:before {content: "\e654"}
.icon-fullscreen_collapse:before {content: "\e905"}
.icon-download:before {content: "\e906"}
.icon-print:before {content: "\e907"}
.icon-toc:before {content: "\e908"}
.icon-menusearch:before {content: "\e000"}
.icon-browse_browse:before {content: "\e653"}
.icon-highlight_small:before {content: "\e650"}
.icon-note_small:before {content: "\e64e"}
.icon-bookmark_small:before {content: "\e64f"}
.icon-note:before {content: "\e64d"}
.icon-add_note:before {content: "\e648"}
.icon-delete:before {content: "\e64a"}
.icon-highlight:before {content: "\e64b"}
.icon-menuclosed:before {content: "\e631"}
.icon-menuopen:before {content: "\e632"}
.icon-info-large:before {content: "\e649"}
.icon-scribd_social:before {content: "\e620"}
.icon-radiobutton_filled:before {content: "\e633"}
.icon-radiobutton_empty:before {content: "\e647"}
.icon-tableofcontents:before {content: "\e61e"}
.icon-embed:before {content: "\e641"}
.icon-pinterest:before {content: "\e642"}
.icon-facebook2:before {content: "\e643"}
.icon-twitter:before {content: "\e644"}
.icon-email:before {content: "\e645"}
.icon-heart-like:before {content: "\e646"}
.icon-upload-button:before {content: "\e63e"}
.icon-download-button:before {content: "\e63f"}
.icon-warn:before {content: "\e00b"}
.icon-minus:before {content: "\e00d"}
.icon-plus:before {content: "\e00e"}
.icon-close2:before {content: "\e010"}
.icon-hide:before {content: "\e011"}
.icon-close_square-01:before {content: "\e01a"}
.icon-activity:before {content: "\e020"}
.icon-embed2:before {content: "\e001"}
.icon-mobile:before {content: "\e003"}
.icon-priv1:before {content: "\e004"}

.icon-share2:before {content: "\e005"}


.icon-priv2:before {content: "\e007"}
.icon-priv3:before {content: "\e008"}
.icon-badge:before {content: "\e009"}
.icon-book2:before {content: "\e00a"}
.icon-font:before {content: "\e01b"}
.icon-like:before {content: "\e01c"}
.icon-close_small:before {content: "\e01d"}
.icon-close22:before {content: "\e01e"}
.icon-books:before {content: "\e017"}
.icon-edit:before {content: "\e016"}
.icon-feature_outline:before {content: "\e67c"}
.icon-feature:before {content: "\e015"}
.icon-feature_half:before {content: "\e909"}
.icon-collections2:before {content: "\e013"}
.icon-scrolldown:before {content: "\e600"}
.icon-search22:before {content: "\e601"}
.icon-facebook:before {content: "\e603"}
.icon-upload:before {content: "\e604"}
.icon-gift:before {content: "\e605"}
.icon-heart:before {content: "\e606"}
.icon-star:before {content: "\e607"}
.icon-blog:before {content: "\e60a"}
.icon-android:before {content: "\e60b"}
.icon-apple:before {content: "\e60c"}
.icon-caret:before {content: "\e60d"}
.icon-caret_left:before {content: "\e60f"}
.icon-quote_start:before {content: "\e614"}
.icon-quote_end:before {content: "\e615"}
.icon-tablet:before {content: "\e616"}
.icon-phone:before {content: "\e617"}
.icon-laptop:before {content: "\e618"}
.icon-close3:before {content: "\e612"}
.icon-open:before {content: "\e613"}
.icon-thumbsup:before {content: "\e619"}
.icon-thumbsdown:before {content: "\e602"}
.icon-down_arrow:before {content: "\e610"}
.icon-pinterest2:before {content: "\e61b"}
.icon-edit_pencil:before {content: "\e611"}
.icon-rightarrow:before {content: "\e61f"}
.icon-checkmark:before {content: "\e622"}
.icon-close:before {content: "\e623"}
.icon-leftarrow:before {content: "\e624"}
.icon-public:before {content: "\e625"}
.icon-private:before {content: "\e626"}
.icon-horizontal:before {content: "\e627"}
.icon-vertical:before {content: "\e628"}
.icon-daymode:before {content: "\e629"}
.icon-sepiamode:before {content: "\e62a"}
.icon-search:before {content: "\e630"}
.icon-collections:before {content: "\e62f"}
.icon-bookmark:before {content: "\e62e"}
.icon-add:before {content: "\e62d"}
.icon-writereview:before {content: "\e62c"}
.icon-nightmode:before {content: "\e62b"}
.icon-share:before {content: "\e61d"}

.icon-grid:before {content: "\e634"}


.icon-typedisplay:before {content: "\e635"}
.icon-contents:before {content: "\e639"}
.icon-bookmark2:before {content: "\e63a"}
.icon-back:before {content: "\e63b"}
.icon-add2:before {content: "\e63c"}
.icon-undo:before {content: "\e63d"}
.icon-checkmark2:before {content: "\e636"}
.icon-checkedbox:before {content: "\e637"}
.icon-emptybox:before {content: "\e638"}
.icon-about-the-book:before {content: "\e64c"}
.icon-ic_play_bookpage:before {content: "\e669"}
.icon-zoom-in-default:before {content: "\e66f"}
.icon-zoom-out-default:before {content: "\e670"}
/* public/stylesheets/introjs.css @ 1455919650 */
/* Scribds custom css */ .introjs-scribd-title {text-align: left; background: #1B7BBB; padding: 18px
40px 18px 18px}
.introjs-scribd-title .pre_title {font-size: 13px; color: white; text-transform: uppercase}
.introjs-scribd-title div {font-weight: 100; font-size: 20px; color: white}
.introjs-scribd-image {margin: 18px 18px 0 18px; min-height: 119px; min-width: 317px; max-width:
344px; -webkit-transition: opacity 0.1s ease-out; transition: opacity 0.1s ease-out}
.introjs-tooltiptext {text-align: left; margin: 16px 18px 18px 18px; color: #444; font-size: 14px}
.introjs-prevbutton {display: none}
.introjs-disabled.introjs-nextbutton {display: none}
.introjs-skipbutton {font-size: 14px; color: #999; margin-left: 20px; display: none}
.introjs-skipbutton.flat_btn {margin-left: 0; display: inline-block}
.introjs-skipbutton.flat_btn:hover {background-color: #6ac6e2}
.introjs-close {position: absolute; top: 24px; right: 18px; font-size: 16px; color: white; cursor:
pointer}
.introjs-close:hover {color: #6AC6E2}
.introjs-button.flat_btn {background-color: #1B7BBB; text-transform: uppercase}
.introjs-button.flat_btn:hover {background-color: #6ac6e2}
.introjs-overlay {position: absolute; z-index: 999999; background-color: #000; opacity: 0;
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,
rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9))); background: -webkit-radialgradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%); background: radialgradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%); filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000'
,GradientType=1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:
alpha(opacity=50); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out}
.introjs-fixParent {z-index: auto !important; opacity: 1 !important}
.introjs-showElement {z-index: 9999999 !important}
.introjs-relativePosition {position: relative}
.introjs-helperLayer {position: absolute; z-index: 9999998; background-color: #FFF; backgroundcolor: rgba(255, 255, 255, 0.9); border: 1px solid #777777; border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 4px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.6s easeout; transition: all 0.6s ease-out}
.introjs-blockerLayer {display: none; position: absolute; z-index: 99999999; background-color:
rgba(255, 255, 255, 0.2); -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out}
.introjs-blockerLayer.enable {display: block}
.introjs-helperNumberLayer {position: absolute; top: -16px; left: -16px; z-index: 9999999999 !
important; padding: 2px; font-family: Arial, verdana, tahoma; font-size: 13px; font-weight: bold;
color: white; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background:
#ff3019; /* Old browsers */ background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404

100%); /* Chrome10+,Safari5.1+ */ background: -webkit-gradient(linear, left top, left bottom, colorstop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */ /* FF3.6+ */ /* IE10+ */ /*
Opera 11.10+ */ background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
width: 20px; height: 20px; line-height: 20px; border: 3px solid white; border-radius: 50%; filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404',
GradientType=0); /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,
strength=2, color=ff0000); /* IE10 text shadows */ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)}
.introjs-arrow {border: 5px solid #1b7bbb; content: ''; position: absolute}
.introjs-arrow.top {top: -10px; left: 10px; border-top-color: transparent; border-right-color:
transparent; border-bottom-color: #1B7BBB; border-left-color: transparent}
.introjs-arrow.right {right: -10px; top: 10px; border-top-color: transparent; border-right-color:
transparent; border-bottom-color: transparent; border-left-color: #1B7BBB}
.introjs-arrow.bottom {bottom: -10px; left: 10px; border-top-color: #1B7BBB; border-right-color:
transparent; border-bottom-color: transparent; border-left-color: transparent}
.introjs-arrow.left {left: -10px; top: 10px; border-top-color: transparent; border-right-color:
#1B7BBB; border-bottom-color: transparent; border-left-color: transparent}
.introjs-tooltip {position: absolute; /* padding: 10px; */ background-color: white; min-width: 280px;
max-width: 380px; border-radius: 3px; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); -webkittransition: opacity 0.1s ease-out; transition: opacity 0.1s ease-out}
.introjs-tooltip.introjs-custom_spacing {top: 15px}
.introjs-tooltipbuttons {text-align: center}
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {color: #9a9a9a; border-color:
#d4d4d4; box-shadow: none; cursor: default; background-color: #f4f4f4; background-image:
none; text-decoration: none}
.introjs-bullets {text-align: center; height: 32px}
.introjs-bullets ul {clear: both; padding: 0; display: inline-block; margin: 13px 0}
.introjs-bullets ul li {list-style: none; float: left; margin: 0 2px}
.introjs-bullets ul li a {display: block; width: 6px; height: 6px; background: #ccc; border-radius:
10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-decoration: none}
.introjs-bullets ul li a:hover {background: #999}
.introjs-bullets ul li a.active {background: #999}
.introjsFloatingElement {position: absolute; height: 0; width: 0; left: 50%; top: 50%}
/* :files, 'public/stylesheets/shared', ... @ (none) */
/* :files, 'app/views', ... @ 1455919598 */
/* app/views/shared/carousels/paddles.css @ 1455919598 */
.lightbox_overlay {z-index: 2999; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background:
rgba(0, 0, 0, 0.49804); /* Non petunia color? */ }
.has_paddles:hover .paddle, .has_paddles.ui_visible .paddle {opacity: 1}
.ie8 .has_paddles:hover .paddle .paddle_sprite, .ie7 .has_paddles:hover .paddle .paddle_sprite,
.ie6 .has_paddles:hover .paddle .paddle_sprite, .ie8 .has_paddles.ui_visible .paddle
.paddle_sprite, .ie7 .has_paddles.ui_visible .paddle .paddle_sprite, .ie6 .has_paddles.ui_visible
.paddle .paddle_sprite {opacity: 1}
.ie8 .has_paddles:hover .paddle .paddle_sprite, .ie7 .has_paddles:hover .paddle .paddle_sprite,
.ie6 .has_paddles:hover .paddle .paddle_sprite {opacity: 0.3}
.ie8 .has_paddles .paddle .paddle_sprite, .ie7 .has_paddles .paddle .paddle_sprite, .ie6
.has_paddles .paddle .paddle_sprite {opacity: 0}
.ie8 .has_paddles .paddle:hover .paddle_sprite, .ie7 .has_paddles .paddle:hover .paddle_sprite,
.ie6 .has_paddles .paddle:hover .paddle_sprite {opacity: 1}
.has_paddles .paddle {-webkit-user-select: none;-moz-user-select: none;-ms-user-select:
none;user-select: none; cursor: pointer; position: absolute; width: 17px; height: 30px; z-index: 3;
top: 100px; opacity: 0; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out}
.has_paddles:hover .paddle {opacity: 0.3}

.has_paddles:hover .paddle:hover {opacity: 1}


.has_paddles .page_left {left: 0; background: url('https://s1f.scribdassets.com/images/home/logged_in/ic_home_control_left_arrow.png?1455919650') left
center no-repeat}
.has_paddles .page_right {right: 0; background: url('https://s2f.scribdassets.com/images/home/logged_in/ic_home_control_right_arrow.png?1455919650') right
center no-repeat}
.has_paddles.on_first_page .page_left {display: none}
.has_paddles.on_last_page .page_right {display: none}
.smaller_doc_thumb_width .paddle {top: 80px}
/* app/views/shared/carousels/document_cell.css @ 1455919598 */
.lightbox_overlay {z-index: 2999; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background:
rgba(0, 0, 0, 0.49804); /* Non petunia color? */ }
@-webkit-keyframes popin {0% {opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8)}
75% {-webkit-transform: scale(1.3);transform: scale(1.3)}
100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
}
@keyframes popin {0% {opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8)}
75% {-webkit-transform: scale(1.3);transform: scale(1.3)}
100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
}

You might also like