/**
** Side Menu / randells edits
**/

.block-menu {
    background-color: #4176c3;
    border-radius: 5px;
    color: #FFF;
    display: block;
    font-family: 'RobotoLight', arial, helvetica, sans-serif;
    float: right;
    line-height: .8em;
    margin: 0px auto 20px 20px;
    padding: 0px;
    overflow: hidden;
    width: 250px;
    z-index: 77;
}

.block-menu .content ul {
    border-radius: 0;
    margin: 0 !important;
}

.block-menu .content li {
    background-color: #4176c3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    list-style: none;
    margin: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: auto !important;
}

.block-menu .content li a {
    border-bottom: none !important;
    color: #fff !important;
    display: block !important;
    font-size: 14px;
    text-decoration: none !important;
    padding-left: 10px;
    position: relative;
}

.block-menu .content li:hover {
    background-color: #96b9ed;
}

/*Adding this creates a hover on li since a is inside the li and we can't change that.*/
.block-menu .content li:hover > a {
    background-color: transparent !important;
    color: #2b3c4f !important;
}

/*
    .block-menu .content li a:hover {
        color: #2b3c4f !important;
    }
     .block-menu .content li a:active {
        color: #000 !important;
    }*/

.block-menu h2 {
    background-color: #2b3c4f;
    border-bottom: none !important;
    color: #FFF !important;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    padding: 8px 0 8px 12px;
}

/*Expanded subnav action*/

.block-menu .content .expanded ul {
    margin-top: 12px !important;
}

.block-menu h2,
.block-menu .content ul.expanded {
    position: relative;
}

.block-menu h2:after,
.block-menu .content .expanded:after {
    border: solid transparent;
    border-radius: 0;
    border-width: 7px;
    content: " ";
    height: 0;
    left: 10px;
    position: absolute;
    pointer-events: none;
    top: 100%;
    width: 0;
}

.block-menu h2:after {
    border-top-color: #2b3c4f;
}

.block-menu .content .menu {
    padding-left: 0px;
}

.block-menu .content .expanded {
    margin-bottom: 0;
}

.block-menu .content .expanded ul {
    list-style: none;
    margin-top: 12px;
    border-radius: 0;
}

/*
    .block-menu .content ul.expanded:after {
        border-top-color: #69afff;
    }*/

.block-menu .content .expanded ul.menu {
    display: none;
    width: 250px;
}

.block-menu .content li.expanded > a::after {
    background-image: url("/sites/ok.gov.sde/files/side_menu_droparrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    /* Or size of icon + spacing */
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 1000;*/
    width: 100%;
    height: 100%;
}
/**RANDELLS EDITS - up arrow
.block-menu .content li.expanded > a.sde-isOpen::after {
    background-image: url("/sites/ok.gov.sde/files/side_menu_uparrow.png");
    background-position: right center;
    background-repeat: no-repeat;
}
**/

.block-menu .content li:last-child,
.block-menu .content ul.expanded {
	border-bottom: none;
}

/*Expanded subnav*/

.block-menu .content li li {
    background-color: #eee;
    /*text-indent: 5px;
    padding-left: 0px;*/
}

.block-menu .content li li a {
    color: #555 !important;
}

.block-menu .content li li a:active {
    color: #000 !important;
}

.block-menu .content li li:hover {
    background-color: #ccc !important;
}

.block-menu .content .expanded li:hover {
    background-color: #ccc !important;
}

.block-menu .content .expanded li li:hover {
    background-color: #ddd !important;
}

.block-menu .content .expanded li ul li:hover {
    background-color: #ebebeb !important;
}

.block-menu .content .expanded li ul li {
    border-top: 1px solid ccc;
}

#block-menu-menu-sub-menu-oklahoma-excel {
	clear: right;
}
