/*-- Global-Variable --*/
/*-- Userlist --*/
/*-- Map --*/
/*-- Icons --*/
/*-- Buttons --*/
/*-- Images --*/
/*-- Tabs --*/
/*-- Calendar --*/
/*-- Cards --*/
/*-- Dropdown --*/
/*-- Badges --*/
/*-- Carousel --*/
/*-- Tooltip & Popover --*/
/*-- Mansonry --*/
/*-- Rating --*/
/*-- Lightbox --*/
/*-- Pricing Table --*/
/*-- Bottom Spacing None --*/
/*-- Timeline --*/
/*-- Blockquote --*/
/*-- Navbar --*/
/*-- Form layout --*/
/*-- Form Wizard --*/
/*-- eCommerce Dashboard --*/
/*-- Morris chart --*/
/*-- Border Radius --*/
/*-- border-radius --*/
/*-- Box Shadow --*/
/*-- Animation --*/
/*-- Transform Rotate --*/
/*-- Filter --*/
/*-- All Keyframes --*/
/*-- Transform --*/
/*-- Transition --*/
/*-- Background-RGB --*/
/*-- Color-RGB --*/
/*-- Layout-Global-Css --*/
/*---- Header-Css-Start ----*/
#header {
    height: 80px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.header-left {
    width: 280px;
}

.logo {
    margin: 10px 0 10px 0;
    width: auto;
    text-align: center;
}


   .logo img {
        width: auto;
        height: 30%;
        margin-top: 12px;
    }

.left-menu-toggle {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 35px;
    padding: 5px 0 0;
}

.float-default {
    float: left;
}

.header_custombottom .bootstrap-select button {
    margin: 0px !important;
}

.header_custombottom .bootstrap-select {
    margin-bottom: 0px !important;
}

.right-icon {
    border: solid 1px transparent;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: 4px;
    text-align: center;
    width: 35px;
}

    .right-icon i {
        line-height: 100%;
    }

    .right-icon > a {
        float: left;
        width: 33px;
        height: 33px;
        position: relative;
        /*z-index: 9999;*/
    }

        .right-icon > a:after {
            top: 0;
            left: 0;
            padding: 0;
            z-index: -1;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .right-icon > a:hover {
            background: rgba(0, 0, 0, 0.05);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .right-icon > a:hover:after {
                -webkit-animation: sonarEffect 1.3s ease-out 75ms;
                -moz-animation: sonarEffect 1.3s ease-out 75ms;
                animation: sonarEffect 1.3s ease-out 75ms;
            }









        .right-icon > a i {
            color: #FFFFFF;
        }

        .right-icon > a span {
            background: #FFFFFF;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            color: #333333;
            display: block;
            font-size: 10px;
            height: 20px;
            line-height: 15px;
            margin: -38px 0 0 18px;
            padding: 2px;
            text-align: center;
            width: 20px;
        }

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.05), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }


    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(0, 0, 0, 0.05), 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.header-right {
    width: auto;
    float: right;
}

.user-dropdown {
    float: left;
    margin: 7px 0px 0 10px;
}

    .user-dropdown .dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        left: auto;
        margin-top: 0px;
        min-width: 280px;
        right: 0;
    }

        .user-dropdown .dropdown-menu .left-spacing {
            margin-left: 10px;
        }

        .user-dropdown .dropdown-menu .left-second-spacing {
            margin-left: 8px;
        }

        .user-dropdown .dropdown-menu .right-spacing {
            margin-right: 10px;
        }

.animation {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

.user-header {
    background: none;
    border: none;
    color: #FFFFFF !important;
    float: left;
    position: relative;
    z-index: 0;
}








    .user-header:hover, .user-header:focus {
        color: #FFFFFF;
    }

    .user-header img {
        width: 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
    }

.userProfile {
    text-align: center;
}











    .userProfile img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 120px;
        margin-top: 15px;
    }

    .userProfile h5 {
        padding-top: 5px;
    }

    .userProfile p {
        font-size: 14px;
    }

.label.label-primary {
    background: #087380 !important;
}

.label.label-success {
    background: #5cb85c !important;
}

.label.label-danger {
    background: #d9534f !important;
}

.label.label-info {
    background: #5bc0de !important;
}

