﻿body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

.change-password {
    padding: 10px;
    display: none;
}

.sidebar-xpoda.profile .change-password {
    display: block !important;
}


.sidebar-xpoda.profile .sidebar-form,
.sidebar-xpoda.profile .sidebar-menu {
    display: none;
}


/**************/
.bookmarkRibbon {
    width: 0px;
    height: 45px;
    border-left: 30px solid #f7a62d;
    border-right: 30px solid #f7a62d;
    border-bottom: 15px solid transparent;
    float: right;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    position: fixed;
    left: 180px;
    top: 0px;
    display: none;
}

    .bookmarkRibbon span {
        color: black;
        position: relative;
        top: 4px;
        text-align: center;
        right: 20px;
    }
