/*This style sheet is purely for the functionality of the Quick Links at the top of the page, 
    and for the collapsible areas.*/

.clearfix {
    margin-left: -40px;
    height: 42px;
}

    .clearfix:after {
        display: block;
        clear: both;
    }

/*----- Menu Outline -----*/
.menu-wrap {
    width: 100%;
    height: auto;
}

.menu {
    /*width: 1000px;*/
    margin: 0 auto;
}

    .menu li {
        margin: 0;
        list-style: none;
    }

    .menu a {
        -moz-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        -webkit-transition: all linear 0.15s;
        transition: all linear 0.15s;
        text-decoration: none;
        /*color: #ffffff;*/
    }

    .menu li:hover > a, .menu .current-item > a {
        text-decoration: none;
        /*color: #ffffff;*/
    }

    .menu .arrow {
        font-size: 11px;
        line-height: 0;
    }

    /*----- Top Level -----*/
    .menu > ul > li {
        display: inline-block;
        position: relative;
        width: auto !important;
    }

        .menu > ul > li > a {
            padding: 10px 0 10px 0;
            display: inline-block;
            width: 100%;
            text-align: center;
            /*-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
            text-shadow: 0 1px 0 rgba(0,0,0,0.4);*/
            margin-bottom: -.65em;
            margin-top: -.5em
        }

        .menu > ul > li > a::after {
            content: '';
            transform: scale(0) translateZ(0);
            -webkit-transition: -webkit-transform 0.45s ease,opacity 0.55s ease;
            -moz-transition: -moz-transform 0.45s ease,opacity 0.55s ease;
            -ms-transition: -ms-transform 0.45s ease,opacity 0.55s ease;
            -o-transition: -o-transform 0.45s ease,opacity 0.55s ease;
            transition: transform 0.45s ease,opacity 0.55s ease;
            display: block;
            width: 0;
            height: 2px;
            background: white;
        }
        .menu > ul > li:hover > a::after {
            transform: scale(1) translateZ(0);
            width: 100%;
        }

        .menu > ul > li:hover > a, .menu > ul > .current-item > a {
        }

    /*----- Bottom Level -----*/
    .menu li:hover .sub-menu, .menu .sub-menu li:hover .sub-sub-menu {
        z-index: 5;
        opacity: 1;
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

.sub-menu, .sub-sub-menu {
    padding: 0px 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    margin-top: 2px;
}
    .sub-menu li, .sub-sub-menu li {
        display: block;
        font-size: 14px;
        width: 100%;
    }
        .sub-menu li a, .submenumenu li a {
            text-align: left;
            padding: 10px 30px;
            display: block;
        }
        .sub-menu li a:after{
            content: "";
            display: block;
            margin: 0 auto;
            margin-left: -.8em;
            width:115%;
            border-bottom: 1px solid #dedede;
        }

            .sub-menu li a:hover, .sub-menu .current-item a, .sub-menu li a:hover, .sub-menu .current-item a {
                /*background: #3e3436;*/
            }

.sub-menu {
    width: 180%;
    top: 100%;
    left: 5.5em;
}

.sub-sub-menu {
    width: 100%;
    top: 0;
    left: 100%;
}



.page_collapsible {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    cursor: pointer;
}

    .page_collapsible:first-of-type {
        /*margin-top: 10px;*/
    }

    .page_collapsible:last-of-type {
        margin-bottom: 10px;
    }

.collapse-open span {
    display: block;
    float: right;
    background: url('../Images/minus.png') center center no-repeat;
    padding: 10px;
}

.collapse-close span {
    display: block;
    float: right;
    background: url('../Images/plus.png') center center no-repeat;
    padding: 10px;
}

code {
    overflow: auto;
}

.ROWALT {
    background: none repeat scroll 0% 0% #d5d5d5;
}

.ELEMENTS > p {
    margin: 4px 0 4px 0;
}

.MAINCONTENTDIV {
    margin-top: 8px;
}

    .MAINCONTENTDIV > div.ELEMENTS {
        padding: 0 5px;
    }

.Hide {
    visibility: hidden;
    border-color: White;
    display: none;
}

.ERROR {
    color: red;
}
