body {
    background: rgba(245,245,245,1) url(../images/bg_admin_01.png) no-repeat right bottom;
    font-family: GothamRnd Light;
}
@font-face {
    font-family: "GothamRnd Bold";
    src: url("GothamRnd-Bold.otf");
}
@font-face {
    font-family: "GothamRnd Bold Ital";
    src: url("GothamRnd-BoldItal.otf");
}
@font-face {
    font-family: "GothamRnd Book";
    src: url("GothamRnd-Book.otf");
}
@font-face {
    font-family: "GothamRnd Book Ital";
    src: url("GothamRnd-BookItal.otf");
}
@font-face {
    font-family: "GothamRnd Light";
    src: url("GothamRnd-Light.otf");
}
@font-face {
    font-family: "GothamRnd Light Ital";
    src: url("GothamRnd-LightItal.otf");
}
@font-face {
    font-family: "GothamRnd Medium";
    src: url("GothamRnd-Medium.otf");
}
@font-face {
    font-family: "GothamRnd Medium Ital";
    src: url("GothamRnd-MedItal.otf");
}
.side-bar {
    background-color: #283033;
}
.side-bar .item {
    color: #fff;
    font-family: GothamRnd Medium;
    font-size: 15px;
}
.side-bar .item.selected {
    background: #f99d1c;
}
.side-bar .item:hover {
    background: #f99d1c;
}
.side-secondary ul {
    background: #283033;
}
.side-secondary ul a {
    color: #fff;
    font-family: GothamRnd Medium;
    font-size: 14px;
}
.side-secondary ul a:hover {
    color: #fff !important;
    font-weight: bold;
}
.logo.alternative {
    width: 50px;
    height: 50px;
    margin: 10px 0px 0px 2px;
    background: url(../images/logo-small.png) no-repeat center center;
    background-size: 30px;
}
.side-secondary li:hover {
    color: #283033;
    background-color: #f99d1c;
}
.side-secondary li a:hover {
    color: #283033;
    background-color: #f99d1c;
}
.menu-item.dashboard {
    background: url(../images/menu-item-dashboard-selected.png) no-repeat;
}
.menu-item.device {
    background: url(../images/menu-item-device-selected.png) no-repeat;
}
.menu-item.analytics {
    background: url(../images/menu-item-analytics-selected.png) no-repeat;
}
.menu-item.locations {
    background: url(../images/menu-item-locations-selected.png) no-repeat;
}
.menu-item.applications {
    background: url(../images/menu-item-applications-selected.png) no-repeat;
}
.menu-item.administration {
    background: url(../images/menu-item-administration-selected.png) no-repeat;
}
.button {
    background-color: #f99d1c;
    font-family: GothamRnd Bold;
}
.icon-accept {
    background-color: transparent !important;
}
.top-menu {
    background-color: #283033;
}
.top-text {
    font-family: GothamRnd Medium;
}
.logo {
    width: 90px;
    height: 72px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 90px;
}
.statistic-big-blog h3 {
    background: #283033 !important;
    font-family: GothamRnd Light;
}
.statistic-big-blog h3.noresize {
    background: #283033 !important;
}
a .statistic-big-blog h3 {
    font-family: GothamRnd Light;
}
@media only screen and (max-width: 1270px) {
    .logo {
        width: 40px;
        height: 44px;
        margin: 2px 0px 0px 6px;
        background: url(../images/logo-small.png) no-repeat center center;
        background-size: 40px;
    }
    .logo.alternative {
        width: 90px;
        height: 52px;
        margin: 2px 0px 0px 6px;
        background: url(../images/logo.png) no-repeat center center;
        background-size: 90px;
    }
    .statistic-big-blog h3 {
        background: #283033;
    }
}
@media only screen and (max-width: 800px) {
    .side-secondary ul {
        background: #283033;
        width: 100%;
         color: #fff;
    }
    .logo.alternative {
        width: 40px;
        height: 40px;
        margin: 8px 0px 0px 6px;
        background: url(../images/logo-small.png) no-repeat center center;
        background-size: 30px;
    }
}
.search-header {
    background: #283033;
    font-family: GothamRnd Light;
}
.top-menu a {
    color: #f99d1c;
}
@media only screen and (max-width: 600px) {
    .top-menu .top-text a {
        color: #f99d1c;
    }
    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: #283033;
}
.main-content th a, .table-content thead th a, .form-view-content .statistic-big-blog thead th a {
    background-color: #283033;
}
ul.pagination li a, ul.pagination li.unavailable a {
    background: #283033;
}
ul.pagination li.current a {
    background: #f99d1c;
}
.form-content .form-header, .form-view-content .form-header {
    background: #283033;
}
div.flash.info {
    background: #283033;
}
.form-content.sign-form {
    background-color: #283033;
}
.sign-header {
    color: #fff;
}
.form-content.sign-form label {
    color: #fff;
}
.sign-header img {
    width: 90px;
}
.logged-user {
    color: #fff;
    font-family: GothamRnd Light;
}