body {
    font-family: 'Source Sans Pro', sans-serif;
}

td, th {
    font-family: 'Source Sans Pro', sans-serif;
    font-width: bold;
}

#header {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background: #e6e6e6;
    color: #D64841;
    overflow: hidden;
    /*background-image: url("/static/callslog/images/cab_backend-def.jpg");*/
}

#header a:link, #header a:visited {
    color: #666;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #D64841;
    color: #fff;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #D64841;
}

a:link, a:visited {
    color: #262626;
    text-decoration: none;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #D64841;
}


div.breadcrumbs {
    background: #D64841;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #c4dce8;
    text-align: left;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #D64841;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #e05f59;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

#branding h1 {
    margin: 0 0 8px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
}

.login #header h1 a {
    color: #D64841;
}

.pae {
    color: #D64841;
}

