/* Use this file to override the original style rules. 
This file will never be touched by any product upgrade process. */

@font-face {
    font-family: 'DB Sans';
    src: url("../css/DBSans-Regular.otf?domain=1457011737") format('opentype');
}

body { font-family: 'DB Sans', sans-serif; }

/* The main area */
#container {
    background: #E1E6EB;
    border-radius: 0;
}

#container .with-sidebar { margin-bottom: 0; }

#container #lower-nav {
    background-image: none;
    border-bottom: none;
    border-top: none;
}

#container #powered_by {
    /*background-image: url("../img/powered_by_db_systel.png?domain=1453888116");*/
    background-image: url("../img/powered_by_db_systel_black.png?domain=1453888116");
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 150px;
}
#container #powered_by > img { display: none; }

#container input,
#container button,
#container select,
#container textarea,
#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6,
#container legend,
#container .lead,
#container blockquote { font-family: 'DB Sans', sans-serif; }

/* The header area */
#container #head {
    background-image: none;
    border-radius: 0;
}
#container #head select {
    background: #646973;
}
#container #head #logo {
    padding-top: 8px;
}

/* The content area */
#content {
    border-top: none;
    box-shadow: none;
}

/* Buttons */
.action.btn,
.btn.btn-action,
.btn-primary,
.btn.btn-primary {
    background-image: none;
}