    /*
    _/_/_/                                                                                  
   _/    _/       _/_/        _/_/_/     _/    _/    _/      _/       _/_/_/      _/_/_/    
  _/_/_/       _/_/_/_/    _/           _/    _/    _/      _/     _/    _/      _/    _/   
 _/    _/     _/          _/           _/    _/      _/  _/       _/    _/      _/    _/    
_/    _/       _/_/_/      _/_/_/       _/_/_/        _/           _/_/_/      _/    _/     

# Geometric by Recuvan ©
# Modified by inthedark72
# My layouts may be found here - myanimelist.net/profile/Recuvan
*/

@font-face {
  font-family: bebas neue;
  src: url(https://dl.dropboxusercontent.com/s/g9yskolhbch5x80/bebas-neue-regular.woff) format('woff');
}

/*BACKGROUND*/
body {
  font-size: 11px;
  background-image: -webkit-linear-gradient(#fcfcfc, #b2b2b2)!important;
  background-image: linear-gradient(#fcfcfc, #b2b2b2)!important;
  background-position: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*BANNER*/
#inlineContent:after{
  background: url(http://phototive.com/uploads/327/28427/keqe1d324pdsky0k.png) top no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
#inlineContent {
  background: -webkit-linear-gradient(#FF512F, #DD2476);
  background: linear-gradient(#FF512F, #DD2476);
  display: block !important;
  position: absolute;
  top: 0px;
  left:50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  margin-left: -1px;
  height: 350px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
  box-shadow: 0px 1px 9px 6px rgba(0,0,0,0.5);
}

/*LIST SETTINGS*/
#list_surround {
  width:960px;
  margin: 50px auto 50px auto;
  padding: 15px;
  background-color: #fcfcfc;
  box-shadow: 0px 10px 8px 8px rgba(0,0,0,0.2);
}
#list_surround br {
  display: none;
}
/*
.table_header {
  display: none;
}*/

.header_cw,.header_completed,.header_onhold,.header_dropped,.header_ptw {
  position: relative;
  top: 25px;
}
.header_cw:after,.header_completed:after,.header_onhold:after,.header_dropped:after,.header_ptw:after {
  position: relative;
display: block;
  content: "";
  width: 500px;
  margin: 10px 0px 50px 0px;
  height: 1px;
  background: rgba(0,0,0,0.2);
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.header_title {
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif !important;
  color: #6c6c6c;
  letter-spacing: 18px;  -webkit-transition: all 0.2s ease 0s;  transition: all 0.2s ease 0s;
}
.header_title:hover{
  color: #000!important;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
/*MENU*/
#mal_control_strip{
  background: none !important;
}

#mal_cs_pic {
	display: none;
}

#mal_cs_otherlinks div, #mal_cs_otherlinks div a{
    font-size: 0px !important;
}
#mal_cs_powered,#mal_cs_links div:first-of-type a:last-of-type, #mal_cs_otherlinks [href*="/forum"],
#mal_cs_otherlinks [href*="/panel"], #mal_cs_otherlinks div strong {
  visibility: hidden;
}
#mal_cs_listinfo, #mal_cs_links{
    border-style: hidden !important;
    
}
#mal_cs_listinfo [href*="/profile"],#mal_cs_links div:first-of-type a:first-of-type, #mal_cs_otherlinks [href*="/history"],
#mal_cs_links [href*="/animelist"],#mal_cs_links [href*="/mangalist"],#mal_cs_listinfo div:last-of-type a {
  width: 60px; height: 60px;
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.25);
  -ms-transform: scale(0.5) !important;
      transform: scale(0.5) !important;
  -o-transform: scale(0.5)!important;
  -webkit-transform: scale(0.5)!important;
  -moz-transform: scale(0.5)!important;
  z-index: 35;
  position: fixed;
  display: block;
  padding: 27px 27px;
  background-color:#fcfcfc!important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  left:-31px;
}

#mal_cs_listinfo [href*="/profile"] {
  display: none;
  /*background: url(https://dl.dropboxusercontent.com/s/t5fjtl3wwtn8j01/profile.png)center no-repeat;*/
}
#mal_cs_links div:first-of-type a:first-of-type{
  display: none;
    /*background: url(http://phototive.com/uploads/327/28688/x7w5tropz2ndhr6f.png)center no-repeat;*/
}
#mal_cs_otherlinks [href*="/history"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28687/oxccvvq7pv4nzck1.png)center no-repeat;*/
}
#mal_cs_links [href*="/animelist"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28690/t6atwiebf7i8rl19.png)center no-repeat;*/
}
#mal_cs_links [href*="/mangalist"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28689/42pwcrmohdtqwwjz.png)center no-repeat;*/
}
#mal_cs_listinfo div:last-of-type a {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28692/ncmggbfirnp48t8u.png)center no-repeat;*/
}

