@import url('bootstrap.css');
@import url('manning.css');

/* Dashboard Styles */

/* @group Links and Buttons 
-------------------------------------------------------------- */
/*
#filter_bookshelf {
  float: left;
  margin-left: 30px;
}

#sort_bookshelf {
  float: left;
}*/

#my_bookshelf .scroll_nav {
  margin: 0 1px 0 0;
}

/* @end Links and buttons */

/* demo styles */
.css-scrollbar {
  width: 250px;
  height: 300px;
  margin: 100px 25px;
  -moz-box-shadow: 0px 0px 12px 3px #CCC;
  overflow: hidden;
  float: left;
  background: #FFF;
  border: 1px solid #B2B2B2;
}

.css-scrollbar.simple {
  width: 250px;
  height: 400px;
  margin: 100px 25px;
  overflow: hidden;
  float: left;
  background: #EEE;
  -moz-box-shadow: none;
  border: none;
}

.css-scrollbar p {
  margin: 0;
  padding: 8px;
  line-height: 1.4;
}

.card_info {
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
}

/* @group Content Main
-------------------------------------------------------------- */

/* pBook Registration */
#book_arrow {
  background: transparent url('/National_Library/20161130034600oe_/https://account.manning.com/images/left_pointer.png') 0 0 no-repeat;
  width: 25px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 14px;
  text-indent: -9999em;
  z-index: -1;
}

/*#book_arrow {
    background: transparent url('/National_Library/20161130034600oe_/https://account.manning.com/images/curved_arrow_green.png') 0 0 no-repeat;
    width: 72px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 52px;
    text-indent: -9999em;
    z-index: 99;
  }*/
.pbook_step {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  background: inherit;
}

.pbook_step.visible {
  display: block;
}

.pbook_step_header {
  font-size: 13px;
  color: #4888a5;
  font-weight: bold;
  margin: 10px 0 0 10px;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
  background: url('/National_Library/20161130034600oe_/https://account.manning.com/images/pbook_steps.png') 0 0 no-repeat;
}

#pbook_step_1_header {
  background-position: 0 0;
}

#pbook_step_2_header {
  background-position: 0 -20px;
}

#pbook_step_3_header {
  background-position: 0 -40px;
}

/*#sidebar {
  min-height: 467px;
}*/

#sidebar .button {
  margin: 0 0 10px;
}

#sidebar .red_btn {
  margin: 10px 0;
  position: relative;
  top: 8px;
}

/* @end Sidebar */

/* @group My Bookshelf */
/*#my_bookshelf .container_cap {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .4);

  border-bottom: 1px solid #454545;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important;
  background: #4c4c4c url("/National_Library/20161130034600oe_/https://account.manning.com/images/bg_app_header.png") 0 bottom repeat;

  -pie-box-shadow: 0px 1px 4px 0px #ccc;
  behavior: url(/National_Library/20161130034600oe_/https://account.manning.com/js/pie/PIE.htc); /* CSS3 PIE *!/
}

#my_bookshelf .container_cap h1 {
  color: #ccc;
  text-shadow: 0 1px 1px #000;
}*/

#my_bookshelf .page-header {
	margin: 0;
}

#my_bookshelf #scroll_books {
  position: relative;
}

#my_bookshelf ul#book_list {
	margin: 0;
	position: relative;
}

#my_bookshelf .book {
	position: relative;
	min-height: 65px;
	margin: 0;
	*margin-bottom: -3px;
	padding: 10px 0 8px 10px;
	border-bottom: 1px solid #DDE0E5;
	border-top: 0;
	background-color: #fff !important;
	list-style: none;
	width: 690px;
	
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.type_ebit {
  display: none;
}

#my_bookshelf .book:hover {
  background: #f2f2f2 !important;
}

/*#my_bookshelf .book:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}*/

#my_bookshelf .locked_book {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.book img.book_cover {
  float: left;
  margin: 0;
  width: 54px;
  /*		padding-bottom: 18px;*/
  background-position: left bottom;
  background-repeat: no-repeat;
}

.type_ebit img.book_cover,
.type_manuscript img.book_cover {
  width: 31px;
  margin: 6px 14px 10px 9px;
}

.book img.content_type {
  float: left;
  margin: 15px 0 0 8px;
  width: 31px;
  height: 39px;
}

.book .book_info {
  margin: 0px 10px 0px 18px;
  float: left;
  width: 55%;
}

.book .book_info h1 {
  font-size: 13px;
  font-weight: bold;
  color: #464646;
  margin: 0;
  padding-top: 6px;
  line-height: 1em;
  position: relative;
  text-transform: none;
}

