/*green*/
	/*color: #61b036;*/
	/*border-color: #7bc950;*/

/*green hover*/
	/*color: #4c892a;*/
	/*border-color: #579c30;*/

/*green active*/
	/*color: #fff;*/
	/*border-color: #7bc950;*/
	/*background-color: #7bc950;*/

/*red*/
	/*color: #fd151b;*/
	/*border-color: #fd151b;*/

/*red hover*/
	/*color: #ce0207;*/
	/*border-color: #dd0208;*/

/*red active*/
	/*color: #fff;*/
	/*border-color: #fd151b;*/
	/*background-color: #fd151b;*/

/*blue*/
	/*color: #1476ed;*/
	/*border-color: #4392f1;*/
/*blue hover*/
	/*color: #0e5fc0;*/
	/*border-color: #106bd7;*/
/*blue active*/
	/*color: #fff;*/
	/*border-color: #1476ed;*/
	/*background-color: #1476ed;*/


@media (min-width: 23244499px) {
	/*use this to hide a block of css*/
}

.navbar-inverse {
	background-color: #fd151b;
	border-color: #fd151b;
}
/* ADJUST FONTS */
.v2 {
	font-family: 'San Francisco', HelveticaNeue, Helvetica, Arial;
	/*font-family: HelveticaNeue, Helvetica, Arial;*/
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.v2 .small {
	font-size: 80%;
	line-height: 130%;
}
.v2 .large {
	font-size: 118%;
	line-height: 145%;
}
.v2 .btn-outline {
	font-size: 15px;
}
.v2 .btn-sm.btn-outline {
	font-size: 80%;
}
.v2 .btn-sm.btn-outline.btn-icon {
	width: 26px;
}
.v2 label {
	margin-bottom: 1px;
	font-size: 75%;
	font-weight: normal;
	color: #bbb;
}
.issue-detail-holder .issue-notes:before {
	content: 'Notes:';
}
/*mobile adjustments*/
@media (max-width: 767px) {
	.v2 {
		font-size: 115%;
		/*line-height: 125%;*/
	}
	.v2 .btn-sm, 
	.v2 .btn-sm.btn-outline {
		font-size: 100%;
		height: 40px;
	}
	.v2 .btn-sm.btn-outline.btn-icon {
		font-size: 120%;
		width: 40px;
	}
}
@media (max-width: 345px) {
	.btn-tiny {
		display: none;
	}
}
/* end (max-width: 767px) */
/* END ADJUST FONTS */



/* NEW MOBILE LIST STYLING */
.v2 .search-box {
	max-width: 500px;
	margin: 25px auto 0;
	border: 0;
	position: relative;
}
.v2 .list-content {
	/*box-shadow: 0 0 1px blue;*/
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-top: 0;
	position: relative;
}
.v2 .list-content.slider-list {
	/*border-top: 1px solid #ddd;*/
	border: 0;
	overflow:hidden;
	/*height: 500px;*/
}
.v2 .results-container {
	position: relative;
}

.v2 .list-extras-container {
	display: none;
	position: absolute;
	top: -8px;
	right: 0px;
	width: 172px;
	height: 75px;
	overflow: hidden;
	/*background: yellow;*/
	/*box-shadow: inset 0 0 3px orange;*/
}
.v2 .results-container .list-extras-container {
	margin-top: -115px;
}
.v2 .list-extras {
	/*display: none;*/
	position: absolute;
	top: 10px;
	left: 182px;
	width: 175px;
	height: 55px;
	padding-top: 13px;
	padding-right: 27px;
	text-align: right;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 1px 7px rgba(0,0,0,0.20);
	z-index: 2000;
}
.v2 .list-extras .comic-button {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	margin: 0 !important;
	margin-left: 10px !important;
}
.v2 .list-extras .comic-button.comic-extra {
	/*transform: rotate(45deg);*/
	/*padding-top: 2px !important;*/
}


.v2 .search-error {
	max-width: 500px;
	margin: 0 auto;
	padding: 9px 15px;
	color: rgba(213, 168, 47, 1);
	border: 1px solid rgba(247, 194, 49, 1);
	background-color: rgba(247, 194, 49, 0.12);
}
.v2 .search-error h3,
.v2 .search-error h4 {
	margin-top: 0;
	margin-bottom: 3px;
	color: rgba(200, 157, 42, 1);
}
.v2 .selector,
.v2 .divider-2 {
	margin: 0;
	padding: 0px 0px;
	min-height: 32px;
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	cursor: pointer;
	/*transition: all .3s ease-in;*/
}
.v2 .selector:active,
.v2 .divider-2:active {
	background-color: #ededed;
}
.v2 .selector.open,
.v2 .divider-2.open {
	background-color: #fff;
}
.v2 .selector.open .selector-name,
.v2 .divider-2.open .divider-2-name {
	color: #000;
}
.v2 .selector-name,
.v2 .divider-2-name {
	padding: 6px 34px 6px 15px;
	min-height: 31px;
}
.v2 .selector-name .name.bold,
.v2 .divider-2-name .name.bold {
	font-weight: bold;
}
.v2 .selector-name .badge,
.v2 .divider-2-name .badge {
	margin-top: -3px;
	margin-left: 3px;
	background-color: #57C6F2;
}
.v2 .selector .row-status,
.v2 .divider-2 .row-status {
	align-items: center;
	display: flex;
	justify-content: center;
	color: #1476ed;
	position: absolute; 
	top: 50%; 
	right: 9px;
	margin-top: -7px;
}
.v2 .selector .row-status span,
.v2 .divider-2 .row-status span {
	/*transition: all .3s ease-in;*/
	/*transform: rotate(0deg);*/
}
.v2 .selector.open .row-status span,
.v2 .divider-2.open .row-status span {
	/*transform: rotate(90deg);*/
}
.v2 .divider-list {
	/*margin: 32px 0 -27px;*/
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}
.v2 .divider {
	margin: 0;
	margin-bottom: 3px;
	padding: 0px 0px;
	min-height: 32px;
	border-bottom: 1px solid #ddd;
	/*background-color: rgb(252,252,252);*/
	color: #777;
	cursor: pointer;
	text-align-right;
	/*box-shadow: 0 -3px 6px rgba(0,0,0,0.05);*/
	box-shadow: inset 0 -12px 21px rgba(0,0,0,0.05);
}
.v2 .divider-list div:nth-child(1).divider {
	background-color: #fff;
	box-shadow: none;
}
.v2 .divider:active,
.v2 .divider:active .divider-name {
	background-color: #ededed;
	border-bottom: 1px solid #ededed;
}
.v2 .divider.open {
	background-color: #fff;
	color: #000;
}
.v2 .divider-name {
	/*font-family: 'komika_textregular','Comic Sans MS','Open Sans',HelveticaNeue,Helvetica,Arial;*/
	/*text-transform: uppercase;*/
	display: inline-block;
	padding: 6px 15px 1px 15px;
	width: auto;
	/*min-width: 66%;*/
	min-height: 32px;
	/*background-color: rgb(252,252,252);*/
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid rgb(252,252,252);
	border-radius: 8px 8px 0 0;
	/*margin: -32px 10px -1px;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -1px;
	/*background: linear-gradient(0deg, #fff, #fafafa);*/
	cursor: pointer;
	box-shadow: 0 -3px 6px rgba(0,0,0,0.05);
	box-shadow: inset 0 12px 21px rgba(0,0,0,0.05);
	white-space: nowrap;
	overflow: hidden;
}

.v2 .divider-list,
.v2 .divider,
.v2 .divider-name {
	max-height: 32px;
}
.v2 .divider-list {
	max-height: 175px; /*(35 * count)*/
}

.v2 .open .divider-name,
.v2 .divider.open:active .divider-name {
	box-shadow: none;
	border-bottom: 1px solid #fff;
}
.v2 .divider-name .name {
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 419px;
	white-space: nowrap;
	overflow: hidden;
}
.v2 .divider-name .badge {
	margin-top: -11px;
	margin-left: 3px;
	background-color: #57C6F2;
}
.v2 .comic-list {
	margin: 0;
	background: #fff;
	overflow: hidden;
}
.v2 .divider-list .comic-list {
	/*margin: -31px 0 32px;*/
	margin-left: 0;
	margin-right: 0;
	background: #fff;
}
.v2 .open.comic-list {
}
.v2 .comic {
	margin: 0;
	max-height: 80px;
	overflow: hidden;
	position: relative;
}
.v2 .row.comic.removed {
	opacity: .4;
}
.v2 .row.comic.removed:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px
	background: rgba(0,0,0,0.15);
	cursor: not-allowed;
	z-index: 1;
}
.v2 .removed .comic-name {
	text-decoration: line-through;
}
.v2 .comic-name {
	padding: 9px 84px 9px 31px;
	text-indent: -9px;
	min-height: 31px;
	max-height: 80px;
	border-bottom: 1px solid #eee;
}
.v2 .comic-name a,
.v2 .comic-name a:hover {
	color: #555;
	text-decoration: none;
}
.v2 .comic-name a:active {
	color: #4392f1;
}
.v2 .comic-list div:nth-last-child(2) div {
	/*border-bottom: 0;*/
}
.v2 .comic-list.wishlist div:nth-last-child(1) div {
	/*border-bottom: 0;*/
}
.v2 .btn-sm.btn-outline.btn-icon.comic-button {
	position: absolute; 
	top: 50%; 
	right: 9px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	padding: 1px;
	font-size: 69.57%;
}
.v2 .btn-sm.btn-outline.btn-icon.comic-button.duplicate-comic {
	right: 33px;
}
#v2modal .btn.btn-sm.btn-outline.btn-icon.duplicate-comic .glyphicon,
#modal_v2add #duplicate_button .glyphicon,
.v2 .btn-sm.btn-outline.btn-icon.comic-button.duplicate-comic .glyphicon {
	top: 0;
}
.v2 .btn-sm.btn-outline.btn-icon.comic-button.edit-comic {
	right: 57px;
}
.v2 .comic-list .row-icon {
	color: #555;
}
.v2 .comic-list .no-cover {
	top: 2px;
	left: -1px;
	color: #ddd;
}
.v2 .row-artist,
.v2 .row-second {
	font-style: italic;
	color: #bbb;
	white-space: nowrap;
}
.v2 .wishlist .row-artist,
.v2 .wishlist .row-second {
	color: #777;
}
.v2 .wishlist .wishlist .row-artist,
.v2 .wishlist .wishlist .row-second {
	color: #bbb;
}
.v2 .wishlist .comic-name a,
.v2 .wishlist .comic-name > span {
	opacity: .3;
}
.v2 .wishlist .wishlist .comic-name a {
	opacity: 1;
}

