body {
    background: #e2eef3 url(../images/bg_06.jpg);
    background-position: center;
}

.logo {
    display: block;
    width: 100%;
    height: 72px;
    border: 0;
    background: #fff url(../images/logo.png) no-repeat center center;
    cursor: pointer; cursor: hand;
    border-right: 1px solid #777;
}
.logo.alternative {
    width: 50px;
    height: 45px;
    margin: 0px;
    background: #fff url(../images/logo-small.png) no-repeat center center;
}
.side-bar:hover .logo.alternative {
    width: 100%;
    height: 72px;
    margin: 0;
    background: #fff url(../images/logo.png) no-repeat center center;
}

.side-bar.hideme .logo.alternative {
    width: 50px;
    height: 45px;
    margin: 0px;
    background: #fff url(../images/logo-small.png) no-repeat center center;
}

.button {
    background-color: #002812;
}
.error {
    color: #002812;
}
span.error, small.error {
    background-color: #002812;
}
div.flash.info {
    background-color: #002812;
}

.top-menu {
    border-bottom: 1px solid #002812;
}

.side-bar {
    background-color: #002812;
}

.side-bar li:hover {
    background-color: #002812;
}

.side-bar li a:hover {
    background-color: #002812;
}

.statistic-big-blog h3 {
    background-color: #002812;
}

.statistic-big-blog.full h3 {
    background-color: #002812;
}

.statistic-big-blog h3.noresize {
    background-color: #002812;
}

ul.pagination li.current a {
    background-color: #002812;
}

.main-content tbody td, .table-content tbody td, .form-view-content .statistic-big-blog tbody td {
    color: #002812;
}

.side-bar ul {
    background-color: #01180b;
}
.side-bar .item.selected, .side-bar.alternative:hover .item.selected {
    background-color: #01180b;
}
.side-bar .item:hover {
    background-color: #01180b;
}

@media only screen and (max-width: 1270px) {
    .statistic-big-blog h3 {
        background-color: #002812;
    }
    .statistic-big-blog.full h3 {
        background-color: #002812;
    }
}

@media only screen and (max-width: 800px) {
    .side-bar.alternative, .side-bar.alternative:hover, .side-bar.alternative.hideme {
        background-color: #002812;
    }

    .side-bar ul {
        background-color: #002812;
    }

    .logo, .side-bar:hover .logo.alternative, .side-bar.hideme .logo.alternative {
        width: 45px;
        height: 45px;
        margin: 0px;
        background: #fff url(../images/logo-small.png) no-repeat center center;
    }
}

@media only screen and (max-width: 600px) {
    .top-menu {
        background-color: #003618;
    }
    .top-menu .top-text {
        color: #002812;
    }
    .top-menu .top-text a {
        color: #046d34;
    }

    .side-bar .item.selected, .side-bar.alternative:hover .item.selected {
        background-color: #002812;
    }
    .side-bar.alternative, .side-bar.alternative:hover, .side-bar.alternative.hideme {
        background-color: #002812;
    }
    .side-bar ul {
        background-color: #002812;
    }
    .side-bar .item:hover {
        background-color: #002812;
    }

    .top-menu .search-icon {
        background: url(../images/search-white.png) no-repeat center center;
    }
    .top-menu .search-icon:hover {
        background: url(../images/search-white.png) no-repeat center center;
        background-size: contain;
    }
    .logout {
        background: url(../images/logout-white.png) no-repeat center center;
        background-size: contain;
    }
    .logout:hover {
        background: url(../images/logout-white.png) no-repeat center center;
        background-size: contain;
    }
}