#page-my-index {
    background-color: #e7f4ff;
}

body .navbar {
    max-height: 70px;
}

.custom-header {
    background-color: #1177d1 !important;
    box-shadow: unset !important;
}

button.custom-burger-menu {
    background: #FFF !important;
}

button.custom-burger-menu:hover,
button.custom-burger-menu:focus {
    background: #e7f4ff !important;
    background-color: #e7f4ff !important;
}

.custom-header .userbutton,
.custom-header .caret,
.custom-header .dropdown-toggle {
    color: #FFF !important;
}

.custom-header .usertext {
    display: none;
}

.custom-header .usermenu,
.custom-header .usermenu a,
.custom-header .usermenu a:hover {
    color: #FFF;
}

.custom-header .dropdown-item {
    color: #212529 !important;
}

.custom-burger-menu i {
    color: #1177d1 !important;
}

.logo-header {
    height: 60px;
    float: left;
}

.name {
    line-height: 1.1rem;
    float: right;
    margin-left: .5rem;
    color: #FFF;
}

.name span {
    font-size: .9rem;
    margin: 0;
    display: block;
}

@media only screen and (max-width: 850px) {
    .name {
        display: none;
    }
}

[data-region="drawer"] {
    background-color: #e7f4ff;
}

.card {
    border: 1px solid #92c5e4 !important;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    overflow: hidden;
    background: #FFF !important;
}

.view-overview-body .card {
    border: 0!important;
}

.footer-leftor {
    text-align: right;
}

.footer-leftor a {
    text-decoration: none !important;
}

.footer-leftor img {
    height: 1rem;
}

.btn {
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
}

.usertour {
    display: none;
}

.usermenu .login {
    line-height: 1rem;
}