.v2 .wishlist.onorder .comic-name a {
	text-decoration: line-through;
	color: #bbb !important;
}

.v2 .share-gallery {
	position: absolute;
	top: 5px;
	right: 7px;
	width: 30px;
	height: 30px;
	background: #fff;
}
.v2 .share-gallery:hover {
	text-decoration: none;
}

.v2 .row-variant-name,
.v2 .row-trade {
	font-style: italic;
}
.v2 .artist-sheet .row-artist,
.v2 .publisher-sheet .row-title,
.v2 .series-sheet .row-title {
	display: none;
}

.v2 .site-setting {
	margin: 0;
	overflow: hidden;
}
.v2 .site-setting .hider {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .65;
	z-index: 1;
}
.v2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
	padding: 2px 0 0 27px;
	z-index: 2;
	/*background: yellow;*/
	/*opacity: .5;*/
}
.v2 .overlay input {
	padding: 4px 74px 2px 3px;
}
.v2 .level-2 .overlay {
	padding-left: 42px;
}

.v2 .setting-name {
	padding: 9px 15px 9px 13px;
	height: 39px;
	border-top: 1px solid #eee;
}
.v2 .setting-name .name {
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	max-width: 441px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.v2 .level-2 .setting-name {
	padding-left: 28px;
}
.v2 .level-2 .setting-name .name {
	max-width: 426px;
}

.v2 .site-setting .site-settings-buttons {
	position: absolute;
	top: 0px; 
	right: 0px;
	width: 74px;
	height: 39px;
}
.v2 .site-setting .undo-setting,
.v2 .site-setting .save-setting {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	padding: 0;
	padding-top: 1px;
	width: 22px;
	height: 22px;
	text-align: center;
	border: 1px solid #4392f1;
	color: #1476ed;
	border-color: #4392f1;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
}
.v2 .site-setting .save-setting:hover {
	color: #0e5fc0;
	border-color: #106bd7;
}
.v2 .site-setting .save-setting:active {
	color: #fff;
	border-color: #4392f1;
	background-color: #4392f1;
}
.v2 .setting-list div:nth-child(1) {
	border-top: 1px solid #eee;
}
.v2 .site-setting .undo-setting {
	/*right: 42px;*/
	margin-right: 15px;
	color: #999;
	border-color: #999;
}
.v2 .site-setting .undo-setting:hover {
	color: #8c8c8c;
	border-color: #8c8c8c;
}
.v2 .site-setting .undo-setting:active {
	color: #fff;
	border-color: #999;
	background-color: #999;
}

.v2 .site-setting .row-icon {
	display: inline-block;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	color: #777;
}



@media (max-width: 499px){
	.v2.container {
		padding-left: 0;
		padding-right: 0;
	} 
	.v2 .search-box {
		margin: 0;
		padding: 0 15px;
	}
	.v2 .search-page .clear-field {
		right: 78px;
	}
	.v2 .list-content,
	.v2 .search-error {
		border-left: 0;
		border-right: 0;
	}
	.v2 .selector,
	.v2 .divider-2 {
		min-height: 45px;
	}
	.v2 .selector-name,
	.v2 .divider-2-name {
		padding: 11px 34px 11px 15px;
		min-height: 44px;
	}
	.v2 .selector-name .badge,
	.v2 .divider-2-name .badge {
		margin-top: -3px;
	}
	.v2 .selector .row-status,
	.v2 .divider-2 .row-status {
		right: 15px;
		margin-top: -8px;
	}
	.v2 .divider-list {
		margin-right: 0;
		margin-left: 0;
	}
	.v2 .divider {
		min-height: 45px;
	}
	.v2 .divider-name {
		padding: 11px 15px 11px 15px;
		min-height: 44px;
		/*margin: -44px 10px -1px;*/
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: -1px;
	}
	.v2 .divider-name .name {
		max-width: 78vw;
	}
	.v2 .divider-name .badge {
		margin-top: -11px;
	}
	.v2 .comic-list {
		margin: 0;
	}
	.v2 .divider-list .comic-list {
		margin-left: 0;
		margin-right: 0;
		background: #fff;
	}
	.v2 .comic {
		max-height: 125px;
	}
	.v2 .comic-name {
		padding: 17px 50px 17px 34px;
		text-indent: -11px;
		min-height: 44px;
		max-height: 125px;
	}

	.v2 .info-container {
		position: absolute; 
		top: 50%; 
		right: 5px;
		margin-top: -27px;
		width: 52px;
		height: 52px;
		/*background: yellow;*/
	}
	.v2 .share-gallery {
		top: 11px;
		right: 22px;
	}
	
	.v2 .btn-sm.btn-outline.btn-icon.comic-button {
		right: 15px;
		margin-top: -11px;
		width: 22px;
		height: 22px;
		font-size: 69.57%;
	}

	.v2 h1.list-head {
	}

	.v2 .divider-list,
	.v2 .divider,
	.v2 .divider-name {
		max-height: 45px;
	}
	.v2 .divider-list {
		max-height: 240px; /*(48 * count)*/
	}

	.v2 .setting-name {
		padding: 17px 15px 16px 13px;
		height: 57px;
	}
	.v2 .setting-name .name {
		max-width: 83vw;
	}
	.v2 .level-2 .setting-name .name {
		max-width: 78vw;
	}
	.v2 .overlay {
		height: 47px;
		padding: 10px 0 10px 26px;
		/*opacity: .5;*/
	}
	.v2 .overlay input {
		padding: 7px 74px 2px 5px
	}
	.v2 .site-setting .site-settings-buttons {
		height: 42px;
	}
	.v2 .site-setting .undo-setting,
	.v2 .site-setting .save-setting {
		padding-top: 0px;
		margin-top: 15px;
	}
} 
/* end (max-width: 499px) */
/* END NEW MOBILE LIST STYLING */


/* EXPAND & CONTRACT LISTS */
.v2 .divider-list,
.v2 .divider,
.v2 .divider-name,
.v2 .comic-list,
.v2 .comic,
.v2 .comic-name {
	/*transition: all .20s ease-out;*/
}
.v2 .no-trans .divider-list,
.v2 .no-trans .divider,
.v2 .no-trans .divider-name,
.v2 .no-trans .comic-list,
.v2 .no-trans .comic,
.v2 .no-trans .comic-name,
.v2 .divider-list.no-trans,
.v2 .divider.no-trans,
.v2 .divider-name.no-trans,
.v2 .comic-list.no-trans,
.v2 .comic.no-trans,
.v2 .comic-name.no-trans {
	transition: none;
}
.v2 .test-hide {
}
.v2 .test-hide.divider-list div:nth-child(1).divider {
	background-color: #f9f9f9;
}
.v2 .test-hide .divider,
.v2 .test-hide .divider-name,
.v2 .test-hide .comic,
.v2 .test-hide .comic-name {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	min-height: 0;
	max-height: 0;
	/*height: 0;*/
	overflow: hidden;
}
.v2 #height_getter {
	position: absolute;
	bottom: 0;
	left: -10000px;
	min-height: 10px;
	width: 500px;
	max-width: 500px;
	visibility: hidden;
	/*right: -100px;*/
	/*background: yellow;*/
}
@media (max-width: 499px) {
	.v2 #height_getter {
		top: -10000000px;
		left: 0;
		max-width: 100%;
		max-height: 1000000px
		/*visibility: hidden;*/
	}
}
/* END EXPAND & CONTRACT LISTS */



