/*
// Theme: Fundamental Version 1.4 - dark
// Author: https://github.com/isaychris
// Date: july 6, 2017
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
#inlineContent {
    background-position: center;
    background-size: cover;
    box-shadow: 3px 1.5px 1px 0.3px rgba(0, 0, 0, 0.3);
    height: 200px;
    width: 200px;
    border-radius: 100px;
    display: flex !important;
    position: absolute;
    top: 184px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#inlineContent::after {
    font-family: "Open Sans";
    position: absolute;
    display: block;
    color: white;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    padding-top: 3px;
    padding-bottom: 4px;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 220px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 25px;
    width: 197px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.12);
    content: "User";
}
#inlineContent:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
}
BODY::before {
    content: "";
    display: block;
    position: relative;
    height: 380px;
    background-color: #2E333D;
}
BODY {
    margin: 0;
    color: whitesmoke;
    font-size: 11.00px;
    font-family: Verdana, Arial;
    background-repeat: no-repeat;
    background-color: #272B35;
}
/*
// Determines the positioning of your list
*/

#list_surround {
    margin: auto;
    width: 920px;
    margin-bottom: 25px;
}
#list_surround .animetitle+small {
    border-style: solid;
    border-width: 1px;
    border-color: #5675B9;
    background-color: #5675B9 !important;
    margin-left: 8px;
    padding: 5px;
    color: whitesmoke;
    border-radius: 5px;
    opacity: 1 !important;
}
/*
// All links on your list
*/
* {
    text-decoration: none !important;
}
a {
    color: whitesmoke;
}
a:visited {
    color: whitesmoke;
}
a:hover {
    color: whitesmoke;
    text-decoration: none;
    border-bottom: 2px solid #5675B9;
}
/*
// Alternating row color 1
*/

.td1 {
    color: whitesmoke;
    border-color: #ABABAB;
    padding: 2px;
    background-color: #393F4C;
    line-height: 25px;
}
/*
// Alternating row color 2
*/

.td2 {
    color: whitesmoke;
    border-color: #ABABAB;
    padding: 2px;
    background-color: #393F4C;
    line-height: 25px;
}
/*
// Table hover color
*/

tr:hover .td2,
tr:hover .td1 {
    background-color: #4D5667 !important;
}
/*
// This represents the "Anime Title", "Score", "# Eps" columns
*/

.table_header {
    color: whitesmoke;
    border-color: #ddd;
    background-color: #2E333D;
    padding: 2px;
    border-style: solid;
    border-width: 0px 0px 1px 0px !important;
    line-height: 25px;
}
/*
// headerLink represents the color of the links inside the table_header
*/

.table_headerLink {
    color: whitesmoke;
}
.table_headerLink:Visited {
    color: whitesmoke;
}
.table_headerLink:Hover {
    color: whitesmoke;
}
/*
// Controls the select form decoration (the drop down select box)
*/

.form {
    border-width: 1px 1px 1px 1px;
    border-color: #ABABAB;
    border-style: solid;
    color: #000000;
    padding: 2px;
    font-size: 11.00px;
    font-family: Verdana, Arial;
}
/* Which 'status' up top is selected? */
.status_selected {
    color: #000000;
    border-color: #ABABAB;
    padding: 2px;
    background-color: #2E333D;
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px;
}
.status_not_selected:hover {
    background-color: #2E333D;
}
.status_selected a,
.status_not_selected a {
    display: block;
    padding: 10px;
}
.status_selected a:hover, .status_not_selected a:hover {
    border-bottom: none;
}
.status_not_selected:first-of-type,
.status_selected:first-of-type {
    border-radius: 5px 0px 0px 5px;
}
.status_not_selected:last-of-type,
.status_selected:last-of-type {
    border-radius: 0px 5px 5px 0px;
}
.status_not_selected {
    color: #000000;
    border-color: #ABABAB;
    padding: 2px;
    background-color: #393F4C;
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px;
}
/*
Header classes for Currently Watching, Completed, Dropped, etc...
*/

