/* A Madoka layout for modern CSS 
** Visit Shishio's club for more premade layouts 
** You can customize a few things in this layout
*/
/* General codes */
@import url(https://malcat-gen.appspot.com/series?preset=dataimagelinkbefore);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(http://fonts.googleapis.com/css?family=Amaranth);
@import url(https://fonts.googleapis.com/css?family=Rancho);

#advanced-options {
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
    width: 860px;
    margin: 0 auto;
    padding: 25px 0px 30px;
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    color: #323232;
    text-align: left;
    font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
    z-index: 1101;
	border: none;
background-image: url(http://i.imgur.com/DIbJKLt.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;	}
	
#advanced-options .advanced-options-header {
    width: 750px;
    margin: 0px auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #BEBEBE;
    font-size: 16px;
	color:#fff !important;
text-shadow: 0 0 2px #F54EE7, 0 0 1px #F54EE7, 1px 1px 7px #E32BD4, 0 0 0 #F54EE7;
}


#advanced-options .advanced-options-header .description {
    font-size: 12px;
    font-weight: normal;
    margin-left: 8px;
	color:#fff !important;
text-shadow: 0 0 2px #F54EE7, 0 0 1px #F54EE7, 1px 1px 7px #E32BD4, 0 0 0 #F54EE7;
}

#advanced-options .sort-widget .widget-header, #advanced-options .filter-widget .widget-header, #advanced-options .filter-widget.aired-date .text, #advanced-options .filter-widget.published-date .text {
color:#fff !important;
text-shadow: 0 0 2px #F54EE7, 0 0 1px #F54EE7, 1px 1px 7px #E32BD4, 0 0 0 #F54EE7;
}

#advanced-options select {
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/img/pc/ownlist/icon_pulldown_triangle.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px 8px;
    background-color: #FFFFFF;
    display: inline-block;
    height: 25px;
    padding: 4px 20px 4px 4px;
    padding-right: 4px\0;
    border: #BEBEBE 1px solid;
    border-radius: 0px;
    font-size: 12px;
}
#advanced-options select::-ms-expand {
    display: none;
}

#advanced-options select:disabled {
    background-image: url(/img/pc/ownlist/icon_pulldown_triangle_disable.png);
    color: #9B9B9B;
}

#advanced-options input[type=text] {
    padding: 4px;
    border: #BEBEBE 1px solid;
}

#advanced-options input:focus {
    outline: none;
}


/* sort */
#advanced-options .sort-widget {
    margin: 0px auto;
    padding: 12px 0px 0px;
    width: 750px;
}
#advanced-options .sort-widget:last-of-type {
    padding-bottom: 45px;
}

#advanced-options .sort-widget select {
    width: 172px;
    margin-right: 8px;
}

#advanced-options .sort-widget input[type=radio] {
    display: none;
}
#advanced-options .sort-widget input[type=radio] + label {
    background-color: #FFFFFF;
    display: inline-block;
    width: 56px;
    padding: 5px 0px;
    border: #BEBEBE 1px solid;
    border-radius: 4px;
    color: #323232;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
#advanced-options .sort-widget input[type=radio]:checked + label {
    background-color: #244291;
    border: #244291 1px solid;
    color: #FFFFFF;
}
#advanced-options .sort-widget input[type=radio]:disabled + label {
    border: #BEBEBE 1px solid;
    color: #9B9B9B;
}
#advanced-options .sort-widget input[type=radio]:checked:disabled + label {
    background-color: #FFFFFF;
    border: #BEBEBE 1px solid;
    color: #9B9B9B;
}

/* filter */
#advanced-options .filter-widget {
    margin: 0px auto;
    padding: 12px 0px 0;
    width: 750px;
}

#advanced-options .filter-widget select {
    margin-right: 8px;
    font-size: 12px;
}

#advanced-options .filter-widget.title input[type=text] {
    width: 360px;
}

#advanced-options .filter-widget.airing-status select,
#advanced-options .filter-widget.publishing-status select {
    width: 152px;
}

#advanced-options .filter-widget.producer select,
#advanced-options .filter-widget.magazine select {
    width: 360px;
}

#advanced-options .filter-widget.aired-date select.year,
#advanced-options .filter-widget.published-date select.year {
    width: 80px;
}

#advanced-options .filter-widget.aired-date select.month,
#advanced-options .filter-widget.published-date select.month,
#advanced-options .filter-widget.aired-date select.day,
#advanced-options .filter-widget.published-date select.day {
    width: 60px;
}

#advanced-options .filter-widget.aired-date .text,
#advanced-options .filter-widget.published-date .text {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
}

#advanced-options .filter-widget.aired-season select.year {
    width: 80px;
}

#advanced-options .filter-widget.aired-season select.season {
    width: 110px;
}

#advanced-options .sort-widget .widget-header,
#advanced-options .filter-widget .widget-header {
    display: inline-block;
    width: 110px;
    font-size: 12px;
    font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
}

#advanced-options .sort-widget:last-of-type,
#advanced-options .filter-widget:last-of-type {
    padding-bottom: 40px;
}

#advanced-options .advanced-options-button {
    width: 750px;
    margin: 0px auto;
    padding: 12px 0px 0px;
    border-top: 1px solid #BEBEBE;
    text-align: center;
}

#advanced-options .btn-apply,
#advanced-options .btn-clear {
    background-color: rgba(147,46,138, 1);
    display: inline-block;
    width: 135px;
    margin: 0 4px;
    padding: 6px 0px;
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#advanced-options .btn-apply:hover,
#advanced-options .btn-clear:hover {
  background-color: rgba(147,46,138, 0.8);
}



/**
 * General Styles
 */
 
 @-moz-keyframes mymove /* Firefox */
{
0% {opacity: 1}
80% {opacity: 1}
95% {opacity: 0}
99% {opacity: 0}
}
   
