﻿.footer {
    width: 100%;
    color: #fff;
    z-index: 10000;
    background-color: #9ca5b4;
    padding: 10px;
    margin-top: 30px;
}

.dx-theme-generic .container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 110px;
}

.view-footer .container {
    margin-top: 10px;
    color: #ffffff;
    background-color: transparent;
}

    .view-footer .container .small-text {
        font-size: smaller;
    }

    .view-footer .container a {
        color: #ffffff;
    }

    .view-footer .container .small-text a {
        color: #ffffff;
    }

.dx-theme-generic .slideout-layout .view-footer {
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 0;
    background-color: #115BA5;
}

.dx-theme-generic .slideout-layout .layout-content > div[data-options] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
}

.brand-title-img::before {
    content: "\200B";
}

.brand-title-img {
    background-image: url("../content/images/brand-logo.png");
    display: inline;
    width: 150px;
    height: 38px;
    float: left;
    background-repeat: no-repeat;
    background-size: 150px;
}

.dx-theme-generic .brand-title-img {
    background-image: url("../content/images/brand-logo.png");
    display: inline;
    width: 150px;
    height: 38px;
    float: left;
    background-repeat: no-repeat;
    background-size: 150px;
    /*border: solid 2px #fff;*/
}

.dx-toolbar-label > div {
    line-height: 38px;
}

.container {
    padding: 5px;
}

.dx-theme-generic h2 {
    color: #115BA5;
    font-weight: 500;
    margin: 20px 0px;
}

.dx-slideout .dx-slideout-menu {
    width: 220px;
    min-width: 0px !important;
}

.dx-theme-generic .footer {
    display: none;
}

.dx-theme-generic .dx-content-footer {
    display: none;
}

.small-text {
    font-size: smaller;
}