.userMessagedrop, .userChat {
    width: 330px;
    top: 40px;
    padding: 0;
}

    .userMessagedrop.ps-container, .userChat.ps-container {
        position: absolute;
    }

    .userMessagedrop li, .userChat li {
        padding: 0;
    }

        .userMessagedrop li a, .userChat li a {
            display: block;
            position: relative;
            padding: 10px 20px;
            border-bottom: 1px solid #e9e9e9;
        }

            .userMessagedrop li a .media-left img, .userChat li a .media-left img {
                border-radius: 50%;
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

            .userMessagedrop li a .media-left .label, .userChat li a .media-left .label {
                width: 40px;
                height: 40px;
                margin: 0;
                border-radius: 50%;
                line-height: 45px;
                background: #087380;
                display: block;
                text-align: center;
            }

                .userMessagedrop li a .media-left .label i, .userChat li a .media-left .label i {
                    font-size: 20px;
                    line-height: 37px;
                    color: #FFFFFF;
                }

            .userMessagedrop li a .media-body, .userChat li a .media-body {
                width: auto;
            }

                .userMessagedrop li a .media-body h5, .userChat li a .media-body h5 {
                    font-size: 16px;
                    line-height: 20px;
                }

                .userMessagedrop li a .media-body p, .userChat li a .media-body p {
                    font-size: 12px;
                    line-height: 18px;
                    padding: 0;
                    margin: 0;
                    color: #5d5d5d;
                }

                .userMessagedrop li a .media-body .status:after, .userChat li a .media-body .status:after {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 10px;
                    right: 20px;
                    top: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    border-radius: 50%;
                }

    .userMessagedrop li {
        display: block;
    }



























        .userMessagedrop li a .meta-tag {
            line-height: 20px;
            position: absolute;
            right: 20px;
            top: 8px;
        }

            .userMessagedrop li a .meta-tag time {
                font-size: 12px;
            }

.messagetoggle {
    left: -220px;
    top: 47px;
    padding: 0;
}

    .messagetoggle .nav-tabs {
        padding: 2px 10px 0 4px;
    }

        .messagetoggle .nav-tabs .nav-item {
            padding-left: 0;
        }

            .messagetoggle .nav-tabs .nav-item:first-child a {
                border-top-right-radius: 0;
                border-top-left-radius: .25rem;
            }

            .messagetoggle .nav-tabs .nav-item a {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0;
            }

                .messagetoggle .nav-tabs .nav-item a.active {
                    color: #087380;
                }

.dropdown-menu.userChat {
    right: 0;
    /*height: 311px;*/
    height: 245px;
    overflow-y: auto;
    left: inherit;
    z-index: 999;
}

.dropdown-menu-norecord .custom-no-record {
}





.dropdown-menu.userChat li a .meta-tag {
    position: relative;
    line-height: 18px;
}

    .dropdown-menu.userChat li a .meta-tag time {
        font-size: 12px;
    }

.dropdown-menu.messagetoggle, .dropdown-menu.userChat {
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.user-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.dropdown-menu.show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.open > .drop-profile {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.link-btn {
    padding: 9px 0;
    font-size: 14px;
}

    .link-btn:hover {
        color: #087380;
    }

.status.online:after {
    background: #0faf0f !important;
}

.status.offline:after {
    background: #f73636 !important;
}

.search_input {
    display: none;
}

/* Site Search */
.search-overlay {
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.3s;
}

    .search-overlay .search {
        position: relative;
        margin: 0 auto 50px;
        width: 100%;
        height: 100%;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .search-overlay .search_bg {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        border-radius: 0;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .search-overlay .search_box {
        position: absolute;
        width: 1000px;
        margin: 0;
        border: 0;
        left: 50%;
        top: 25%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        background: none;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

        .search-overlay .search_box .search-div {
            overflow: hidden;
            background: #CBCBCB;
            position: relative;
            z-index: 1;
            vertical-align: top;
        }

            .search-overlay .search_box .search-div .search-input-label {
                position: absolute;
                width: 100%;
                text-align: left;
                pointer-events: none;
                color: #FFFFFF;
                display: inline-block;
                float: right;
                font-weight: 700;
                text-transform: none;
                font-size: 25px;
                padding: 0 20px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .search-overlay .search_box .search-div .search-input-label:before {
                    content: '';
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    top: 50%;
                    left: 20px;
                    background: url(../../../../assets/images/search.svg) no-repeat center center;
                    background-size: 100%;
                    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
                    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
                }

                .search-overlay .search_box .search-div .search-input-label .input-label-title {
                    display: block;
                    padding: 25px 0 0 40px;
                    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
                    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
                    position: relative;
                    width: 100%;
                }

            .search-overlay .search_box .search-div .search_input:focus + .search-input-label::before, .search-overlay .search_box .search-div .input-focued .search-input-label::before {
                -webkit-transform: scale3d(70, 70, 1);
                transform: scale3d(70, 70, 1);
            }

        .search-overlay .search_box .search_input {
            width: 100%;
            height: 100%;
            background: transparent;
            border: none;
            outline: none;
            z-index: 10;
            color: #333333;
            font-size: 35px;
            padding: 23px 20px;
            float: right;
            position: relative;
            display: block;
        }

        .search-overlay .search_box .search_input {
            display: block;
        }

            .search-overlay .search_box .search_input::-webkit-input-placeholder {
                color: #333333;
            }

            .search-overlay .search_box .search_input::-moz-placeholder {
                color: #333333;
            }

            .search-overlay .search_box .search_input:-ms-input-placeholder {
                color: #333333;
            }

            .search-overlay .search_box .search_input::placeholder {
                color: #333333;
            }

        .search-overlay .search_box .search-result {
            position: relative;
            overflow: hidden;
        }

            .search-overlay .search_box .search-result .search-item {
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                overflow: hidden;
                padding-bottom: 15px;
            }

                .search-overlay .search_box .search-result .search-item:last-child {
                    border: none;
                }

                .search-overlay .search_box .search-result .search-item .search-image {
                    width: 150px;
                }

                .search-overlay .search_box .search-result .search-item .search-info {
                    width: calc(100% - 150px);
                    padding-left: 15px;
                    color: #FFFFFF;
                    text-align: left;
                }

                    .search-overlay .search_box .search-result .search-item .search-info .title {
                        color: #FFFFFF;
                        font-size: 18px;
                        line-height: 28px;
                    }

                    .search-overlay .search_box .search-result .search-item .search-info p {
                        padding: 0;
                    }

                .search-overlay .search_box .search-result .search-item .search-full {
                    width: 100%;
                }

    .search-overlay.search-active {
        transform: scale(1);
    }

        .search-overlay.search-active .search_close {
            display: block;
        }

    .search-overlay .search_box a {
        position: absolute;
        right: 20px;
        font-size: 35px;
        top: 25px;
    }

        .search-overlay .search_box a i {
            color: #333333;
        }

    .search-overlay .search_close {
        right: 15px;
        color: #FFFFFF;
        font-size: 80px;
        top: 10px;
        pointer-events: auto;
        cursor: pointer;
        z-index: 999;
        opacity: 1;
        transition: opacity 2s ease-in-out;
        -moz-transition: opacity 2s ease-in-out;
        -webkit-transition: opacity 2s ease-in-out;
        position: fixed;
    }
































































































.search_input, .search_close {
    display: none;
}

@media (max-width: 1199px) {
    .search-overlay .search_box {
        width: 800px;
    }
}

@media (max-width: 991px) {
    .search-overlay .search_box {
        width: 600px;
    }
}

@media (max-width: 767px) {
    .messagetoggle {
        left: -245px;
    }













    .search-overlay .search_box {
        width: 400px;
        height: 65px;
        top: 50%;
    }

        .search-overlay .search_box .search_input {
            font-size: 25px;
            padding-top: 23px;
        }

        .search-overlay .search_box a {
            font-size: 30px;
            right: 15px;
            top: 17px;
        }

        .search-overlay .search_box .search-result {
            display: none;
        }
}

@media (max-width: 479px) {
    .header-inner-right .userMessagedrop, .header-inner-right .userChat {
        width: 100%;
    }

    .search-overlay .search_box {
        width: 300px;
        top: 35%;
    }

        .search-overlay .search_box .search_input {
            font-size: 25px;
            padding: 23px 60px 23px 20px;
        }

        .search-overlay .search_box a {
            font-size: 25px;
            top: 17px;
        }

    .search-overlay .search_close {
        font-size: 50px;
    }

    .userProfile h5 {
        /*font-size: 18px;*/
    }

    .userProfile p {
        font-size: 12px;
    }
}

/*---- Header-Css-Start ----*/
/*---------------------------

TOP-NAVIGATION-MENU-START

    .header-width
---------------------------*/
#content-wrapper, .header-width .contain-inner, .site-content-title {
    /*max-width: 1600px;*/
    margin-left: auto;
    margin-right: auto;
}

.header-width > div:not(.header-right) {
    position: static;
}

.site-content-title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


    .site-content-title .breadcrumb {
        padding: 9px 15px 9px 1rem;
    }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail, .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background: transparent !important;
}

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background: transparent !important;
}

.ps-container {
    position: relative;
    z-index: 9;
}
.left_assetsearch .ps-container {
    position: initial;
}

.site-content-title:after {
    background: #e9e9e9;
    content: "";
    height: 112px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#footer {
    width: 100%;
}

#nav > a, #nav-mega > a {
    display: none;
}

#nav li, #nav-mega li {
    position: relative;
    display: block;
    padding-left: 0;
}

    #nav li a, #nav-mega li a {
        color: #3e3e3e;
        display: block;
    }

    #nav li ul, #nav-mega li ul {
        background-color: #FFFFFF;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        padding: 0;
        transition: opacity .5s ease;
    }

        #nav li ul a, #nav-mega li ul a {
            font-size: 14px;
            padding: 6px 15px;
            line-height: 16px;
            border-bottom: 1px solid #2197a5 !important;
            color: #fff;
        }

        #nav li ul li a:hover, #nav-mega li ul li a:hover {
            color: #FFFFFF;
        }


    #nav li:hover > ul, #nav-mega li:hover > ul {
        opacity: 1;
        visibility: visible;
        left: 0;
        right: 0;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
        width: 250px;
    }

    #nav li:hover > .submenu-sub, #nav-mega li:hover > .submenu-sub {
        min-width: 300px;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
    }

        #nav li:hover > .submenu-sub .submenu-sub-sub, #nav-mega li:hover > .submenu-sub .submenu-sub-sub {
            min-width: 200px;
            position: absolute;
            left: 100%;
            top: 0;
            margin: 0;
        }