/* SIDE SCROLLING TOP MENU - MOBILE ONLY */
.side-scroller {
	margin-top: 15px;
	width: 100%;
	height: 36px;
	/*overflow-x: scroll;*/
	overflow-y: hidden;
	white-space: nowrap;
	/*background: yellow;*/
	/*box-shadow: 0 0 1px blue;*/
	max-width: 500px;
	margin: 22px auto 20px;
}
.side-scroller::-webkit-scrollbar {
	display: none;
}
.side-scroller {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;     /* Firefox */
}
.mobile-menu-container {
	height: 50px;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
}
.mobile-menu {
	display: inline-block;
	height: 50px;
	padding-right: 15px;
	overflow-y: hidden;
	white-space: nowrap;
	position: absolute;
}
.mobile-menu > div {
	display: inline-block;
	height: 60px;
	white-space: nowrap;
}
.mobile-menu .btn-sm, 
.mobile-menu .btn-sm.btn-outline {
	height: 35px;
	font-size: 16px;
	line-height: 24px;
	border-color: #888;
}
.mobile-menu .btn-sm, 
.mobile-menu .btn-sm.btn-outline a,
.mobile-menu .btn-sm, 
.mobile-menu .btn-sm.btn-outline a:hover {
	color: #888;
	text-decoration: none;
}
.mobile-menu .btn-outline.btn-primary:active, 
.mobile-menu .btn-outline.btn-primary:active:hover {
	border-color: #888;
	background-color: #888;
}
.mobile-menu .btn-outline.btn-primary:active a, 
.mobile-menu .btn-outline.btn-primary:active a:hover {
	color: #fff;
}

