﻿/******************************************************************************************************
 * Use this CSS-file if you want to tune some lay-out settings when the user is logged on to the CMS. *
 ******************************************************************************************************/

.cms-content-item {
    min-width: 300px;
    position: relative;
    min-height: 1px;
    padding: 0;
}

[class*="col-"].cms-content-item {
    padding: 0;
}

div.cms-main-menu {
    position: relative;
    z-index: 1050;
}

#menuDivision {
    left: 0;
    position: fixed;
    top: 59px;
}

#menuSub {
    left: 0;
    position: fixed;
    top: 209px;
}