#nav > ul > li, #nav-mega > ul > li {
    height: 100%;
    float: left;
    text-align: center;
    /*width: calc(100%/6);*/
}

    #nav > ul > li > a, #nav-mega > ul > li > a {
        height: 100%;
        font-size: 16px;
        line-height: 32px;
        padding: 4px 25px;
        color: #780824;
        /*border-right: 1px solid #0E82A8;*/
        font-weight: bold;
        border: none;
    }

    #nav > ul > li:last-child a {
        border: none;
    }

    #nav > ul > li:hover > a, #nav > ul > li.active > a, #nav-mega > ul > li:hover > a, #nav-mega > ul > li.active > a {
        background-color: rgba(0, 0, 0, 0.1);
    }

#nav .header-icon, #nav-mega .header-icon {
    font-size: 24px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    display: block;
    color: #0E82A8;
    padding-top: 5px;
}

#nav .submenu-arrow-right, #nav-mega .submenu-arrow-right {
    float: right;
    line-height: 25px;
}

#nav .header-arrow-down, #nav-mega .header-arrow-down {
    margin-left: 5px;
}

#nav ul ul li.active > a, #nav-mega ul ul li.active > a {
    color: #FFFFFF;
}

.dropdown-toggle:after {
    color: #FFFFFF;
}

