/* LAYOUT DESIGN MADE BY SYLAKENTH
/
/
/I ABSTAINED FROM IMPORTING LINKS FROM DROPBOX SINCE THE CRASH
/SO MOSTLY ADDED EVERYTHING TO THIS CODE
/
/
/									*/
@import url(https://malcat-gen.appspot.com/series?preset=more);
@import url(https://fonts.googleapis.com/css?family=Viga);
@import url(http://storage.live.com/items/4A07C1EEED420167%21159);
* {
    text-decoration: none;
}
body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
background-image: url("http://i58.tinypic.com/33tou9i.png");
/*background-image: url("http://i60.tinypic.com/2e2h349.png");*/
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    font-family: Viga !important;
  
}
a {
    color: rgba(255,255,255,0.7);
  text-shadow: 0px 0px 0px white;
}

a :hover {
  color: yellow !important;
  letter-spacing: 1px;
  transition: all 0.4s ease 0s;
}
body {
    background-color: rgba(0, 0, 0, 0);
    color: #7F7E7E;
}
#list_surround {
    font-size: 14px;
    height: 200px;
    right: 5%;
    line-height: 1;
    /*margin-left: 550px !important;*/
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    width: 650px;
}
.table_header {
    padding-bottom: 4px;
}
.table_header span {
    display: none;
}
.table_header:nth-child(2) {
    text-align: left;
}
[cellspacing="0"] {
    line-height: 17px;
}
.td1, .td2 {
    padding: 4px 0;
    transition: background-color 1s linear 0s;
}
.animetitle + small {
    color: #FFD700 !important;
    font-weight: bold;
    text-shadow: 0 0 2px #000000, 0 0 1px #000000, 0 1px 7px #FFFFFF, 0 0 0 #000000;
    visibility: visible !important;
}
#list_surround small {
    visibility: hidden;
}
#list_surround small a:last-of-type {
    display: none !important;
}
td[class^="td"]:nth-child(2) {
    text-align: left;
}

#list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] {
    margin-right: 10px;
    visibility: visible !important;
}
.table_header, .td1, .td2 {
    background-color: rgba(35, 176, 232, 0.7);
    text-align: center;
    vertical-align: top;
}
tr:hover td[class^="td"] {
    background-color: #cc4854;
}
tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 {
    color: #FFFFFF;
    text-shadow: 0 0 1px #FFFFFF;
  /*transition: all 0.4s ease 0s;*/
}

.table_headerLink {
    color: #FFFFFF ;
    line-height: 20px;
}
td[class^="td"]:nth-child(3), td[class^="td"]:nth-child(3) a {
    color: #FFFFFF ;
}
td[class^="td"]:nth-child(5), td[class^="td"]:nth-child(5) a {
    color: #FFFFFF ; 
}
td[class^="td"]:first-child {
    border-left: 0px solid #FFFFFF !important;
}
td[class^="td"]:last-child {
    border-right: 0px solid #FFFFFF !important;
}
.table_header {
    background-color: #23b0e8;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0 0;
  letter-spacing: 1px;
  border-bottom: 2px solid white;
  padding:2px;
}
.table_header:first-child {
    border-left: 0px solid #FFFFFF !important;
  border-radius: 16px 0 0 0;
  border-right: 0px;
  border-bottom: 2px solid white !important;
  border-top: 0px solid #FFFFFF !important;
}
.table_header:nth-child(5) {
    border-radius: 0 16px 0 0;
    border-right: 0px solid #FFFFFF !important;
}
/* 

EDIT BUTTON


*/

#list_surround table:nth-of-type(n+4) tbody div small {
    letter-spacing: -25px;
    visibility: visible;
  color: transparent !important;
  
}
#list_surround table:nth-of-type(n+4) tbody small a:first-of-type {
    display: inline-block !important;
  opacity: 0;
}
#list_surround table:nth-of-type(n+4) tbody small a:last-of-type {
    display: none !important;
}
#list_surround table:nth-of-type(n+4) tbody:hover small a:first-of-type {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none
    color: white ;
    display: inline-block !important;
    position: relative !important;
    text-align: left;
    visibility: visible; 
    opacity: 1 !important;
    transition: all 0.8s ease 0s;
  letter-spacing: 1px;
  float: right;
  padding-left: 5px;
}
.td1 div, .td2 div {
    color: transparent !important;
    padding-left: 4px;
}
.td1 div:hover small a, .td2 div:hover small a {
    color:white;
    transition: all 0.8s ease 0s;
}

/*

*/
.category_totals {
    background-color: #313569;
    border-top: 2px solid #FFFFFF;
    border-radius: 0 0 16px 16px;
    color: #FFFFFF;
    padding: 4px 5px 9px;
    text-align: center;
}

