<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');*/
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.qb {
  border: 1px solid #444444;
}
.qbg {
  background: light_gray;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: 'Source Sans Pro', sans-serif;
}
/* two clearing options -  use .clearfix() in new code */
/* both work as a Less mixin - no clearfix class needs to be added to HTML */
.clearthis {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* old button style pre-Sept 14- don't use - use flat_button instead */
.bublish_button {
  background: #e4782c;
  color: white;
  font-size: 14px;
  padding: 3px 8px 4px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
}
.bublish_button_white {
  background: #fff;
  color: #e4782c;
  border: 1px solid #e4782c;
  font-size: 14px;
  padding: 6px 8px 7px;
  text-align: left;
  text-decoration: none;
  border-radius: 0px;
}
/* new post--Sept 14 button style */
.flat_button {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
}
.flat_button:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #e4782c;
}
/* .flat_button_alt:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
} */
.flat_button_alt.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt:hover,.flat_button_alt:focus {
  background: #25aebc;
  cursor: pointer;
  text-decoration: none;
  color:#ffffff;
}
.flat_button_default {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #aaa;
}
.flat_button_default:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_default.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_default:hover {
  background: #777;
  cursor: pointer;
}
/* removes blue background off close buttons on dialogs - some BS wierdness*/
button.close {
  background: none;
  border: none;
}
button.close:hover {
  background: none;
  border: none;
}
/* overrides of Bootstrap */
h1,
h2,
h3,
h4 {
  margin-top: 12px;
  margin-bottom: 5px;
  /* not 20px */

}
.container-fluid.header .col-sm-12 {
  padding: 0 10px;
}
/*
.row .container {
	padding:0 0 10px 0; // nested containers not 20px 
	border:1 px solid;
	margin:0;
	
}
*/
/* removed CWS 2014/11/12 - interferes with flat_button text color 
.container-fluid a {
	color:@bublish_blue; 
}
*/
/* rhino support for mobile */
/* is reset to 540 px for desk top at media query 768px below */
#rhinoContactTab {
  width: 300px!important;
}
#rhinoContactTab #rsDivContactBox {
  width: 300px!important;
}
.text_highlight {
  color: #e4782c;
}
.basic_link_block {
  display: block;
  clear: both;
  margin: 0;
  color: #25aebc;
  font-size: 13px;
}
.basic_link_block:hover {
  color: #e4782c;
  text-decoration: none;
}
/* form_errors */
p.error {
  color: #e4782c;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
.datepicker {
  /* calendar - used in Dashboard &gt; Manage Book &gt; Mark as Complete */

  z-index: 2000!important;
  /* get caledar ontop of overlay */

  cursor: pointer;
}
.datepicker .day.active {
  background: #25aebc;
  color: #fff;
}
/* the sign in form */
/* displays when user must sign in before upgrading */
.sign_in_form_upgrade_msg {
  margin: 70px 0 0 0;
  border: 1px solid #25aebc;
  border-radius: 10px;
  border-width: 2px 0;
  padding: 10px;
}
.sign_in_form_upgrade_msg h4 {
  font-size: 14px;
  color: #e4782c;
}
.sign_in_form_upgrade_msg p {
  font-size: 12px;
  color: mid_gray;
}
#sign_in_form {
  border: 1px solid #25aebc;
  border-radius: 10px;
  border-width: 3px 0;
  padding: 10px;
  margin: 20px 0 20px;
}
#sign_in_form fieldset legend {
  font-size: 15px;
}
#sign_in_form fieldset .form-group label {
  padding: 0 5px;
  color: #777;
  padding: 7px 10px 0 0;
}
#sign_in_form fieldset .form-group div {
  padding: 0 5px;
}
#sign_in_form fieldset .form-group div a {
  font-size: 11px;
}
#sign_in_form fieldset .form-group .submit_area a.basic_link_block {
  font-size: 14px;
  padding: 24px 0 0 0;
}
/* on the signup form page */
div.form_header {
  margin: 0 0 20px;
}
div.form_header h3 {
  color: #25aebc;
}
div.form_header p {
  font-size: 16px;
}
div.form_header p span {
  color: #e4782c;
}
div.form_header .signin_warning p {
  color: #25aebc;
  font-size: 16px;
}
div.form_header .signin_warning p a {
  color: #e4782c;
  text-decoration: underline;
}
div.form_header .signin_warning p a:hover {
  text-decoration: none;
}
/* PROMO AREA ABOVE SIGNUP FORM */
.nook_promo_welcome_area {
  border-bottom: 1px solid #25aebc;
}
.nook_promo_welcome_area img {
  margin: 16px 0 20px 0;
  border: 1px solid #25aebc;
}
.nook_promo_welcome_area .welcome_msg h2 {
  color: #25aebc;
}
.nook_promo_welcome_area .welcome_msg p:first-child {
  font-weight: bold;
}
.nook_promo_welcome_area .scroll_to_form {
  text-align: center;
  margin: 0 0 10px;
}
.nook_promo_welcome_area .scroll_to_form a {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding: 3px 10px 6px;
}
.nook_promo_welcome_area .bubble_pic {
  margin: 10px 0;
  border-top: 1px solid #25aebc;
}
.nook_promo_welcome_area .bubble_pic h3 {
  color: #25aebc;
  text-align: center;
  margin: 10 px 0 0;
}
.nook_promo_welcome_area .bubble_pic img {
  margin: 0 0 10px 0;
  max-width: 100%;
  border: none;
}
.indierecon_promo_welcome_area {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
}
.indierecon_promo_welcome_area .bublish_logo {
  width: 180px;
  margin: 0 0 10px 0;
}
.indierecon_promo_welcome_area .flat_button {
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  margin: 5px 0 20px 0;
}
.indierecon_promo_welcome_area .main_image_copy {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  z-index: 10;
  margin: 0 0 0;
  text-align: center;
  color: #fff;
}
.indierecon_promo_welcome_area .main_image_copy h2 {
  margin: 20px 0 0 0;
  color: #fff;
  font-size: 60px;
  text-shadow: 0px 5px 3px #777;
}
.indierecon_promo_welcome_area .main_image_copy h4 {
  margin: 160px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 36px;
}
.indierecon_promo_welcome_area img.main_pic {
  max-width: 100%;
}
.indierecon_promo_welcome_area .scroll_arrow_wrapper {
  text-align: center;
  margin: -4% 0 0 0;
}
.indierecon_promo_welcome_area .scroll_arrow_wrapper img {
  display: inline-block;
  margin: 0 auto;
  width: 5%;
}
.indierecon_promo_welcome_area h2 {
  color: #25aebc;
  font-size: 36px;
  padding: 20px 0;
  text-align: center;
}
.indierecon_promo_welcome_area .strong_text {
  font-size: 18px;
}
.indierecon_promo_welcome_area .strong_text strong {
  color: #e4782c;
}
.indierecon_promo_welcome_area li {
  font-size: 16px;
  padding: 3px;
}
.indierecon_promo_welcome_area .call_to_action {
  text-align: center;
}
.indierecon_promo_welcome_area .call_to_action .coupon_code {
  font-size: 18px;
  font-weight: 600;
}
.indierecon_promo_welcome_area .call_to_action .coupon_code strong {
  color: #25aebc;
}
.indierecon_promo_welcome_area .call_to_action .dont_wait {
  color: #e4782c;
  font-weight: bold;
  font-size: 18px;
}
/* FREE TRIAL SIGNUP FORM */
#signup_form_with_free_trial_option div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  /* pos context for Steps listing */

}
#signup_form_with_free_trial_option .sign_up_nav {
  /* on left of form */

  top: 120px;
  left: 80px;
}
#signup_form_with_free_trial_option .sign_up_nav h4 {
  color: #777;
}
#signup_form_with_free_trial_option .sign_up_nav ul {
  margin: 0;
  padding: 0;
}
#signup_form_with_free_trial_option .sign_up_nav ul li {
  list-style-type: none;
}
#signup_form_with_free_trial_option .sign_up_nav ul li a {
  list-style-type: none;
  color: #25aebc;
  padding: 0 0 10px;
}
#signup_form_with_free_trial_option .sign_up_nav ul li a.active {
  color: #e4782c;
  text-decoration: none;
}
#signup_form_with_free_trial_option .sign_up_nav ul li a:hover {
  text-decoration: none;
  color: #e4782c;
}
#signup_form_with_free_trial_option .form_area {
  /* the col with the form itself */

  /* primarily styled with Bootstrap */

  /* styles for B+N promotion - April '15 */

  /* end styles for B+N promotion - April '15 */

}
#signup_form_with_free_trial_option .form_area .user_choice {
  margin-bottom: 10px;
}
#signup_form_with_free_trial_option .form_area .user_choice h4 {
  color: #25aebc;
}
#signup_form_with_free_trial_option .form_area .user_choice .main_label {
  font-size: 14px;
}
#signup_form_with_free_trial_option .form_area .user_choice label {
  font-weight: normal;
}
#signup_form_with_free_trial_option .form_area .user_choice input span {
  text-indent: 0 0 0 20px;
}
#signup_form_with_free_trial_option .form_area .chargify_messages p {
  font-size: 20px;
  color: #25aebc;
}
#signup_form_with_free_trial_option .form_area .chargify_messages li {
  color: #e4782c;
  font-weight: bold;
  font-size: 16px;
}
#signup_form_with_free_trial_option div.geotrust_icon {
  float: right;
}
#signup_form_with_free_trial_option .plan_info {
  margin: 0 10%;
  color: #25aebc;
}
#signup_form_with_free_trial_option .sidebar_info {
  /* on right of form */

  margin: 116px 0 0 0;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info {
  border: 1px solid #e4782c;
  border-radius: 4px;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info:before,
#signup_form_with_free_trial_option .sidebar_info .trial_info:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info:after {
  clear: both;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info:before,
#signup_form_with_free_trial_option .sidebar_info .trial_info:after {
  content: " ";
  display: table;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info:after {
  clear: both;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info:before,
#signup_form_with_free_trial_option .sidebar_info .trial_info:after {
  content: " ";
  display: table;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info:after {
  clear: both;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info .second_col {
  border-left: 3px solid #e4782c;
  /* vertical divider */

  margin: 10px 0;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info .inner {
  width: 100%;
  margin: 10px 0 0 0;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info .inner h3 {
  text-align: center;
  margin: 32px 0 0 0;
  font-size: 20px;
  color: #25aebc;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info .inner h4 {
  margin: 0px 0 0 0;
  padding: 5px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #777;
}
#signup_form_with_free_trial_option .sidebar_info .trial_info p {
  margin: 5px 4px;
  font-size: 10px;
}
#signup_form_with_free_trial_option .sidebar_info .authorpreneur_features {
  background: #25aebc;
  color: #fff;
  border-radius: 4px;
  padding: 1px 10px;
  margin: 20px 0 0 0;
}
#signup_form_with_free_trial_option .sidebar_info .authorpreneur_features h3 {
  text-align: center;
  font-size: 16px;
}
#signup_form_with_free_trial_option .sidebar_info .authorpreneur_features ul {
  padding: 0 5px;
  /* overrides Bootstrap default padding */

}
#signup_form_with_free_trial_option .sidebar_info .authorpreneur_features ul li {
  display: block;
  position: relative;
  font-size: 12px;
  padding: 0 0 5px 20px;
}
#signup_form_with_free_trial_option .sidebar_info .authorpreneur_features ul li:before {
  content: '\e013';
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top: 0px;
}
#signup_form_with_free_trial_option .sidebar_info .authorpreneur_features ul li i {
  display: none;
  margin: 0 10px 0 0;
}
#signup_form_with_free_trial_option .sidebar_info .retailers {
  text-align: center;
  margin: 8px 0 0 0;
}
#signup_form_with_free_trial_option .sidebar_info .retailers h4 {
  font-size: 16px;
  color: #25aebc;
}
#signup_form_with_free_trial_option .sidebar_info .retailers img {
  text-align: center;
  width: 32px;
}
.signup_congrats h2 {
  font-size: 36px;
  color: #25aebc;
}
.signup_congrats h2 + p {
  margin-top: 10px;
  font-size: 20px;
  color: #999999;
}
.signup_congrats h4 {
  margin-top: 10px;
  font-size: 20px;
  color: #e4782c;
}
.signup_congrats .options {
  padding: 5px 30px 5px 30px;
  border-top: 1px solid #e4782c;
}
.signup_congrats .options:after {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.signup_congrats .options .choice {
  border-bottom: 1px solid #e4782c;
  padding: 20px 0;
}
.signup_congrats .options .choice .big_promo_button {
  float: left;
  width: 120px;
  margin: -1px 6px 0 0;
  padding: 8px 0;
  text-align: center;
  background: #e4782c;
  color: #fff;
  font-size: 22px;
  border-radius: 8px;
}
.signup_congrats .options .choice .big_promo_button:hover {
  text-decoration: none;
  background-color: #25aebc;
}
.signup_congrats .options .choice h3 {
  color: #25aebc;
  font-size: 22px;
  margin: 0 0 0px 0;
  padding: 11px 0 20px;
  /* ensures all of button shows - a "clearing" hack */

}
.signup_congrats .options .choice p {
  margin: 6px 0 12px;
}
#static_pages_tos .sidebar_text,
#static_pages_copyright .sidebar_text {
  margin: 16px 0 0 0px;
  padding: 10px 10px 0 10px;
  border: 0px solid #25aebc;
  border-width: 3px 0;
  border-radius: 10px;
}
#static_pages_ie_upgrade .upgrade_info img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
#static_pages_ie_upgrade .upgrade_icons {
  margin: 20px 0 0 0;
}
#static_pages_ie_upgrade .upgrade_icons img {
  display: block;
  margin: 0 auto;
}
#static_pages_ie_upgrade .upgrade_icons p {
  text-align: center;
  color: #777;
}
/* FAQS - modal that contains the Bootsnipp FAQ component */
.faq-cat-content {
  margin-top: 25px;
}
.faq-cat-tabs li a {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #777777;
}
.nav-tabs li a:focus,
.panel-heading a:focus {
  outline: none;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
  text-decoration: none;
  color: #777777;
}
.faq-cat-content .panel-heading:hover {
  background-color: #efefef;
}
.active-faq {
  border-left: 5px solid #888888;
}
.panel-faq .panel-heading .panel-title span {
  font-size: 13px;
  font-weight: normal;
}
/* end FAQs */
/* for May 14 signup redesign - all Bootstrap CSS except for this: */
.signin_warning {
  margin-bottom: 20px;
}
/* that's it! */
/* feedback */
a#jotform-feedback-40845034254147 {
  padding: 2px 5px !important;
  font-size: .9em !important;
  right: 50px !important;
}
#divContact input.input-text {
  width: 240px !important;
}
#thin_header {
  background-color: #fff;
  margin: 10px 0;
  padding: 4px;
  border: 3px solid #e4782c;
  border-width: 3px 0 1px;
  border-radius: 8px;
  z-index: 0;
}
#thin_header:after {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#thin_header .col-xs-3 {
  padding: 0 0 0 10px;
}
#thin_header .col-xs-9 {
  padding: 0 10px 0 0;
}
#thin_header img {
  background: #fff;
  margin: 2px 0 0 -24px;
  padding: 0px;
  margin: 2px 0 0 0;
  box-shadow: 0px 0px 4px 4px #fff;
}
#thin_header #nav_links_area {
  position: relative;
  text-align: right;
  min-width: 120px;
  z-index: 60;
  margin: 5px -22px 0 5px;
}
#thin_header #nav_links_area .header_links {
  color: #e4782c;
  margin: 0px 24px 0 0;
}
#thin_header #nav_links_area .header_links a {
  margin: 0 0 0 5px;
  font-size: 12px;
  padding: 5px 0px;
  color: #e4782c;
  text-decoration: none;
}
#thin_header #nav_links_area .menu_wrapper {
  position: absolute;
  width: 50px;
  right: 0px;
  height: 36px;
  top: -7px;
}
#thin_header #nav_links_area .menu_wrapper:before,
#thin_header #nav_links_area .menu_wrapper:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#thin_header #nav_links_area .menu_wrapper:after {
  clear: both;
}
#thin_header #nav_links_area .menu_wrapper:before,
#thin_header #nav_links_area .menu_wrapper:after {
  content: " ";
  display: table;
}
#thin_header #nav_links_area .menu_wrapper:after {
  clear: both;
}
#thin_header #nav_links_area .menu_wrapper:before,
#thin_header #nav_links_area .menu_wrapper:after {
  content: " ";
  display: table;
}
#thin_header #nav_links_area .menu_wrapper:after {
  clear: both;
}
#thin_header #nav_links_area .menu_wrapper:hover .nav_links {
  display: block;
}
#thin_header #nav_links_area .menu_wrapper span.menu_text {
  /* menu text */

  color: #bbb;
  vertical-align: 12px;
  position: absolute;
  top: 0px;
  right: 17px;
  font-size: 10px;
  text-shadow: 2px 2px 2px #fff;
}
#thin_header #nav_links_area .menu_wrapper .glyphicon {
  /* menu icon*/

  color: #25aebc;
  font-size: 18px;
  float: right;
  margin: 10px 20px 0 5px;
}
#thin_header #nav_links_area .menu_wrapper .nav_links {
  display: none;
  position: absolute;
  right: 0px;
  top: 99%;
  min-width: 145px;
  padding-left: 5px;  
}
#thin_header #nav_links_area .menu_wrapper .nav_links:hover {
  display: block;
}
#thin_header #nav_links_area .menu_wrapper .nav_links &gt; ul {
  display: block;
  padding: 5px 5px 0 10px;
  border: 2px solid #e4782c;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #aaa;
  text-align: left;
  background: #fff;  
}
#thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link {
  display: block;
  margin: 3px 0 3px 8px;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 0;
  color: #25aebc;
  text-decoration: none;
  /* border-bottom: 1px solid #25aebc; */
}
#thin_header #nav_links_area .menu_wrapper .nav_links .dropdown a.nav_link {
  margin-top: 0;
  margin-bottom: 0;
}
#thin_header #nav_links_area .menu_wrapper .nav_links li:last-child a.nav_link {
  border-bottom: none;
}
#thin_header #nav_links_area .menu_wrapper .nav_links li a.nav_link:hover {
  color: #e4782c;
}
/* free trial ends text style variables */
.para {
  font-size: 14px;
  color: #777;
}
.para_notes {
  margin: 0;
  font-style: italic;
  font-size: 90%;
}
.head3 {
  color: #e4782c;
}
.head4 {
  color: #25aebc;
}
/* free trial ends page - free_trial_ends.php */
#free_trial_ends {
  border-bottom: 1px solid #25aebc;
  /* /trial ended options */

  /* /col - move to emerging author */

}
#free_trial_ends .trial_ended_options {
  border-bottom: 1px solid #25aebc;
  padding: 0 0 20px 0;
}
#free_trial_ends .trial_ended_options h3 {
  color: #e4782c;
}
#free_trial_ends .trial_ended_options &gt; p {
  font-size: 14px;
  color: #777;
}
#free_trial_ends .trial_ended_options h4 {
  color: #25aebc;
}
#free_trial_ends .trial_ended_options &gt; p {
  font-size: 14px;
  color: #777;
}
#free_trial_ends .trial_ended_options a {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  float: none;
  margin: 0;
}
#free_trial_ends .trial_ended_options a:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#free_trial_ends .trial_ended_options a.large {
  padding: 5px 10px;
  font-size: 15px;
}
#free_trial_ends .move_to_emerging_author {
  border-top: 1px solid #25aebc;
  /* /emerging author info */

  /* out of sequence b/c used in three places */

  /* /.book */

  /* /downgrades_required */

}
#free_trial_ends .move_to_emerging_author:before,
#free_trial_ends .move_to_emerging_author:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#free_trial_ends .move_to_emerging_author:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author:before,
#free_trial_ends .move_to_emerging_author:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author:before,
#free_trial_ends .move_to_emerging_author:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .row {
  /* the inner rows that display the books */

}
#free_trial_ends .move_to_emerging_author .row:before,
#free_trial_ends .move_to_emerging_author .row:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#free_trial_ends .move_to_emerging_author .row:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .row:before,
#free_trial_ends .move_to_emerging_author .row:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author .row:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .row:before,
#free_trial_ends .move_to_emerging_author .row:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author .row:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .row .col-md-3 {
  padding: 0 0px;
  /* removes padding in cols in row */

}
#free_trial_ends .move_to_emerging_author .emerging_author_info {
  /* styles plans comparison table - class is located before media queries below - also used on home page */

}
#free_trial_ends .move_to_emerging_author .emerging_author_info h3 {
  color: #e4782c;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info p {
  font-size: 14px;
  color: #777;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info table.plan_comparison {
  margin: 0 20px 12px 40px;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info table.plan_comparison tr th[scope=col] {
  width: 120px;
  padding: 2px 5px;
  color: #e4782c;
  border-bottom: 2px solid #ccc;
  text-align: center;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info table.plan_comparison tr th[scope=row] {
  width: 200px;
  padding: 2px 5px;
  color: #25aebc;
  text-align: right;
  border-bottom: 1px solid #ccc;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info table.plan_comparison tr td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  color: #777;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info table.plan_comparison tr td i.glyphicon-ok {
  color: #59D091;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info table.plan_comparison tr td i.glyphicon-remove {
  color: #D04147;
}
#free_trial_ends .move_to_emerging_author .emerging_author_info h4 {
  color: #25aebc;
}
#free_trial_ends .move_to_emerging_author .book {
  margin: 0 0 10px;
}
#free_trial_ends .move_to_emerging_author .book .inner {
  margin: 0 10px;
  padding: 10px;
  border: 2px solid #25aebc;
  border-width: 2px 0px 2px 0px;
  border-radius: 5px;
  text-align: center;
}
#free_trial_ends .move_to_emerging_author .book .inner.hilite {
  border-color: red;
}
#free_trial_ends .move_to_emerging_author .book .inner.dimmed {
  border-color: #555;
  opacity: .5;
}
#free_trial_ends .move_to_emerging_author .book .inner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#free_trial_ends .move_to_emerging_author .book .inner p {
  clear: both;
  font-size: 14px;
  color: #777;
}
#free_trial_ends .move_to_emerging_author .book .inner input {
  display: none;
}
#free_trial_ends .move_to_emerging_author .book .inner a {
  display: block;
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  margin: 0 5px 5px 0;
}
#free_trial_ends .move_to_emerging_author .book .inner a:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#free_trial_ends .move_to_emerging_author .book .inner a.large {
  padding: 5px 10px;
  font-size: 15px;
}
#free_trial_ends .move_to_emerging_author .downgrades_required {
  clear: both;
  /* /select_books */

}
#free_trial_ends .move_to_emerging_author .downgrades_required &gt; p {
  font-size: 14px;
  color: #777;
  font-weight: 600;
  color: #e4782c;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector {
  margin: 10px 0 0 0;
  /* see .book above  - shared code so out of sequence */

}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:before,
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:before,
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:before,
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .book_selector:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .select_books,
#free_trial_ends .move_to_emerging_author .downgrades_required .grandfathered {
  border-top: 1px solid #25aebc;
  padding: 0 0 20px 0;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .select_books h4,
