/*!
# Modifications to oracle-universal.css to display 
# hamburger menu properly. - CSE Team, 8/2019
# 
# COPYRIGHT ORACLE CORP 2019 [UNLESS STATED OTHERWISE]

######################################################
*/

/* Modification: top menu is too tall */
div.u02w1 {
    height: 44px;
}

/* Modification: turn off ul discs */
ul.u02menu-ul {
    list-style: none;
    margin-top: 0;
}

/* Modification: turn off background for logo, set new Redwood O logo */
.u02logow1 {
    background-color: inherit;
}

.u02 {
    min-width: auto;
}
.u02menu {
    background-color: inherit;
    left: 0px;
}

.u02nav {
    background-color: inherit;
}

.u02logo a {
    padding:0;
}

/* The one in the universal css is ok! */
/*
.u02logo .o_icon:before, .o_icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='21' viewBox='67 0 163 21'%3E%3Cg  fill='%231A181B'%3E%3Cpath d='M79.9,20.1c-5.5,0-9.9-4.4-9.9-9.9c0-5.5,4.4-9.9,9.9-9.9h11.5c5.5,0,9.9,4.4,9.9,9.9c0,5.5-4.4,9.9-9.9,9.9H79.9 M91.2,16.6c3.6,0,6.4-2.9,6.4-6.4c0-3.6-2.9-6.4-6.4-6.4h-11c-3.5,0-6.4,2.9-6.4,6.4s2.9,6.4,6.4,6.4H91.2'/%3E%3C/g%3E%3C/svg%3E");
}
*/

/* Modification: Redwood hamburger menu */
.u02mlinkw1 a .u02hamenu {
    margin-top:17px;
}
.u02hamenu .m1 {
    top: 0;
    width: 70.7%;
    border-radius: 1px;
}

.u02hamenu .m2,
.u02hamenu .m3 {
    top: 8px;
    border-radius: 1px;
}

.u02hamenu .m4 {
    top: 16px;
    width: 78.7%;
    border-radius: 1px;
}