.book .book_info h1 small {
  font-style: italic;
}

.book .book_info p {
  font-size: 13px;
  color: #777;
  margin: 0;
  position: relative;
  top: 4px;

  -webkit-transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  -ms-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
	.book .book_info p.purchase_date {
		display: none;
	}

.book:hover .book_info p {
  color: #777;
}

.book .book_info .last_update a, .book:hover .book_info .last_update a {
  color: #b83b30;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
}

.book .book_info .not_new {
  display: none;
}

.book .book_info .last_update time {
  font-weight: bold;
}

.book .book_actions {
  float: right;
  margin: 2px 14px 0 0;
}

.book .book_actions a {
  height: 30px;
  width: 28px;
  display: block;
  float: right;
  margin: 0 0 0 0px;
  overflow: hidden;
  text-indent: -9999em;
  background: transparent url('/National_Library/20161130034600oe_/https://account.manning.com/images/book_action_btns.png') 0 0 no-repeat;
  /*			opacity: 0.3;*/

  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.book .book_actions a.livebook_btn {
  background-position: 0 0;
  display: none;
}

.book .book_actions a.livebook_btn:hover {
  background-position: 0 -30px;
}

.book .book_actions a.livebook_btn:active {
  background-position: 0 -60px;
}

.book .book_actions a.download_btn {
  background-position: -30px 0;
  display: none;
}

.book .book_actions a.download_btn:hover {
  background-position: -30px -30px;
}

.book .book_actions a.download_btn:active {
  background-position: -30px -60px;
}

.book .book_actions a.community_btn {
  background-position: -60px 0;
}

.book .book_actions a.community_btn:hover {
  background-position: -60px -30px;
}

.book .book_actions a.community_btn:active {
  background-position: -60px -60px;
}

.book .book_actions a.bookinfo_btn, 
.book .book_actions a.bookinfo_new {
  background-position: -90px 0;
}

.book .book_actions a.bookinfo_btn:hover, 
.book .book_actions a.bookinfo_new:hover {
  background-position: -90px -30px;
}

.book .book_actions a.bookinfo_btn:active, 
.book .book_actions a.bookinfo_new:active {
  background-position: -90px -60px;
}

.book .book_actions a.pbook_upgrade_btn {
  background-position:-120px 0;
}
.book .book_actions a.pbook_upgrade_btn:hover {
  background-position:-120px -30px;
}
.book .book_actions a.pbook_upgrade_btn:active {
  background-position:-120px -60px;
}

.book .book_downloads {
	clear: right;
	float: right;
	width: 200px;
}

.book .book_downloads div {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background: url('/National_Library/20161130034600oe_/https://account.manning.com/images/download_icon.png') 50% 50% no-repeat #e5e5e5;
	border-right: 1px solid #d7d7d7;
	float: right;
	height: 22px;
	width: 28px;
	text-indent: -5000em;
	
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
	.book:hover .book_downloads div {
		background-color: #d5d5d5;
	}
.book .book_downloads ul {
	background: none repeat scroll 0 0 #F5F5F5;
	border-left: 1px solid #FFFFFF;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	float: right;
	font-size: 11px;
	height: 22px;
	margin: 0 8px 0 0;
	padding: 0 2px 0 8px;
	text-align: right;

  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  -ms-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.book:hover .book_downloads ul {
	background: #e5e5e5;
	opacity: 1;
}

.book .book_downloads li {
	list-style: none;
	margin: 0 6px 0 0;
	text-align: center;
}

/*		.book .book_downloads li:nth-child(3) {
      clear: right;
    }*/

.book .book_downloads a {
  text-indent: 0;
  height: 22px;
  line-height: 22px;
  width: auto;
  float: none;
  display: block;
/*  font-weight: normal;*/
  padding: 0;
  margin: 0;
  border: 0;
  color: #4888a5;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  /*			visibility: hidden;*/
}

.book:hover .book_downloads a {
  /*				-moz-box-shadow: 0 0px 1px #999;
         -webkit-box-shadow: 0 0px 1px #999;
         box-shadow: 0 0px 1px #999;*/

  color: #4888a5;
  border: 0;
  /*				background: #efefef url(/National_Library/20161130034600oe_/https://account.manning.com/img/simple_btn_bg.png) 0 0 repeat-x;*/

  visibility: visible;
}

.book .book_downloads a:hover {
  color: #2e586b;
  background-position: 0 -31px;
  text-decoration: none;
}

.book .book_downloads a:active {
  color: #000;
  /*				padding-top: 1px;
         background-position: 0 -60px;
         -moz-box-shadow: inset 0 1px 2px #999;
         -webkit-box-shadow: inset 0 1px 2px #999;
         box-shadow: inset 0 1px 2px #999;*/
}

/* @end My Bookshelf */

/* @group Order Hitory */

#order_history .page-header {
	border: none;
	margin-bottom: 0;
}

#order_list, 
#order_list ul, 
#order_list li {
	list-style: none;
	margin: 0;
}
	#order_list {
		border-bottom: 1px solid #dedede;
	}
	
	#order_list li.order {
		width: 700px;
	}
	
	#order_list .order header {
		border-top: 1px solid #dedede;
		background-color: #d3d3d3;
		background-repeat: no-repeat;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), color-stop(25%, #ebebeb), to(#d3d3d3));
		background-image: -webkit-linear-gradient(#ebebeb, #ebebeb 25%, #d3d3d3);
		background-image: -moz-linear-gradient(top, #ebebeb, #ebebeb 25%, #d3d3d3);
		background-image: -ms-linear-gradient(#ebebeb, #ebebeb 25%, #d3d3d3);
		background-image: -o-linear-gradient(#ebebeb, #ebebeb 25%, #d3d3d3);
		background-image: linear-gradient(#ebebeb, #ebebeb 25%, #d3d3d3);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d3d3d3', GradientType=0);
		line-height: 32px;
		overflow: hidden;
		padding: 0 15px 1px;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	}
		.order header h3 {
			color: #666;
			line-height: 32px;
			font-size: 12px;
			font-weight: normal;
			text-shadow: 0 1px 0 #FFF;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
			float: left;
			margin: 0 20px 0 0;
			width: 250px;
		}
		.order header > p,
		.order header > time {
			color: #353535;
			float: left;
			font-size: 12px;
			line-height: 32px;
			margin: 0;
		}
			.order header .order_date {
				font-weight: bold;
				margin-right: 20px;
				width: 235px;
			}
			.order header .order_invoice a {
				color: #4888a5;
				display: block;
				line-height: 32px;
				font-weight: bold;
			}
			.order header .order_invoice {
				float: left;
			}
			.order header .order_total {
				float: right;
			}
			
		.order_item {
			border-bottom: 1px dashed #DDD;
			padding: 12px 15px;
			overflow: hidden;
			/*min-height: 56px;*/
		}
		
			.order_item:last-child {
				border: none;
			}
			
			.order_item figure {
				float: left;
				margin: 0 12px 0 0;
			}
				.order_item figure img {
					display: block;
					width: 46px;
				}
			.order_item hgroup {
				float: left;
				/*height: 56px;*/
				margin: 0 20px 0 0;
				width: 250px;
			}
				.order_item hgroup h5 {
					margin: 0;
					font-size: 13px;
					font-weight: normal;
					line-height: 24px;
					text-transform: none;
				}
				.order_item hgroup h6 {
					margin: 0;
					color: #555;
					font-size: 12px;
					font-weight: normal;
					line-height: 18px;
					text-transform: none;
				}
			
			.order_item .item_shipping {
				float: left;
				font-size: 12px;
				line-height: 24px;
			}
				.order_item .item_shipping p {
					margin: 0;
				}
				.order_item .item_shipping .shipping_status {
					color: #a84822;
					font-weight: bold;
				}
				.order_item .shipping_date {
					font-size: .9em;
					font-style: italic;
				}
			
			.order_item .item_actions {
				color: #808080;
				font-weight: bold;
				font-size: 12px;
				line-height: 24px;
				float: right;
				margin: 0;
				text-align: right;
				width: 160px;
			}
			
	#no_results {
		color: #404040;
		background-color: #faf1ce;
		
		border-top: 1px solid #dedede;
		padding: 12px 0 4px;
		text-align: center;
	}
			
#tracking_modal {
	margin: 0 0 0 -380px;
	width: 760px;
}	
	#tracking_modal .modal-body {
		margin-bottom: 30px;
	}

.invoice_logo {
	display: block;
	padding: 10px 0 20px;
}

#invoice a {
	text-decoration: underline;
}

.order_details em {
	color: #353535;
	font-style: normal;
}

/* @end Order Hitory */


/* @group Forms */
.account_form h1 a {
  font-size: 12px;
  padding: 0 8px;
  margin-left: 4px;
  height: 24px;
  line-height: 24px;
}

.pbook_step input {
	margin: 12px 12px 0;
	width: 184px;
}

/* @end Forms */

/* @group Popovers */
#popover_details {
	border-bottom: 0;
}
	.meap #popover_details {
		border-bottom: 1px solid #DDD;
	}