.mobile-menu .pill {
	margin-left: 10px;
}
.mobile-menu .gear,
.mobile-menu .gear:hover {
	display: none;
	height: 35px;
	font-size: 15px;
	line-height: 24px;
	/*position: absolute;*/
	/*top: 8px;*/
	background: #ddd;
	color: #888;
	border: 1px solid #ddd;
	border-radius: 0 30px 30px 0;
	padding: 4px 8px 4px 5px;
	margin-left: -3px;
}
.mobile-menu .gear:hover {
	color: inherit;
}
.mobile-menu .gear > span {
	top: 3px;
}

.publisher .mobile-menu .publisher.pill, 
.series .mobile-menu .series.pill, 
.artist .mobile-menu .artist.pill, 
.character .mobile-menu .character.pill, 
.tag .mobile-menu .tag.pill, 
.location .mobile-menu .location.pill, 
.wishlist .mobile-menu .wishlist.pill {
	border-color: #888;
	background-color: #888;
	border-radius: 30px 0 0 30px;
	padding-right: 6px;
	color: #fff;
}
.wishlist .mobile-menu .wishlist.pill {
	border-radius: 30px;
	padding-right: 12px;
}
.publisher .mobile-menu .publisher.pill a, 
.series .mobile-menu .series.pill a, 
.artist .mobile-menu .artist.pill a, 
.character .mobile-menu .character.pill a, 
.tag .mobile-menu .tag.pill a, 
.location .mobile-menu .location.pill a, 
.wishlist .mobile-menu .wishlist.pill a {
	color: inherit;
}
.publisher .mobile-menu .publisher.gear, 
.series .mobile-menu .series.gear, 
.artist .mobile-menu .artist.gear, 
.character .mobile-menu .character.gear, 
.tag .mobile-menu .tag.gear, 
.location .mobile-menu .location.gear, 
.wishlist .mobile-menu .wishlist.gear {
	display: inline-block;
}

