
[studioview='Login'] .studio-canvas-main {
    background:none;
    box-shadow:none;
    margin-right:75px;
}

#MqStudioNavBar {
    border: none;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1px;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9998;
    background-color: #333;
    margin: 0;
    padding: 0 20px 0 0;
    width: 100%;
}

#MqStudioNavBar a { 
    color:#fff; 
}

#MqStudioNavBar a:hover { 
    color:#fff; }

#MqStudioNavBar .container { 
    margin-left:20px; }

.studio-navbar-hamburger {
    border-right: 1px solid #adadad;
    color: #fff;
    height: 30px;
    font-size: 20px;
    padding: 0px 23px 0px 23px;
    margin: 0px 15px 0px 0px;
}

.studio-navbar-hamburger:hover {
    cursor: pointer;
}

.studio-navbar-hamburger:focus {
    border-right: 1px solid #adadad;
}

[studioview='Login'] .studio-navbar-brand {
    margin-left: 10px;
}

[studioview='Admin'] .studio-navbar-brand {
    margin-left: 10px;
}

.studio-navbar-user-menu {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    padding: 5px;
}

.studio-navbar-dropdown-menu__exit {
    position: absolute;
    top: 0%;
    left: -27%;
    z-index: 9997;
    width: 201%;
    height: 200%;
}

.studio-navbar-user-menu-caret {
    margin-top: -9px;
    padding-left: 4px;
}

.studio-navbar-dropdown-menu {
    position: fixed;
    top: 28px;
    right: 24px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #aaa;
    font-size: 16px;
}

.studio-navbar-dropdown-user {
    border-bottom: solid 1px #aaa;
    padding: 11px 0px;
}

.studio-navbar-dropdown-name {
    padding: 4px 16px 0px 16px;
    font-weight: 600;
}

.studio-navbar-dropdown-username {
    padding: 12px 16px 4px 16px;
    color: #888;
}

.studio-navbar-logo {
    width: 20px;
    margin-top: -2px;
}

.studio-navbar-name { 
    font-size:14px;
    cursor:pointer; 
}

.studio-navbar-identity { 
    margin-right:10px;
    float:right; 

}

.studio-navbar-tools {
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 0px;
    width: 277px;
    z-index: 2;
}

.navbar-id
{
    position:absolute;
    top:0px;
    left:20px;
    display:block;font-size:14px;width:170px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.studio-navbar-tools .fa
{
     font-size:18px;
}

.studio-header-notifications {
    position: absolute;
    width: 110px;
    right: 400px;
}

.studio-header-contactus {
    padding: 4px 15px 4px 15px;
    margin-bottom: 7px;
}
    .studio-header-contactus:hover {
        background-color: #ddd;
    }
.navbar-logout {
    padding: 4px 15px 4px 15px;
}

    .navbar-logout:hover {
        background-color: #ddd;
    }

.studio-header-contactus-body {
    background: #060;
    width: 190px;
    height: 0;
    line-height: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: none;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 8px;
    font-size: 12px;
    margin-left: -14px;
    transition: all ease-in-out 100ms;
}
.studio-header-contactus-body[isopen='true'] {
    border: 1px solid #FFF;
    border-top: none;
}
.studio-header-contactus [isopen='true'] {
    height: 40px;
    line-height: 18px;
    padding-top: 8px;
    border-top: 1px solid #050;
}

.studio-header-contactus-body .fa{
    padding: 6px;
    font-size: 12px;
}

.mq-studio-footer {
    margin: 20px;
    position: fixed;
    top: -13px;
    z-index: 99999;
    color: white;
    right: 23%;
}

.mq-studio-header {
    color:#fff;
    position:absolute;
    font-size:14px;
    top:-28px;
    line-height:22px;
    height:27px;
    /*border-left:solid 1px #fff;*/
}

.studio-header-button
{
    display:inline-block;
    padding:0px 15px;
    /*border-right:solid 1px #fff;*/
}

.mqstudio-loading { 
    margin-left:20%;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 60%;
}

/*  ###### Multiple Customers Pop Up  ######*/
.login-multi-wrap {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 500px;
    max-width: 100%;
    min-height: 200px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.login-multi-customer-btn {
    margin: 20px 12px 0px 12px;
    padding: 12px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: solid 1px #337ab7;
    border-radius: 6px;
    font-size: 18px;
    background-color: #deebf1;
}

.login-multi-customer-btn i {
    margin-right: 5px;
}

#mqstudio-login, #mqstudio-baduser
{
    font-size:22px;
    margin:20px;
}
/* Notifications */
.studio-header-notifications-body {
    background: #060;
    width: 190px;
    height: 0;
    min-height: 0px;
    line-height: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #FFF;
    border-top: none;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 8px;
    font-size: 12px;
    margin-left: -14px;
    transition: all ease-in-out 100ms;
}
.studio-header-notifications-body[isopen='true'] {

    height: auto;
    min-height: 120px;
    line-height: 12px;
    padding-top: 10px;
    border-top: 1px solid #050;
}
.studio-header-note-item{
    position: relative;
    min-height: 40px;
    line-height: 12px;
    padding: 6px;
    border-bottom: 1px solid #050;
}
.studio-header-note-item:last-child{
    border-bottom: none;
}
.studio-header-notifications-badge {
    position: absolute;
    background: #090;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    font-size: 8px;
    border: solid 1px #fff;
    text-align: center;
    line-height: 11px;
    top: 1px;
    right: 1px;
}
.studio-header-notifications-badge--list {
    top: 8px;
    right: 10px;
    width: 8px;
    height: 8px;
}
.studio-header-notifications__session-expired .fa-ban {
    color: red;
    font-size: 50px;
    margin: 10px;
    text-shadow: 2px 2px 10px #777;
}
.studio-header-notifications__session-expired .btn-success {
    margin-top: 10px;
}
.studio-header-error-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 1;
}
@media print {
    #MqStudioNavBar {
        display: none;
    }

    .mq-studio-footer {
        display: none;
    }

    .mqstudio-bg {
        background: none;
    }

    .studio-canvas {
        margin: 0px;
        width: auto;
        left: auto;
        position: static;
    }

    .studio-mainmenu {
        display: none;
        /*height: 100%;*/
    }

    .studio-canvas-main {
        margin: 0px;
        box-shadow: none;
        width: auto;
        float: none;
        min-height: unset;
        background: none;
        border-radius: unset;
    }
}