.custom-theme-logo {
    background-image: url(logo.jpg);
    margin: 0;
    margin-top: 13px;
}

@media (max-width: 990px) {
    .custom-theme-menu, .custom-theme-menu > div {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .custom-theme-logo {
        background: transparent url(logo.jpg) no-repeat left top;
        height: 42px;
        margin-bottom: 0.5em;
        background-size: contain;
    }

    .custom-theme-menu, .custom-theme-menu > div {
        width: initial;
    }
}

.footer img {
    display: none;
}

.custom-theme-menu {
}

.right-container {
    padding-left: 3px;
}

.custom-theme-menu-item {
    background-color: #009a44 !important;
}

.custom-theme-topbar-before {
    display: none;
}

.custom-theme-topbar-item {
    background-color: #009a44 !important;
    color: white !important;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    border: 0;
    border-radius: 0 0 5px 5px;
    margin-right: 2px;
    margin-top: 0;
    width: 16%;
    white-space: normal !important;
    vertical-align: top;
    height: 64px;
}

.custom-theme-topbar-item.selected {
    background-color: rgb(0, 0, 110) !important;
}

.custom-theme-content {
}

.custom-theme-after-content {
}

.custom-theme-button {
}

.custom-theme-paging-pagesize {
}

.custom-theme-paging-pages {
}
/*
.button-right, .button-add {
    background-color: #7f8d95 !important;
}

.button-right img, .button-add img  {
    background-color: #6c7981 !important;
}

input.button-right, a.button-submit {
    background: url(arrow_right.png) no-repeat right;
}

a.button-print {
    background: url(print_rightoffset.png) no-repeat right;
}
    */