.publisher.setting .mobile-menu .publisher.pill,
.series.setting .mobile-menu .series.pill,
.artist.setting .mobile-menu .artist.pill,
.character.setting .mobile-menu .character.pill,
.tag.setting .mobile-menu .tag.pill,
.location.setting .mobile-menu .location.pill,
.wishlist.setting .mobile-menu .wishlist.pill {
	border-color: #ddd;
	background-color: #ddd;
	color: #888;
}
.publisher.setting .mobile-menu .publisher.gear,
.series.setting .mobile-menu .series.gear,
.artist.setting .mobile-menu .artist.gear,
.character.setting .mobile-menu .character.gear,
.tag.setting .mobile-menu .tag.gear,
.location.setting .mobile-menu .location.gear,
.wishlist.setting .mobile-menu .wishlist.gear {
	background-color: #888;
	color: #fff;
}




/*
.side-scroller ul {
	list-style: none;
	white-space: nowrap;
}
.side-scroller li {
	float: left;
	display: inline-block;
	position: relative;
}
*/



/* mobile-menu */
/* pill */
/* gear */

/* END SIDE SCROLLING TOP MENU - MOBILE ONLY */








/* MISC ADDITIONS */
.v2 h1.list-head {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	text-align: center;
}
.list-settings {
	float: right;
	margin: 11px 15px 0 -90px;
	font-size: 15px;
	color: #ccc !important;
}
.list-back {
	display: none;
	float: left;
	margin: 11px -90px 0 15px;
	font-size: 15px;
	color: #1476ed !important;
}
.navbar-form.navbar-left {
	display: none;
}

