/**** Google fonts ****/
@import "http://fonts.googleapis.com/css?family=Exo:400,200|Source+Sans+Pro:300,400";

/**** Global reset ****/
*, *::before, *::after {
    box-sizing: border-box;
}

/**** Background ****/
body, body.ownlist {
    background: url(http://i.imgur.com/QcnAAg5.jpg) fixed center top/cover;
    font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
    font-size: 12px;
}

html {
    padding-top: 50px;
    box-shadow: inset 0 160px rgba(0,0,0,0.2);
}

/**** Side menu ****/
.list-menu-float {
    top: 0;
    left: calc(50% - 410px);
    border: 0;
    width: 200px;
    height: 50px;
    overflow: hidden;
    background: none;
    transition: height 200ms;
    pointer-events: none;
}
.list-menu-float:hover {
    height: 450px;
}
.list-menu-float .icon-menu {
    background: rgba(0,0,0,0.5);
    pointer-events: all;
    transition: 200ms;
}
.list-menu-float .icon-menu:hover:not(.profile) {
    background: rgba(0,0,0,0.5);
}
.list-menu-float .icon-menu svg.icon {
    fill: #FFF;
}
.list-menu-float .icon-menu .text {
    transition: inherit;
}
.list-menu-float .icon-menu.setting:hover {
    width: 164px;
}
.list-menu-float .icon-menu.setting:hover .text .link-list-setting {
    background: transparent;
}

.list-menu-float .icon-menu.setting .text .link-style-setting {
    background: rgba(0,0,0,0.5) !important;
    border-top: 0 !important;
    width: 100% !important;
    font-size: inherit !important;
}

/**** Header thing at the top ****/
.header {
    position: static;
    max-width: 800px;
    margin: 20px auto 50px;
    font-family: "Exo", "Trebuchet MS", sans-serif;
}
.header .header-menu {
    position: static;
    height: 70px;
    line-height: 70px;
    display: table;
    float: right;
}
.header .header-menu .btn-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}
.header .header-title {
    position: static;
    height: 70px;
    background-position: left center;
}
.header::after {
    content: "";
    display: block;
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.4);
}



/**** Entire list stuff ****/
.list-container {
    width: 100%;
    max-width: 840px;
    border: 0;
    background: transparent;
}
.cover-block,
.cover-block .image-container,
.cover-block .image-container #cover-image,
.status-menu-container,
.status-menu-container .status-menu,
.list-unit,
.list-unit .list-status-title,
.list-unit .list-stats {
    width: 100%;
}

/**** Header image stuff ****/
.cover-block .image-container {
    padding-top: 0;
    box-shadow:
    10px 10px rgba(0,0,0,0.2),
    0 0 0 1px rgba(0,0,0,0.4);
}
.cover-block .image-container .btn-list-setting,
.cover-block .image-container:hover .btn-list-setting,
.cover-block .image-container:hover .btn-list-setting:hover {
    position: absolute;
    background: #FFF;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.4);;
    top: 10px;
    right: 10px;
    text-shadow: none;
    transition: 200ms;
    display: inline-block;
    opacity: 0;
    transition: opacity 200ms;
    font-size: 14px;
    padding: 8px;
}
.cover-block .image-container:hover .btn-list-setting {
    opacity: 1 !important;
}
.cover-block .image-container .btn-list-setting .fa-camera,
.cover-block .image-container .btn-list-setting .icon-plus-circle {
    position: absolute;
    color: #000;
    box-shadow: none;
    text-shadow: none;
    background: transparent;
}
.cover-block .image-container .btn-list-setting .fa-camera {
    position: relative;
    top: 1px;
}
.cover-block .image-container .btn-list-setting .icon-plus-circle {
    top: 5px;
    left: 20px;
    box-shadow: -1px 1px 0px 0px #FFF;
    background-color: #FFF;
    z-index: 1;
}
.cover-block .image-container .btn-list-setting:hover .text {
    display: none;
}

