

aside.sidebar{
    z-index:53;
    width:80px;
}

body.expand #mainContent #subcontent{
    padding-left:120px;
}

#editorTopbarContainer{
    padding:0px;
}

#editorTopbarContainer .topBarContent{
    width: 50%;
    padding:0px;
    float:left;
}
#editorTopbarContainer .mainItem.group{
    width: 250px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

#editorTopbarContainer .topBarContent.navbarTopLeft{
    padding-left:200px;
}

.navbarTopLeft ul .projectInfo{
    width: 150px;
    text-align:center;
    display: flex;
    align-items: center;
}

.navbarTopLeft ul li {
    height: 100%;
    float: left;
    padding:0 10px;
    display: flex;
    align-items: center;
}

.navbarTopLeft ul .projectInfo .info label {
    cursor: pointer;
}

.navbarTopLeft ul .projectInfo .projectName {
    font-family: 'Open Sans', sans-serif;
    color: #777;
}

.navbarTopLeft ul .projectInfo .info label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 95px;
    font-size: 14px;
    margin: 0px;
    line-height: 33px;
    color: #343e4c;
}

.navbarTopLeft ul .projectInfo .info {
    background-color: rgb(241, 244, 246);
    width: 120px;
    height: 36px;
    margin: 0px;
    border-radius: 3px;
}

.navbarTopLeft ul .projectInfo .load span {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    color: #343e4c;
}
.wrapper_info{
    width: auto;
    display: inline-block;
    height: 100%;
}

.navbarTopLeft ul .projectInfo .load {
    width: 10%;
    float: left;
    width: 10%;
    float: left;
    padding: 0 10px;
}
#editorTopbarContainer ul li a{
    line-height: 100px;
    font-size: 12px;
    text-decoration: none;
    color: #5e6a7a;
}

#editorTopbarContainer ul li.undo_group span.title,
#editorTopbarContainer ul li.redo_group span.title
{
    font-family: 'Lato', sans-serif
}
.navbarCenter.topBarContent{
    text-align:right;
}
.topbar_prview_edit_action{
    background-color: #2040aa;
    text-align: center;
    height: 100%;
    padding: 0 40px;
    justify-content: center;
}
.topbar_prview_edit_action a{
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.wrapper_edit_preview span.title{
    font-family: 'Lato', sans-serif
}

.wrapper_edit_preview span.wrapper_icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
}

.topbar_prview_edit_action .title {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: bold;
    min-width: 142px;
    justify-content: center;
}

.wrapper_edit_preview span.icon{
    font-size: 25px;
    float: left;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.mainItem.group.logo_group .logoHolder {
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
.mainItem.group.logo_group .logoContainer {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

aside.sidebar ul.mainMenu li#showHelperManual a.mainTrigger:hover div.icon,
aside.sidebar ul.mainMenu li.mainItem a.mainTrigger:hover div.icon{

    color: #fff !important;
}

aside.sidebar ul.mainMenu li#showHelperManual a.mainTrigger:hover ,
aside.sidebar ul.mainMenu li.mainItem a.mainTrigger:hover  {
    background-color: #2b3542;
}
.moreContainer:hover {
    background-color: #2b3542;
}
.less .moreContainer {
    background-color: #2b3542;
}