.header_cw {
    color: #159957;
}
.header_completed {
    color: #337ab7;
}
.header_onhold {
    color: #f0ad4e;
}
.header_dropped {
    color: #d9534f;
}
.header_ptw {
    color: whitesmoke;
}
.header_title {
    padding-bottom: 4px;
    font-size: 30px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.category_totals {
    padding: 10px;
    text-align: center;
    color: whitesmoke;
    background-color: #393F4C;
}
#grand_totals {
    display: none;
}
/* header_al is the div surrounding "User's Anime List" at the top */

.header_al {
    font-weight: bold;
    font-size: 16px;
}
/* header_al_links is the div with your "Profile" and "MyAnimeList home" links */

.header_al_links {}
/* controls what styles you can give to all the anime titles in your list */

.animetitle {
    font-weight: bold;
}
#copyright {
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    border-color: #5675B9 !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    color: whitesmoke;
    background-color: #5675B9;
}
#copyright::After {
    white-space: pre !important;
    content: "\A Layout design by iSayChris";
    margin-bottom: 20px;
}
#mal\_control\_strip {
    background-image: url("") !important;
    background-color: #272B35 !important;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    left: 0;
    background-repeat: repeat-x;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 11px;
    font-variant: normal;
    text-transform: none;
    position: fixed;
    top: 0px;
    z-index: 5;
}
#mal\_control\_strip a {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 11px;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
    background: transparent;
    text-transform: none;
}
#mal\_control\_strip img {
    background: transparent none repeat scroll 0%;
    border: 0 none;
    margin: 0;
    padding: 0;
}
#mal\_control\_strip table {
    width: auto;
    height: 40px;
}
#mal\_control\_strip td {
    height: 40px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: normal;
    text-transform: none;
}
#mal\_control\_strip td div {
    margin: 3px 0;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: normal;
}
#mal_cs_pic {
    width: 80px;
    padding-right: 8px;
    padding: 0 1em;
}
#mal_cs_listinfo {
    width: 75px;
    padding: 0 1em;
}
#mal_cs_links {
    width: 150px;
    padding: 0 1em;
    display: none !important;
}
#mal_cs_otherlinks {
    padding: 0 1em;
}
#mal_cs_powered a {
    display: none;
}
#mal_cs_powered {
    position: absolute;
    top: 0px;
    right: 0px;
}
#mal_cs_powered #search {} #mal_cs_powered #search #searchBox {
    border-radius: 3px;
    padding: 8px;
    font-size: 15px !important;
    color: whitesmoke;
    text-align: center;
    background-color: #393F4C;
    border-style: none;
    top: 0px !important;
}
#searchListButton {
    display: none;
}
#searchListButton:hover {
    cursor: pointer;
}
#mal_cs_pic,
#mal_cs_listinfo,
#mal_cs_links {
    border-right: 1px solid #7e7e7e;
}
#mal_cs_pic,
#mal_cs_listinfo,
#mal_cs_links {
    border-right: none !important;
}
.hide {
    display: inline-block;
}
.borderRBL {
    border-width: 0 1px 1px 1px;
}
/*
Top 
*/

.table_header {
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px 0 1px !important;
}
/*
Top sides
*/

td.table_header:first-of-type {
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px 0 1px 1px !important;
    border-radius: 5px 0 0 0;
}
td.table_header:last-of-type {
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px 1px 1px 0 !important;
    border-radius: 0 5px 0 0;
}
/*
Sides of list table (anime/manga entries)
*/

.td1:first-of-type,
.td2:first-of-type {
    border-color: #4D5667;
    border-style: solid;
    border-width: 0 0 0px 1px !important;
}
.td1:last-of-type,
.td2:last-of-type {
    border-color: #4D5667;
    border-style: solid;
    border-width: 0 1px 0px 0 !important;
}
/*
Bottom and bottom sides
*/

.category_totals {
    border-color: #4D5667;
    border-style: solid;
    border-width: 0 1px 1px !important;
    border-radius: 0 0 5px 5px;
}
/*
Other tables at bottom
*/

#grand_totals,
#copyright {
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px !important;
}
.td1 small,
.td2 small {
    opacity: 0 !important;
}
tr:hover td.td1 small,
tr:hover td.td2 small {
    opacity: 1 !important;
}
.td1.borderRBL,
.td2.borderRBL {
    border-color: #4D5667;
    border-style: solid;
    border-width: 1px !important;
    padding-left: 35px;
}