@-webkit-keyframes mymove /* Chrome */
{
0% {opacity: 1}
80% {opacity: 1}
95% {opacity: 0}
99% {opacity: 0}
}
 

  .list-unit.watching:before {
	background-image: url(http://i.imgur.com/WwxHWKb.png);
        background-size:cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	content: '';
	left: 0;
	top: 0;
		height: 100%;
position: fixed !important;
top: 0 !important;
width: 100% !Important;
z-index: 101;
color: transparent;
content: "";
pointer-events: none;
opacity: 0;
-moz-animation:mymove 2.5s; /* Firefox */
-webkit-animation:mymove 2.5s; /* Chrome */
}



td {
    line-height: 1.5em;
	height: 25px !important;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff !important;
    text-decoration: none;
}

#footer-block {
    padding: 15px 0;
    background-color: #244291;
    color: #FFFFFF;
    font-family: Avenir, "lucida grande", tahoma, verdana, arial, sans-serif;
	display:none;
}

#copyright {
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 3px;
    text-align: center;
}

/*
 * Header
 */
.header a {
    font-weight: bold;
    color: #fff !important;
}
.header a:hover {
    text-decoration: underline;
}

.header {
    position: fixed;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto
	border:none;
	background-color: rgba(0, 0, 0, .8) !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	z-index: 40;
}

.header .header-menu {
    position: absolute;
    top: 5px;
    right: 4px
}
.header .header-menu.other {
    top: 5px;
}



.header .header-menu .header-info {
    font-size: 10px;
    margin-top: 6px;
    margin-right: 15px;
    text-align: right;
}

.header .username {
    font-weight: bold;
}

.header .header-menu .list-menu {
    position: absolute;
    top: 25px;
    right: -4px;
    background-color: #ffffff;
    display: none;
    border: #2E51A2 1px solid;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    z-index: 1;
}

.header .header-menu .list-menu .icon-menu {
    display: block;
    width: 150px;
    height: 30px;
    color: #2E51A2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.header .header-menu .list-menu .icon-menu:hover {
    background-color: #e1e7f5
}

.header .header-menu .list-menu .icon-menu svg.icon {
    position: absolute;
    fill: #2E51A2;
    left: 12px;
    top: 4px;
}

.header .header-menu .list-menu .icon-menu .text {
    position: absolute;
    left: 52px;
    top: 6px;
}

.header .header-menu .btn-menu {
display: block;
    text-align: right;
color: rgba(255,255,255,0.8) !important;
font-size: 12px !important;
text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;
}


/**
 * Floating Menu
 */
.list-menu-float
{
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 100;
  transition: width 0.3s ease-in-out;
  left: 50px;
  right: auto;
  top: 0px;
  background: linear-gradient(rgba(71, 49, 121, 0.9), rgba(15, 5, 32, 1)); /* Standard syntax */
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: none;
}

.list-menu-float:hover
{
  width: 250px;
}