/*NAV BAR*/
.status_selected a,
.status_not_selected a {
  box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.25);
    z-index: 35;
    position: fixed;
    display: block;
    padding: 27px 27px;
    border-radius: 2px;
    background-color:#fcfcfc!important;
    background-repeat: no-repeat;
    background-position: 13px 8px;
    font-size: 0;
    color: #fff;
}
.status_selected [href*="status=1"], .status_not_selected [href*="status=1"],
.status_selected [href*="status=2"], .status_not_selected [href*="status=2"],
.status_selected [href*="status=3"], .status_not_selected [href*="status=3"],
.status_selected [href*="status=4"], .status_not_selected [href*="status=4"],
.status_selected [href*="status=6"], .status_not_selected [href*="status=6"],
.status_selected [href*="status=7"], .status_not_selected [href*="status=7"]{
  right: -31px;
  width: 60px; height: 60px;
}

.status_selected [href*="status=1"],.status_not_selected [href*="status=1"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28667/hrwowrbpqydzwyo4.png)center no-repeat;*/
}
.status_selected [href*="status=2"],.status_not_selected [href*="status=2"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28670/fw8vkdaojlr0igj3.png)center no-repeat;*/
}
.status_selected [href*="status=3"],.status_not_selected [href*="status=3"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28669/jutrvwdhdhueq6iv.png)center no-repeat;*/
}
.status_selected [href*="status=4"],.status_not_selected [href*="status=4"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28668/1vq80lz6xunxw2wk.png)center no-repeat;*/
}
.status_selected [href*="status=6"],.status_not_selected [href*="status=6"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28666/zacnsecxg9dmshdr.png)center no-repeat;*/
}
.status_selected [href*="status=7"],.status_not_selected [href*="status=7"] {
  display: none;
  /*background: url(http://phototive.com/uploads/327/28671/m0nnvtzv7jhgqfpy.png) center no-repeat;*/
}

#mal_cs_listinfo [href*="/profile"],.status_selected [href*="status=1"],.status_not_selected [href*="status=1"]
  {top: 30%; -webkit-transform: translateY(-30.5%) scale(0.5) !important; -ms-transform: translateY(-30.5%) scale(0.5) !important; transform: translateY(-30.5%) scale(0.5) !important;}
#mal_cs_links div:first-of-type a:first-of-type,.status_selected [href*="status=2"],.status_not_selected [href*="status=2"]
  {top: 40%; -webkit-transform: translateY(-38.5%) scale(0.5) !important; -ms-transform: translateY(-38.5%) scale(0.5) !important; transform: translateY(-38.5%) scale(0.5) !important;}
#mal_cs_otherlinks [href*="/history"],.status_selected [href*="status=3"],.status_not_selected [href*="status=3"]
  {top: 50%; -webkit-transform: translateY(-46.5%) scale(0.5) !important; -ms-transform: translateY(-46.5%) scale(0.5) !important; transform: translateY(-46.5%) scale(0.5) !important;}
#mal_cs_links [href*="/animelist"],.status_selected [href*="status=4"],.status_not_selected [href*="status=4"]
  {top: 60%; -webkit-transform: translateY(-53.5%) scale(0.5) !important; -ms-transform: translateY(-53.5%) scale(0.5) !important; transform: translateY(-53.5%) scale(0.5) !important;}
#mal_cs_links [href*="/mangalist"] ,.status_selected [href*="status=6"],.status_not_selected [href*="status=6"]
  {top: 70%; -webkit-transform: translateY(-61.5%) scale(0.5) !important; -ms-transform: translateY(-61.5%) scale(0.5) !important; transform: translateY(-61.5%) scale(0.5) !important;}
#mal_cs_listinfo div:last-of-type a,.status_selected [href*="status=7"],.status_not_selected [href*="status=7"]
  {top: 80%; -webkit-transform: translateY(-69.5%) scale(0.5) !important; -ms-transform: translateY(-69.5%) scale(0.5) !important; transform: translateY(-69.5%) scale(0.5) !important;}