/**** Top bar buttons ****/
.status-menu-container {
    border: 0;
    height: auto;
    left: 0;
    position: fixed; /* Float the to the top all the time, it works better */
    top: 0;
    left: 0;
    box-shadow: 0 1px rgba(0,0,0,0.4);
}
.status-menu-container .status-menu {
    border-spacing: 0;
    display: block;
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 70px;
    display: flex;
    justify-content: center;
}
.status-menu-container .status-menu .status-button {
    height: auto;
    display: inline-block;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    font-family: "Exo", "Trebuchet MS", sans-serif;
    font-weight: 400;
    color: #000;
}
.status-menu-container .status-menu .status-button:hover {
    background: #F7F7F7;
}
.status-menu-container .status-menu .status-button.on {
    font-weight: 400;
    color: #000;
    background: #EEE;
    border-left: 1px solid rgba(0,0,0,0.4);
    border-right: 1px solid rgba(0,0,0,0.4)
}
.status-menu-container .status-menu .status-button::after {
    content: initial;
}
.status-menu-container .search-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    line-height: 10px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}
.status-menu-container .search-container #search-box {
    margin: 0;
    vertical-align: middle;
    order: 2;
    width: 50px;
    height: 0;
    transition: 200ms;
}
.status-menu-container .search-container #search-box.open {
    width: 300px;
    height: 50px;
}
.status-menu-container .search-container #search-box input {
    background: rgba(0,0,0,0.5);
    border: 0;
    padding: 15px 10px;
    height: 50px;
    color: #FFF;
}
.status-menu-container .search-container #search-button {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 15px 14px 15px 16px;
    vertical-align: middle;
    order: 1;
    -webkit-filter: brightness(2.5);
    filter: brightness(2.5);
    background: rgba(0,0,0,0.3)
}
.status-menu .search-container #search-box.open + #search-button {
    background: transparent;
}

/**** List itself ****/
.list-table {
    border: 0;
}
.list-block {
    margin: 50px 0 !important;
    box-shadow:
    10px 10px rgba(0,0,0,0.2),
    0 0 0 1px rgba(0,0,0,0.4);
    background: #FFF;
}

/**** Unit header ****/
.list-unit .list-status-title {
    padding: 30px;
    background: #FFF;
    text-align: center;
}
.list-unit .list-status-title::before,
.list-unit .list-status-title::after {
    content: " \2014  ";
    white-space: pre;
    font-size: 56px;
    font-weight: 300;
    font-family: "Exo", "Trebuchet MS", sans-serif;
}
.list-unit .list-status-title .text {
    font-size: 0;
    font-weight: 300;
    font-family: "Exo", "Trebuchet MS", sans-serif;
    color: #000;
    display: inline;
}
.list-unit .list-status-title .text::after {
    font-size: 56px;
}
.list-unit.all_anime .list-status-title .text::after { content: "All Anime" }
.list-unit.watching .list-status-title .text::after { content: "Currently Watching" }
.list-unit.reading .list-status-title .text::after { content: "Currently Reading" }
.list-unit.completed .list-status-title .text::after { content: "Completed" }
.list-unit.onhold .list-status-title .text::after { content: "On Hold" }
.list-unit.dropped .list-status-title .text::after { content: "Dropped" }
.list-unit.plantowatch .list-status-title .text::after { content: "Plan to Watch" }
.list-unit.plantoread .list-status-title .text::after { content: "Plan to Read" }
.list-unit .list-status-title .stats {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    height: auto;
    line-height: 1;
}
.list-unit .list-status-title .stats a {
    color: #000;
}
.list-unit .list-stats {
    background: #F7F7F7;
    color: #000;
}
/**** List items ****/
.list-table .list-table-data .data,
.list-table .list-table-header .header-title {
    border: 0;
}
.list-table .list-item {
    background: #FFF;
}
.list-table > .list-item:nth-of-type(2n+1) {
    background: #F7F7F7;
}
.list-table .list-table-header .header-title {
    background-image: none;
}
.list-table .list-table-data .data.status {
    padding: 0;
    width: 7px;
}

/**** Remove loading thing because it breaks stuff ****/
.loading-space {
    display: none;
}

/**** Add-edit-more buttons ****/
.list-table .list-table-data .data {
    position: relative;
    padding: 10px 5px;
}
.list-table .list-table-data .data.title .add-edit-more {
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5px;
}

/**** Category re-coloring ****/
/*.list-table .list-table-data .data.status.reading,
.list-table .list-table-data .data.status.watching {
background: #00D650;
}
.status.watching ~ td a,
.list-table .list-table-data .data.status.completed {
background: #6327EA;
}
.list-table .list-table-data .data.status.onhold {
background: #FF9B00;
}
.list-table .list-table-data .data.status.dropped {
background: #FF0700;
}
.list-table .list-table-data .data.status.plantowatch,
.list-table .list-table-data .data.status.plantoread {
background: #FF5BB2;
}*/

/**** Footer ****/
#footer-block {
    background: rgba(0,0,0,0.2);
    height: auto;
    box-shadow: 0 -1px rgba(0,0,0,0.4);
}
#copyright {
    color: #FFF;
}
#footer-block::after {
    content: '"Vatonage" theme base by Geo1088.';
    display: block;
    color: #FFF;
}
