﻿body {
    /*background-image: url('/images/background/light1.png');*/
    background: #edeef0;
}

#logoutForm:hover {
    background: #2c3e50 !important;
}

#logoutForm {
    cursor: pointer;
}

#logoutForm:hover button {
    color: white;
}


.edit-button-fanfic,
.edit-button-fanfic:hover,
.edit-button-fanfic:active,
.edit-button-fanfic:visited,
.edit-button-fanfic:link {
    color: black;
}

#Category {
    box-shadow: 0px 0px 1px #d7d8db;
    background: #fff;
}

.navbar-inverse {
    background-color: #9cabbf;
    border-bottom: 1px solid #cbcfd2;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: initial;
}

.hr-profile {
    border-top: 1px solid #ccc;
}

.tag-count {
    background: #677da3;
}

.tagButton {
    background: #9cabbf;
}

.thumbnail .caption {
    color: black;
}

#profileInfo {
    background: white;
    border: 1px solid #ecf0f1;
    border-radius: 0 5px 5px 5px;
    border-top: none;
}

#menuProfile {
    margin-bottom: 0px;
}

.contents-fanfic:hover {
    color: black;
}

.contents-fanfic p {
    background: rgba(200,200,200,.1);
    color: black;
}

.scrollbar {
    border-left: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
}

.comment-fanfic {
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.comment-fanfic {
    background: white;
}

.addChapter {
    background: rgba(191, 190, 190, 0.55);
}

.addChapter:hover {
    color: black !important;
}

.adminRules {
    background: none;
}

.fixed-left-button:hover,
.fixed-read-button:hover,
.fixed-right-button:hover,
.fixed-top-button:hover {
    background: #eaeaea !important;
}