.list-menu-float .icon-menu
{
  position: absolute;
  background-color: transparent !important;
  display: block;
  width: 0px;
  height: 0px;
  opacity: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.list-menu-float .icon-menu svg.icon
{
  position: absolute;
  fill: rgba(255,255,255,.6);
}

.list-menu-float .icon-menu:hover svg.icon
{
  position: absolute;
  fill: rgba(255,255,255,1);
}

.list-menu-float .icon-menu.profile
{
  width: 50px;
  height: 50px;
  background-size: cover;
  left: 0px;
}

.list-menu-float .icon-menu.profile:before
{
  position: absolute;
  width: 50px;
  height: 50px;
/*  content: '+';*/
  background-color: transparent; 
  content: '';
  font-size: 35px;
  left: 0px;
  background-image: url("");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 45px auto;
  color: rgb(74,72,73);

}

.list-menu-float:hover .icon-menu.profile:before
{
  visibility: hidden;
}

.list-menu-float .icon-menu.quick-add
{
  margin-left: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.quick-add svg.icon-quick-add
{
  margin-left: 50px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.anime-list
{
  margin-left: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.anime-list svg.icon-anime-list
{
  margin-left: 80px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.manga-list
{
  margin-left: 110px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.manga-list svg.icon-manga-list
{
  margin-right: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.history
{
  margin-left: 140px;
  margin-top: -1px;
}

.list-menu-float .icon-menu.history svg.icon-history
{
  margin-left: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.login
{
  margin-left: 170px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.login svg.icon-login
{
  margin-left: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.logout
{
  margin-left: 170px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.logout svg.icon-logout
{
  margin-left: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.export
{
  margin-left: 200px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.export svg.icon-export
{
  margin-left: 0px;
  margin-top: -3px;
}

.list-menu-float .icon-menu.setting
{
  margin-left: 230px;
  margin-top: 0px;
}

.list-menu-float .icon-menu.setting svg.icon-setting
{
  margin-left: 0px;
  margin-top: 0px;
}

.list-menu-float .icon-menu:not(.profile):hover
{
  background-color: transparent;
  width: 0px;
}

.list-menu-float .icon-menu.setting .text
{
  height: 50px;
  top: 0px;
  width: 0px;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 13px;
}

.list-menu-float .icon-menu.setting:hover .text
{
  height: 50px;
  top: 0px;
  width: 80px;
  opacity: 1
}

.list-menu-float .icon-menu.setting .text .link-list-setting,
.list-menu-float .icon-menu.setting .text .link-style-setting
{
  display: block;
  opacity: 0;
}

.list-menu-float .icon-menu.setting:hover .text .link-list-setting,
.list-menu-float .icon-menu.setting:hover .text .link-style-setting
{
  height: 25px;
  line-height: 25px;
  background-color: white;
  color: rgb(74,72,73);
  position: absolute;
  display: block;
  width: 80px;
  text-decoration: none;
  opacity: 1;
}

.list-menu-float .icon-menu.setting:hover .text .link-list-setting
{
  top: 0px;
}

.list-menu-float .icon-menu.setting:hover .text .link-style-setting
{
  border-top: rgb(74,72,73) 1px solid;
  top: 25px;
}
.list-menu-float .icon-menu:not(.setting) .text,
.list-menu-float .icon-menu:not(.setting):hover .text {display: none;}

/* setting */
.list-menu-float .icon-menu.setting .text {
    top: 0px;
    width: 0px;
    height: 50px;
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.list-menu-float .icon-menu.setting:hover .text {
    top: 0px;
    width: 114px;
    height: 100px;
    opacity: 1
}

.list-menu-float .icon-menu.setting .text .link-list-setting,
.list-menu-float .icon-menu.setting .text .link-style-setting {
    display: block;
    opacity: 0;
}

.list-menu-float .icon-menu.setting:hover .text .link-list-setting,
.list-menu-float .icon-menu.setting:hover .text .link-style-setting {
    position: absolute;
    background: linear-gradient(rgba(71, 49, 121, 0.9), rgba(15, 5, 32, 1)); /* Standard syntax */
    display: block;
    width: 110px;
    height: 50px;
    line-height: 25px;
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
}
.list-menu-float .icon-menu.setting:hover .text .link-list-setting {
    top: 0px;
}


svg.icon.icon-setting {display:none;}

/**
 * List Container
 */

.list-container {
    position: absolute;
    background-color: transparent !important;
    width: 800px;
	left: 20px !important;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin: 100px auto 40px;
	 min-height: 900px !important;
	 box-shadow: 0 0 2px #fff, 0 0 1px #cd06eb, 1px 1px 7px #fff, 0 0 0 #cd06eb !important;
 border: 7px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, rgba(26,61,173,.5) 0%, rgba(142,15,165,.5) 100%);
    -webkit-border-image: -webkit-linear-gradient(right, rgba(26,61,173,.5) 0%, rgba(142,15,165,.5) 100%);
    border-image: linear-gradient(to left, rgba(26,61,173,.5) 0%, rgba(142,15,165,.5) 100%);
    border-image-slice: 1;
}

/**
 * List Container - Cover Block
 */
.cover-block {
    display: block;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.cover-block .image-container {
    display: table-cell;
    padding-top: 0px;
    width: 800px;
}

.cover-block .image-container.hide {
    display: none;
}

.cover-block .image-container img {
    max-width: 800px;
}

/* setting icon */
.cover-block .image-container .btn-list-setting {
    display: none;
}

.cover-block .image-container:hover .btn-list-setting {
    display: block;
    position: absolute;
    top: 20px;
    right: 28px;
    padding: 8px;
    border: rgba(255,255,255,0) 1px solid;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
}

.cover-block .image-container .btn-list-setting:hover {
    position: absolute;
    top: 20px;
    right: 28px;
    background-color: rgba(0,0,0,0.6);
    padding: 8px;
    border: none;
    -moz-box-shadow: 0 0 4px #000000;
    -webkit-box-shadow: 0 0 4px #000000;
    -o-box-shadow: 0 0 4px #000000;
    -ms-box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px #000000;
    font-size: 14px;
    color: #ffffff;
    text-shadow: #323232 1px 1px 1px;
}

.cover-block .image-container .btn-list-setting .fa-camera {
    font-size: 16px;
    -moz-text-shadow: #000000 1px 1px 3px;
    -webkit-text-shadow: #000000 1px 1px 3px;
    -o-text-shadow: #000000 1px 1px 3px;
    -ms-text-shadow: #000000 1px 1px 3px;
    text-shadow: #000000 1px 1px 3px;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)";
}

.cover-block .image-container .btn-list-setting .icon-plus-circle {
    position: absolute;
    top: 4px;
    left: 18px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    -moz-box-shadow: -1px 1px 0px 0px #323232;
    -webkit-box-shadow: -1px 1px 0px 0px #323232;
    -o-box-shadow: -1px 1px 0px 0px #323232;
    -ms-box-shadow: -1px 1px 0px 0px #323232;
    box-shadow: -1px 1px 0px 0px #323232;
    font-size: 10px;
}

.cover-block .image-container .btn-list-setting .text {
  display: none;
}

.cover-block .image-container .btn-list-setting:hover .text {
  display: inline-block;;
  margin-left: 4px;
}


/**
 * List Container - Status Menu
 */
.status-menu-container {
position: fixed;
top: 0px;
    width: 800px;
    height: 50px;
    background-color: transparent;
    border-bottom: none;
    z-index: 60;
	margin-top:0px;
}

.status-menu-container.fixed {
    position: fixed;
    display: block;
    top: 0;
}

.status-menu-container.fixed + div.list-block {
    margin-top: 0px;
}

.status-menu-container .status-menu {
    display: table;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.status-menu-container .status-menu .status-button {
    position: relative;
    display: table-cell;
    padding: 0;
    color: transparent;
	content: none;
	width: 50px;
	height: 50px;
	 background-size: contain;
  background-repeat: no-repeat;
  font-size: 0 !important;
background-position:50% 50%;
}



.status-menu-container .status-menu .status-button.on {
    background: linear-gradient(rgba(71, 49, 121, 0.9), rgba(15, 5, 32, 1)); /* Standard syntax */
    width: 50px;
	height: 50px;
	color: transparent;
	content: none;
	 background-size: contain;
  background-repeat: no-repeat;
background-position:50% 50%;
}

.status-menu-container .status-menu .status-button:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(rgba(71, 49, 121, 0.9), rgba(15, 5, 32, 1)); /* Standard syntax */
    display: block;
    width: 50px;
    height: 50px;
	color: #fff !important;
	font-size: 16px !important;
	text-align: center;
vertical-align: middle;
line-height: 50px !important; 
	font-weight: bold !important;
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	z-index:60;
}

 .status-menu .status-button:hover:after {
    opacity: .7
}

.status-menu-container .status-menu .status-button.on:after{
opacity: 0
}

/* watching */

.status-menu-container .status-menu .status-button.watching {
  background-image: url("http://i.imgur.com/8Zt5ugP.png");
  opacity: 0.7;
}

.status-menu-container .status-menu .status-button.watching:hover {
  opacity: 1;
}

.status-menu-container .status-menu .status-button.watching.on {
  background-image: url("http://i.imgur.com/3r018Zr.png");
  opacity: 1;
}

.status-menu-container .status-menu .status-button.watching:after {
 content: 'CW';
}


/* completed */

.status-menu-container .status-menu .status-button.completed {
  background-image: url("http://i.imgur.com/IqDXcji.png");
  opacity: 0.7;}
  
  .status-menu-container .status-menu .status-button.completed:hover {
  opacity: 1;}
  
.status-menu-container .status-menu .status-button.completed.on {
  background-image: url("http://i.imgur.com/VhL2jg6.png");
  opacity: 1;
}

.status-menu-container .status-menu .status-button.completed:after {
 content: 'CMPL';
}

/* on hold */

.status-menu-container .status-menu .status-button.onhold {
  background-image: url("http://i.imgur.com/CqNn9tX.png");
  opacity: 0.7;}
  
  .status-menu-container .status-menu .status-button.onhold:hover{
  opacity: 1;}

.status-menu-container .status-menu .status-button.onhold.on {
  background-image: url("http://i.imgur.com/JKPGY15.png");
  opacity: 1;
}

  .status-menu-container .status-menu .status-button.onhold:after {
 content: 'HOLD';
}

/* dropped */

.status-menu-container .status-menu .status-button.dropped {
  background-image: url("http://i.imgur.com/Puk4xZp.png");
  opacity: 0.7;
}
.status-menu-container .status-menu .status-button.dropped:hover{
 opacity: 1;
}

.status-menu-container .status-menu .status-button.dropped.on {
  background-image: url("http://i.imgur.com/EX0s4JW.png");
  opacity: 1;
}
  .status-menu-container .status-menu .status-button.dropped:after {
 content: 'DROP';
}

/* PTW */

.status-menu-container .status-menu .status-button.plantowatch {
  background-image: url("http://i.imgur.com/HpWHPt7.png");
  opacity: 0.7;
}
.status-menu-container .status-menu .status-button.plantowatch:hover{
opacity: 1;
}

.status-menu-container .status-menu .status-button.plantowatch.on {
  background-image: url("http://i.imgur.com/RWSc4bp.png");
  opacity: 1;
}

.status-menu-container .status-menu .status-button.plantowatch:after {
 content: 'PTW';
}

/*scroll bar*/

::-webkit-scrollbar
{height: 7px;
width: 7px;
background-color: #f5f5f5;}
::-webkit-scrollbar-thumb
{border: 2px solid #f5f5f5;
background-color: #a50066;}

/**
 * List Container - Status Menu - Search
 */
.status-menu-container .search-container {
    position: absolute;
    right: 18px;
}
.status-menu-container .search-container #search-button {
    display: inline-block;
    height: 22px;
    margin-top: 15px;
    color: #787878;
    font-size: 1.6em;
    vertical-align: middle;
}

.status-menu-container .search-container #search-box {
    display: inline-block;
    width: 0;
    height: 22px;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
}

.status-menu-container .search-container #search-box.open {
    display: inline-block;
    width: 100px;
}

.status-menu-container .search-container #search-box input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


/* cover image */

#cover-image{

  margin:auto;
  width:800px !important;
  height:auto;
  background-color:rgba(0,0,0,.5) !important;
  background-size: contain !important;
 
}



/**
 * List Container - List Block
 */
.list-block {
    margin: 0;
	min-height:265px;
}

.list-unit {
	margin: auto;
	width: 800px;
}

/**
 * List Container - List Status Title (with Stats)
 */
.list-unit .list-status-title {
    position: relative;
    display: table-cell;
    background-color: transparent;
    width: 800px;
    height: 150px !important;
	margin-top:200px !important;
}

.list-unit .list-status-title .text {
    display: block;
    width: 800px;
    height: 38px !important;
    font-size: 16px;
    color: #FFF;
    font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
    text-align: center;
    vertical-align: middle;
	letter-spacing: -0.1em;
text-transform: uppercase;
text-align: center;
font-weight: 200;
padding: 10px !important;
font-family:Orbitron;
border:none;
text-shadow: 0 0 2px #b40bc3, 0 0 1px #b40bc3, 1px 1px 7px #b40bc3, 0 0 0 #FFF !important;
 font-style: italic;
 background-color: transparent;
margin-top: 200px !important;

}

.list-unit .list-status-title .stats {
    position: absolute;
    height: 38px;
    line-height: 38px;
    right: 4px;
	margin-top: -320px;
	left: 640px !important;
	z-index: 19;
}

.list-unit .list-status-title .stats a {
    margin-right: 8px;
    color: #FFF;
	
}

.list-unit .list-status-title .stats a.filterd {
    text-shadow: 0px 0px 2px #FFF;
}

.list-unit .list-stats {
background-color: rgba(180,11,195,.8);
bottom: 0px !important;
color : #fff;
height: 25px;
left: 50%;
margin-left: -300px;
position: fixed;
width: 600px;
z-index: 100;
}

.list-unit .list-stats:after {
background-image: url("http://i.imgur.com/BsMWoVS.png");
background-repeat: no-repeat;
background-size: contain;
height: 338px;
width: 600px;
background-position: 50% 0%;
display: inline-block !important;
margin: auto !important;
position: fixed !important;
left: 0 !important;
right: 0 !important;
bottom: 25px !important;
z-index: 10 !important;
content: "";
pointer-events: none;
opacity: 1 !important;
-moz-box-shadow: 0 0 4px #000000;
-webkit-box-shadow: 0 0 4px #000000;
-o-box-shadow: 0 0 4px #000000;
-ms-box-shadow: 0 0 4px #000000;
box-shadow: 0 0 4px #000000;}


/**
 * List Container - List Table
 */

.list-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
	background-color:transparent !important;
	color: #fff !important;
	border:none;
}

.list-table > tbody:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .5) !important;


}

.list-table > tbody:nth-of-type(2n) {
background-color: rgba(0, 0, 0, .5) !important;

}



/**
 * List Container - List Table - Header
 */

.list-table .list-table-header .header-title {
position: absolute;
    background: transparent;
    display: block;
    height: 30px;
	line-height: 30px !important;
    text-align: center;
    vertical-align: middle;
	margin-top: -320px !important;
 width: 800px;	
text-shadow: 0 0 2px #b40bc3, 0 0 1px #b40bc3, 1px 1px 7px #b40bc3, 0 0 0 #FFF !important;
 font-style: italic !important;
 border:none;
 color: #fff !important;
 z-index:10;
 
}


.list-table .list-table-header .header-title:last-child {
    background-image: none;
	color: #fff !important;
}

.list-table .list-table-header .header-title.status {
    background-image: none;
    width: 4px
	color: #fff !important;
}

.list-table .list-table-header .header-title.number {
    width: 30px
	color: #fff !important;
	display: none;
}

.list-table .list-table-header .header-title.image, .list-table .list-table-header .header-title.tags {
    width: 66px
	color: #fff !important;
	display:none;
}

.list-table .list-table-header .header-title.title {
    padding-left: 8px;
    text-align: left
	color: #fff !important;
	left: 10px;
}

.list-table .list-table-header .header-title.score {
    width: 65px
	color: #fff !important;
	left: 110px;
}

.list-table .list-table-header .header-title.type {
    width: 60px
	color: #fff !important;
	display:none;
}

.list-table .list-table-header .header-title.progress {
    width: 90px;
	color: #fff !important;
	left: 180px;
}

.list-table .list-table-header .header-title.studio {
   display:none;
}


.list-table .list-table-header .header-title.chapters {
    width: 90px
}

.list-table .list-table-header .header-title.volumes {
    width: 90px
}



.list-table .list-table-header .header-title.rated {
    width: 70px
	left: 170px;
	display:none;
}

.list-table .list-table-header .header-title.started {
    width: 110px
	display:none;
}

.list-table .list-table-header .header-title.finished {
    width: 110px
	display:none;
}

.list-table .list-table-header .header-title.days {
    width: 45px
	display:none;
}

.list-table .list-table-header .header-title.storage {
    width: 75px
	display:none;
}

.list-table .list-table-header .header-title.retail {
    width: 65px
	display:none;
}

.list-table .list-table-header .header-title.priority {
    width: 70px
}

.list-table .list-table-header .header-title .link {
    font-size: 11px;
    color: #fff;
    text-decoration: none
}

.list-table .list-table-header .header-title .link.sort {
    position: relative;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
}

.list-table .list-table-header .header-title .link.sort:hover {
    color: #787878;
}


.list-table .list-table-header a, .list-unit .list-status-title .stats a {padding: 5px;
 }

.list-table .list-table-header a:hover, .list-unit .list-status-title .stats a:hover {
	background:linear-gradient(rgba(71, 49, 121, 0.9), rgba(15, 5, 32, 1)); /* Standard syntax */
    padding: 5px; 
}

.list-table .list-table-header .header-title .sort-icon {
    color: #fff;
}


.list-table .list-table-data:hover {

    transition: .2s linear;
    background-color: rgba(107, 65, 124, 0.8);
}

.list-table .list-table-data {
box-shadow: 0 0 2px #fff, 0 0 1px #cd06eb, 1px 1px 7px #fff, 0 0 0 #cd06eb !important;
}

.list-table .list-table-data:hover .data.title  {
  text-shadow: 0 0 2px #5c4ef5, 0 0 1px #5c4ef5, 0 1px 7px #5c4ef5, 0 0 0.5px #5c4ef5;
  transition: .1s linear;
  }

.list-table .list-table-data .data.number:hover {
transition: .5s linear;
    background-color: rgba(107, 65, 124, 0.8);
}

.header a:hover,.list-table .list-table-data a:not(.edit-disabled):hover {
text-decoration:underline;
}


/**
 * List Container - List Table - Items
 */

.list-table .list-table-data .data {
    display: table-cell;
    padding: 4px 0;
    text-align: center;
    vertical-align: middle;
	color: #fff !important;
	border:none;
}

.list-table .list-table-data a:not(.edit-disabled):hover {
    text-decoration: underline;
    color: #fff !important;
}

.list-table .list-table-data a.edit-disabled {
    cursor: text;
    color: #fff;
}



.list-table .list-table-data .data.title .link {
    font-size: 17px !important;
 text-decoration: none !important;
font-family: Rancho !important;
font-weight:100 !important;
transition: all 0.1s ease 0s;
}

.list-table .list-table-data:hover .data.title .link {
  letter-spacing: 0.5px;
  transition: all 0.1s ease 0s;
}
  
.list-table .list-table-data .data.title .rewatching, .list-table .list-table-data .data.title .rereading, .list-table .list-table-data .data.title .content-status {
    text-shadow: 0 0 2px #F54EE7, 0 0 1px #F54EE7, 1px 1px 7px #E32BD4, 0 0 0 #F54EE7 !important;
	color: #fff !important;
    font-size: 0.9em;
	text-align:center !important;
	vertical-align:middle !important;
	width: 180px !important;
	display:block;
	opacity:0;
}

.list-table .list-table-data:hover .data.title .rewatching, .list-table .list-table-data:hover .data.title .rereading, .list-table .list-table-data:hover .data.title .content-status {
    text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important;
	color: #fff !important;
    font-size: 1.0em;
	right: -5px !important;
	top: 5px !important;
	vertical-align:middle !important;
	width: 80px !important;
	text-align:right;
	display:block;
	opacity:1;
	position:absolute;
	font-weight: bold;
}

.list-table .list-table-data .data.score .link {
    font-size: 1.2em;
    font-weight: bold
}

td.td1.borderRBL {
color: #fff !important;
}

/* */
.list-table .list-table-data .data.title .more {
    position: relative;
}

.list-table .more-info {
    display: none;
}

.list-table .more-info .more-content {
    padding: 10px;
}

/* */

.list-table .list-table-data .data.status {
    width: 4px
}

.list-table .list-table-data .data.status .text {
    display: none
}

.list-table .list-table-data .data.status.reading, .list-table .list-table-data .data.status.watching {
    background-color: #2db039
}

.list-table .list-table-data .data.status.plantoread, .list-table .list-table-data .data.status.plantowatch {
    background-color: #c3c3c3
}

.list-table .list-table-data .data.status.completed {
    background-color: #26448f
}


.list-table .list-table-data .data.status.onhold {
    background-color: #f1c83e
}

.list-table .list-table-data .data.status.dropped {
    background-color: #a12f31
}

/*list status*/
.list-table .list-table-data:hover .data.status.completed:before, .list-table .list-table-data:hover .data.status.reading:before, .list-table .list-table-data:hover .data.status.watching:before,.list-table .list-table-data:hover .data.status.plantoread:before, .list-table .list-table-data:hover .data.status.plantowatch:before,.list-table .list-table-data:hover .data.status.onhold:before,.list-table .list-table-data:hover .data.status.dropped:before {
height: 25px;
width:25px !important;
background-position:50% 50%;
background-repeat: no-repeat;
background-size:15px 17px;
display: inline-block !important;
position: relative;
left: 0 !important;
top: 0 !important;
z-index: 10 !important;
content: "";
pointer-events: none;
opacity: 1 !important; }

.list-table .list-table-data:hover .data.status.completed:before {
background-color: #26448f !important;
background-image:url(http://i.imgur.com/1oPWo8m.png);}

.list-table .list-table-data:hover .data.status.watching:before
{background-color: #2db039 !important;
background-image:url(http://i.imgur.com/6qO1S2c.png);}

.list-table .list-table-data:hover .data.status.plantowatch:before
{background-color: #c3c3c3 !important;
background-image:url(http://i.imgur.com/XDVoi8K.png);}

.list-table .list-table-data:hover .data.status.onhold:before
{background-color: #f1c83e !important;
background-image:url(http://i.imgur.com/0gyEanv.png);}

.list-table .list-table-data:hover .data.status.dropped:before
{background-color: #a12f31 !important;
background-image:url(http://i.imgur.com/eYM1qbz.png);}


.link.sort + a {display: none;} /* remove watch buttons */



/* tags */

.data.tags:before
{margin:0;
width: 12px !important;
padding: 5px 0 !important;
z-index: 10;}

data.tags:hover:before
{width: 15px;
padding: 5px 5px 5px 4px !important;
font-size: 1.1em;

color: #fff;
cursor: default;}

.data.tags:before, .data.tags:hover:before
{position: absolute;
left: 25px;
top: -25px;
height: 15px !important;}

.list-item:hover .data.tags:before
{opacity: 1;}



.data.tags
{opacity: 1;
height: 100%;
width: 0;
z-index: 25;}

.data.tags *
{z-index: 25;
transition: opacity .15s ease-in-out;
color:#000;}

.data.tags:hover *
{width: 180px;
opacity: 1;

}

.data.tags a
{
text-align:left;
font-size: 1.0em; 
color: #000; 
white-space:nowrap;
}

.data.tags:before
{content: '';
border: none;
opacity: 0;
margin-top: 0px;
background-image:url(http://i.imgur.com/WC8S1cb.png);
background-size: 15px 14px;
background-repeat:no-repeat;
background-position:50% 50%;
letter-spacing: -1px;
background-color: rgba(206, 140, 16,1);
width: 25px !important;
height:15px !important;
display:block;}

.data.tags:hover:before
{content: '';
background-image:url(http://i.imgur.com/WC8S1cb.png);
background-size: 15px 14px;
background-repeat:no-repeat;
background-position:50% 50%;
letter-spacing: -1px;
color: #6ebcf4;
width: 25px !important;
height:15px !important;
display:block;}


.data.tags textarea
{position: absolute; font-family: monospace!important;
z-index: 200;}

.edit-transition.edit-leave
{display: none;}


.tags .edit
{position: absolute;
top: -25px;
left: 25px;
width: 25px !important;
height: 25px;
font-size: 0 !important;}

.tags .edit:hover
{width: 25px !important;}


div[class*="tags-"]
{overflow: hidden;
border-radius: 2px;
height: 200px;
background: rgba(255, 255, 255, 0.9);

}

.anime [href*="&tag="]
{white-space: normal !important;
text-transform: none;
pointer-events: none;}



/*List unit*/


.list-table
{display: table-row;}

.data.status, .data.image ~ td
{position: absolute;}

.list-table .list-table-data .data.image a
{border-radius: 2px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center !important;}

.list-item
{margin: 10px;
position: relative;
float: left;
}

.list-item .data
{opacity: 1;}

.list-item .list-table-data
{border-radius: 2px;
position: absolute;}

.list-table .list-table-data .data
{padding: 0;
border-bottom: none;}

.list-item .data.image
{z-index: 0;
position: absolute;}

.list-item .data.image img
{height: 100%; width: 100%;}

.list-item, .list-item .list-table-data,.list-item .data.title, .data.tags textarea
{width: 180px !important;
height: 283px !important;}

 .data.image{overflow:hidden;
 width: 170px !important;
height: 200px !important;
margin-left:5px;
}

.data.image a:before
{content: "";
display: inline-block !important;
position: relative;
width: 180px;
height: 225px;
background-color: rgba(0,0,0,.3);
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover;
z-index: 5;
box-shadow: 0 0 5px black inset; 
box-sizing: border-box;
transition: all .2s ease-in-out;}



.list-table .list-table-data:hover .data.image a:before {
	transition: all .2s ease-in-out;
transform: scale(1.1);
}

.list-item .data.number {
padding-left: 7px;
}



/*data item position*/
.data.title > a
{position: absolute;
z-index: 5;
top: 205px;
height: 35px !important;
line-height: 1.05em;
text-align:center;
vertical-align:middle;
width: 100%;
overflow:hidden;}

.list-item .data.title
{box-sizing: border-box;
border-radius: 2px;
height: 215px !important;padding: 0 !important}


.list-item .data.studio {
width: 170px;
margin-left:5px;
height: 30px !important;
background-color:rgba(0,0,0,.5);
top: 195px;
z-index: 0 !important;
display: table;
}

.list-item .data.studio span {
display: table-cell;
vertical-align: middle;
}

.list-item .data.score
{right: 5px;
width: 15px; text-align: left;
bottom: -5px !important;
}

.list-item .data.score * {
text-shadow: 0 0 2px #b40bc3, 0 0 1px #b40bc3, 1px 1px 7px #b40bc3, 0 0 0 #FFF !important;
}

.list-item .data.studio * {
text-shadow: 0 0 2px #b40bc3, 0 0 1px #b40bc3, 1px 1px 7px #b40bc3, 0 0 0 #FFF !important;
font-weight: bold !important;
}

.score select.edit-transition
{margin-left: -5px;}

.data.progress, .data.chapter, .data.volume, a[href*="%C2%9"]
{
bottom: -5px !important;
transition: opacity .15s ease-in-out;
padding-left:5px !important;}

.list-item .data.type
{right: 5px !important;
width:50px !important;
top: 5px !important;
text-align:right !important;
font-size: 1em;
transition: opacity .15s ease-in-out;
font-weight:bold;
opacity: 1;
}

/* add edit more */

.list-table .list-table-data .data.title .add-edit-more {
    top:-25px;
	left: 50px;
   font-size:0 !important;
   position: absolute;
   z-index: 10 !important;
   text-align:center !important;
	vertical-align:middle !important;
	width: 25px !important;
	height: 25px !important;
	display:block;
  
}


.add-edit-more {
    opacity: 0;
	transition: all 0s ease 0s;

}
.list-item:hover .add-edit-more {
    opacity: 1;
}

.list-table .list-table-data .data.title .edit a {
	background-image: url(http://i.imgur.com/OT1yCLP.png);
	display: block;
width: 25px;
height: 25px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-color: rgba(8, 142, 160,1);
background-position: 50% 50%;
}

.list-table .list-table-data .data.title .more a {
	background-image: url(http://i.imgur.com/cUAaila.png);
	display: inline-block;
width: 15px;
height: 15px;
	background-size: cover;
	color: transparent !important;
	display:none;
}

.list-table .list-table-data .data.title .add a {
	background-image: url(http://i.imgur.com/AoTgUAL.png);
	display: block;
width: 25px;
height: 25px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-color: rgba(8, 142, 160,1);
background-position: 50% 50%;
}



/* */

.list-unit {
background-color:rgba(0, 0, 0, .5);
}

.list-unit .loading-space {
    background-color:rgba(0, 0, 0, .5);
     color: #fff !important;
     display: inline-block;
     margin: auto;
    width: 800px;
    font-size: 11px;
    line-height:15px;
    text-align: middle !important;
	padding-top: 0px;
 margin-bottom: 0px;
  height:345px;
  background-attachment:scroll;
  background-image:url(http://i.imgur.com/IHLE4uG.png);
  background-repeat: no-repeat no-repeat;
  background-position: 0% 100%;
}

/*override codes*/
.header .header-info > a {color: rgba(255,255,255,1) !important;}
.header .header-info {color: rgba(255,255,255,0.8) !important;}
.header .header-menu {color: rgba(255,255,255,0.8) !important;}
.header .header-menu .btn-menu {color: rgba(255,255,255,0.8) !important;}
.username {color: rgba(255,255,255,0.8) !important;}
#header-menu-button {color: rgba(255,255,255,0.8) !important;}
.header a {
    font-weight: bold;
    color: #fff !important;
}

.data.status.all_anime, .status-button.all_anime {
display:none !important;
}

.cover-block::before {
   background: -webkit-linear-gradient(left, rgba(255, 255, 255, .9), rgba(255, 255, 255, .1)) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, .9), rgba(255, 255, 255, .1)) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, .9), rgba(255, 255, 255, .1)) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, .9), rgba(255, 255, 255, .1)) !important; /* Standard syntax */
    position: absolute;
    top: 390px;
left: 20%;
margin-left: 420px !important;
width: 170px;
z-index: 1;
 color: #ffffff;
    display: block;
    font-size: 18px !important;
    font-family: Rancho;
text-align: left;
    text-shadow: 0 0 2px #b40bc3, 0 0 1px #b40bc3, 1px 1px 7px #b40bc3, 0 0 0 #FFF !important;
letter-spacing: 0 !important;
padding-left: 20px;
}

/* */
.header .header-title {
position: absolute;
top: 0px;
left: 0px;
background-image: url("http://i.imgur.com/VgrYqgb.png");
background-position: left top;
background-repeat: no-repeat;
background-size: auto 50px;
display: block;
width: 50x;
height: 50px;
text-indent: -9999px;
overflow: hidden
}

/* customization */




/* The list background */
body {
background-image: url("http://i.imgur.com/vnv8k1s.jpg");
background-attachment: fixed;
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
margin: 0 0 0 0;
text-align: center;
font-family: Verdana, Arial;
font-size: 11px;
top: 525px;
color: #fff;
padding-bottom: 10px !important;

}

/* 
**Characters render in each category. You can delete this part if you don't like 
*/

.list-unit.watching:after, .list-unit.onhold:after, .list-unit.plantowatch:after  {
background-image: url("http://i.imgur.com/iYbcDct.png");
background-repeat: no-repeat;
background-size: contain;
height: 100%;
background-position: right;
display: inline-block !important;
margin: auto !important;
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: -5 !important;
content: "";
pointer-events: none;
opacity: 1 !important;
}


.list-unit.completed:after, .list-unit.dropped:after {
background-image: url("http://i.imgur.com/mX9zg7K.png");
background-repeat: no-repeat;
background-size: contain;
height: 100%;
background-position: right;
display: inline-block !important;
margin: auto !important;
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
z-index: -5 !important;
content: "";
pointer-events: none;
opacity: 1 !important;
}

/*status watching, etc background*/

.list-unit.completed .list-status-title:after {
color: transparent;
height: 800px !important;
width: 800px! important;
background-image: url("http://i.imgur.com/k2lXniH.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute !important;
display: block !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
content: "";
z-index: -1 !important;
background-color: transparent;
margin-bottom: 20px !important;
pointer-events: none;
}

.list-unit.watching .list-status-title:after {
color: transparent;
height: 800px !important;
width: 800px! important;
background-image: url("http://i.imgur.com/Fm6ixnC.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute !important;
display: block !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
content: "";
z-index: -1 !important;
background-color: transparent;
margin-bottom: 20px !important;
pointer-events: none;
}

.list-unit.onhold .list-status-title:after {
color: transparent;
height: 800px !important;
width: 800px! important;
background-image: url("http://i.imgur.com/a1vrrxk.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute !important;
display: block !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
content: "";
z-index: -1 !important;
background-color: transparent;
margin-bottom: 20px !important;
pointer-events: none;
}

.list-unit.dropped .list-status-title:after {
color: transparent;
height: 800px !important;
width: 800px! important;
background-image: url("http://i.imgur.com/2hVpJr4.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute !important;
display: block !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
content: "";
z-index: -1 !important;
background-color: transparent;
margin-bottom: 20px !important;
pointer-events: none;
}

.list-unit.plantowatch .list-status-title:after {
color: transparent;
height: 800px !important;
width: 800px! important;
background-image: url("http://i.imgur.com/QT74DMa.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute !important;
display: block !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
content: "";
z-index: -1 !important;
background-color: transparent;
margin-bottom: 20px !important;
pointer-events: none;
}

/* black opacity background of the category images */

.list-unit.watching .list-status-title:before, .list-unit.onhold .list-status-title:before, .list-unit.plantowatch .list-status-title:before, .list-unit.completed .list-status-title:before, .list-unit.dropped .list-status-title:before {
color: transparent;
height: 260px !important;
width: 800px! important;
background-image: url("");
background-repeat: no-repeat;
background-size: contain;
position: absolute !important;
display: block !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
content: "";
z-index: -2 !important;
background-color: transparent;
margin-bottom: 20px !important;
pointer-events: none;
}
   
/*
Animation

   
@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}

}

@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
 

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}

@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}

@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}

@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.list-container:after {
 position: fixed;
    display: block;
    content: '';
    left: 0;
bottom:0;
    width: 100%;
    height: 100%;
    background:transparent url(http://i.imgur.com/4Ku9eFe.png) repeat top center;
  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
z-index: -1 !important;
}

.list-container:before {
 position: fixed;
    display: block;
    content: '';
    left: 0;
bottom:0;
    width: 100%;
    height: 100%;
	top: calc(100% - 400px) !important;
    background:transparent url(http://i.imgur.com/yB8QBAc.png) repeat top center;
  -moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 200s linear infinite;
z-index: -1 !important;
}
*/

.status-menu-container .status-menu .status-button.all_anime.on:hover:after,
.status-menu-container .status-menu .status-button.watching.on:hover:after,
.status-menu-container .status-menu .status-button.reading.on:hover:after,
.status-menu-container .status-menu .status-button.completed.on:hover:after,
.status-menu-container .status-menu .status-button.onhold.on:hover:after,
.status-menu-container .status-menu .status-button.dropped.on:hover:after,
.status-menu-container .status-menu .status-button.plantowatch.on:hover:after,
.status-menu-container .status-menu .status-button.plantoread.on:hover:after
{
  opacity: .7 !important;
}


.data.volume, .data.chapter, span a[href*="&tag=!"], span a[href*="&tag=%40"], span a[href*="&tag=~"] {display: none !important;}

/* favorite */
@media entrytags-favorites {}
a[href$="&tag=*"]
{position: absolute;
left: 0;
width: 150px;
height: 0;
font-size: 15px;
top: 0;
color: transparent !important;
}

a[href$="&tag=*"]:after
{content: '\f005';
font-family: 'FontAwesome' !important;
display: inline-block;
pointer-events: all;
/* change the position below, and add in margin-whatever if it's not enough */
position: absolute;
top: 238px; 
left: 135px;
/* change the size of font */
font-size: 1.1em;
color: #fff !important;
text-shadow: 0 0 2px #f200a5, 0 0 1px #f200a5, 1px 1px 7px #f200a5, 0 0 0 #fff !important;}

/* Intro animation */
@keyframes intro {
  from {
    opacity: 0;
    margin-top: 100vh;
  }
  16% {
    opacity: 0;
    margin-top: 100vh;
  }
  to {
    opacity: 1;
    margin-top: 100px;
  }
}
.list-container {
  animation: intro 2s;
}