/* MEGA MENU */
#nav-mega ul li.dropdown-mega-item {
    position: static;
}

    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 1560px;
        max-width: calc(100% - 30px);
        padding: 0;
        opacity: 0;
        background: none;
        visibility: hidden;
        border: none;
        display: none;
    }

        #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container {
            padding: 20px;
            box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
            background: #FFFFFF;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            background-position: right;
            background-repeat: no-repeat;
            background-image: url(../../../../assets/global/image/menuimg.png);
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top: none;
        }

            #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container .mega-menu-title {
                padding-bottom: 5px;
                margin-bottom: 5px;
                border-bottom: 1px solid #dedede;
                font-size: 14px;
                color: #333333;
            }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container .mega-menu-title span {
                    font-weight: 700;
                    display: block;
                    text-transform: uppercase;
                    vertical-align: middle;
                }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container .mega-menu-title span i {
                        vertical-align: middle;
                        margin-right: 8px;
                        font-size: 18px;
                    }

            #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container .tabimage {
                max-width: none;
                width: auto;
                padding-right: 140px;
                margin-bottom: -20px;
                margin-left: -20px;
                margin-top: 40px;
            }

            #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul {
                display: block;
                overflow: hidden;
                opacity: 1;
                visibility: visible;
                position: inherit;
                padding: 0;
                background: transparent;
            }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a {
                    padding: 0;
                    text-transform: capitalize;
                    line-height: 34px;
                    padding-left: 15px;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a .tag {
                        font-size: 85%;
                        font-weight: normal;
                        text-transform: uppercase;
                        margin-left: 5px;
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a:hover {
                        background: transparent;
                        color: #000000;
                    }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a span {
                        margin-right: 5px;
                        font-size: 15px;
                    }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a.show_all_menu {
                        font-weight: 700;
                    }

                        #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a.show_all_menu span {
                            margin-left: -3px;
                            vertical-align: middle;
                        }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a:hover {
                        color: #FFFFFF;
                    }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li ul {
                    padding: 0;
                    display: none;
                    width: 100%;
                }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li.active-mega > a > span:before {
                    content: "\4b";
                }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li.active-mega > a > span + span:before {
                    display: none;
                }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li.active > a {
                    font-weight: 700;
                }

                    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li.active > a:hover {
                        color: #FFFFFF;
                    }

    #nav-mega ul li.dropdown-mega-item.is-hovermenu:hover > .dropdown-mega-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

ul.dropNav li {
    text-align: left;
}

#nav ul.dropNav li a span.header-icon {
    display: inline-block;
    font-size: 18px;
    width: 25px;
    color: #a8f2fe;
}















