.popover .custom .content {
	height: 88px;
}
	.popover .meap .content {
		height: 288px;
	}
#information_popover .popover_content {
  height: 300px;
}

#popover_details {
	overflow: auto;
/*	border-bottom: 0;*/
}
	.meap #popover_details {
		border-bottom: 1px solid #DDD;
	}
#popover_details img {
  float: left;
  margin: 10px 14px 10px 10px;
}

#popover_details img.book_cover {
	width: 55px;
}

#popover_details div {
  margin: 10px 18px 10px 0;
}

#popover_details p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #6d6d6d;
  font-style: italic;
}

#popover_details p span,
#popover_details p time {
  font-style: normal;
  color: #3d3d3d;
}

#popover_details .book_title {
  font-weight: bold;
  font-style: normal;
  color: #3d3d3d;
}

#scroll_updates {
  overflow-y: auto;
  height: 198px;
  width: 100%;
  position: relative;
}

#popover_updates {
  width: 100%;

  /*-moz-box-shadow: inset 0 -3px 3px #888;
     -webkit-box-shadow: inset 0 -3px 3px #888;
     box-shadow: inset 0 -3px 3px #888;*/
}

#popover_updates article {
  padding: 14px 18px 10px 18px;
  border-bottom: 1px solid #DDD;
}

