﻿#iframe_layout_body .container {
    width:100% !important;
    overflow: hidden;
}

#iframe_layout_body .logged-on-container .icon-container {
    background-color: rgba(228, 228, 228, 1.0) !important;
    color: #666;
}

/* DESKTOP */
@media (min-width: 992px) {
    #iframe_layout_body .logged-on-container {
        top: 10px;
        position: fixed;
        z-index: 1001
    }
}

/* TABLET */
@media screen and (max-width: 991px) and (min-width: 769px) {
    #iframe_layout_body .logged-on-container {
        top: 10px;
        position: fixed;
        z-index: 1001
    }
}

/* MOBILE */
@media (max-width: 768px) {
    #iframe_layout_body .logged-on-container {
        right: 0px;
        top: 10px;
        border-radius: 0px;
        margin: 0px 0px 20px 0px;
        position: fixed !important;
        z-index: 1001
    }
    .logged-on-container .user-name {
        display:inline-block;
    }
}