#nav-mega ul li:hover > ul {
    box-shadow: none;
}

.logo {
    margin: 0px 0px 0px 0;
}

body {
    /*----- NAV LIGHT COLOR -----*/
}

    body.header-overlay #header {
        position: fixed;
    }

    body.navigation-dark #nav {
        background: #292929;
    }

        body.navigation-dark #nav > ul > li > a {
            color: #FFFFFF;
        }

        body.navigation-dark #nav li ul {
            background: #292929;
        }

            body.navigation-dark #nav li ul li a {
                color: #FFFFFF;
            }

            body.navigation-dark #nav li ul li.active > a {
                background-color: rgba(0, 0, 0, 0.2);
            }

        body.navigation-dark #nav .sidebar-search input {
            background: #292929;
            border-color: #333333;
        }

    body.navigation-dark #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container {
        background: #292929 url("../../../../assets/global/image/menuimg_dark.png") no-repeat scroll right center;
    }

        body.navigation-dark #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container .mega-menu-title {
            color: #FFFFFF;
        }

    body.navigation-dark #nav-mega li ul a {
        color: #FFFFFF;
    }

/*---------------------------

TOP-NAVIGATION-MENU-END

---------------------------*/
.header-left-icon {
    display: none;
}

#nav .sidebar-search {
    display: none;
}

.contain-inner.dashboard-v2 {
    margin: 0;
}

.parallax-header-image h2, .parallax-header-image p {
    color: #FFFFFF;
}

.cookie-consent-2.cookie-message {
    width: calc(100% - 0px);
}

.user-dropdown {
    margin: 4px 15px 0 10px;
}