/*#popover_updates article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}*/

#popover_updates time {
  font-size: 12px;
  font-weight: bold;
  color: #3d3d3d;
}

#popover_updates p {
  font: 14px/17px Georgia, "Times New Roman", serif;
  margin: 4px 0 10px 0;
}

#popover_updates .simple_btn {
  margin: 10px 0 0 18px;
}

#popover_updates #close_updates_btn {
  margin: 10px 0 5px 18px;
}

#download_popover {
  width: 200px;
  position: absolute;
  z-index: 99;
}

#information_popover {
  width: 500px;
  position: absolute;
  padding: 0;
  z-index: 99;
}

#download_popover .popover_content ul {
  overflow: auto;
  border-bottom: 1px solid #9d9d9d;
  border-top: 1px solid #d5d5d5;
}

#download_popover .popover_content ul:last-child {
  border-bottom: 0;
}

#download_popover .popover_content ul li.book_download_btn {
  font-size: 12px;
  float: left;
  width: 29px;
  margin: 13px 0 10px 18px;
}

#download_popover .popover_content ul a {
  width: 100%;
  font-size: 11px;
  padding-top: 35px;
  text-align: center;
  text-decoration: none;
  display: block;
}

#download_popover .popover_content ul a:hover {
  text-decoration: underline;
}

.book_download_btn {
  /*background: url('/National_Library/20161130034600oe_/https://account.manning.com/images/book_download_btns.png') 0 0 no-repeat;*/
}

#download_pdf, #download_epub, #download_mobi {
  background-position: 0 0;
}

#download_pdf:hover, #download_epub:hover, #download_mobi:hover {
  background-position: 0 -49px;
}

#download_pdf:active, #download_epub:active, #download_mobi:active {
  background-position: 0 -105px;
}

#download_code {
  background-position: -31px 0;
}

#download_code:hover {
  background-position: -31px -49px;
}

#download_code:active {
  background-position: -31px -105px;
}

#download_popover .popover_content li.book_download_text {
  width: 60%;
  margin: 16px 10px 0 0;
  float: right;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}

#information_popover .pointer {
  background-position: 80%;
}

/* @end Popovers */




