﻿.navbar-toggler.custom-toggler {
    background-color: none !important;
    border: none !important;
}

/* Account */
.account-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

    .account-background div {
        border-radius: 50%;
    }

    .account-background .empty-image {
        width: 16px;
        height: 16px;
        margin: 8px;
        display: inline-block;
        background: url('/images/user.svg');
    }

    .account-background .account-image {
        width: 32px;
        height: 32px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

.user-info .avatar img {
    float: left;
    height: 43px;
    border-radius: 50%;
}

.user-info .text-container {
    height: 3.13rem;
    margin-left: 60px;
}

    .user-info .text-container .user-name {
        color: #444444;
        font-size: 1.14em;
    }

    .user-info .text-container .email {
        display: block;
        color: #666666;
        font-size: 0.86em;
    }

.myaccount-item {
    background-color: #e4e4e4;
}

.sign-out-image {
    width: 20px;
    height: 100%;
    vertical-align: middle;
}

.sign-out-container {
    display: inline-block;
    height: 100%;
    width: 100%;
}

    .sign-out-container .sign-out-button {
        text-align: left;
        width: 100%;
    }


.container-fluid .image-item {
    vertical-align: middle !important;
}

.container-fluid .vertically-aligned {
    font-size: 0;
}

.header-logo {
    background: url('/images/logo-small.png') no-repeat center;
    background-size: 30px 30px;
    height: 35px;
    width: 35px;
    margin-right: 5px;
}

@media (max-width: 400px) {
    .header-logo {
        background: url('/images/logo-small.png') no-repeat center;
        background-size: 35px 35px;
        width: 35px;
    }

    .mobile-hidden {
        display: none;
    }
}

.footer-text {
    font-size: 10.5px;
}

.page-toolbar {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    font-size: 0.93em !important;
    height: 2.69rem;
    padding-top: 2px !important;
}

@media (max-width: 500px) {
    .titleMessage {
        font-size: 0px;
    }

    .ppimsMobileButton {
        font-size: 25px !important;
        width: 100% !important;
        max-width: 100%;
    }
    .page-toolbar {
        padding-top: 0px !important;
    }
}

.titleMessage {
    font-size: 20px;
    display: inline-block;
}

.ppimsMobileButton {
    padding: 20px !important;
    font-size: 30px !important;
    color: black !important;
    background-color: #4F81BD !important;
    border: 1px solid black !important;
}