﻿#bodyContent {
    min-height:85%;
}

.bodyContainer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.headerContainer {
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width:100%;
    z-index:10;
}
    /* Full Screen */
@media screen and (min-width: 1024px) {
    #headerMenu {
        display:none;
        float: left;
        height: 49px;
        width: 249px;
        box-sizing: border-box;
    }

    #bodyContent {
        padding-left: 250px;
        padding-top: 50px;
    }

    .menu {
        width: 250px;
        padding-right:20px;
    }
    .menuNotify {
        width: 400px;
    }

    #headerNotification {
        float: right;
        height: 49px;
        box-sizing: border-box;
    }
    #tabMenuDiv > ul > li {
        margin:0px !important;
        border:0px !important;
        overflow: hidden;
    }
    #headerAccount {
        float: right;
        height: 49px;
        box-sizing: border-box;
        width: 199px;
    }
    #headerDashboard {
        float: right;
        height: 49px;
        box-sizing: border-box;
    }

    #menuTabs > ul {
        display: none;
    }
}
    /* Small Screen */
@media screen and (max-width: 1023px) {
    #headerMenu {
        float: right;
        height: 49px;
        width: 49px;
        box-sizing: border-box;
    }
    #headerDashboard {
        float: right;
        height: 49px;
        width: 49px;
        box-sizing: border-box;
    }

    .menu {
        right: -250px;
        width: 250px;
    }
    .menuNotify {
        right: -400px;
        width: 400px;
    }

    #headerNotification {
        display: none;
    }
    
    #tabMenuDiv > ul > li {
        margin:0px !important;
        border:0px !important;
    }
    #headerAccount {
        display: none;
    }
    
    #headerMenu .headerText {
        display: none;
    }
    #menuClone {
        display: none;
    }

    #bodyContent {
        padding-top: 50px;
    }
}

.menu, .menuNotify {
    position: absolute;
    top: 0px;
    height: 100%;
    padding-top: 49px;
    box-sizing: border-box;
    z-index: 5;
    border: 0px !important;
    position: fixed;
    margin:0px !important;
}
.headerImage {
    height: 48px;
    width: 48px;
    float: left;
    font-size:.75em;
}
.menu .headerImage { height:32px; }

.headerText {
    float: left;
}

.headerText label {
    vertical-align: middle;
    padding:5px;
    display: block;
    font-size:medium;
    line-height:2.5em;
    text-align:center;
}

#notificationList > li.ui-menu-item {
    padding: 0px !important;
    border-radius: 0 !important;
} 
#notificationList > li > button {
    margin-bottom:4px;
}
#headerNotification > div {
    text-align: right;
    font-size: .6em;
    padding-right: 2px;
}
#accountList {
    border: 0px;
}
.ui-menu-item {
}

.ui-menu-item-wrapper {
    height: 30px;
    line-height:2;
    border:0px !important;
    margin:0px !important;
}
.ui-menu-item-wrapper:hover {
}
.ui-menu-icon {
}
.ui-menu-divider {
}