.topbar-inner {
    background: url(/National_Library/20161130034600oe_/https://account.manning.com/images/bg_topbar.png) 0 0 repeat-x transparent;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    border-top: 3px solid #333;
    color: #777;
    height: 40px;
}
.topbar .brand {
    padding: 0 20px 10px 0;
}
.topbar a {
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.topbar li.open a.menu .arrow, .topbar .dropdown.open .dropdown-toggle .arrow {
    border-top-color: #555;
}
.topbar .menu-dropdown, .topbar .dropdown-menu {
    top: 32px;
}
.topbar div > ul a{
    padding: 6px 10px 7px;
}
.topbar div > ul a:hover {
    color: #353535;
    text-decoration: none;
}
.topbar div > ul .dropdown-toggle:hover, .topbar div > ul a:hover {
    color: #353535;
    background: #EEE;
    background: rgba(0, 0, 0, 0.07);
}
.topbar div > ul li.selected > a {
    color: #353535;
    background: #EEE;
    background: rgba(0, 0, 0, 0.07);
}
.topbar div > ul .dropdown.open .dropdown-toggle {
    color: #ffffff;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3);
}
.topbar div > ul .dropdown-menu {
    background: #FFFFFF;
}
.topbar div > ul.secondary-nav .dropdown-menu {
    right: 0;
    border-color: #999;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    max-width: 200px;
    min-width: 140px;
}
.topbar div > ul .dropdown-menu li a {
    color: #555;
    text-shadow: none;
    padding: 3px 15px 5px;
}
.topbar div > ul .dropdown-menu li a:hover {
    background: #ebf3f6;
    color: #4888A5;
}
.topbar div > ul .dropdown-menu .divider {
    background-color: #EEEEEE;
    border-color: #FFF;
}

.nav {
    margin-top: 5px;
}

/* @end Content Main */

.book_download_btn {
    position: relative;
}

.download-dropdown-wrapper {
    text-shadow: none;
    position: relative;
    text-align: left;
    line-height: 22px;
    font-weight: bold;
    color: #4888a5;
    cursor: pointer;
    /*-webkit-transform: translateZ(0); *//* webkit flicker fix */
    /*-webkit-font-smoothing: antialiased; *//* webkit text rendering fix */
}

.download-dropdown-wrapper:hover {
    color: #00438a;
}

.download-dropdown-wrapper .download-dropdown-menu {
    background: white;
    top: 100%;
    display: block;
    left: -95px;
    margin-top: 15px;
    opacity: 0;
    padding: 18px;
    pointer-events: none;
    position: absolute;
    width: 180px;
    z-index: 10000;

    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.50);
    -moz-box-shadow:    2px 2px 5px rgba(0, 0, 0, 0.50);
    -ms-box-shadow:     2px 2px 5px rgba(0, 0, 0, 0.50);
    -o-box-shadow:      2px 2px 5px rgba(0, 0, 0, 0.50);
    box-shadow:         2px 2px 5px rgba(0, 0, 0, 0.50);
}

/* This bridges the gap so you can mouse into the download-dropdown-menu without it disappearing */
.download-dropdown-wrapper .download-dropdown-menu:before {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.download-dropdown-wrapper .download-dropdown-menu:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid white 10px;
    top: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.download-dropdown-wrapper.ready .download-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .download-dropdown-wrapper .download-dropdown-menu {
    display: none;
}

.lte8 .download-dropdown-wrapper.ready .download-dropdown-menu {
    display: block;
}
.download-dropdown-menu > a {
    border-radius: 0 !important;
}
.download-dropdown-menu > a:hover {
    background-color: #4888a5;
    color: white !important;
    margin-left: -18px;
    margin-right: -18px;
    padding-right: 18px;
    padding-left: 18px;
}

#dropbox-saving-overlay, #sync-all-dropbox-overlay {
    opacity: 0;
    height: 0%;

    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: rgb(50, 50, 50);  /*for IE*/
    background: rgba(0, 0, 0, 0.90);
    z-index: 10000;

    -webkit-transition: opacity 1s ease-in 0s;
    -moz-transition:    opacity 1s ease-in 0s;
    -ms-transition:     opacity 1s ease-in 0s;
    -o-transition:      opacity 1s ease-in 0s;
    transition:         opacity 1s ease-in 0s;
}

#dropbox-saving-overlay.in, #sync-all-dropbox-overlay.in {
    top: 0;
    opacity: 1;
    display: block;
    height: 100%;
}

#dropbox-saving-overlay .window, #sync-all-dropbox-overlay .window {
    color: white;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 144px;
    padding: 18px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#dropbox-saving-overlay .title, #sync-all-dropbox-overlay .title {
    font-size: 36px;
    margin: 18px;
    display: block;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.05em;
}

.sync-all-to-dropbox-row {
  margin-left: 7px;
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 3.6s infinite ease-in-out;
    animation: load7 3.6s infinite ease-in-out;
}
.loader {
    font-size: 10px;
    margin: 18px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.64s;
    animation-delay: -0.64s;
}
.loader:after {
    left: 3.5em;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}

html.scroll-disabled, body.scroll-disabled {
    margin: 0;
    height: 100%;
    overflow: hidden
}

#uploadedMessage {
    padding: 18px;
    background-color: rgb(146, 203, 75);
    color: white;
    border: thin solid rgb(102, 168, 53);
    border-radius: 4px;
    margin-left: 18px;
    font-size: 1.25em;
}

#uploadedMessage .title {
    font-weight: 300;
    font-style: italic;
    display: inline;
}

