.cmsContainer {
  height: 100%;
}

.cmsNavigationContainer {
    position:relative;
    float:left;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.cmsNavigation {
    height: 100%;
    min-height:310px;
    width : 270px;
    list-style-type: none;
    padding: 0px 20px 0px 80px;
    margin: 0px 10px 0px 0px;
    border-right: 1px solid #494242;
    float: left;
    overflow: hidden;
}

.cmsNavigation.collapsed{
    width : 120px;
}

.cmsNavigation li{
    display:block;
    clear:both;
}

.cmsNavigation a:hover {
    text-decoration: none;
    color: #c63f3f;
}

.cmsNavigation a.active {
    color: #c63f3f;
}

.cmsNavigation a.disabled {
    color: #494242;
    cursor: default;
}

.cmsNavigation a.disabled:hover {
    text-decoration: none;
    color: #494242;
    cursor: default;
}

.cmsNavigation li{
    width:170px;
}

.cmsNavigation li a{
    font-size: 1.02em;
    color: #d2d2d2;
    position:relative;
}

.cmsNavigation li a span{
    font-size: 1.65em;
    display: inline-block;
    left:50px;
    top:27px;
}

.cmsNavigation a:before {
    font-family: "HomeIcons";
    display:inline-block;
    font-size: 4.5em;
    margin-left: -35px;
    margin-right: 15px;
    text-align: center;
    position:absolute;
}

.clearfix {
  clear: both;
}

.cmsViewContainer {
    display: flex;
    flex: 1;
    flex-direction: row;
    height: calc(100% - 100px);
    -webkit-user-select: none;
    -moz-user-select: none;
}