/*COPYRIGHT & TOTALS*/
#grand_totals {
  font-size: 0px;
  clear: both;
}
#copyright {
  color: #090909;
  font-family: bebas neue, sans-serif;
  text-align: center;
  font-size: 0px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 350px;
  position: relative;
  top: 0px;
  text-align: center;
}
#list_surround:after {
    position: relative;
    bottom: 0px;
    display: block;
    content: "Geometric+ by Recuvan (More layouts on myanimelist.net/profile/Recuvan), modified by inthedark72 \aMYANIMELIST.NET IS A PROPERTY OF MYANIMELIST, LLC ©2015 ALL RIGHT RESERVED";
  color: #090909;
    width: 850px;
  font-family: bebas neue, sans-serif;
  font-size: 20px;
  left: 50%;
  -webkit-transform: translate(-50%,0) !important;
      -ms-transform: translate(-50%,0) !important;
          transform: translate(-50%,0) !important;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}
.category_totals {
  font-family: bebas neue, sans-serif;
    background: rgba(0,0,0,0.02);
    font-size: 20px;
    height: 265px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    white-space: pre-line;
    width: 215px;
  padding-top: 50px;
    display: block !important;
    color: #555!important;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0px -2px 10px 5px rgba(0,0,0,0.05);
}


/*COVERS*/
#list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) {
  z-index: 1;
}
#list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw), .hide {
  float:left;
  position: relative;
  width: 215px;
  height: 315px;
  margin: 20px 5px 10px 17px;
   box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
}
.hide {
  display: block !important;
  margin-left: -220px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px -2px 10px 5px rgba(0,0,0,0.05);
  z-index: 0;
}
#list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw):hover {
  box-shadow: 0px -1px 10px 5px rgba(0,0,0,0.05);
}

/*LIST SETTINGS EXTENDED*/
table:nth-of-type(n+4) ~ .header_cw + table, table:nth-of-type(n+4) ~ .header_completed + table, table:nth-of-type(n+4) ~ .header_onhold + table, table:nth-of-type(n+4) ~ .header_dropped + table, table:nth-of-type(n+4) ~ .header_ptw + table {
  display: none;
}
.animetitle {
  display: block;
  visibility: visible;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 205px;
  max-height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: left;
  font-size: 22px !important;
  
  background: none repeat scroll 0 0 rgba(250, 250, 250, .85);
  /*border-bottom-style: none !important;
  border-color: #000000;
  border-width: 0px;
  box-shadow: 0 0px 5px gray inset;*/
  color: #FFFFFF;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-top: 0px;
  position: absolute;
  z-index: -1;
  /*border-radius: 0px 0px 2px 2px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}

.td1:first-of-type, .td2:first-of-type {
  display: none;
}
.td1, .td2 {
  position: absolute;
  padding: 8px 8px;
}

.td1:nth-of-type(2),.td2:nth-of-type(2) {
  visibility: hidden;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.td1, .td2, .td1 a + small, .td2 a + small, .animetitle {
  /*background-color: rgba(250,0,250,0.9);*/
  color: #555555 !important;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif;
  font-size: 17px;
  font-weight: 700 !important;
  text-decoration: none;
}
a{
  color: #555!important;
  text-decoration: none !important;
}

/*type*/
.td1:nth-of-type(4)[width="50"], .td2:nth-of-type(4)[width="50"] {
  top: 270px;
  left: 10px;
  width: 100px;
  height: 9px;
  line-height: 9px;
  background: none !important;
  z-index: 20;
  text-align: left;
}

.td1[align="center"][width="50"]:before, .td2[align="center"][width="50"]:before {
color: #00000;
content: " Type: ";
color: #555555 !important;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif;
  font-size: 17px;
  font-weight: 700 !important;
  text-decoration: none;
position: relative;
text-shadow: 0 0 0 !important;
}

/*### PROGRESS ###*/
.td1[width="70"]:before, .td2[width="70"]:before {
content: " Progress: ";
color: #555555 !important;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif;
  font-size: 17px;
  font-weight: 700 !important;
  text-decoration: none;
}

/*progress*/
td[width="50"] + .td1:nth-of-type(5), td[width="50"] + .td2:nth-of-type(5) {
  position: absolute;
  left: 10px;
  top: 290px;
   width: 180px;
  height: 9px;
  line-height: 9px;
  text-align: left;
  vertical-align: center;
  z-index: 10;
}

