﻿.login_top {
    bottom: 5px;
    position: fixed;
    margin-left: 10px;
    text-align: left;
    left: 0;
    z-index: 99999;
    opacity: 0.0;
}

    .login_top:hover {
        opacity: 1;
    }

#login-key .fa-key {
    cursor: pointer;
    z-index: 999;
    background: #fff;
    width: 36px;
    border-radius: 50%;
    color: #0255A3;
    height: 35px;
    padding: 12px;
}
#login-key a i {
    background: #fff !important;
}
.field-validation-error, .field-validation-error span {
    color: red;
}

.input-validation-error {
    border: 1px solid red !important;
}

img[data-src] {
    filter: blur(2px);
    -webkit-filter: blur(5px);
}

/* General styles for all menus */
.cbp-spmenu {
    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;
        font-size: 1.1em;
        font-weight: 600;
        text-decoration: none !important;
    }

.MenuArrow {
    width: 20px;
    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;
    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;
}

#showRightPush {
    display: block;
}



/* 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: 100%;
}

.cbp-spmenu-right {
    right: 0px;
    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: inline-block;
    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: #1976d2 !important;
        margin: 0px;
    }

    #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: #007bff;
        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%;
}

.AdminMenu #menu {
    zoom: 1;
    background-color: #1976d2 !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 ul li {
        padding: 0px 0px !important;
    }

#Div2 #menu a {
    padding: 15px 28px !important;
    margin: 0px;
    text-align: left;
}

.AdminMenu #menu li a:hover {
    background: #007bff !important;
}

.MenuArrowSubNav {
    float: right;
    color: #0852A3;
    padding: 5px 20px;
}

@media screen and (max-width: 680px) {
    .sidebar {
        display: none !important;
    }
}