/*----- START-RESPONSIVE-----*/
@media (max-width: 1199px) {
    /* MEGA MENU */
    #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container {
        background: #FFFFFF;
    }




        #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container .mega-menu-title {
            font-size: 15px;
        }

        #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a {
            font-size: 13px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-right {
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    /* MEGA MENU */
    #nav-mega {
        float: left;
        margin-left: 40px;
    }

        #nav-mega .dropdown-mega-item .dropdown-mega-menu.show {
            opacity: 1;
            visibility: visible;
            display: block;
        }

        #nav-mega .dropdown-mega-item .dropdown-mega-menu .mega-menu-container {
            background: #FFFFFF !important;
            max-height: 315px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

            #nav-mega .dropdown-mega-item .dropdown-mega-menu .mega-menu-container img {
                display: none;
            }

    .nav-menu #content-wrapper {
        margin-left: 0;
    }

    #content-wrapper {
        margin-left: 0;
    }

    .user-dropdown {
        margin: 7px 0 0 10px;
    }

    .header-right {
        padding-left: 0;
    }

    .logo {
        margin: 0px 0 0px 0;
    }
    /*#nav {
    > ul{
      > li{
        > a {
          padding: 0px 5px;
        }
      }
    }
  }*/
    #nav {
        width: 250px;
        left: -250px;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        display: block;
        background: #FFFFFF;
        overflow-y: auto;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        #nav > ul > li {
            width: 100%;
        }

            #nav > ul > li > a {
                padding: 0 20px 0 10px;
                color: #000000;
            }

            #nav > ul > li:hover > a {
                color: #FFFFFF;
            }

        #nav > ul > .active > a {
            color: #FFFFFF;
        }

        #nav li ul {
            opacity: 1;
            visibility: visible;
            position: relative;
            display: none;
        }

            #nav li ul a {
                padding: 6px 20px 6px 20px;
            }

            #nav li ul .active > a {
                color: #FFFFFF;
            }

        #nav li:hover > ul {
            box-shadow: none;
            width: 100%;
        }

        #nav li:hover > .submenu-sub {
            position: relative;
            left: 0;
        }

            #nav li:hover > .submenu-sub .submenu-sub-sub {
                position: relative;
                left: 0;
            }

        #nav li > .submenu-sub a {
            padding: 6px 20px 6px 30px;
        }

        #nav li > .submenu-sub .submenu-sub-sub a {
            padding: 6px 20px 6px 40px;
        }

        #nav ul {
            padding-left: 0;
        }

        #nav .header-arrow-down {
            float: right;
            line-height: 50px;
            transition: transform .5s ease;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        #nav .submenu-arrow-right {
            -moz-transition: transform 0.5s ease;
            -o-transition: transform 0.5s ease;
            -webkit-transition: transform 0.5s ease;
            transition: transform 0.5s ease;
        }

        #nav .active > a span {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        #nav .active > a .header-arrow-down {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        #nav .sidebar-search {
            display: block;
            margin: 10px 50px 10px 10px;
        }

            #nav .sidebar-search input {
                line-height: 25px;
                padding: 5px 30px 5px 10px;
                background: #FFFFFF;
                border-color: #d6d6d6;
            }

            #nav .sidebar-search a i {
                position: absolute;
                right: 60px;
                top: 20px;
            }

    #open-nav-slide span {
        color: #FFFFFF;
        font-size: 45px;
    }

    .header-left-icon {
        display: block;
    }

    .animated-arrow {
        /*position: inherit;
        right: 10px;*/
        position: absolute;
        /*top: 2rem;*/
        z-index: 102;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        width: 45px;
        height: 40px;
        background: #255038;
        text-align: center;
        line-height: 50px;
        padding: 19px 10px;
        right: 1%;
    }

        .animated-arrow span {
            cursor: pointer;
            height: 3px;
            width: 23px;
            background: #FFFFFF;
            position: absolute;
            display: block;
            content: '';
            -moz-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

            .animated-arrow span:before, .animated-arrow span:after {
                cursor: pointer;
                height: 3px;
                width: 23px;
                background: #FFFFFF;
                position: absolute;
                display: block;
                content: '';
                -moz-transition: all 500ms ease-in-out;
                -o-transition: all 500ms ease-in-out;
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
            }

            .animated-arrow span:before {
                top: -7px;
            }

            .animated-arrow span:after {
                bottom: -7px;
            }

    .wsoffcanvasopener .animated-arrow {
        /*padding: 10px 12px;
        margin: 7px 5px;*/
        z-index: 9999999;
        position: fixed;
        /*right: 8%;
        top: 4rem;*/
    }

        .wsoffcanvasopener .animated-arrow span {
            background-color: transparent;
        }

            .wsoffcanvasopener .animated-arrow span:before {
                top: 7px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                bottom: 0;
            }

            .wsoffcanvasopener .animated-arrow span:after {
                top: 7px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .wsoffcanvasopener .animated-arrow {
        padding: 12px 10px;
    }

    .wsoffcanvasopener #nav {
        left: 0;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .menucontainer {
        margin-top: 2rem;
    }
}

@media (min-width: 480px) {
    .logo {
        text-align: left;
        width: auto;
    }






    .left-menu-toggle,
    .right-menu-toggle {
        margin-bottom: 0;
        margin-left: 0;
        padding: 6px 0 0;
        float: right !important;
    }
}

@media (max-width: 767px) {
    /*---- Left Side Menu  ----*/
    .nav-menu-hide #footer {
        width: 100%;
    }

    .nav-menu-icon .ps-container {
        overflow: hidden !important;
    }



    .wrapper #content-wrapper {
        margin-left: 0;
    }

    .wrapper #footer {
        width: 100%;
    }

    .nav-menu #sidebar {
        left: -90px;
    }

    .nav-menu .right-menu-toggle {
        display: none;
    }

    .nav-menu .left-menu-toggle i:before {
        content: "\61";
    }

    .content {
        clear: both;
    }

    .breadcrumb {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .breadcrumb-item {
        display: inline-block;
        float: none;
    }

    .content-title-main {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    /*---- Header And Breadcrumb  ----*/
    .header-left {
        float: left;
        width: 195px;
    }

    .breadcrumb {
        margin-bottom: 15px;
    }

    .logo {
        text-align: left;
        width: 100%;
    }

    .header-width .header-right {
        background: #999999;
        float: left;
        padding: 4px 0 9px 0;
        text-align: center;
        width: 100%;
        margin-right: 20px;
    }

    .header-width .header-inner-right {
        float: right;
        padding-right: 20px;
    }

    .animated-arrow {
        margin-left: 20px;
    }






    #sidebar {
        top: 105px;
    }

    /*#main {
        padding-top: 130px;
    }*/

    .wrapper #header {
        height: 105px;
        z-index: 1;
    }

    .dropdown-menu.userChat, .messagetoggle {
        left: auto;
        right: 20px;
        top: 52px;
    }

    .menu-list {
        padding-left: 10px;
    }
    /* MEGA MENU */
    #nav-mega {
        left: -15px;
        position: relative;
        margin: 0 0 -55px 0;
        width: 100%;
        z-index: 9999;
        top: 0;
    }

        #nav-mega ul li.dropdown-mega-item {
            position: static;
            width: 100%;
        }

            #nav-mega ul li.dropdown-mega-item a {
                width: 60px;
            }

            #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu {
                left: 15px;
                max-width: 100%;
            }

                #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu .mega-menu-container ul li a {
                    width: 100%;
                    display: block;
                }

        #nav-mega > ul > li > a {
            line-height: 55px;
        }

            #nav-mega > ul > li > a .header-icon, #nav-mega > ul > li > a .header-arrow-down {
                margin: 0;
            }

        #nav-mega .mega-title {
            display: none;
        }
}