#grand_totals {
    background-color: #313569;
    border-color: #FFFFFF;
    border-radius: 0 0 12px 12px;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    display: block;
    margin-top: 35px;
    padding: 0 10px 10px;
    position: absolute;
    text-align: center;
    width: calc(100% - 24px);
  padding-top:10px;
}

td[class^="td"]:nth-of-type(2) {
    width: 454px !important;
}
/* 


COVER NECESSITIES


*/
.table_header:nth-of-type(6), span[id*="tagLinks"], div[id*="tagChangeRow"] {
    display: none !important;
}
td[class^="td"]:nth-of-type(6) {
    width: 0;
}
span[id*="tagRow"] {
    background-color: rgba( 0, 0, 0, 0.7) !important;
    /*border: 2px solid #FFFFFF;*/
    border-radius: 0px 0px 20px 20px;
    display: block !important;
    line-height:15px !important;
    padding: 8px 8px 8px ;
    position: fixed;
    right: 870px;
    text-shadow: 0 0 0 #000000 !important;
    visibility: hidden;
    width: 199px;
  top: 495px !important;
  transition: all 0s ease 0s;
}
tr:hover span[id*="tagRow"] {
    color: white !important;
    visibility: visible;
}
:hover + .hide {
    background-color: #23b0e8;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    border-color: #FFFFFF;
    border-radius: 16px 16px 0 0;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 2px 2px #000000;
    display: block !important;
    height: 250px;
    padding: 39px 22px 9px 10px;
    position: fixed;
    top: 200px;
    right: 870px;
    width: 183px;
}
/*  


HEADERS 



*/
[class^="header_"] * {
    background-repeat: no-repeat no-repeat;
    font-size: 0;
    height: 345px;
    line-height: 24px;
    padding-bottom: 50px;
    text-align: right;
    vertical-align: bottom;
}
.header_title {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-style: italic;
    height: auto;
    padding: 0 8px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.header_cw {
    background-color: transparent;
    background-image: url("http://i.imgur.com/dHgUTHY.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 350px;
    margin-bottom: -45px;
}
.header_completed {
    background-color: transparent;
    background-image: url("http://i.imgur.com/ibpGRDj.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    margin-bottom: -44px;
    z-index: 0;
}
.header_onhold {
    background-color: transparent;
    background-image: url("http://i.imgur.com/fqWAwTp.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 200px;
    margin-bottom: -44px;
}
.header_dropped {
    background-color: transparent;
    background-image: url("http://i.imgur.com/0cp5yUw.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 200px;
    margin-bottom: -44px;
}
.header_ptw {
    background-color: transparent;
    background-image: url("http://i.imgur.com/oTtyuIP.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 200px;
    margin-bottom: -44px;
}
/*


CATEGORY LINKS


*/
.status_not_selected {
    opacity: 1;
    left: px !important;
    transition: all 0.4s ease 0s;
    width: 115px !important;
}
.status_not_selected:hover {
    color: transparent;
    opacity: 1;
    left: 0px !important;
    transition: all 0.4s ease 0s;
  width:380px !important;
}
.status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a {
    color: transparent;
    display: block;
    height: 100px;
    opacity: 0;
    width: 300px;
}
.status_selected {
    display: block;
}
.status_not_selected {
    display: block;
}
#list_surround .status_selected, #list_surround .status_not_selected {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://i.imgur.com/RlgDyhj.png");
    background-position: 0 0;
    background-repeat: no-repeat no-repeat;
    border: 0px solid white !important;
    border-radius: 5px 0 0 0;
    display: block;
    height: 100px;
    padding: 0;
    position: fixed;
    left: -0px;
    top: 140px;
    width: 380px;
}
#list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected {
    background-attachment: scroll;
    background-color: transparent;
   background-position: 0% 20%;
    background-repeat: no-repeat no-repeat;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 225px;
}
#list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected {
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0% 40%;
    top: 315px;
}
#list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0% 60%;
    background-repeat: repeat repeat;
    top: 405px;
}
#list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0% 80%;
    top: 495px;
}
#list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
    background-attachment: scroll;
    background-color: transparent;
    
    background-position: 0 100%;
    background-repeat: no-repeat no-repeat;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 585px;
    width: 380px;
}
/*

COPYRIGHT

*/

#copyright:before {
    content: "Design by SylakentH";
    font-size: 12px;
}
#copyright {
    background-color: #A0373C;
    border: 4px solid #DA6358;
    border-radius: 12px;
    color: #FFFFFF;
    display: block;
    margin-top: -10px !important;
    padding: 2px 14px 4px;
    position: relative;
}
#copyright a {
    color: #FFFFFF;
    font-size: 14px;
    padding-right: 2px;
    text-shadow: 1px 1px #F11C26;
}