/*score */
.td1:nth-of-type(3), .td2:nth-of-type(3) {
  /*
        top: 280px;
        right: -35px;
   width: 92px;
  height: 9px;
  line-height: 9px;
        text-align: right;
        font-size: 26px !important;
        */
  position: absolute;
  left: 60%;
  top: 280px;
  width: 50%;
  height: 9px;
  line-height: 9px;
  text-align: center;
  font-size: 26px !important;
  z-index: 15;
}

/*edit*/

.td1 a.List_LightBox, .td2 a.List_LightBox {
color: #ffffff !important;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  text-decoration: none;
  text-shadow: .5px .5px 1px #000000;
left: 192px;
opacity: 0.8;
position: absolute;
top: 2px;
visibility: visible !important;
width: 24px;
z-index: 2 !important;
}

/*sort */
.table_header span { display: none !important; }
/* Disable Tags in the Sort Options */
.table_header[width="125"] { display: none !important; }

.table_header {
position: absolute !important;
display: inline-block;
z-index: 2;
width: 50px;
}

.table_header:nth-of-type(2) {
    margin-top: -20px;
    left: 62px;
    top: 50px;
    z-index: 2;
}

.table_header:nth-of-type(3) {
    margin-top: 10px;
    left: 37px;
    top: 50px;
    z-index: 2;
}

.table_header:nth-of-type(4) {
    margin-top: 40px;
   left: 37px;
    top: 50px;
    z-index: 2;
}

.table_header:nth-of-type(5) {
    margin-top: 70px;
    left: 37px;
    top: 50px;
    z-index: 2;
}

.table_header:hover .table_headerLink { visibility: visible !important; opacity: 1 !important; }

.table_headerLink strong { 
  color: #555555 !important;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 700 !important;
  text-decoration: none;
}

.table_headerLink, .table_header:nth-of-type(2):before {
  display: inline-block !important;
  width: 110px;
  height: 16px;
  padding: 7px;
  color: #555555 !important;
  text-transform: uppercase;
  font-family: bebas neue, sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 700 !important;
  text-decoration: none;
  background-color: #fcfcfc;
}

.table_headerLink {
position: fixed;

opacity: 0;
visibility: hidden;
}

.table_header:nth-of-type(2):before {
content: "Sort List";
left:62px;
opacity: 1;
position: fixed;
top: 0;
visibility: visible;
z-index: 2;
background-color: #fcfcfc;
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
}

tr:hover .table_headerLink {
visibility: visible;
opacity: 1;
 -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}

.table_headerLink:hover, tr:hover .table_header:nth-of-type(2):before {
  background-color: #e6e6e6;
  }

.td1:nth-of-type(3) a, .td2:nth-of-type(3) a {
        display: block;
        width: 100%;
        height: 100%;
} 
.td1:nth-of-type(3) a span, .td2:nth-of-type(3) a span {
        display: block;
        text-align: center;
}
[width="125"] {
  padding: 0px 0px 0px 0px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-decoration: none;
  text-shadow: .5px .5px 1px #000000;
  letter-spacing: 1px;
  font-style: normal !important;
  font-size: 16px !important;
}
[id^="tagLinks"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height:315px;
    width: 215px;
    text-align: left !important;
    -webkit-transition:opacity 0.2s linear 0s;
            transition:opacity 0.2s linear 0s;
    z-index: -2 !important;
    
}[id^="tagLinks"] a {
    /*color: #555 !important; */
    display: inline-block;
    font-family: bebas neue, sans-serif !important;
    font-size: 16px !important;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    /* this creates new line from commas */
    width: auto !important;
    /* end */
    margin-top: 3px;
    margin-left: 3px;
    vertical-align: center;
    border: none !important;
    letter-spacing: 1px;
    font-style: normal !important;
    
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-decoration: none;
  text-shadow: .5px .5px 1px #000000;
  opacity: 0.8;
}

[id^="tagLinks"] a:visited {
  color: #ffffff !important;
}

[id^="tagLinks"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}

input[type=text] {
  background: #e2e2e2;
  position: absolute;
  top: 0px;
  left: 30px;
  width: 40%;
  text-align: center;
  border: none;
  margin-top:3px;
  height: 16px;
}
input[type=submit]{
display:  block !important; margin-left: 25px !important;
}
input[type=button]{
display: block !important;margin-left: 25px !important; margin-top: 3px;
}
a,
a:visited {
  color: #555 !important;
  text-decoration: none !important;
}

#list_surround small{
font-size: 0px !important;
}