@media (max-width: 479px) {
    /* MEGA MENU */
    /*.animated-arrow {
        margin: 0;
        margin-top: 0px;
        margin-top: 0px;
        background: #286A79;
        display: inline-block;
        width: 40px;
        height: 27px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-top: 10px;
        margin-top: 15px;
        padding-bottom: 0;
    }*/

    .header-width .header-right {
        padding: 10px 0px;
    }

    .header-width .header-inner-right {
        padding-right: 15px;
    }

    .dropdown-menu.userChat, .messagetoggle {
        left: 0;
        right: 0;
    }

    .header-right {
        float: right;
        text-align: center;
        padding: 10px 0;
        /*width: 100%;*/
        margin-right: 20px;
    }
    /*---- Header And Breadcrumb  ----*/
    .header-left {
        width: 100%;
    }

    .float-default {
        float: left;
    }

    .user-dropdown {
        float: left;
        margin-top: 0;
    }

    .right-icon {
        margin-top: 0;
    }

    .user-dropdown .dropdown-menu {
        margin-top: 9px;
        right: 5px;
    }
    /*---- Header And Breadcrumb  ----*/
}

@media (max-width: 575px) {
    .divider-xs-megamenu-spacing {
        clear: both;
        height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menucontainer {
        margin-top: 1.5rem;
        text-align: center;
    }
}
/*---- END RESPONSIVE ----*/
/*---- TOP MENU RESPONSIVE START ----*/
@media (min-width: 992px) and (max-width: 1199px) {
    .top-menu-specing {
        clear: both;
        height: 25px;
    }

    .logo img {
        width: 138px;
        margin-top: 9px;
    }

    #nav > ul > li > a {
        font-size: 14px;
        padding: 4px 4px;
    }
    nav.topmenu ul li{
        padding-left:0px !important;
    }
    .right-icon {
        margin-left: 5px;
    }

    .logo {
        text-align: center;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    #nav > ul > li > a {
        /*padding: 4px 18px;*/
    }
}

@media (min-width:992px) and (max-width:1500px) {
    #nav li:last-child:hover > ul {
        left: auto;
    }
}

@media (max-width: 1199px) {
    /*---- DASHBOARD-1 ----*/
    .dashboard-v1 .clock-section p {
        font-size: 14px;
    }

    .divider-lg-spacing {
        clear: inherit;
        height: 0;
    }
    /* BADGES & TAGS */
    .content-badges .square-tag-section .square-tag {
        margin-bottom: 15px;
    }
    /* STEP */
    .step_wizard .nav-inline .nav-item + .nav-item {
        margin-left: 2px;
    }
    /* DROPDOWN */
    #dropdown-columns-output .icon-dropdown-box-last {
        top: 242px;
    }

    #dropup-output .btn-group, #size-dropdown-output .btn-group {
        margin-bottom: 15px;
    }










        #dropup-output .btn-group:last-child, #size-dropdown-output .btn-group:last-child {
            margin-bottom: 0;
            clear: both;
        }
    /* TESTIMONIAL */
    .colored-testimonial .testimonial-image {
        width: 17%;
    }
    /* CALENDER */
    .calendar-contain .calender-box {
        position: absolute;
        height: 680px;
    }

        .calendar-contain .calender-box #wrap {
            display: table;
            height: 680px;
        }

            .calendar-contain .calender-box #wrap #calendar {
                display: table-cell;
                vertical-align: middle;
                float: none;
            }
}

@media (max-width: 991px) {
    /*---- HEADER---- */
    .divider-lg-spacing {
        clear: both;
        height: 25px;
    }
    /* BADGES & TAGS */
    .content-badges .square-tag-section .square-tag {
        margin-bottom: 0;
    }
    /* DROPDOWN */
    #dropdown-columns-output .icon-dropdown-box-last {
        top: 0;
    }

    #dropup-output .btn-group {
        margin-bottom: 0;
    }

        #dropup-output .btn-group:last-child {
            margin-bottom: 0;
            clear: inherit;
        }
    /* NAVBAR */
    .content-navbar .header-right {
        padding-left: 15px;
    }
    /* CALENDER */
    .calendar-contain .calender-box {
        position: relative;
        height: auto;
    }

        .calendar-contain .calender-box #wrap {
            display: block;
            height: auto;
        }

            .calendar-contain .calender-box #wrap #calendar {
                display: block;
                float: none;
            }
}

