html, body {    
    margin: 0;
    padding: 0;
}

#header {
    position: fixed;
    width: 100%;
    height: 40px;
    display: flex;
    z-index: 10000;
    transition: top .1s, margin-left .4s;
}

#headerleft {
    display: flex;
    justify-content: flex-start;
    width: 188px;
}

#headercenter {
    display: flex;
    flex: 3;
    justify-content: center;
    padding-top: 1px;
}

#headerright {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    white-space: nowrap;
}

#flexbox {
    display: flex;    
}

#mainmenu {
    margin-top: 40px;
    background-color: rgba(234, 235, 236, 0.51);
    border-style: solid;
    border-color: #B2B2B2;
    height: -o-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    position: fixed;
    z-index: 1;
    left: 0;
    overflow-x: hidden;
    transition: width .4s;
}

#contentdiv {   
    flex: 1;
    margin: 40px 0px 0px 0px;
}

#subheader {
    width: 100%;
    display: table;
}

#content {
    width: 100%;    
}

@media (max-width: 650px) {
    #fmlogo {
        display: none;
    }
}

@media (max-width: 450px) {
    #ownerlogo {
        display: none;
    }
}

#wrapper {
    overflow: auto;
    transition: margin-left .4s;
    margin-right: 6px;
}

.moveablediv {
    padding: 0px;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#leftmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 40px;
    transition: 0.4s;
}

#mainmenu .RadTreeView {
    line-height: 1.6em;
}

#mainmenu .RadTreeView .rtUL {
    display: block;
}

#mainmenu .RadTreeView .rtPlus {
    top: 1em;
}

#mainmenu .RadTreeView .rtSp {
    display: none;
}

#mainmenu .RadTreeView .rtMinus {
    display: none;
}

#mainmenu .RadTreeView .rtIn {
    display: block;
    padding: 0px 0px 0px 0px !important;
    margin-left: -27px;
    padding-left: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mainmenu .RadTreeView .rtIn .rtTemplate a {
    display: block;
    padding-left: 25px;
}

#mainmenu .RadTreeView .rtHover .rtIn,
#mainmenu .RadTreeView .rtSelected .rtIn {
    color: #000;
    z-index: -1;
    background: lightgrey;
    border-color: #fff;
}

#mainmenu .RadTreeView .rtLines .rtLI:before,
#mainmenu .RadTreeView .rtLines .rtTop:before,
#mainmenu .RadTreeView .rtLines .rtMid:before,
#mainmenu .RadTreeView .rtLines .rtBot:before {
    display: none;
}

#mainmenu .RadTreeView .AreaHeader {
    padding-left: 25px;
    font-weight: 700;
    margin-top: 10px;
}

.LeftMenuCtrl .rtTop,
.LeftMenuCtrl .rtMid,
.LeftMenuCtrl .rtBot {
    padding: 0 0 0 11px !important;
}

.LeftMenuCtrl .rtFirst .rtIn  {
    border-width: 0px;
} 