﻿/*MAIN MENU*/
#menu {
    background: #000000;
    clear: both;
    height: 35px;
    width: 100%;
    z-index: 1000;
}

ul.mega-menu {
    height: 35px;
    background: #000000;
    list-style: none;
}

.mega-menu li {
    color: #fff;
    float: left;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    list-style: none;
    text-decoration: none;
}

    .mega-menu li.last-item {
        float: right;
    }

.mega-menu .menu-item-icon {
    width: 22px;
    height: 25px;
    background: transparent url('../Images/icons.png') no-repeat left top;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.mega-menu .protocols .menu-item-icon {
    background: transparent url('../Images/icons.png') no-repeat -44px 0;
}

.mega-menu .add-occurrences .menu-item-icon {
    background: transparent url('../Images/icons.png') no-repeat -22px 0;
}

.mega-menu .commom .menu-item-icon {
    background: transparent url('../Images/icons.png') no-repeat -66px 0;
}

.mega-menu .report .menu-item-icon {
    background: transparent url('../Images/icons.png') no-repeat -88px 0;
}

.mega-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    height: 35px;
    display: block;
}

.mega-menu li.active {
    background: #686859;
    color: #333;
    padding-top: 5px !important;
    margin-top: -2px;
}

.mega-menu li ul li a {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 0;
    color: #000000;
    text-transform: none;
}

.col-level2 {
    margin: 0px 0 0 20px;
    _margin: 0px 0 0 10px;
}

.col-level2-link {
    color: #000000 !important;
    font-weight: bold;
}

.mega-menu .mega-menu-submenu {
    background: #fff;
    border: solid 5px #000000;
    cursor: pointer;
    display: none;
    height: auto;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 9999;
}

    .mega-menu .mega-menu-submenu .mega-menu-cols {
        background: #fff;
    }

.mega-menu-cols li {
    float: left;
    height: auto;
    line-height: normal;
    width: 280px;
}

    .mega-menu-cols li a {
        height: auto;
    }

.menu-wrapper {
    position: relative;
}

.mega-menu .mega-menu-submenu.delegation li {
    width: 300px;
    line-height: normal;
    height: auto;
}

.mega-menu .mega-menu-submenu.timesheet li {
    width: 175px;
}

.mega-menu .delivery-manager .mega-menu-submenu.reports li,
.mega-menu .delivery-manager .mega-menu-submenu.timesheet li {
    width: 280px;
}

.mega-menu-cols .column {
    padding: 10px 15px;
    line-height: normal;
}

.mega-menu .column {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

    .mega-menu .column .section {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .mega-menu .column .section .section-header .icon {
            background: #000000 url('../Images/menu-section-icon.png') no-repeat left top;
            display: inline-block;
            color: #000000;
            width: 9px;
            height: 9px;
            margin-right: 5px;
            vertical-align: middle;
        }

        .mega-menu .column .section .section-header.open .icon {
            background-position: -10px 0;
        }

        .mega-menu .column .section ul {
            padding: 3px 0 3px 15px;
        }

            .mega-menu .column .section ul a {
                color: #000000;
            }


.mega-menu a.category-admin {
    color: #000000;
    cursor: default;
    font-weight: bold;
}

    .mega-menu a.category-admin:hover {
        text-decoration: none;
    }

.mega-menu-cols li a:hover {
    text-decoration: underline;
}

.mega-menu-cols li ul {
    float: left;
    margin: 0;
}