.half {
	color: #777;
}
.half sup {
	color: #000;
	font-size: 60%;
}
.half sub {
	color: #000;
	font-size: 60%;
	bottom: -0.05em;
}
.nn {
	/*color: #bbb;*/
	opacity: .4
}
/*mobile adjustments*/
@media (max-width: 767px) {
	.list-settings {
		font-size: 17.25px;
	}
	.v2 .close-issues {
		margin: 0;
	}
}
/* end (max-width: 767px) */
@media (min-width: 900px) {
	.navbar-form.navbar-left {
		display: block;
	}
}
/* end (max-width: 767px) */
/* MISC ADDITIONS */



/* MODAL TWEAKS */
.ms-res-ctn .ms-res-item {
	border-bottom: 1px solid #eee;
}


.notify-js-corner .buttons .btn-sm,
.buttons .btn-sm {
	font-size: 80%;
	color: #1476ed;
	padding: 4px 12px;
	line-height: 1.5;
	border-width: 1px;
	border-radius: 30px;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;

	border-color: #b4080d;
	background: rgba(255, 255, 255, 0.7);
	color: #740508;
}
.notify-js-corner .buttons .btn-sm:hover,
.buttons .btn-sm:hover {
	background: rgba(255, 255, 255, 0.8);
}
.notifyjs-add-success-base .slide {
	transition: width 1s ease-out;
}
.dropdown-menu {
	padding: 0;
	border-radius: 0 0 4px 4px;
}