@media (max-width: 767px) {
    .divider-xs-spacing {
        clear: both;
        height: 35px;
    }
    /* Badges & Tags */
    .content-badges .square-tag-section .square-tag {
        margin-bottom: 5px;
    }
    /* Dropdown */
    #dropup-output .btn-group, #size-dropdown-output .btn-group {
        margin-bottom: 15px;
    }

        #dropup-output .btn-group:last-child, #size-dropdown-output .btn-group:last-child {
            margin-bottom: 15px;
        }

    .site-content-title .content-title-main {
        padding-left: 0;
    }

    .site-content-title .breadcrumb {
        padding: 0 15px;
    }

    .simple-header-center .site-content-title .content-title-main {
        padding-left: 15px;
    }

    .top-breadcrumb {
        padding: 10px 15px;
    }

    .placement-breadcrumbs .breadcrumb {
        padding: 0 15px 10px 15px;
    }
}

@media (max-width: 479px) {
    /*---- DASHBOARD-1 ----*/
    .dashboard-v1 .clock-section p {
        font-size: 12px;
    }
    /*---- DASHBOARD-2 ----*/
    .parallax-header-image p {
        padding-bottom: 30px;
    }
    /* NAVBAR */
    .content-navbar .header-right {
        padding-left: 0;
    }

    .content-navbar .header-inner-right {
        padding-right: 0;
    }
}

/*---- TOP MENU RESPONSIVE END ----*/
@media (max-width: 575px) {
    .px-0-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pl-0-xs {
        padding-left: 0 !important;
    }

    .pr-0-xs {
        padding-right: 0 !important;
    }

    .pt-0-xs {
        padding-top: 0 !important;
    }

    .mx-0-xs {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mt-1-xs {
        margin-top: 10px;
    }

    .mb-1-xs {
        margin-bottom: 10px;
    }

    .btn {
        /*font-size: 13px;
        padding: .5rem 4px;*/
    }
}

@media (max-width: 991px) {
    .left_assetsearch {
        padding: 0 10px;
        position: relative;
        top: inherit;
        z-index: 0;
        /*margin-left: 17%;*/
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .pl-0-sm {
        padding-left: 0 !important;
    }

    .mx-0-sm {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mt-1-sm {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .px-0-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .mt-1-xs {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    /*li#lidashboard {
        display: none;
    }*/
    .header-width > div:not(.header-right) {
        /*width: auto !important;*/
    }

    .searchasset_selectpagetop, .custom-media-20 {
        /*width: 100% !important;*/
    }
   
    .searchasset_pageination .col-lg-3 {
        width: 100% !important;
    }

    ul.menu-list {
        padding: 0;
    }

    .tabpx-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    #nav > ul > li > a {
        font-size: 16px;
    }

    .searchasset_selectpagetop {
        /*width: 22% !important;*/
    }

    .custom-media-20 {
        min-width: 100% !important;
    }

    .searchasset_selectpagetop {
        /*width: 21% !important;*/
    }
}
@media only screen and (min-width: 1358px) and (max-width: 1400px) {
    nav.topmenu ul li {
        padding-left:0px !important;
    }
}
@media (min-width: 1450px) and (max-width: 1680px) {
    #nav > ul > li > a {
        padding: 4px 30px;
    }
    nav.topmenu ul li {
        /*padding-left: 0px !important;*/
    }
}

@media (min-width: 1681px) {
    #nav > ul > li > a {
        padding: 5px 40px;
    }
}

.header_custombottom .bootstrap-select button.btn {
    padding-bottom: 6px;
}

.form_validationerrormsg .dataTables_scrollBody table tr td .ContentPlaceHolder1_gvSupportData_txtNameformError {
    position: relative !important;
    top: 4rem !important;
}

    .form_validationerrormsg .dataTables_scrollBody table tr td .ContentPlaceHolder1_gvSupportData_txtNameformError .formErrorArrow {
        width: 15px;
        margin: -2px 0 0 7px;
        position: relative;
        bottom: 2.2rem;
        transform: rotate(178deg);
    }

ul li#liReport:hover ul {
    position: absolute;
    left: auto;
    right: 0;
}

.collection_padding {
    padding: 0px;
}

.label_padding {
    margin: 0.5rem 0;
}

.text_overflowhidden {
    overflow: hidden;
    line-height: normal !important;
}
