body {
    background: rgba(82,148,202,0.3);
}
a {
    color: #000;
}
.side-bar {
    background-color: #000033;
}
.side-bar .item.selected {
    background: #3399CC;
}
.side-bar .item:hover {
    background: #3399CC;
}
.side-secondary ul {
    background: #000033;
}
.logo.alternative {
    width: 40px;
    height: 40px;
    margin: 16px 0px 0px 6px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 30px;
}
.side-secondary li:hover {
    color: #fff;
    background-color: #3399CC;
}
.side-secondary li a:hover {
    color: #fff;
    background-color: #3399CC;
}
.button {
    color: #fff;
    background-color: #3399CC;
}
.button.icon-accept {
    background-color: transparent;
}
.top-menu {
    background-color: #000033;
}
.logo {
    width: 90px;
    height: 72px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 50px;
}
.statistic-big-blog h3 {
    background: #000033 !important;
}
.statistic-big-blog h3.noresize {
    background: #000033 !important;
}
@media only screen and (max-width: 1270px) {
    .logo {
        width: 40px;
        height: 40px;
        margin: 8px 0px 0px 6px;
        background-size: 30px;
    }
    .logo.alternative {
        width: 90px;
        height: 72px;
        margin: 2px 0px 0px 6px;
        background: url(../images/logo.png) no-repeat center center;
        background-size: 50px;
    }
    .statistic-big-blog h3 {
        background: #000033;
    }
}
@media only screen and (max-width: 800px) {
    .side-secondary ul {
        background: #000033;
        width: 100%;
         color: #fff;
    }
    .logo.alternative {
        width: 40px;
        height: 40px;
        margin: 8px 0px 0px 6px;
        background: url(../images/logo.png) no-repeat center center;
        background-size: 30px;
    }
}
.search-header {
    background: #000033;
}
.top-menu a {
    color: #78919b;
}
@media only screen and (max-width: 600px) {
    .top-menu .top-text a {
        color: #78919b;
    }
    a .statistic-big-blog .stat-area-empty img {
        padding-top: 0;
    }
}
.main-content th, .table-content thead th, .form-view-content thead th {
    background-color: #000033;
}
.main-content th a, .table-content thead th a, .form-view-content .statistic-big-blog thead th a {
    background-color: #000033;
}
ul.pagination li a, ul.pagination li.unavailable a {
    background: #000033;
}
ul.pagination li.current a {
    background: #3399CC;
}
.form-content .form-header, .form-view-content .form-header {
    background: #000033;
}
div.flash.info {
    background: #000033;
}
.form-content.sign-form {
    background-color: #000033;
}
.sign-header {
    color: #fff;
}
.form-content.sign-form label {
    color: #fff;
}
.sign-header img {
    width: 70px;
}
.admin .xdsoft_datetimepicker .xdsoft_calendar td:hover, .admin .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    background: #3399CC !important;
}
.step h4 {
    background: #000033;
}