@media (max-width: 767px) {
	.dropdown-menu {
		font-size: 115%;
	}
	.ms-res-ctn .ms-res-item {
		padding: 6px 34px 6px 15px;
		min-height: 31px;
	}
	.v2-add-modal .dropzone .dz-preview .dz-remove.dz-bcb .dz-remove-secondary {
		display: none;
	}
	.notify-js-corner .buttons .btn-sm,
	.buttons .btn-sm {
		font-size: 100%;
		height: 40px;
	}
	#v2modal .modal-dialog .modal-content .modal-footer,
	.v2-gfx-modal .modal-dialog .modal-content .modal-footer,
	.v2-add-modal .modal-dialog .modal-content .modal-footer {
		padding-bottom: 27px;
	}

}
/* END MODAL TWEAKS */


.notifyjs-add-success-base .loading {
	position: absolute;
	top: 24px;
	left: 4px;
	z-index: 1;
	width: 42px;
	height: 42px;
	border: 4px solid rgba(123,201,80,0.95);
	border-top-color: #fff;
}
.notifyjs-add-success-base h3.loader:after {
	content: '';
}


.first-list,
.second-list,
.third-list {
	position: absolute;
	top: 0;
	width: 500px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.first-list .row:nth-child(2),
.second-list .row:nth-child(2),
.third-list .row:nth-child(2) {
	border-top: 0;
}
.first-list .row:nth-last-child(2),
.second-list .row:nth-last-child(2),
.third-list .row:nth-last-child(2) {
	border-bottom: 1px solid #ddd;
}
.first-list .row.comic:nth-last-child(2),
.second-list .row.comic:nth-last-child(2),
.third-list .row.comic:nth-last-child(2) {
	border-bottom: 0;
}
.second-list .row:nth-last-child(1) .comic-name,
.third-list .row:nth-last-child(1) .comic-name {
	/*border-bottom: 0;*/
}


#alpha {
	position: fixed;
	top: 129px;
	right: -50px;
	width: 15px;
	height: 100%;
	font-size: 11px;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	/*overflow: hidden;*/
}
#alpha .letters {
	position: absolute;
	top: 50%;
	margin-top: -327px; /*-370px;*/
	padding-top: 25px;
	right: 0px;
	width: 15px;
	/*border: 1px solid red;*/
}
#alpha span {
	display: block;
	width: 15px;
	text-align: center;
}
#alpha .p-container {
	position: absolute;
	top: 50%;
	margin-top: -327px; /*-370px;*/
	right: 0px;
	width: 22px;
	height: 440px;
	background-color: transparent;
	/*border: 1px solid red;*/
	/*overflow: hidden;*/
}
#alpha .pointer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 440px;
	background-color: transparent;
	/*border: 1px solid blue;*/
	overflow-x: hidden;
	overflow-y: scroll;
}
#alpha .pointer > div {
	display: block;
	width: 50px;
	height: 10000px;
	background-color: transparent;
}
@media (max-width: 767px) {
	#alpha {
		right: 0;
	}
	/*
	.first-list,
	.second-list,
	.third-list {
		padding-bottom: 83px;
	}
	*/
	.container {
		/*padding-bottom: 83px;*/
	}
}


@media (max-width:340px) {
	.navbar-inverse .navbar-form-mobile .nav-query {
		width: 140px !important;
	}
}


.ribbon {
	position: absolute;
	left: 0px; top: 50px;
	z-index: 1020;
	overflow: hidden;
	width: 140px; height: 140px;
	text-align: right;
  }
  
  .ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 220px;
	display: block;
	/* background: #79A70A; */
	/* background: linear-gradient(#2989d8 0%, #1e5799 100%); */
	background: rgba(247, 194, 49, 1);
	color: rgb(140, 110, 30);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .25);	
	position: absolute;
	top: 48px; left: -50px;
  }
  
  .ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #1e5799;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
  }
  
  .ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #1e5799;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
  }