#free_trial_ends .move_to_emerging_author .downgrades_required .grandfathered h4 {
  color: #25aebc;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .select_books p,
#free_trial_ends .move_to_emerging_author .downgrades_required .grandfathered p {
  font-size: 14px;
  color: #777;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .select_books p strong,
#free_trial_ends .move_to_emerging_author .downgrades_required .grandfathered p strong {
  color: #e4782c;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .select_books p.notes,
#free_trial_ends .move_to_emerging_author .downgrades_required .grandfathered p.notes {
  font-style: italic;
  font-size: 90%;
  margin: 0;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript {
  border-top: 1px solid #25aebc;
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:before,
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:before,
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:before,
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:after {
  content: " ";
  display: table;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript:after {
  clear: both;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript h4 {
  color: #25aebc;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript p {
  clear: both;
  font-size: 14px;
  color: #777;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript p.notes {
  margin: 0;
  font-style: italic;
  font-size: 90%;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript .epubs {
  margin: 10px 0 0 0;
}
#free_trial_ends .move_to_emerging_author .downgrades_required .download_manuscript a {
  margin: 0 0 10px 0;
  float: none;
}
#free_trial_ends .move_to_emerging_author .submit_choices {
  border-top: 1px solid #25aebc;
  margin: 20px 0 0 0;
  padding: 6px 0 0 0;
}
#free_trial_ends .move_to_emerging_author .submit_choices a {
  margin: 0 0 10px 0;
  float: none;
}
/* /free trial ends */
/* plan comparison table - included in this page above and on home page */
.plan_comparison_class {
  margin: 0 20px 12px 40px;
}
.plan_comparison_class tr th[scope=col] {
  width: 120px;
  padding: 2px 5px;
  color: #e4782c;
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.plan_comparison_class tr th[scope=row] {
  width: 200px;
  padding: 2px 5px;
  color: #25aebc;
  text-align: right;
  border-bottom: 1px solid #ccc;
}
.plan_comparison_class tr td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  color: #777;
}
.plan_comparison_class tr td i.glyphicon-ok {
  color: #59D091;
}
.plan_comparison_class tr td i.glyphicon-remove {
  color: #D04147;
}
/* end plan_comparison */
form div.form-group {
  position: relative;
}
form div.form-group ul.parsley-error-list {
  /* parsley validation error msgs */

  position: absolute;
  top: 96%;
  z-index: 100;
  width: 200px;
  padding: 5px 10px;
  border: 3px solid #25aebc;
  border-radius: 10px;
  background: #fff;
}
form div.form-group ul.parsley-error-list li {
  list-style-type: none;
  font-size: 13px;
}
footer {
  position: relative;
}
footer p {
  font-size: 12px;
  padding: 0px 0 0;
  color: #aaa;
  text-align: center;
}
footer div.horiz_links {
  text-align: center;
}
footer div.horiz_links ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer div.horiz_links ul li {
  list-style-type: none;
}
footer div.horiz_links ul li:last-child a {
  border-right: none;
}
footer div.horiz_links ul li a {
  display: block;
  color: #25aebc;
  text-decoration: none;
}
footer div.horiz_links ul li a:hover {
  color: #e4782c;
}
.bublish-right-form .editIconWrapper{background-color: #25aebc;margin-bottom: 10px; border-radius: 5px;}
.bublish-right-form .editIconWrapper .fileName{padding: 5px 10px; color:#fff; text-align: left;}
.bublish-right-form .editIconWrapper .fileName span{color:#fff;}
.extra_tooltip{width:228px !important;text-align:left}
@media (min-width: 768px) {
  /*rhino support set form popup back to Rhino's default width for desktop */#rhinoContactTab {
    width: 540px!important;
  }
  #rhinoContactTab #rsDivContactBox {
    width: 540px!important;
  }
  #rsDivContactBox {
    width: 540px;
  }
  #thin_header #nav_links_area .header_links a {
    font-size: 12px;
  }
  footer p {
    font-size: 14px;
  }
  footer div.horiz_links ul li {
    float: left;
    font-size: 14px;
  }
  footer div.horiz_links ul li a {
    font-size: 14px;
    border-right: 1px solid #25aebc;
    padding: 0 10px;
  }
}
@media (min-width: 922px) {
  #thin_header img {
    margin: 4px 0 0 0;
  }
  #thin_header #nav_links_area {
    /* CWS working here */
  
    margin: 0;
  }

  /*

  #thin_header #nav_links_area .menu_wrapper {
    position: static;
    width: auto;
  }
  #thin_header #nav_links_area .menu_wrapper .menu_text {
    display: none;
  }
  #thin_header #nav_links_area .menu_wrapper .glyphicon {
    display: none;
  }  
  #thin_header #nav_links_area .menu_wrapper .nav_links {
    display: block;
    position: static;
    text-align: right;
    padding: 0;
    margin: 9px 0px 0 0!important;
    border: none;
    box-shadow: none;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link {
    font-size: 15px;
    float: none;
    display: inline;
    color: #25aebc;
    border: none;
    padding: 0 6px;
    margin: 0;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links li:not(:last-child) {
    border-right: 1px solid #e4782c;
  }
  #static_pages_tos .sidebar_text,
  #static_pages_copyright .sidebar_text {
    margin: 16px 0 0 20px;
  }

  */

}
@media (min-width: 922px) and (min-width: 1200px) {
  
    /* 
  	.sign_up_nav {
  		position:fixed;
  	}
  	*/
  
}
/*01-Nov-18 Deepak*/
label.error{color: #e4782c; font-size: 12px; font-weight: 400;}
label.error.pay_err{text-align: left;}
.form-control.error{border-color: #e4782c;}
.btn{font-size: 16px; font-weight: 400;}.nopadding{padding-left:0; padding-right: 0;}
.btn:hover{background-color: #f37421; color: #ffffff;}
.step-3-save-btn{width: 100%;float: left;}
.step-3-save-btn .btnsubmit{ background-color: #f37421; border: 1px solid #f37421; color:#ffffff; outline: none; margin-left: 10px;}
.step-3-save-btn .btnsubmit:hover{background-color: #25aebc; border: 1px solid #25aebc; color:#ffffff;}
.step-3-back-btn .goback{ background-color: #25aebc; border: 1px solid #25aebc; color:#ffffff; outline: none; margin-left: 0px;}
.text-left{text-align: left;}
.step-3-back-btn .goback:hover{background-color: #f37421; border: 1px solid #f37421; color:#ffffff;}
.bublish-left-wrapper{width: 100%;height: 1130px;min-width: 100%; min-height: 100%; position: relative; padding:15px;}
.bublish-left-wrapper:before{background-image: url('../images/bublish_faq_bg.jpg'); padding:15px; background-size: contain; content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 1130px; opacity: 0.4;}
.bublish-faq-video{background-color: rgb(240, 134, 43); width: 100%; display: block; position: relative; text-align: center; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px; margin-bottom: 10px; height: 291px;}
.videoBox{width: 100%; height: 100%; display: none; position: relative; z-index: 999;}
.bublish-faq-video .video-content{width: 100%; height: 100%; position: absolute; top:25px; right: 0; padding: 30px;}
.fa-youtube-play{font-size: 44px; color: #ffffff; cursor: pointer;}
.fa-youtube-play:hover{color: #f01;}
.bublish-faq-video .video-content p{display: block; color: #ffffff; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 24px; line-height: 36px;}
.bublish-faq-info{position: relative; overflow: hidden; background-color: rgb(52, 171, 186); color: #ffffff; padding: 15px 25px; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.bublish-faq-info h6{text-align: center; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 16px;}
.bublish-faq-info ul{list-style: none;}
.bublish-faq-info ul li{position: relative; width: calc(50% - 20px); margin-right: 20px; float: left;}
.bublish-faq-info ul li:before{    
    content: "";
    position: absolute;
    left:-15px;
    top:5px;
    opacity: 1;
    mix-blend-mode: normal;
    padding: 0px;
    border-width: 1px;
    border-color: rgb(240, 134, 43);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.bublish-faq-info ul li:after{ 
    content: "";
    position: absolute;
    left:-16px;
    top:10px;
    opacity: 1;
    mix-blend-mode: normal;
    padding: 0px;
    border-width: 1px;
    border-color: rgb(240, 134, 43);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.bublish-faq-info ul li p{font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 14px;}
.bublish-faq-share ul{list-style: none; padding: 0;}
.bublish-faq-share ul li{display: inline-block; margin-right: 18px;}
.bublish-faq-share ul li:last-child{margin-right: 0;}
.bublish-faq-share{
  position:absolute; bottom: 88px; margin: 0 auto; left:0; right: 0; padding: 7px; text-align: center; color:#25c0df; width: 392px; height: 72px; background-color: #ffffff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius:2px;
}
.bublish-faq-share ul li a.bublish_amazon{background-image: url('../images/bublish_amazon.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;}
.bublish-faq-share ul li a.bublish_apple{background-image: url('../images/bublish_apple.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;}
.bublish-faq-share ul li a.bublish_bn{background-image: url('../images/bublish_bn.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;}
.bublish-faq-share ul li a.bublish_kobo{background-image: url('../images/bublish_kobo.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;}
.bublish-faq-share ul li a.bublish_indiebound{background-image: url('../pics_sm/indiebound_icon.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;background-size: cover;background-position: center center;}
.bublish-faq-share ul li a.bublish_google_play{background-image: url('../pics_sm/googleplay_icon.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;background-size: cover;background-position: center center;}
.bublish-faq-share ul li a.bublish_IngramSpark{background-image: url('../pics_sm/IngramSpark.png'); background-repeat: no-repeat; display: block; width: 30px; height: 30px;background-size: cover;background-position: center center;}

.bublish-right-wrapper{width: 100%; height: 100%; position: relative; padding: 5px;}
.bublish-top-content .heading{color: rgb(240, 134, 43); font-size:16px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600;}
.bublish-top-content .content, .bublish-top-content .price{color: rgb(52, 171, 186); font-size:14px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;}
.bublish-top-content .price{margin-bottom: 15px;}

.bublish-accordion .panel-group .panel {border-radius: 0; box-shadow: none; border-color: rgb(220, 220, 220);}
.bublish-accordion .panel-default &gt; .panel-heading {padding: 0; border-radius: 0; color: #000; background-color: rgb(245, 245, 245); border-color: rgb(220, 220, 220); }
.bublish-accordion .panel-title {font-size: 14px;}
.bublish-accordion .panel-title &gt; a {display: block; padding: 10px; text-decoration: none; color: #000000; font-size: 14px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;}
.bublish-accordion .more-less { float: right; color: #212121;}
.bublish-accordion .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {border-top-color: rgb(220, 220, 220); padding: 10px;}
.bublish-faq-form h6{color: rgb(52, 171, 186); font-size: 16px; line-height: 20px;}
.bublish-form-wrapper{padding:20px 10px;}
.bublish-form-wrapper .form-group{margin-bottom: 15px;}
.bublish-form-wrapper .form-group .col-form-label{text-align: right; line-height: 30px; font-size: 14px; font-weight: 600; font-family: 'Source Sans Pro', sans-serif;}
.bublish-form-wrapper .form-group .col-form-label.text-left{text-align: left;padding-left: 25px;}
.bublish-faq-form button, .bublish-faq-form button:hover{color: #ffffff;}
.bublish-faw-info p{font-size: 14px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;}




.thankyou-wrapper{text-align: center; width: 100%; float: left; padding: 10px 28%;}
.thankyou-wrapper h3{font-size:20px; font-weight: 600; color: #363636; opacity: 0.9;}
.thankyou-wrapper p{color: rgb(52, 171, 186); font-size: 13px; font-weight: 400;padding-top: 10px;}
body .container ul.stepWizard{list-style: none; border-collapse: separate; display: table; margin-left: 0px; position: relative; table-layout: fixed; text-align: center; vertical-align: middle;  padding-left: 0; padding-top: 20px;}
body .container ul.stepWizard li{display: table-cell; position: relative; float: none; padding: 0; width: 1%;}
body .container ul.stepWizard li .step{background-color: rgb(67,175,187); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border: 1px solid rgb(67,175,187); color: #fff; font-size: 24px; height: 64px; line-height: 64px; margin: 0 auto; position: relative; width: 64px; z-index: 1; }
body .container ul.stepWizard li .step:hover{cursor: pointer;}
body .container ul.stepWizard li.active .step{background-color: rgb(237,116,45);border-color: rgb(237,116,45); color:#fff;}
body .container ul.stepWizard li.active .step a{color:#fff;}
body .container ul.stepWizard li .step a{color: #fff; text-decoration: none; font-weight: 600;}
body .container ul.stepWizard li.complete .step{background-color: #cdcdcd;border-color: #cdcdcd;pointer-events: none;}
body .container ul.stepWizard li:before{left:50%;}
body .container ul.stepWizard li:after{background-color: rgb(52, 171, 186); left:50%; content: "";  display: block;  height: 1px;  position: absolute;  width: 100%; top: 32px;}
body .container ul li:last-child:after{display: none;}
body .container ul.stepWizard li .caption{padding: 10px 0px;}

body .bublish-book-list{margin-top: 30px; margin-bottom: 30px;}
body .bublish-book-list .heading{color: rgb(240, 134, 43); font-size: 16px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600;}
body .bublish-book-items{list-style: none; padding: 0; margin:0; display: block; position: relative; display: flex; flex-wrap: wrap;}
body .bublish-book-list .bublish-book-items li:after{background-color: transparent; display: none;}
body .bublish-book-list .bublish-book-items li{border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px; border: 1px solid rgb(52, 171, 186); width: calc(50% - 5px); float: left; margin-top:5px; margin-bottom: 5px;margin-left: 5px;}
/*body .bublish-book-list .bublish-book-items li:nth-child(odd){margin-right: 5px;}*/
body .bublish-book-list .bublish-book-items li:nth-child(even){margin-left: 5px;}
body .bublish-book-list .bublish-book-items li.active{border: 1px solid #f37421; }
body .bublish-book-items li .bookwrap{width: 100%; float: left; padding:10px 10px 0;}
body .bublish-book-items li .bookwrapFrmWrap{width: 100%; float: left; padding:5px;}
body .bublish-book-list .bublish-book-items li .bookwrap .imgBx{width: 100px; float: left; position: relative;}
body .bublish-book-list .bublish-book-items li .bookwrap .imgBx img{width: 100%; display: block;}
body .bublish-book-list .infoBx{width: calc(100% - 100px); float: left; position: relative;}
body .bublish-book-list .infoBx .infoTitle{display: table; width: 100%; height: 43px; margin-top:24px; cursor: pointer;}
.editListInfo{display: none; text-align: center; width: 18px; height: 18px; border-radius: 50%; -webkit-border-radius:50%; -moz-border-radius:50%; position: absolute; right: 5px; top:12px; background-color: rgb(52, 171, 186);}
.editListInfo .fa.fa-pencil{color: #ffffff; font-size: 12px; vertical-align: top; padding-top: 3px;} 
body .bublish-book-list .infoBx h4{display: table-cell; position: relative; height: 100%; background: rgb(52, 171, 186); padding:10px 15px; vertical-align: middle; text-align: left;}
body .bublish-book-list .infoBx .infoTitle h4:hover .editListInfo{display: block;}
body .bublish-book-list .infoBx h4 a{text-decoration: none; color: #ffffff;}
body .bublish-book-list .infoBx h4 small{display: block; font-size: 12px; line-height: 18px; color: #ffffff;}
.bublish-book-list .infoBx .error{padding-left: 32px;}
.bublish-book-list .format-distribution{float: left; margin-left:15px;width:100%;}
.bublish-book-list .format-distribution .listhead{padding-top:5px;}

.format-distribution .InfoData{width: 100%; float: left; margin: 5px 0;}
.format-distribution .InfoData .listData{font-size: 14px; font-weight: 400;}
.format-distribution .InfoData .listData span{padding-left: 10px;}

.custom-control.custom-checkbox{text-align: left; position: relative; display: block; margin-right: 1em; white-space: nowrap; line-height: 1;}
/* Create a custom checkbox */
/* Hide the browser's default checkbox */
.custom-checkbox { display: block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
    user-select: none; padding-left: 11px;  padding-left: 18px;  line-height: 13px; text-align: left; margin-bottom: 8px; font-weight: 400;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.bublish-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;    
    border:1px solid #555;
    opacity: 0.7;
    -moz-border-radius:3px; -webkit-border-radius:3px;
}

/* On mouse-over, add a grey background color */
/*.custom-checkbox:hover input ~ .bublish-checkmark {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .bublish-checkmark {
    border:1px solid #555; border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; opacity: 0.8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.bublish-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .bublish-checkmark:after {
    display: block;
}
.custom-checkbox input:disabled ~ .bublish-checkmark{background-color: #ddd; cursor: not-allowed;}
/* Style the checkmark/indicator */
.custom-checkbox .bublish-checkmark:after {
      position: absolute;
      left: 1px;
      content: 'x';
      top:0;
      font-size: 15px;
      color: #555;
      opacity: 1;
      width:11px;
      height:11px;
      text-align:center;
      line-height: 9px;
}
.custom_radio_wrapper{
  margin: 15px 0 15px 125px;
  width: calc(100% - 125px);
  float: left;
}
.custom_radio_wrapper.add_new{
  margin: 15px 0 15px 0px;
  width: calc(100% - 123px);
  padding-left: 123px;
  float: left;
}
.custom_radio_wrapper .error-msg{padding-left: 23px;}
.custom_radio{
  width: 100%;
  display: table;
}
.imprint_wraps{padding-right: 15px;}
.custom_radio_wrapper.imprint{margin-top: 10px;}
.imprintname-selection .disclaimerIconImg{left: initial;right: 6px;top: 0;}
.addcustom.imprintname-selection .disclaimerIconImg{left: initial;right: -12px;top: 0;}
.imprintname-selection,.imprintname-wrap{position: relative;}
.imprintname-selection p{padding-right: 25px;}
.imprintname-wrap .disclaimerIconImg{top:0;right: -10px;left: initial;}
.custom_radio.addcustom{
  padding-left: 75px;
  margin: 35px 0;
}
.imprintname-selection .disclaimerIconImg .disclaimerIconTitle,
.imprintname-wrap .disclaimerIconImg .disclaimerIconTitle {
  right: 0;
  left: initial;
  top: auto;
  bottom: 0;
  padding-bottom: 30px;
}
.imprintname-selection .disclaimerIconImg .disclaimerIconTitle .toolTipdes:before,
.imprintname-wrap .disclaimerIconImg .disclaimerIconTitle .toolTipdes:before {
  right: 2%;
  left: initial;
}
.imprintname-selection .disclaimerIconImg:hover .disclaimerIconTitle,
.imprintname-wrap .disclaimerIconImg:hover .disclaimerIconTitle{display: block;}
.custom_radio input{
 display: none;
}
.custom_radio input + label{
 position: relative;
 display: inline-block;
 padding-left: 1.5em;
 margin-right: 2em;
 cursor: pointer;
 line-height: 1em;
 font-weight: 600;
 font-size: 15px;
}
.custom_radio h6{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 0 23px;
}
.custom_radio input + label:before{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 13px;
 height: 13px;
 border: 1px solid #555;
 border-radius: 3px; 
}

.custom_radio input:checked + label:before {
content: 'x';
left: 0px;
    top: 0;
    font-size: 15px;
    color: #555;
    opacity: 1;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 9px;
    font-weight: 200;
}




.custom-control-label{vertical-align: middle;}
.bookMark{position: absolute; left:-7px; top:-7px; width: 25px; height: 25px; border-radius: 50%; -moz-border-radius:50%; -webkit-border-radius:50%; background-color: rgb(240, 134, 43);}
.bookMark i.fa.fa-check{color: #ffffff;}

/*For checkmark circle*/
.checkmark__circle {stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 5; stroke-miterlimit: 10; stroke: rgb(240, 134, 43); fill: none; animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;}
.checkmark {position: absolute; right:-6px; top:-7px; width: 28px; height: 28px; border-radius: 50%; display: block; stroke-width: 4; stroke: #fff; stroke-miterlimit: 10; box-shadow: inset 0px 0px 0px rgb(240, 134, 43); animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;}
.checkmark__check { transform-origin: 50% 50%; stroke-dasharray: 48; stroke-dashoffset: 48; animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;}
i.fa.fa-plus-circle{position: absolute; right: -6px; top: -9px; font-size: 30px; color: rgb(209, 209, 209); font-weight: 400;}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px rgb(240, 134, 43);
  }
}
body .bublish-book-list .bublish-book-items li:last-child{cursor: pointer;}
body .bublish-book-list .bublish-book-items li:last-child .bookwrapBox:hover .addAnotherBook{background-color: rgb(240, 134, 43); color: #ffffff;}
body .bublish-book-list .bublish-book-items li:last-child .bookwrapBox:hover  .addAnotherBook span{color: #ffffff;}
.bookwrapBox{width: 100%; height: 100%; float: left;}
.addAnotherBook{margin: 0; padding: 0; width: 100%; height: 100%; display: table; min-height: 238px; text-align: center;}
.addAnotherBook span{display: table-cell; text-align: center; vertical-align: middle; font-size: 24px;  color: rgb(52, 171, 186); text-decoration: underline;}
label.format-dist{font-weight: 400 !important; font-size:14px;}
.bublish-step-2-wrapper{width: 100%; float: left;}
.bublish-step-2-wrapper .heading{color: rgb(240, 134, 43); font-size: 16px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600;}
.bublish-step-2-wrapper ul.step-2-List{list-style: none; padding: 0; margin:0 0 20px 0; width: 100%; float: left;}
.bublish-step-2-wrapper ul.step-2-List li{padding: 5px 0; width: calc(50% - 5px); float: left; margin-top:5px; margin-bottom: 5px; border-top:1px solid rgb(52, 171, 186);}
.bublish-step-2-wrapper ul.step-2-List li:nth-child(odd){margin-right:5px;}
.bublish-step-2-wrapper ul.step-2-List li:nth-child(even){margin-left:5px;}
.bublish-step-2-wrapper ul.step-2-List li .imbbx{width: 75px; float: right; position: relative;}
.bublish-step-2-wrapper ul.step-2-List li .imbbx img{width: 100%; display: block;}
.bublish-step-2-wrapper ul.step-2-List li .bookHeading{cursor: pointer; z-index: 9; padding-left: 25px; font-size: 20px; line-height: 28px; color: #363636; position: relative;}

/* .bublish-step-2-wrapper .bookHeading .editListInfo{display: none;} */
.bublish-step-2-wrapper .bookHeading .editListInfo{display: block; position: absolute; left:0; top:5px;}
/* .bookHeading:before{    
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    mix-blend-mode: normal;
    padding: 0px;
    border-width: 1px;
    border-color: rgb(240, 134, 43);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
.bookHeading:after{
    content: "";
    position: absolute;
    left: 1px;
    top: 14px;
    opacity: 1;
    mix-blend-mode: normal;
    padding: 0px;
    border-width: 1px;
    border-color: rgb(240, 134, 43);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
} */
.bublish-step-2-wrapper ul li .bookHeading:hover:after,.bublish-step-2-wrapper ul li .bookHeading:hover:before{opacity: 0;}
.bublish-step-2-wrapper ul li .bookList p{margin-bottom: 5px; margin-left: 25px;}
.borderBottom{width: 100%; float: left; margin-bottom: 25px; border-top:1px solid #25aebc;}
.bublish-popup-wrapper .modal-content{border-radius: 0; -webkit-border-radius:0; -moz-border-radius:0; border:2px solid #25aebc; position: relative;}
.bublish-popup-wrapper .modal-content .close, .bublish-popup-wrapper .modal-content .close:hover{position: absolute; opacity: 1; width: 21px; height: 21px; border-radius: 50%; -moz-border-radius:50%; -webkit-border-radius:50%; background: #ffffff; top:-11px; right: -7px; z-index: 999;}
.bublish-popup-wrapper .modal-content .close .fa.fa-times-circle{opacity: 1; color: #25aebc;}
.bublish-popup-wrapper .modal-content .bublish-form-wrapper{padding: 0;}
.bublish-popup-wrapper .modal-content .bublish-form-wrapper p{color: #25aebc; text-align: center; padding-left: 38px; font-size: 16px;}

.bublish-sample-box{width: 100%; float: right; text-align: right; margin: 15px 0;}
.bublish-sample-box.txt-left{text-align: left;}

.bublish-sample-box.dtlink{margin: 0;float: left;width: 50%;}
.bublish-sample-box.dtlink .rgtBtn{margin: 0;}
.bublish-sample-box .lftHeading{display: inline-block; line-height: 36px; vertical-align: middle;}
.bublish-sample-box .lftHeading i.fa.fa-file-text-o{font-size: 30px; color: rgb(163, 163, 163); vertical-align: middle;}
.bublish-sample-box .lftHeading span{margin-left: 15px;}
.bublish-sample-box .rgtBtn{display: inline-block; margin-left:15px; margin-right: 15px;}
.bublish-sample-box .rgtBtn button{color: #fff; background-color: #f37421;border-color: #f37421;}
.bublish-sample-box .rgtBtn button:hover{background-color: #25aebc; border-color: #25aebc;}
.bublish-sample-box.bublish-sample-box_prev .rgtBtn button{background-color: #25aebc;border-color: #25aebc; padding: 6px 15px;}
.bublish-sample-box.bublish-sample-box_prev .rgtBtn button:hover{background-color: #f37421;border-color: #f37421;}
.bublish-sample-box.txt-left.bublish-sample-box_prev .rgtBtn button{
  padding: 6px 14px;
}
.bublish-sample-box.bublish-sample-box_prev {
  float: left;
  width: 50%;
}
.bottomContent p{font-style: italic;}
.addon-textBx{width: 100%; float: left; margin-top:0px; padding: 0px;margin-bottom: 10px;}
.addon-textBx .custom-checkbox{color: rgb(54, 54, 54); font-size: 12px; line-height:16px; margin-top:15px;}
.addon-textBx .bublish-checkmark{top:1px;}
.clearfix{clear: both;}
.addon-textBx .noisbn{margin-left: -22px;}
.addon-textBx .p-0{padding-left: 0;padding-right: 0;}

.bublish-step-3-wrappr .heading{color: rgb(240, 134, 43); font-size: 16px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600;}
.bookList-wrapper{width:100%; float: left; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgb(52, 171, 186);}
.bookList-wrapper.agreemnt{border-bottom: 0;margin-bottom: 0;padding: 0;}
.bookList-wrapper.agreemnt .bookItem{width: calc(33.33% - 10px);}
.bookList-wrapper .bookItem {position: relative; width: calc(25% - 10px); height: 100%; min-height: 98px; display: table; margin-right: 15px; float: left; border:1px solid rgb(52, 171, 186); border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px; padding: 7px;margin-bottom: 10px;}
.bookList-wrapper .bookItem .checkmark{right:6px; top:-32px;}
.bookList-wrapper .bookItem.active{border:1px solid rgb(240, 134, 43);}
.bookList-wrapper .bookItem:nth-child(3){margin-right: 0;}
.bookList-wrapper .bookItem .imgBx{width: 51px; float: left;}
.bookList-wrapper .bookItem .imgBx img{width: 51px; float: left;}
.bookList-wrapper .bookItem .details{display: inline-block; width: calc(100% - 60px); margin-left: 9px; height: 100%; float: left; position: relative;}
.bookList-wrapper .bookItem .details .headingInfo{display:table-cell; vertical-align: middle; font-size: 16px; line-height: 18px; color: #363636;padding-top: 2px;}
.bookList-wrapper .bookItem .details .headingInfo small{display: block; color: #363636; font-size: 12px; line-height: 18px;}
.bookList-wrapper .bookItem .details .headingInfo .heading_sbtitle{text-align: left;}

.bublish-step-3-formWrapper{width: 100%; float: left;}
.bublish-left-form, .bublish-right-form{width: 100%; float: left; background-color: #f7f7f5; padding:15px 25px; border:1px solid #d1d1d1; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px;}

.custom-form-wrapper{width: 100%;float: left;}
.bublish-step-3-wrappr .custom-form-wrapper{width: 80%;display: table;margin: 0 auto;float: none;}
.custom-form-wrapper .heading{color:#f0862b; font-size: 18px; font-weight: 600; line-height: 24px; text-align: center; font-variant:normal;}
.custom-form-wrapper .SubHeading{margin-bottom: 0px; text-align: left; color: #25aebc; font-size: 16px; line-height: 16px; font-weight: 600; }
.custom-form-wrapper .formGroup{width: 100%; float: left; margin-bottom: 10px;}
.custom-form-wrapper .formGroup .labelText{width: calc(35% - 15px); line-height: 34px; color: #363636; font-size: 15px; font-weight: 600; opacity: 1; margin-right: 10px; float: left; text-align: right;}
.custom-form-wrapper .formGroup .frmlft{width: calc(35% - 15px);float: left;height: 38px;vertical-align: top;text-align: right;padding-right: 2px;}
.custom-form-wrapper .formGroup .frmlft .disclaimerIconTitle{left: 75%;top: -35px;}
.custom-form-wrapper .formGroup .frmlft .disclaimerIconTitle .toolTipdes{text-align: left;}
.custom-form-wrapper .formGroup .frmlft .disclaimerIconImg{position: relative;left: 0;top: 0;}
.custom-form-wrapper .formGroup .preorder_compaign_container{padding-left: 10px;}
.custom-form-wrapper .formGroup .preorder_compaign_container .custom-required{height: 38px;float: left;padding-right: 3px;}
.custom-form-wrapper .formGroup .labelText.text-left{text-align: left;}
.custom-form-wrapper .formGroup .frmWrapper{width: 65%; float: left; position: relative;}
.custom-form-wrapper .formGroup .frmWrapper .custom-select + i.fa.fa-chevron-down{position: relative; float: right; top:-24px; right: 6px;}
.custom-form-wrapper .formGroup .frmWrapper textarea{resize: none;min-height: 125px}
.custom-form-wrapper .formGroup .frmWrapper .custom-select{height: 34px; width: 100%; padding: 0px 20px 0px 8px; color: #363636; font-size: 16px; outline: 0; font-weight: 400; opacity: 1; background-color: #ffffff; border-color: #cbcbcb; border-width: 1px; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.upload-disclaimer{width: 100%; float: left; text-align: center; padding: 25px 0; font-size: 12px;}
/*.custom-form-wrapper .custom-select{position: relative; -webkit-appearance: none;  -moz-appearance: none; -o-appearance: none;}*/


.custom-radio {position: relative; display: block;  min-height: 1.5rem;  padding-left: 1.5rem;}
.custom-radio input{ position: absolute; z-index: -1; opacity: 0;}
.custom-radio input[type=radio] {box-sizing: border-box; padding: 0;}
.custom-radio .custom-control-label::before { transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.custom-radio .custom-control-label{position: relative; margin-bottom: 0; padding-left: 6px; font-weight: 400;}
.custom-radio .custom-control-label::before { position: absolute; top: .25rem;left: -1.5rem; display: block; width: 15px; height: 15px; pointer-events: none; content: ""; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #cccccc;}
.custom-radio .custom-control-input:checked~.custom-control-label::before { color: #fff; background-color: #ffffff; border: 5px solid rgb(52, 171, 186);}
.custom-radio .custom-control-label::after { position: absolute; top: .25rem; left: -1.5rem; display: block; width: 15px; height: 15px; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%;}
.custom-radio .custom-control-label::before {border-radius: 50%;}

/*For document confirmation page*/
.document-confirmation-wrapper{text-align: center; margin: 25px auto; background-color: #ffffff;}
.document-confirmation-wrapper h4{font-weight: 700; font-size: 18px; margin:16px 0px; color: #25aebc;}
.document-confirmation-wrapper h4.review_head{text-align: left;}
.document-confirmation-wrapper p.agreeNote{text-align: left;}
.document-confirmation-wrapper h6{font-size: 13px; line-height: 18px; font-weight: 600;margin: 0 0 16px;}
.document-confirmation-wrapper h6 a{color: #363636; text-decoration: underline;}
.document-confirmation-wrapper h6 a:hover{color: #25aebc;}
.content-iframe{max-height: 250px; overflow-y: auto; text-align: left; padding: 12px; border:1px solid #D3D3D3;}
.content-iframe h5{font-weight: 700; font-size: 18px; margin:18px 0px;}
.content-iframe ul{list-style: none; padding: 0;}
.content-iframe ul li span{float: left;}
.content-iframe ul li p{margin-left: 30px;line-height: 24px;}
.content-iframe p{line-height: 22px;padding-bottom: 5px;}
.content-iframe h6{line-height: 24px;}
.content-iframe ul li p span,.content-iframe ul li p a{color: #25aebc;}
/*.document-confirmation-wrapper .confirmText{font-size: 16px; line-height: 18px; color: #363636; padding-bottom: 15px;}*/
.document-confirmation-wrapper .confirmText{line-height: 18px; padding-bottom: 15px;}
.document-confirmation-wrapper .document{font-size: 16px; line-height: 18px; color: #363636; padding-bottom: 0px; margin-left: 30%; text-align: left;}
.document-confirmation-wrapper .btn-wrapper{margin-top: 30px; width: 100%;float: left;}
.document-confirmation-wrapper .document i.fa.fa-file-text-o{font-size: 30px; vertical-align: middle; color: rgb(163, 163, 163);}
.document-confirmation-wrapper .document span{margin-left: 15px; font-size: 14px;}
.document-confirmation-wrapper .doclink{margin-bottom: 20px;}
.document-confirmation-wrapper .doclink a{color: rgb(52, 171, 186); font-size: 16px; line-height: 18px; margin-bottom: 15px; text-decoration: none;}
.document-confirmation-wrapper .btn-wrapper a.btn.btn-primary{background-color: #25aebc !important; border: 1px solid #25aebc !important; color: #ffffff !important; outline: none; text-decoration: none;}
.document-confirmation-wrapper .btn-wrapper a.btn.btn-primary:hover{background-color: #f37421 !important; border: 1px solid #f37421 !important; text-decoration: none;}
/*End for document confirmation page*/
p.headingText{padding-bottom: 15px;}
label.custom-checkbox.accept-terms{display: inline-block; margin-top: 10px;}
.signUpformWrapper .bublish-form-wrapper{padding: 10px 20px;}
.signUpformWrapper .bublish-left-wrapper:before{height: 1220px;}
.signUpformWrapper .bublish-left-wrapper{height: 1230px;}

.monthlyContractWrapper .custom-radio{display: inline-block;}
.monthlyContractWrapper .custom-radio.saveCard{margin-right: 10px; margin-bottom: 15px;}

.chargify-error-messages{color: #e4782c;font-weight: bold;margin-top:25px;}
.chargify-error-messages p{margin-bottom:5px;}
.hyphan{position: absolute; right: 0; top:8px;}

.TopWrapper{min-height: 70px; border:1px dashed #363636; padding:20px; background-color: #ffffff; margin-top:10px; border-radius: 4px; -moz-border-radius:4px;  -webkit-border-radius:4px; }
/*.TopWrapper:hover{background: rgba(255, 255, 255, 0.6); cursor: pointer;}*/
.upload-btn-wrapper {position: relative; overflow: hidden; display: table;  vertical-align: middle; width: 100%; text-align: center;}
.upload-btn-wrapper .btnBrowse{display: table-cell; float: right; line-height: 45px; vertical-align: middle;}
.upload-btn-wrapper .browseBtn{padding:7px 30px;  cursor: pointer; position: relative; color: #fff;}
.upload-btn-wrapper .upload{color: #000000; width: 265px; text-align: left; line-height: 18px; padding: 0 10px; font-size: 14px; display: table-cell; vertical-align: middle;}
.upload-btn-wrapper .uploadIcon{padding:0; width: 60px; display: table-cell; vertical-align: middle;}
.upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: -20px; height: 85px; opacity: 0;}
.editIconWrapper{display: table; position: relative; width: 100%; float: left; text-align: center;}
.editIconWrapper .editIcon{position: absolute; left:-10px; top:-10px; z-index: 9; cursor: pointer; display: table; width: 18px; height: 18px; border-radius: 50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#34abba; padding: 2px;}
.editIconWrapper .editIcon i{color: #ffffff; font-size: 10px; line-height: 12px; display: table-cell;}
.editIconWrapper .fileName{display: table-cell; vertical-align: middle;}
.editIconWrapper .fileName span{font-size: 14px; color: #363636; font-weight: 600; line-height: 18px;}
.TopWrapper .upload-btn-wrapper input[type=file]{width: 100% !important;}

.monthlyContractWrapper .bublish-left-wrapper:before{height: 1036px;}
.monthlyContractWrapper .bublish-left-wrapper{height: 1050px;}


/* 11-13-2018 */
#bublishFaqTab.nav{margin-top:20px;}#bublishFaqTab.nav-tabs&gt;li{width:50%;text-align:center;font-size:16px;font-weight:600;}
#bublishFaqTabContent .tab-pane .bublish-faq-form h6{padding-left:20px;}
.PT-0{padding-top: 0 !important;}
.accept-terms{position: relative;}
.termsText{display: inline-block;}

/*format-checklist*/
.format-checklist-wrapper .modal-content{width: 400px; margin: 0 auto; }
.modal-cross-wrapper{position: relative;}
.modal-cross-wrapper button.close{position: absolute; right: -12px; top:-14px; z-index: 9; width: 30px; height: 30px; background-color: #ebebeb; border-radius: 50%; -moz-border-radius:50%; -webkit-border-radius:50%; opacity: 1;}
.modal-cross-wrapper button.close span{color: #909090; font-size: 20px;}
.modal-cross-wrapper button.close:hover{background-color: #ebebeb; opacity: 1;}
.format-checklist-content{padding: 30px;}
.format-checklist-content h4{font-size: 18px; line-height: 24px; color: #f0862b; font-weight: 600; margin-top:0px; margin-bottom: 12px;}
.format-checklist-content h6{color: rgb(52, 171, 186); font-size: 16px; line-height: 20px; font-weight: 400;}
.format-checklist-content p:last-child{margin-bottom: 0;}
.format-checklist-content span{font-weight: 600; }
.mt-15{margin-top: 15px;float: right;}
.mt-15 .btn{padding: 7px 40px;}
.no-padding{padding-left:0; padding-right:0;}

/*28-11-19*/
.confirmation-wrapper{padding: 0px; text-align: left;} 
.confirmation-wrapper h3{text-align:center;font-size: 24px;  font-weight: 600;  color: #000; opacity: 0.9; margin-bottom: 15px;}
.confirmation-wrapper p{color:#34abba; font-size: 16px; line-height: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;}
.confirmation-row{padding: 15px 0;}
.confirmation-row .title{border-bottom: 1px solid #34abba; padding-bottom: 5px; width: 100%; float: left;}
.contentAbout .bookDetail h5{color: #363636; font-weight: 400; font-size: 20px; line-height: 28px; margin-top:5px; margin-bottom: 0px;}
.contentAbout .bookDetail p{color: #363636; font-weight: 400; font-size: 14px; line-height: 18px; margin-bottom: 0;}
.contentAbout .bookDetail .bookInfo{padding: 4px 0;}
.contBookwrapper{margin: 35px 0; padding-left:20px; border-left: 1px dashed #34abba; }
.contBookwrapper .contentBookDetail h6{color: #363636; font-weight: 600; font-size: 14px; line-height: 18px; margin-bottom: 7px;}
.contBookwrapper .contentBookDetail p{color: #363636; font-weight: 400; font-size: 14px; line-height: 18px; margin-bottom: 6px;}
.contBookwrapper .contentBookDetail .fileBox{padding: 8px 0 20px 0;}
.contBookwrapper .contentBookDetail .file{position: relative; padding-left: 20px;}
.contBookwrapper .contentBookDetail .file.tick:before{content: ''; background-image: url('/bublish_assets/images/ico-checkmark.png'); background-repeat: no-repeat; background-position: left; width: 12px; height: 12px; position: absolute; left: -2px;background-size: contain;top:4px;}
.contBookwrapper .contentBookDetail .file.cross:before{content: ''; background-image: url('/bublish_assets/images/ico-crossmark.png'); background-repeat: no-repeat; background-position: left; width: 10px; height: 10px; position: absolute; left: 0px;top: 4px;background-size: contain;}
.checkConfirm{margin-top: 35px;}
.checkConfirm a{padding-left: 10px; color: #34abba; text-decoration: none; font-weight: 400;}
body .container-fluid.header .no-padding{padding-right: 0 ; padding-left: 0;}
.confirmation-wrapper .congratsHead{margin-bottom: 4px;}
.confirm-row {
  display: flex;
  flex-wrap: wrap;
}

.confirm-row  .confirm-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.confirm-row  .confirm-col .contBookwrapper{height: 100%;border-left: 0;}
/*For tooltip*/
.titleTooltip{position: relative;}
.titleTooltip .toolTipdes{padding: 7px 12px; width: 185px;word-break: break-word;}
.titleTooltip .toolTipdes .status_info_text{font-weight: 600; padding-top: 5px;}
.titleTooltip .disclaimerIconImg:hover .disclaimerIconTitle{display: block;}
.disclaimerIconImg{position: absolute; left: 15px; top: 10px; cursor: pointer;}
.disclaimerIconTitle{display: none; position: absolute; left: -22px; top: -110px; cursor: pointer;}

.frmWrapper.author:hover .toolTipAuthor{display: block;}
.toolTipAuthor{display: none; position: absolute; top:-55px; left: -140px;}
.toolTipAuthor .toolTipdes:before{left: 80%;} 

.frmWrapper.website{position: relative;}
.frmWrapper.website:hover .toolTipWebsite{display: block;}
.toolTipWebsite{display: none; position: absolute; top:-82px; left: -140px;}
.toolTipWebsite .toolTipdes:before{left: 80%;} 

.frmWrapper.bleed{position: relative;}
.frmWrapper.bleed:hover .toolTipBleed{display: block;}
.toolTipBleed{display: none; position: absolute; top:-109px; left: -2px;}
.toolTipBleed .toolTipdes:before{left: 10%;} 

.frmWrapper.tooltip-bx{position: relative;}
.frmWrapper.tooltip-bx:hover .toolTipImprint{display: block;}
.toolTipImprint{display: none; position: absolute; top:-151px; left: 0;}

.preOrder{position: relative;}
.disclaimerIcon{position: absolute; left:-25px; top:-7px; cursor: pointer;}
.disclaimerIcon:hover .toolTipContainer{display: block;}

.toolTipContainer{display: none; position: absolute; top:-110px; left: -24px;}
.toolTipdes{z-index: 9; width: 205px; padding: 7px; font-size: 12px; color: #ffffff; line-height: 14px; background-color: #999999; position: relative; border-radius: 1px; -moz-border-radius:1px; -webkit-border-radius:1px;}
.toolTipdes:before{content: ""; position: absolute; top: 100%; left: 8%; margin-left: 10px; border-width: 8px;  border-style: solid; border-color: #999999 transparent transparent transparent;}
.loader {display: block;position: fixed;z-index: 99999;background-image: url('/bublish_assets/images/ajaxlogo.gif');background-color: #fff;opacity: 0.8;background-repeat: no-repeat;background-position: center;left: 0;bottom: 0;right: 0;top: 0;}
label.custom-checkbox.format_disabled {opacity: 0.6;}
.contentAbout{margin-top:30px;}

/* 19-06-2020 amresh */
.padTop.titleTooltip .disclaimerIconImg{left: initial; right: -10px; top: 75px;}
.padTop.titleTooltip .disclaimerIconImg .disclaimerIconTitle{left: initial;right: -2px;top: auto;
  bottom: 0;
  padding-bottom: 30px;;}
.padTop.titleTooltip .disclaimerIconImg .disclaimerIconTitle .toolTipdes:before{left: initial;right: 2%;}
.addon-addTT.titleTooltip .disclaimerIconImg{top: 0px; left: initial;right: -10px;}
.addon-addTT.titleTooltip .disclaimerIconImg .disclaimerIconTitle{left: initial;right: -2px;top: auto;
  bottom: 0;
  padding-bottom: 30px;}
.addon-addTT.titleTooltip .disclaimerIconImg .disclaimerIconTitle .toolTipdes:before{left: initial;right: 2%;}
.bublish-form-wrapper .btn{color: #fff;}
.bublish-form-wrapper .addon-addTT{position: relative;}
.bublish-book-list .format-distribution.titleTooltip{position: relative;}
.bublish-book-list .format-distribution.titleTooltip .disclaimerIconImg{right: 10px;left: initial;top:54px}
.bublish-book-list .format-distribution.titleTooltip .disclaimerIconImg .disclaimerIconTitle{right: 0;left: initial;top: auto;
  bottom: 0;
  padding-bottom: 30px;}
.bublish-book-list .format-distribution.titleTooltip .disclaimerIconImg .disclaimerIconTitle .toolTipdes:before{right: 2%;left: initial;}
.bublish-faw-info .annual-author-btn:hover {background-color: rgb(52, 171, 186); color: #fff;border-color: rgb(52, 171, 186);}
.bublish-faw-info .annual-author-btn{background-color: #f37421;color:#ffffff;border-color: #f37421;}
/* 17-06-2020 amresh */
#thin_header #nav_links_area .menu_wrapper .nav_links ul{list-style: none;padding: 0;}
#thin_header #nav_links_area .menu_wrapper .nav_links ul li{display: block;line-height: 14px;position: relative;}
#thin_header #nav_links_area .menu_wrapper .nav_links ul li.dropdown:hover .dropdown-menu{display: block;}
#thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu{
  position: absolute;
    top: 14px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -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;
}
#thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li {display: block; text-align: left; border-right: 0;}
#thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li a{display: block;
  padding: 0px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;}
#thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li a:hover{background-color: transparent; color: #25aebc;}
.container-fluid button.btn-iagreed{background-color: #f37421;border: 1px solid #f37421;}
.container-fluid button.btn-iagreed:hover{background-color: #25aebc; border: 1px solid #25aebc;}
.container-fluid button.btn-iagreed.btn-disable{background-color: #cdcdcd;
  border-color: #cdcdcd;
  pointer-events: none;}           

.addon-textBx-wrapper .noisbn{margin-left: 0px;}
.addon-textBx-wrapper .p-0{padding-right: 0;padding-left: 0;}
/* .addon-textBx-wrapper .listhead.noisbn{margin-left: -22px;} */

/* 14-08-20 */
.bookList-wrapper .bookItemChecked .checkmark{top: 6px}


/* 11-14-2018 */
label.myCheck{position:relative;display:block;padding:0 0 0 22px;font-weight:400;}label.myCheck input[type='checkbox']{opacity:0;position:absolute;left:0;top:0;z-index:4;width:100%;height:100%;cursor: pointer;}.myCheck .bublish-checkmark{left:0;top:4px;margin:0;z-index:2;font-size:12px;text-indent:-9999px;line-height:11px;text-align:center;}
label.myCheck input[type='checkbox'].tos-checked + .bublish-checkmark{text-indent:0;}

/* 11-16-2018 */
.form-group.row{margin-bottom:6px;}.form-group.row label.addontext.col-sm-3{font-size:12px;text-align:right;padding-top:8px;padding-right:0;padding-left: 5px;}.form-group.padTop{padding-top:10px;}.form-group.padTop label.format-dist{padding-top:11px;}.addon-textBx.padT0{padding-top:5px;margin-top:0;}
.form-group.row .addon-textBx-wrapper label.addontext.col-sm-3{padding-top:4px;margin-bottom:0;}
.bublish-form-wrapper .form-group.addbkfrmt{padding-left: 123px;}
.bublish-form-wrapper .form-group.addbkfrmt .text-left{padding: 0;}
.bublish-form-wrapper .form-group.addbkfrmt .format-distribution{margin-left: -8px;}
.bublish-form-wrapper .form-group.addbkfrmt .isbn-selection,.bublish-form-wrapper .form-group.addbkfrmt .custom_radio.addcustom{margin: 10px 0;padding: 0;}
.bublish-form-wrapper .form-group.addbkfrmt .imprintname-note-1{padding-left: 0px;}
.bublish-form-wrapper .form-group.addbkfrmt .imprintname-note-3{margin-left: 0px;}
.bublish-form-wrapper .form-group.addbkfrmt .addcustom.imprintname-selection .disclaimerIconImg,
.bublish-form-wrapper .form-group.padTop.titleTooltip.addbkfrmt .disclaimerIconImg{right: -5px;}
.addon-textBx-wrapper .imprintname-wrap .disclaimerIconImg{right: -5px;}
.bookwrapBox .titleTooltip .disclaimerIconImg.add_bt{left: 10px;}
/* 11-16-18 (2nd Part) */
.frmBtn{padding:0 12px 20px;margin-top:-20px;}
#contract-sign-popup, #guidelines{ top: 65px !important;}

/* 12-14-2018 */
.addTT{position:relative;}
.form-group.row.addTT{margin-bottom: 6px;}
.addTT .titleTooltip{position:absolute;top:-10px;right:22px;}
.addTT.addTTC .titleTooltip{right: inherit; left: -22px;}
.bublish-left-form .addTT .titleTooltip,.bublish-right .addTT .titleTooltip{right:15px;}
.bublish-right-form .addTT.addTTC .titleTooltip{right: inherit;}
.addTT .titleTooltip .disclaimerIconTitle{top:auto;right:0;left:auto;bottom:0;padding:0 0 28px;}
.addTT .titleTooltip .disclaimerIconTitle .toolTipdes:before{left:auto;right:2px;}
label.required-field:after, p.required-field:after {content: " *"; color: red;}
.addTT.addTTC .disclaimerIconImg{left: 0;}
.addTT.addTTC .titleTooltip .disclaimerIconTitle{top:auto;left:0;right:auto;bottom:0;}
.addTT.addTTC .titleTooltip .disclaimerIconTitle .toolTipdes:before{left:2px;right:auto;margin-left: 1px;}


/* 12-17-2018 */
.bublish-right-form .addTT .titleTooltip{right:15px;}
.is-disabled{cursor: not-allowed;}

/* 13-03-2019 */
#sign_in_form .alert { margin-bottom: 5px;}

/* 18-03-2019 */
.menu_wrapper .nav_links{overflow:visible;}em.alertBadg{font-style:normal;display:inline-block;width:18px;height:18px;border-radius:50%;background-color:#25aebc;color:#ffffff;text-align:center;line-height:18px;font-size:9px;font-weight:bold;position:relative;top:-7px;left:0px;}.dataTable thead tr th{vertical-align:bottom;}
.step-3-save-btn .btnsave{ background-color: #f37421; border: 1px solid #f37421; color:#ffffff; outline: none; margin-left: 0px;}
.step-3-save-btn .btnsave:hover{background-color: #25aebc; border: 1px solid #25aebc; color:#ffffff;}
.error_file_upload {display: block; padding: 5px 0px 0 5px; color: #f01;}
/*.bookList-wrapper .bookItem.invalid-form-upload-checkbox {border: 1px solid #f01 !important;}*/
.error-bookitem { position: absolute; bottom: -20px; width: 100%; left: 0; font-size: 13px; color: #f01;}
.has_ingramspark_cover_container{width:100%; float:left;}
.has_ingramspark_cover_container p{margin-bottom: 5px; font-weight: 600;}
.create_ingramspark_cover_container{width:100%; float:left;}
.create_ingramspark_cover_container  p{margin-bottom: 5px; font-weight: 600;} 
.custom-required{color: #f01;}
.upload_paperback_container{margin-top:55px;}
.mgl-9{margin-left:9px;}
.custom-error-wrp label.error{display: block; position: absolute; width: 130px; top: 20px; left: 0px;}
.custom-checkbox input{height: auto;}
#partial-save-popup .modal-dialog { top: 50%; transform: translate(-50%,-50%); overflow: hidden; height: auto; position: absolute; left: 50%;}
#partial-save-popup .modal-dialog .format-checklist-content { text-align: center;}
.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.5em 5%;
    background: #25aebc;
    color: #fff;
    font-size: 13px;
    z-index: 99999;
    text-align: center;
    color: #fff;
}
.cc-cookies a{
    color: #fff;
    text-decoration: underline;
}
.cc-cookies a:hover{
    color: #fff;
    text-decoration: none;
}
.cc-cookies a.cc-cookie-accept{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #e4782c;
    padding: 8px 16px;
    border-radius: 4px;
    margin: 5px 0 0 10px;
}
.cookie-policy{width: 100%;display: table;}
.cookie-policy h1{padding-bottom: 20px;}
.cookie-policy p{padding: 5px 0;}
.cookie-policy p span{color: #848484}
.cookie-policy h3{padding: 10px 0;}
.cookie-policy ul li{padding-bottom: 10px;}
.cookie-policy p a{word-break: break-all}
.custom-checkbox.custom-checkbox-form {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
#distribution-save-popup .modal-dialog{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
}
.move_step_back{
    width: 100%;
    float: left;
    text-align: right;
    margin: 0;
    padding: 0 15px;
}
.move_step_back button{
    background-color: transparent!important;
    color: #ed732d;
    font-size: 14px;
    padding: 0;
    border: 0!important;
    line-height: 14px;
}
.move_step_back button:hover{
    color: #25aebc;
}
.move_step_back button span{
    vertical-align: initial;
}
.bublish-sample-box.bublish-sample-box_nxt{margin: 15px 0 5px 0; width: 50%;}
.mr8{margin-right:8px;}
.mr10{margin-right:10px;}
#profile_metrics_display .flat_button_alt, 
#books_area .book .book_info .cover_n_controls .controls.author_view .flat_button,
#books_area .book .book_info .cover_n_controls .controls.author_view .flat_button_alt{padding:3px 5px;}

#books_area .book .book_info .cover_n_controls .controls.author_view .flat_button_alt,
#books_area .book .book_info .cover_n_controls .manage_book &gt; a,
#books_area .book .book_info .cover_n_controls .export_book &gt; a{padding:3px 5px;}

#books_area .book .book_info .cover_n_controls .controls.author_view .flat_button.altColor{background-color:#e4782c;}
#books_area .book .book_info .cover_n_controls .controls.author_view .flat_button.altColor:hover,
#books_area .book .book_info .cover_n_controls .controls.author_view .flat_button.altColor:focus{background-color:#25aebc;}


.title_genre_synopsis .addTT{padding-top:2px;}
.title_genre_synopsis .addTT .titleTooltip{left:-35px;right:auto;}
/* .title_genre_synopsis .addTT .titleTooltip .disclaimerIconTitle{top:0;bottom:auto;} */
.addTT .titleTooltip span.ttIco{display:inline-block;color:#e4782c;text-align:center;font-size:16px;line-height:20px;}
.addTT .titleTooltip.gray span.ttIco{color:#aaaaaa;}
.addTT .titleTooltip a{color:#ffffff;font-weight:bold;}
#books_area .book .book_info .title_genre_synopsis.pl{padding-left:16px;}

#profile_metrics_display .btn-lg .flat_button_alt,
.btn-lg .flat_button_alt,
#profile_metrics_display .playIt.pull-left a.play_video_link,
#profile_metrics_display .playIt.pull-left a.flat_button_alt{
    padding:12px 16px;font-size:22px;-webkit-border-radius:8px;border-radius:8px;width:auto;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.col-sm-12 #profile_metrics_display .clearfix{margin:0;min-height:49px;}
.cb{clear:both;width:100% !important;}
.col-sm-12 #books_area .book .book_info .cover_n_controls .popup_wrapper_img{margin-bottom:6px;}
.col-sm-12 #books_area .book .book_info .title_genre_synopsis .synopsis .inner,
.col-sm-12 #books_area .book .book_info .title_genre_synopsis .synopsis{height:auto;min-height:350px;}
.col-sm-12 #books_area .book .book_info .title_genre_synopsis .synopsis .inner{height:290px;margin-bottom:20px;}
#books_area .book .book_info .cover_n_controls.cb #affiliate_popup #popup_wrapper table tr td:nth-child(2) a,
#books_area .book .book_info .cover_n_controls.cb .controls #affiliate_popup #popup_wrapper table tr td a{background-color:transparent !important;margin:0;text-align:left;display:inline-block;padding-left:6px;}
.cb.cbFWN{width:45% !important;}

.multiGridBtns .row{margin:0 -3px;}
.multiGridBtns .row div[class*="col"]{padding:0 3px 6px;}
.cover_n_controls.mgbGrids:not(.cbFWN){width:275px !important;}
#books_area .book .book_info .cover_n_controls.mgbGrids .controls.author_view .flat_button,
#books_area .book .book_info .cover_n_controls.mgbGrids .controls a{min-width:80px;margin:0;font-size:11px;}

#books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids:not(.cbFWN){width:100% !important;}
#books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids .controls.author_view.multiGridBtns{margin-right:0;}

/* added on 01/02/2020 */
.title_genre_synopsis .addTT .disclaimerIconImg{z-index:999;}
.title_genre_synopsis .addTT .titleTooltip .disclaimerIconTitle{bottom:16%;padding-bottom:25px;padding-right:20px;margin-right:-20px;}



#audio-book-sales-popup .modal-dialog { top: 50%; transform: translate(-50%,-50%); overflow: hidden; height: auto; position: absolute; left: 50%;}
#audio-book-sales-popup .modal-dialog .format-checklist-content { text-align: center;}
span.center-text-modal{display: block; padding-left: 6px; text-align: center;}

/* added on 01/13/2020 */
/* body div.bublish_overlay{left:50.9%;-webkit-transform:translateX(-50%);transform:translateX(-50%);} */
.sponsor_area a.bublish_button{margin:10px 12px;}

/* added on 01/28/2020 */
#signup_form_with_free_trial_option .row.retailers{text-align:center;}
#signup_form_with_free_trial_option .row.retailers .col-xs-2{width:auto;padding-left:6px;padding-right:6px;display:inline-block;float:none;}

/* added on 02-07-2020 */
.bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_area .actions ul li .share_popup a.universal_share_link img,
.bubble_area.panel_tenoftwelve_gridify .share_area .share_area_inner a.universal_link img{height:20px;position:relative;top:3px;}
.bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_area .actions ul li .share_popup a span.glyphicon{font-size:22px;}
.bubble_area.panel_tenoftwelve_gridify .share_area .share_area_inner a.universal_link img{left:3px;}




.closeLink, button.closeLink{
    position: absolute;
    right: -12px;
    top: -14px;
    z-index: 9;
    width: 30px;
    height: 30px;
    background-color: #ebebeb!important;
    border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border: 0!important;
    opacity: 1;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.closeLink span{
    color: #909090;
    font-size: 20px;
}

.universal_link_formsection{
    border-bottom: none !important;
}

/* added on 02/25/2020 */
.payRoyaltiesForm{float:none;max-width:620px;margin-left:auto;margin-right:auto;text-align: right;}
.payRoyaltiesForm.signAagrbtn{float: right;}
/*.payRoyaltiesForm .error.error-msg{text-align:left;}*/
.bublish-left-form.paymentBox,.paymentBox .custom-form-wrapper,.paymentBox .custom-form-wrapper .formGroup{float:none;}
.bublish-left-form.paymentBox{margin-bottom:20px;}
.paymentBox .custom-form-wrapper .formGroup::after{content:'';width:0;height:0;visibility:hidden;display:block;clear:both;}
.paymentBox .custom-form-wrapper p.heading{text-align:left;}
ul.payBoxesList,ul.payBoxesList li{list-style:none;margin:0;}
ul.payBoxesList{padding:0;}ul.payBoxesList li{padding:12px 0;border-top:solid 1px #d1d1d1;}
ul.payBoxesList li:first-child{border-top:0;}
.payBoxesFieldsWrap{display:none;padding:18px 0 0;}
.padTB-3,.container-fluid.header .col-sm-12.padTB-3{padding-top:2rem;padding-bottom:2rem;}
.payBoxesList li .custom-checkbox{padding-left:22px;font-weight:600;color:#000000;font-size:13px;margin:0;}
.custom-form-wrapper .payBoxesFieldsWrap .formGroup .labelText{font-size:13px; width: calc(35% - 14px);}
.btn-container-pay-royalties{text-align: center;}

.nav-tab-wrapper{width: 100%;float: left;list-style: none;}
.nav-tab-wrapper .nav-tab{display:inline-block;font-size: 16px;line-height:21px;font-weight: normal;color: #fff;background-color: rgb(52, 171, 186);padding: 10px 20px;margin:0 2px 0 0;cursor: pointer;text-decoration: none;}
.nav-tab-wrapper .nav-tab:first-child{border-radius: 3px 0 0 3px;}
.nav-tab-wrapper .nav-tab:last-child{border-radius: 0 3px 3px 0;}
.nav-tab-wrapper .nav-tab-active{background-color: rgb(240, 134, 43);}
.bublish-step-3-wrappr .tab-content {display: none;}
.bublish-step-3-wrappr .tab-content.active {display: block;}
.bookList-wrapper .infostatus{width: 100%;float: left;position: relative;bottom: 0;right: 0;margin-top: 5px;}
.bookList-wrapper .infostatus ul{list-style: none;text-align: left;padding: 0;margin: 0;}
.bookList-wrapper .infostatus ul li{display: inline-block;margin: 0 2px;border: 1px solid #ED7005;padding: 3px;display: none;}
.bookList-wrapper .infostatus ul li.egrey,
.bookList-wrapper .infostatus ul li.pgrey,
.bookList-wrapper .infostatus ul li.hgrey{border: 1px solid #d1d1d1;display: inline-block;}

.payBoxesFieldsWrap p{text-align: left;padding-left: 22px;}

.btn-sign-agrement{margin: 0 auto;display: table;margin-top: 20px;}
.bublish-step-3-wrappr .cart_details{
  width: 100%;
  float: left;
  background-color: #f7f7f5;
  padding: 15px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-top: 40px;
}
.bublish-step-3-wrappr .cart_details .heading{margin: 0 0 5px 0;}
.bublish-step-3-wrappr .cart_details .book_list_detail{
  width: 100%;
  float: left;
}
.bublish-step-3-wrappr .cart_details .book_list_wrp{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.bublish-step-3-wrappr .cart_details .book_list_detail h5{
  color: #363636;
  font-size: 15px;
  font-weight: 600;
  padding-left: 0px;
}
.bublish-step-3-wrappr .cart_details .book_list_detail ul{
  padding: 0 0 0 10px;
  list-style: none;
}
.bublish-step-3-wrappr .cart_details .book_list_detail ul li{
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
.bublish-step-3-wrappr .cart_details .book_list_detail ul li .close{
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 12px;
  line-height: 22px;
  color: #f37421;
  border: 0;
  background-color: transparent;
  opacity: 1;
}
.bublish-step-3-wrappr .cart_details .book_list_detail .edit_formate{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  line-height: 22px;
  color: #f37421;
  border: 0;
  background-color: transparent;
  opacity: 1;
}
.bublish-step-3-wrappr .cart_details .book_list_detail .cart_banner{width: 100%;}
.bublish-step-3-wrappr .cart_details .book_list_detail.no_formate{margin-top: 10px;}
.bublish-step-3-wrappr .cart_details .book_list_detail.no_formate ul{
  display: flex;
  align-items: center;
  height: 110px;
}
.bublish-step-3-wrappr .cart_details .btn-cart-save{
  background-color: #f37421;
    border: 1px solid #f37421;
    color: #ffffff;
    outline: none;
    float: right;
}
.bublish-step-3-wrappr .cart_details .book_list_detail .p-0{padding: 0;}
.bublish-step-3-wrappr .cart_details .btn-cart-save:hover{
  background-color: #25aebc;
    border: 1px solid #25aebc;
    color: #ffffff;
}
.bookList-wrapper .bookItem .details .headingInfo span{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 140px;
    display: block;
    text-align: left;
}
.confbukwrp:not(:last-child) .contBookwrapper{
  border-left: 0;
  border-right: 1px dashed #34abba;
}
.confbukwrp .contBookwrapper{
  padding: 0 25px;
}
.confbukwrp:first-child .contBookwrapper{
  padding-left: 0;
  border-left: 0;
}



/*freezing fields*/

.freeze {
   position: relative;
   cursor: default;
   pointer-events: none;
}
.freeze:after{
   content:'';
   position: absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background-color: rgba(0, 0, 0,0.2);
   z-index: 9999;
   border-radius: 3px;
   pointer-events: none;
   cursor: default;
}

.step-3-save-btn .btnsave.btn-disable, .step-3-save-btn .btnsubmit.btn-disable{
    background-color: rgba(0, 0, 0,0.2);
    border-color: rgba(0, 0, 0,0.1);
    opacity: 1;
    color: rgba(0, 0, 0,0.4);
    pointer-events: none;
}
.confirm-col.confbukwrp .contBookwrapper{position: relative;padding-bottom: 30px;}
.confirm-col.confbukwrp .contBookwrapper .checkConfirm{
  position: absolute;
  left: 25px;
  bottom: 0;
}
.confirm-col.confbukwrp:first-child .contBookwrapper .checkConfirm{left: 0;}
.form-group .col-lft{width: 23.2%;float: left;padding: 9px 15px 9px 5px;margin: 0;text-align: right;font-size: 12px;}
.form-group.penname-wrap .col-lft{width: 22.6%;}
.bublish-form-wrapper .form-group .col-lft{text-align: right;font-size: 12px;padding:4px 15px 0 0;}
.form-group .col-rgt{width: 72%;float: left;}
.form-group .col-rgt p{margin-top: 6px;}
.form-group.col-add-rgt .col-rgt {width: 75%;}
.stepno-wrapper{width: 100%;float: left;padding: 10px 0;}
.stepno-wrapper .heading{
  color: rgb(237,116,45);
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: left;
}
.form-group.custom-row .col-rgt{width: 76.8%;padding-right: 15px;}
.current_step{
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #f0862b;
  margin: 0 0 10px;
  font-weight: bold;
}
.current_step span{
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: rgb(237,116,45);
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
/*=============================*/


.gner_report{width: 100%;float: left;}
.container.form_notes .gner_report p{color: #363636;}
.fieldseparate{font-size: 18px;line-height: 24px;font-weight: bold;}
#new_book_modal .form-horizontal .control-label{font-size: 13px;font-weight: normal;}
#new_book_modal .form-horizontal .form-control{font-size: 13px;font-weight: normal;}
#new_book_modal .form-horizontal .help-block{font-size: 12px;margin: 0;}


@media all and (min-width:1200px) and (max-width:1366px){    
  #books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids .controls.author_view .flat_button,
  #books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids .controls a{min-width:76px;font-size:10px;}
}
@media all and (min-width:1200px) and (max-width:1520px){
  #books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids .multiGridBtns .row div.col-sm-4{width:40% !important;}
  #books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids .multiGridBtns .row div.col-sm-8{width:60% !important;}
}
@media all and (max-width:1199px){
  #books_area .book .book_info .cover_n_controls .popup_wrapper_img{min-height:0;}
  #books_area .book .book_info .cover_n_controls .cover_n_controls.mgbGrids .multiGridBtns .row div[class*="col"]{width:100% !important;}
}
@media all and (min-width:992px) {
  #thin_header #nav_links_area .menu_wrapper {
    top: -3px !important;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu {
    right: 100%;
    left: auto;
    top: -2px;
  }
  #thin_header #nav_links_area .menu_wrapper .glyphicon {
    margin-right: 6px !important;
  }
  #thin_header #nav_links_area .menu_wrapper span.menu_text {
    right: 3px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  /* #thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link{font-size: 12px; padding: 0 4px;} */
  .form-group.penname-wrap .col-lft{width: 27.5%;}
  .form-group .col-rgt{width: 65.7%;}
  .form-group .col-lft{width: 28.2%;}
  .form-group.custom-row .col-rgt{width: 71.8%;}
}
@media all and (max-width:1100px){
    #profile_metrics_display .btn-lg .flat_button_alt,
    .btn-lg .flat_button_alt,
    #profile_metrics_display .playIt.pull-left a.play_video_link{
        padding:6px 8px;font-size:16px;
    }
    .container-fluid.header #profile_metrics_display h2.cntrTxt{font-size:20px;}
}
@media all and (min-width:981px) and (max-width:1100px){    
    .container-fluid.header #profile_metrics_display h2.cntrTxt{margin-left:280px;margin-right:280px;margin-top:0;}
}
@media all and (max-width:980px){
    #profile_metrics_display .pull-left,#profile_metrics_display .pull-right{float:none !important;}
    #profile_metrics_display .btn-lg .flat_button_alt,.btn-lg .flat_button_alt,#profile_metrics_display .playIt.pull-left a.play_video_link{float:none;}
    #profile_metrics_display #playIt{text-align:center;}
    .container-fluid.header #profile_metrics_display h2.cntrTxt{margin:0;}
}

@media all and (min-width:922px) and (max-width:991px){
    /* #thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link{font-size:12px;padding:0 2px;} */
    span.center-text-modal{padding-right: 44px;}
}

@media (min-width: 992px) and (max-width: 1199px){
  /* #thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link{font-size: 12px; padding: 0 4px;} */
  .addon-textBx .noisbn{margin: 0;}
  .addon-textBx-wrapper .noisbn {margin-left: 0px;}
  .bublish-form-wrapper .form-group.addbkfrmt{padding-left: 120px;}
  .form-group.col-add-rgt .col-rgt {width: 68%;}
}
@media (max-width: 991px){
  .bublish-left-wrapper,.bublish-left-wrapper:before, .signUpformWrapper .bublish-left-wrapper:before, .signUpformWrapper .bublish-left-wrapper, .monthlyContractWrapper .bublish-left-wrapper:before, .monthlyContractWrapper .bublish-left-wrapper{height: 800px;}
  body .bublish-book-list .bublish-book-items li, .bublish-step-2-wrapper ul.step-2-List li{width: 100%;}
  .thankyou-wrapper{padding: 10px;} 
  #sign_in_form{padding: 10px 40px;}
  /* #thin_header #nav_links_area .menu_wrapper .nav_links ul li{
    display: block;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link{
    color: #e4782c;
    padding: 5px 0px;
    border-bottom: 1px solid #25aebc;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu{position: relative;min-width: initial;top: 0;}
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li a{
    padding: 2px 0;
    margin: 3px;
  }
  
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li:not(:last-child) a{
    border-bottom: 1px solid #25aebc;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li.mbnav{display: inline-block;}
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li.mbnav:last-child{border-bottom: 0;} */
  .addon-textBx .noisbn{margin-left: 0px;}
  .addon-textBx-wrapper .noisbn {margin-left: 0px;}
  .confirm-col.confbukwrp .contBookwrapper .checkConfirm{padding-right: 20px;}
  .custom_radio_wrapper.add_new {
    width: calc(100% - 120px);
    padding-left: 120px;
  }
  .form-group .col-lft{
    width: 18%;
    padding: 8px 10px 0 0;
  }
  .form-group .col-rgt{
    width: 78%;
  }
  .form-group.col-add-rgt .col-lft{
    width: 18%;
    padding: 8px 10px 0 0;
  }
  .form-group.col-add-rgt .col-rgt {
    width: 79.8%;
  }
  .form-group.custom-row .col-rgt{
    width: 82%;
  }
  .bublish-form-wrapper .form-group.addbkfrmt{padding-left: 90px;}
  .form-group.penname-wrap .col-lft{width: 18%;}
  .form-group.penname-wrap .col-rgt{width: 77.5%;}
}
@media (max-width: 767px){
.bublish-form-wrapper .form-group .col-form-label{float: left; text-align: left;padding: 0 15px}
.hyphan{display: none;}
#expiration_month{margin-bottom: 15px;}
.bookList-wrapper .bookItem{width: 100%; margin-bottom: 10px;}
.mbt-15{margin-bottom: 15px; width: 100%; float: left;}
.contBookwrapper{border-left:0; padding-left: 0;} 
#sign_in_form{padding: 10px 40px;} 
.padTop.titleTooltip .disclaimerIconImg{top: 75px;}

.bublish-form-wrapper.bublish-mobile-info .addTT .disclaimerIconImg{top: 46px;}
.addon-textBx-wrapper.addon-textBx-info .status_book_show .titleTooltip .disclaimerIconImg{top: 40px;}
.bublish-form-wrapper.bublish-mobile-info .imprintname-wrap.addTT .disclaimerIconImg{top: 2px;}
.confirm-row  .confirm-col .contBookwrapper .checkConfirm{margin: 0;}
.confirm-row  .confirm-col .contBookwrapper{margin: 15px 0;}
.confirm-col.confbukwrp .contBookwrapper .checkConfirm{position: inherit;left: 0;}
.confirm-col.confbukwrp .contBookwrapper{border: 0;padding: 0;}
.custom_radio_wrapper.add_new {
  width: calc(100% - 15px);
  padding-left: 15px;
  margin: 10px 0 0;
}
.form-group.col-add-rgt .col-rgt,.form-group .col-lft,.form-group .col-rgt,.form-group.col-add-rgt .col-lft,.form-group.custom-row .col-rgt,.form-group.penname-wrap .col-lft,.form-group.penname-wrap .col-rgt {
  width: 100%;
  padding: 0 15px;
  text-align: left;
}
.imprint_wraps{padding: 0;}
}

@media (min-width: 768px){
body .container-fluid.header .pd-left-10{padding-left: 10px;}
body .container-fluid.header .pd-right-10{padding-right: 10px;}  
}
@media (max-width: 479px){
/* .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_mobile .follow #follow_overlay form p.error{
  font-size: 10px;
  line-height: 12px;
} */
}
@media (max-width: 360px){
#signup_form_with_free_trial_option .form_area .form-group{
  width: 268px;
  margin: 0;
}
#signup_form_with_free_trial_option .form_area .g-recaptcha{
  width: 257px;
}
#signup_form_with_free_trial_option .form_area .g-recaptcha &gt; div {
  width: 255px!important;
}
#signup_form_with_free_trial_option .form_area .g-recaptcha &gt; div &gt; div{
  width: 255px;
}
#signup_form_with_free_trial_option .form_area .g-recaptcha &gt; div iframe{
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
}
.bublish-book-list .format-distribution.titleTooltip .disclaimerIconImg{top: 75px;}
.bublish-book-list .format-distribution.titleTooltip.eBookInfoText .disclaimerIconImg{top: 88px;}
}
@media all and (min-width:768px) and (max-width:1199px){
  .cover_n_controls.mgbGrids:not(.cbFWN){width:93% !important;}
  
  .custom_radio.addcustom {
    padding-left: 35px;
}
}
@media all and (min-width:992px){
  .container-fluid .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_area .actions ul li .share_popup.expanded{width:165px;}
  .container-fluid .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_area .actions ul li .share_popup.expanded a.universal_share_link img{left:-2px;}
  .container-fluid .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_area .actions ul li .share_popup.expanded iframe{margin-right:4px;}
}
@media all and (max-width:991px){
  .container-fluid .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_mobile .share .social_icons a { padding: 0px 8px 5px; }
  .container-fluid .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_mobile .share .social_icons a.universal_share_link img{height:20px;}
  .container-fluid .bubblestream .infinite_scroll .bubbleItem .bubble_frame .actions_mobile .share .social_icons.expanded a {padding: 0px 5px 5px;}
  .bublish-form-wrapper .form-group.addbkfrmt {
    padding-left: 120px;
}
.custom_radio.addcustom {
  padding-left: 115px;
}
.bublish-left-wrapper,.bublish-left-wrapper:before, .signUpformWrapper .bublish-left-wrapper:before, .signUpformWrapper .bublish-left-wrapper, .monthlyContractWrapper .bublish-left-wrapper:before, .monthlyContractWrapper .bublish-left-wrapper{height: 800px;}
  body .bublish-book-list .bublish-book-items li, .bublish-step-2-wrapper ul.step-2-List li{width: 100%;}
  .thankyou-wrapper{padding: 10px;} 
  #sign_in_form{padding: 10px 40px;}
  /* #thin_header #nav_links_area .menu_wrapper .nav_links ul li{
    display: block;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links a.nav_link{
    color: #e4782c;
    padding: 5px 0px;
    border-bottom: 1px solid #25aebc;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu{position: relative;min-width: initial;top: 0;}
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li a{
    padding: 2px 0;
    margin: 3px;
  }
   
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li .dropdown-menu li:not(:last-child) a{
    border-bottom: 1px solid #25aebc;
  }
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li.mbnav{display: inline-block;}
  #thin_header #nav_links_area .menu_wrapper .nav_links ul li.mbnav:last-child{border-bottom: 0;} */
  .bookList-wrapper .bookItem{width: calc(33.33% - 10px);}
}
@media all and (max-width:859px){
  .title_genre_synopsis .addTT .titleTooltip .disclaimerIconTitle{padding-right:0;padding-left:0;margin-right:0;margin-left:-10px;right:auto;left:0;}
  .title_genre_synopsis .addTT .titleTooltip .disclaimerIconTitle .toolTipdes:before{left:0px;right:auto;}
}
@media (min-width: 768px){
  body .container-fluid.header .pd-left-10{padding-left: 10px;}
  body .container-fluid.header .pd-right-10{padding-right: 10px;}  
}
@media (max-width: 767px){
  .hyphan{display: none;}
  #expiration_month{margin-bottom: 15px;}
  .bookList-wrapper .bookItem{width: 100%; margin-bottom: 10px;}
  .mbt-15{margin-bottom: 15px; width: 100%; float: left;}
  .contBookwrapper{border-left:0; padding-left: 0;} 
  #sign_in_form{padding: 10px 40px;} 
  .padTop.titleTooltip .disclaimerIconImg{top: 75px;}
 
  .bublish-form-wrapper.bublish-mobile-info .addTT .disclaimerIconImg{top: 46px;}
  .addon-textBx-wrapper.addon-textBx-info .status_book_show .titleTooltip .disclaimerIconImg{top: 40px;}
  .bublish-form-wrapper .form-group.addbkfrmt {
    padding-left: 14px;
  }
  .bublish-form-wrapper .form-group.addbkfrmt .col-form-label.text-left{padding: 0;}
  .bublish-form-wrapper .form-group .col-form-label.text-left {
    padding-left: 10px;
    line-height: 20px;
}
  .custom_radio.addcustom {
    padding-left: 15px;
}
.bublish-book-list .format-distribution{margin-left: 0;}
.cover_n_controls.mgbGrids:not(.cbFWN){width:65% !important;}
#books_area .book .book_info .title_genre_synopsis.pl{margin-left:142px;}

.bublish-sample-box.dtlink{
  margin: 0 0 10px;
}
.custom_radio_wrapper {
  margin: 10px 0;
  padding: 0 15px;
  width: calc(100% - 0px);
} 


.custom-form-wrapper .formGroup .labelText{width: calc(100% - 0px);text-align: left;}
  .custom-form-wrapper .formGroup .frmWrapper{width: 100%;}
  .custom-form-wrapper .disclaimerIconImg{top: 48px;}
  .bublish-left-form, .bublish-right-form{padding: 15px 20px;}
  .form-group.row label.addontext.col-sm-3{padding-left: 15px;}
  .addon-textBx .noisbn{margin-left: -58px;}
  .addon-textBx-wrapper .noisbn {margin-left: 0px;}
  .bublish-form-wrapper .form-group.addbkfrmt .format-distribution {
    margin-left: 0px;
  }
  .bublish-form-wrapper .form-group.addbkfrmt .isbn-selection, .bublish-form-wrapper .form-group.addbkfrmt .custom_radio.addcustom {
    margin: 10px 0 10px 0px;
    padding: 0;
  }
  .bublish-form-wrapper .form-group.addbkfrmt .imprintname-note-1 {
    padding-left: 0px;
  }
  .bublish-form-wrapper .form-group.addbkfrmt .imprintname-note-3 {
    margin-left: 0;
  }
  .confirm-row{display: block;}
  body .container ul.stepWizard li .step{width: 44px;height: 44px;line-height: 44px;font-size: 18px;}
  body .container ul.stepWizard li:after{top: 22px;}
  .bookList-wrapper.agreemnt .bookItem{width: calc(49% - 10px);}
  .custom-form-wrapper .formGroup .frmlft{text-align: left;}
  .custom-form-wrapper .formGroup .preorder_compaign_container{padding-left: 3px;}
  .custom-form-wrapper .formGroup .frmlft .disclaimerIconTitle{left: -18px;}
}
  
@media all and (min-width:481px) and (max-width:1200px){
  #signup_form_with_free_trial_option .col-md-4 .sidebar_info .retailers img{width:25px;}
}
@media (max-width: 479px){
  #signup_form_with_free_trial_option .row.retailers .col-xs-2{padding-left:3px;padding-right:3px;}
  #signup_form_with_free_trial_option .col-md-4 .sidebar_info .retailers img{width:28px;}
  .bublish-left-wrapper .bublish-faq-share{width:auto;height:auto;bottom:8px;}
  .bublish-left-wrapper .bublish-faq-share ul li{margin-right:6px;}
  .bublish-left-wrapper .bublish-faq-share ul li:last-child{margin-right:0;}
  .bublish-left-wrapper .bublish-faq-share ul li a{width:26px;height:26px;background-size:cover;}
  .paymentBox .custom-form-wrapper .formGroup .labelText,.paymentBox .custom-form-wrapper .formGroup .frmWrapper{float:none;width:99%;text-align:left;line-height:1.5;}
  .paymentBox .addTT .titleTooltip{top:auto;bottom:40px;}
  
  .bublish-sample-box.txt-left {
    text-align: right;margin: 10px 0;
}
.bublish-sample-box.bublish-sample-box_nxt,.bublish-sample-box.bublish-sample-box_prev{width: 100%;}
.bublish-sample-box.bublish-sample-box_nxt{margin-top: 0;}
.bublish-book-list .infoBx .error{padding-left: 20px;}

.nav-tab-wrapper .nav-tab{display: inline-block;margin: 0 0 2px 0;padding: 10px 16px;}
.step-3-save-btn .btnsave{margin-bottom: 2px;}
.TopWrapper{padding: 20px 5px;}
.bublish-step-3-wrappr .custom-form-wrapper{width: 100%;}

.payBoxesFieldsWrap p{text-align: left;padding-left: 0px;}

.bookList-wrapper.agreemnt .bookItem{width: calc(100% - 0px);}
body .bublish-book-list .bublish-book-items li:nth-child(even){margin-left: 0;}
body .bublish-book-list .bublish-book-items li:nth-child(odd){margin-right: 0;}
.bublish-step-3-wrappr .cart_details .book_list_detail.no_formate ul{height: auto;}
.container-fluid.header .col-sm-12{padding: 0;}
}

.btn-container-pay-royalties{text-align: center;}

@media (max-width: 360px){
  #signup_form_with_free_trial_option .form_area .form-group{
    width: 268px;
    margin: 0;
  }
  #signup_form_with_free_trial_option .form_area .g-recaptcha{
    width: 257px;
  }
  #signup_form_with_free_trial_option .form_area .g-recaptcha &gt; div {
    width: 255px!important;
  }
  #signup_form_with_free_trial_option .form_area .g-recaptcha &gt; div &gt; div{
    width: 255px;
  }
  #signup_form_with_free_trial_option .form_area .g-recaptcha &gt; div iframe{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .bublish-book-list .format-distribution.titleTooltip .disclaimerIconImg{top: 75px;}
  .bublish-book-list .format-distribution.titleTooltip.eBookInfoText .disclaimerIconImg{top: 88px;}
}
.bublish_blue{color:#25aebc}
#new-editor {
    float:left;width:61%;
}

#author_profile #author_info .author_bio{max-height: 300px;overflow: auto;}


.author_view.multiGridBtns a.flat_button,
.author_view.multiGridBtns .manage_book &gt; a {
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}

.multiGridBtns,
.multiGridBtns .row {
  text-align: center;
  display: flex;
  justify-content: center;
}
.multiGridBtns .row &gt; div[class*="col"] {
  width: auto !important;
}


</pre></body></html>