
.back-to-top {
    background-color: rgba(62,0,0, 0.8);
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    bottom: 100px;
    right: 60px;
    padding: 1em;
    border-radius: 25px;
    z-index:12000;
}

html, body {
    background: #600;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url("/images/6/titten80f.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
}
@media only screen and (max-width: 700px) {
    html, body {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url("/images/6/titten80f2.jpg");
    }
}

.header {
    background-color: #600;
    background-image: linear-gradient(#600 0%, #3E0000 75%);
    border-bottom: none;
    border-top: none;
}

.header .logo-container {
}
.userbox{
/*
    background-color: #FFF;
    border:1px solid white;
    padding:5px;
    border-radius: 10px;
*/
}
@media only screen and (max-width: 767px) {
    .header .logo-container {
        background-color: #600;
        background-image: linear-gradient(#600 0%, #3E0000 75%);
        border-bottom: none;
        border-top: none;
        
    }
    .header .header-right {
        background-color: #3E0000;
    }
}

.header .separator {
    background-color: transparent;
    background-image: -webkit-linear-gradient(#3E0000 0%, #3E0000);
    background-image: linear-gradient(#3E0000 0%, #3E0000);
    display: inline-block;
    height: 100%;
    margin: 0 5px 0;
    width: 0px;
    vertical-align: middle;
}
.header .toggle-sidebar-left {
    background: #b92c2c;
}

.page-header {
    background: #3E0000;
}

.page-header h2 {
    border-bottom-color: #300;

}
.sidebar-left {
    background: #3E0000;
}
.userbox .name {
    color: #abb4be;
}
.userbox.open .name {
    color: #000;
}

.notifications .notification-menu .notification-title {
    background: #f00;
}
.notifications .notification-menu {
    background: #bcbcbc;
}
.notifications .notification-menu::before, .notifications .notification-icon::before {
    border-bottom-color: #f00;
}

.inner-menu, .inner-toolbar  {
    background-color: #600;
    border-right-color: #600;
}
.gallery-list-text-color {
    color: #600;
}

.visitor-icon {
    background-color: rgb(62, 0, 0, 0.2);
    border-color: rgb(102, 0, 0);
    color: rgb(102, 0, 0);
}

.mailbox .mailbox-folder {
    background: #600;
}

.mailbox .mailbox-email {
    background: #600;
}

