/* General styles for all menus */
.cbp-spmenu {
    background: transparent;
    position: fixed;
}

    .cbp-spmenu h3 {
        color: #afdefa;
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }

    .cbp-spmenu a {
        display: block;
        color: #000;
        font-size: 1.1em;
        font-weight: 600;
        text-decoration:none!important;
    }
    .MenuArrow
    {
        width:50px;
        text-align:center;
    }

.dl-menu ul {
    padding-left: 15px;
}

.cbp-spmenu a:hover {
}

.cbp-spmenu a:active {
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #258ecd;
        padding: 1em;
    }

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #258ecd;
    }

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.dl-menu li {
    list-style: none;
}


.cbp-spmenu-vertical .dl-menu li a {
    border-bottom: 1px solid #eee;
    padding: 1em;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.cbp-spmenu-vertical .dl-menu li ul li a {
    text-transform: none;
    padding-left: 50px;
    font-family: 'Roboto', sans-serif;
}

.scroll-pane {
    width: 100%;
    height: 600px;
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
    position: fixed;
    top: 0;
    float: right;
    bottom: 0;
    overflow: auto;
}


.dl-menu
{
    padding:0px;
}
.cbp-spmenu-vertical {
    width: 250px;
}

.cbp-spmenu-right {
    right: -300px;
    top: 0px;
}

.dl-menu ul {
    padding-left: 0px;
}

#showRightPush {
    margin-top: 0;
    right: 7px;
    float: right;
    position: fixed;
    top: 20px;
    background: #ccc;
    border: none;
    border-radius: 2px;
    display: none;
    z-index:1000;
}


    #showRightPush .fa {
        font-size: 24px;
        padding: 5px 15px;
    }


.cross_btn {
    float: right;
    font-size: 21px;
    background: none;
    border: none;
    font-weight: 700;
    margin-right: 10px;
    top: 0;
    position: absolute;
    right: 0px;
    padding: 0;
    border-bottom: none !important;
    padding: 0px !important;
}

    .cross_btn:hover {
        color: #000 !important;
    }


.jspDrag {
    background: #999 !important;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 20px;
}

.jspTrack {
    background: #ccc !important;
}

.cbp-spmenu-right.cbp-spmenu-open {
    top: 0px ;
}


#cbp-spmenu-s2 {
    display: none;
    z-index:999!important;
}



/*----------Responsive menu------------------*/


@media (max-width: 768px) {
    #showRightPush {
        display: block;
    }

    #cbp-spmenu-s2 {
        display: block;
    }
}

#cbp-spmenu-s3
{
    height:100%!important;
}

#cbp-spmenu-s3 ul
{
    background:#000!important;
}
#cbp-spmenu-s3 a
{
    font-size:14px;
    color:#fff;
    border:none;
}

#cbp-spmenu-s3 .cross_btn:hover
{
    color:#fff!important;
   
}

#cbp-spmenu-s3 a:hover{
    background:red;
    color:#fff;
}

.AdminMenu span
{
    color:#fff;
}
#cbp-spmenu-s3 span
{
    background:none;
}

#cbp-spmenu-s3 .fa
{
    font-size:19px;
}

#cbp-spmenu-s3 {
    height: auto!important;
}
#cbp-spmenu-s3
{
    bottom:inherit !important;
}
.dl-trigger1:hover
{
    background:none!important;
}


.AdminMenu #menu {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(9,9,9,0.5) 0%, rgba(9,9,9,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,9,9,0.5)), color-stop(100%,rgba(9,9,9,0.5)));
    background: -webkit-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    background: -o-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    background: linear-gradient(to bottom, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80090909', endColorstr='#80090909',GradientType=0 );
}

.AdminMenu #menu {
    zoom: 1;
    background-color: #0D161B !important;
}
.AdminMenu #menu {
    padding-top: 0px;
    margin-top: 0px !important;
}

.AdminMenu #menu {
    max-width: 100%;
}

.AdminMenu #menu a {
    float: left;
    padding: 12px 30px;
    color: #fff;
    font: 12px Arial, Helvetica;
    text-align: center;
    text-decoration: none;
}
.AdminMenu #menu li
{
    padding:3px 0px!important;
}
.AdminMenu #menu li ul li
{
 padding:0px 0px!important;
}

#Div2 #menu a
{
        padding: 12px 28px!important;
}
.AdminMenu #menu li a:hover
{
    background:red!important;

}

/*#menu ul li:first-child a:hover:after {
    border-bottom-color: red!important;
}*/



