
html {
    height: 100%;
}
/* Body Triggers for layout options 
------------------------------------------------------------------
*/
body {
    background-color: #ece9e9;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

    body.fixed-header .header {
        position: fixed;
        left: 0;
        top: 0;
    }

    body.mobile .sidebar-menu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

        body.mobile .sidebar-menu > ul {
            height: auto !important;
            overflow: visible !important;
            -webkit-overflow-scrolling: touch !important;
        }

    body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a {
        color: #788195;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail {
        color: #788195 !important;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a,
    body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
        color: #fff;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail,
    body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
        color: #fff;
    }

    body.mobile .drager {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.sidebar-visible .page-sidebar .scroll-element {
        visibility: visible;
    }

    body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
        -webkit-transform: translate3d(-14px, 0, 0);
        transform: translate3d(-14px, 0, 0);
        -ms-transform: translate(-14px, 0);
    }

    body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
        -webkit-transform: translate3d(48px, 0, 0);
        transform: translate3d(48px, 0, 0);
        -ms-transform: translate(48px, 0);
    }

    body.no-header .page-container .page-content-wrapper .content {
        padding-top: 0px;
    }

    body.no-header .header {
        border-bottom-color: transparent;
    }

    body.dashboard {
        background: #f5f5f5;
    }

        body.dashboard .page-container {
            background: #f5f5f5;
        }
/* Page Loader
------------------------------------
*/
.pace .pace-progress {
    background: #10cfbd;
    height: 3px;
}

.pace .pace-progress-inner {
    box-shadow: none;
}

.pace .pace-activity {
    -webkit-animation: none;
    animation: none;
    top: 73px;
    background: url('../img/progress/progress-circle-success.svg') no-repeat top left;
    background-size: 100% auto;
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    width: 28px;
    height: 40px;
    right: 19px;
}
/* Header 
------------------------------------
*/
.header {
    position: fixed;
    display: block;
    height: 46px;
    width: 95%;
    padding: 0 0 0 0;
    z-index: 800;
    background-color: #7d3700;
    border-bottom: 1px solid #6f6f6f;
    /*border-bottom: 2px solid #053f5e;*/
}

    .header a {
        color: #fff;
    }

        .header a.btn {
            background-color: transparent !important;
            border: 1px dashed #fff;
            color: #ffeb00;
            margin: 7px;
            padding: 5px 5px;
        }

        .header a.btn-warning {
            color: #eaeef1;
        }

    .header .header-inner {
        height: 46px;
        width: 100%;
        vertical-align: middle;
        display: table-cell;
    }

        .header .header-inner .toggle-sidebar {
            display: none;
        }

    .header.transparent {
        background-color: transparent !important;
    }

    .header .brand {
        vertical-align: middle;
        width: 120px;
        text-align: right;
    }

    .header .bubble {
        border-radius: 100%;
        height: 14px;
        width: 14px;
        background-color: rgba(226, 32, 91, 0.77);
        color: #ffffff;
        position: relative;
        top: -6px;
        float: right;
        right: -5px;
    }

    .header .notification-list {
        display: inline-block;
    }

    .header .search-link {
        display: inline-block;
        margin-left: 15px;
        color: #fff;
        opacity: .7;
        font-size: 16px;
        font-family: wf_segoe-ui_light, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        .header .search-link i {
            margin-right: 15px;
            font-size: 16px;
        }

        .header .search-link:hover {
            opacity: 1;
        }
/* Bootstrap navbar 
------------------------------------
*/
.tbtn {
    margin: 11px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #337ab7;
}

.navbar {
    top: -1px;
}

.navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-default {
    background-color: #ffffff;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }

.navbar-toggle {
    border-radius: 0;
    background-color: transparent !important;
}

.dashboard_heading {
    /*background: #f1f2f7 url("../../images/title-bg.png") no-repeat scroll center / cover;*/
    background-color: #f3f3f3;
    color: #754000;
    border-top: 1px solid #4c2100;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    font-size: 16px;
    text-align: right;
    line-height: 22px;
    margin: 0px 0 3px;
    padding: 4px 30px 2px;
}
/* Main Menu Sidebar 
------------------------------------
*/
.page-sidebar {
    width: 280px;
    background-color: #612b00;
    z-index: 1000;
    left: -210px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: auto;
    overflow: hidden;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

    .page-sidebar:hover {
        transform: translate3d(210px, 0px, 0px);
    }

        .page-sidebar:hover .cms {
            display: none;
        }

        .page-sidebar:hover .profile-usertitle-name, .page-sidebar:hover .dept-name {
            opacity: 1;
        }

    .page-sidebar a,
    .page-sidebar button {
        color: #fff;
    }

        .page-sidebar a:hover,
        .page-sidebar button:hover,
        .page-sidebar a:active,
        .page-sidebar button:active {
            color: #ffffff;
        }

        .page-sidebar a:visited,
        .page-sidebar button:visited,
        .page-sidebar a:focus,
        .page-sidebar button:focus {
            color: #fff;
        }

    .page-sidebar .scroll-element {
        visibility: hidden;
    }

    .page-sidebar .sidebar-header {
        /* Side-bar header */
        display: block;
        height: 56px;
        line-height: 60px;
        background-color: #612b00;
        border-bottom: 1px solid #3e1c01;
        color: #ffffff;
        /*width: 100%;*/
        padding: 0 20px;
        padding-left: 30px;
        clear: both;
        z-index: 10;
        position: relative;
    }

        .page-sidebar .sidebar-header .sidebar-header-controls {
            display: inline-block;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
            transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
            -webkit-backface-visibility: hidden;
        }

        .page-sidebar .sidebar-header .sidebar-slide-toggle i {
            -webkit-transition: all 0.12s ease;
            transition: all 0.12s ease;
        }

        .page-sidebar .sidebar-header .sidebar-slide-toggle.active i {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

    .page-sidebar .close-sidebar {
        position: absolute;
        right: 19px;
        top: 14px;
        padding: 9px;
        z-index: 1;
    }

        .page-sidebar .close-sidebar > i {
            color: rgba(255, 255, 255, 0.57);
        }

    .page-sidebar .sidebar-overlay-slide {
        /* Side-bar Top Slider */
        width: 100%;
        height: 100%;
        background-color: #272b35;
        display: block;
        z-index: 9;
        padding: 80px 20px 20px 20px;
    }

        .page-sidebar .sidebar-overlay-slide.from-top {
            top: -100%;
            position: absolute;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .page-sidebar .sidebar-overlay-slide.from-top.show {
                -webkit-transform: translate(0, 100%);
                -ms-transform: translate(0, 100%);
                transform: translate(0, 100%);
            }

    .page-sidebar .sidebar-menu {
        /* Side-bar Menu */
        height: calc(100% - 60px);
        position: relative;
        width: 100%;
    }

        .page-sidebar .sidebar-menu .outer-tab-nav-section {
            display: inline-block;
            width: 45px;
            position: absolute;
            height: 100%;
            background-color: #0aa699 !important;
        }

        .page-sidebar .sidebar-menu .menu-items {
            /* Side-bar Menut Items */
            list-style: none;
            margin: 0;
            padding: 0;
            padding-top: 5px;
            position: relative;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            height: calc(100% - 10px);
            width: 106%;
            left: 5px;
        }

            .page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail,
            .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail,
            .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
                color: #ffffff;
            }

            .page-sidebar .sidebar-menu .menu-items li {
                transition: all .4s;
            }

                .page-sidebar .sidebar-menu .menu-items li:hover > a,
                .page-sidebar .sidebar-menu .menu-items li.open > a,
                .page-sidebar .sidebar-menu .menu-items li.active > a {
                    color: #ffeb00;
                    background-color: #271100 !important;
                    padding-left: 15px;
                    transition: all .4s;
                    border-radius: 30px;
                }

                .page-sidebar .sidebar-menu .menu-items li > a {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 75%;
                }

            .page-sidebar .sidebar-menu .menu-items > li {
                display: block;
                padding: 0;
                clear: right;
            }

                .page-sidebar .sidebar-menu .menu-items > li:after,
                .page-sidebar .sidebar-menu .menu-items > li:before {
                    display: table;
                    content: " ";
                    clear: both;
                }

                .page-sidebar .sidebar-menu .menu-items > li > a {
                    font-family: Arial, sans-serif;
                    display: inline-block;
                    padding: 6px 3px 0 5px;
                    margin-bottom: 5px;
                    min-height: 34px;
                    font-size: 14px;
                    clear: both;
                    text-decoration: none;
                }

                    .page-sidebar .sidebar-menu .menu-items > li > a.open {
                        background: #313131;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
                        float: right;
                    }

                        .page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
                            float: right;
                            display: inline;
                            font-size: 16px;
                            font-family: FontAwesome;
                            height: auto;
                            content: "\f104";
                            font-weight: 300;
                            text-shadow: none;
                            -webkit-transition: all 0.12s ease;
                            transition: all 0.12s ease;
                        }

                        .page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
                            -webkit-transform: rotate(-90deg);
                            -ms-transform: rotate(-90deg);
                            transform: rotate(-90deg);
                        }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .badge {
                        margin-top: 12px;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .title {
                        float: left;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        width: 100%;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .details {
                        font-size: 12px;
                        opacity: 0.4;
                        display: block;
                        clear: both;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title {
                        line-height: 28px;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
                        line-height: 16px;
                    }

                .page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu {
                    display: block;
                }

                .page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:first-letter {
                    text-transform: uppercase;
                }

                .page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:hover {
                    background-color: #271100 !important;
                    color: #fdeb03;
                }

                .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
                    padding-left: 10px;
                    padding-right: 3px;
                }

                .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu .icon-thumbnail {
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    font-size: 10px;
                }

                .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow:before {
                    float: right;
                    margin-top: 1px;
                    margin-right: 20px;
                    display: inline;
                    font-size: 16px;
                    font-family: FontAwesome;
                    height: auto;
                    content: "\f104";
                    font-weight: 300;
                    text-shadow: none;
                    -webkit-transition: all 0.12s ease;
                    transition: all 0.12s ease;
                }

                .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow.open:before {
                    float: right;
                    margin-top: 1px;
                    margin-right: 18px;
                    display: inline;
                    font-family: FontAwesome;
                    height: auto;
                    font-size: 16px;
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    font-weight: 300;
                    text-shadow: none;
                }

                .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
                    display: none;
                    list-style: none;
                    clear: both;
                    margin: 0 0 10px 0;
                    background-color: #21252d;
                    padding: 18px 0 10px 0;
                }

                    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
                        background: none;
                        padding: 0px 20px 0 40px;
                        margin-top: 1px;
                    }

                        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail {
                            color: #ffffff;
                        }

                        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
                            display: inline-block;
                            padding: 5px 0px;
                            font-size: 13px;
                            font-family: Arial, sans-serif;
                            white-space: normal;
                        }

                        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
                            width: 30px;
                            height: 30px;
                            line-height: 30px;
                            margin: 0;
                            background-color: #2b303b;
                            font-size: 14px;
                        }

        .page-sidebar .sidebar-menu .muted {
            color: #576775;
            opacity: .45;
        }

    .page-sidebar .icon-thumbnail [class^="bg-"],
    .page-sidebar [class*="bg-"] {
        color: #fff;
    }

[data-toggle-pin="sidebar"] > i:before {
    content: "\f10c";
}
/* Sidebar icon holder 
------------------------------------
*/
.icon-thumbnail {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    /*background: -webkit-linear-gradient(left, #2C3642, #218BFF);
    background: -moz-linear-gradient(left, #2C3642, #218BFF);
    background: linear-gradient(to right, #2C3642, #218BFF);*/
    /*background: rgba(255,255,255,0.1);*/
    height: 35px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    border-radius: 50%;
    float: right;
    margin-right: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: bold;
    /*border-right: 1px solid #218aff;*/
}

    .icon-thumbnail > i {
        font-size: 14px;
        line-height: 33px;
    }


.nav-collapse.collapse {
    height: 100% !important;
}


.page-sidebar ~ .page-container {
    padding-left: 70px;
}
/* Page Container 
------------------------------------
*/
.page-container {
    /*width: 100%;*/
    height: 100%;
    background-color: inherit;
}

    .page-container .page-content-wrapper {
        min-height: 100%;
        position: relative;
        padding-top: 7%;
    }

        .page-container .page-content-wrapper .content {
            /* Content holder */
            z-index: 10;
            /*  padding-top: 60px;*/
            padding-bottom: 72px;
            min-height: 100%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .page-container .page-content-wrapper .content.full-width {
                width: 100%;
            }

            .page-container .page-content-wrapper .content .content-inner {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                padding-left: 30px;
                position: relative;
            }

            .page-container .page-content-wrapper .content:only-child {
                padding-bottom: 0px;
            }

            .page-container .page-content-wrapper .content.overlay-footer {
                padding-bottom: 0px;
            }

        .page-container .page-content-wrapper .footer {
            /* Footer */
            position: fixed;
            left: 30px;
            right: 0;
            bottom: 0;
            width: 97%;
            -webkit-transition: left 0.3s ease;
            transition: left 0.3s ease;
        }

            .page-container .page-content-wrapper .footer.fixed {
                position: fixed;
            }

.page-title {
    margin-top: 0px;
}
/* Breadcrumbs
------------------------------------
*/
.breadcrumb {
    font-family: 'Montserrat';
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0;
    margin: 0;
    border-bottom: solid 1px #E6E6E6;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

    .breadcrumb a {
        margin-left: 10px;
    }

    .breadcrumb li {
        padding-left: 0px;
    }

        .breadcrumb li p {
            font-family: 'Montserrat';
            font-size: 11px !important;
            font-weight: 400;
            color: #7b7d82;
            margin: 0;
        }

        .breadcrumb li .active {
            font-weight: 600;
            font-size: 11px;
            color: #0090d9;
        }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #515050;
        font-family: FontAwesome;
        content: "\f105";
        font-weight: bold;
    }

    .breadcrumb a,
    .breadcrumb i,
    .breadcrumb span,
    .breadcrumb li {
        color: #515050;
        font-weight: 300;
        text-shadow: none;
    }
/* Overlay Search 
------------------------------------
*/
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1010;
    padding-left: 64px;
    overflow: auto;
}

    .overlay .inline-block {
        display: inline-block;
    }

    .overlay .overlay-brand {
        margin-left: 7px;
    }

    .overlay > div {
        width: 100%;
        height: 260px;
        display: block;
        overflow: hidden;
    }

    .overlay .has-results {
        overflow: visible;
    }

    .overlay .overlay-search {
        font-weight: 700;
        font-size: 77px;
        height: 100px;
        letter-spacing: -1.925px;
        line-height: 100px;
        width: 100%;
        padding-left: 0 !important;
    }

    .overlay .overlay-close {
        position: absolute;
        right: 20px;
        top: 25px;
    }

.group-container {
    white-space: nowrap !important;
}

    .group-container .single-group {
        vertical-align: top;
        display: inline-block;
        white-space: normal;
    }

.jumbotron {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    background-color: #f0f0f0;
}

    .jumbotron .inner {
        position: relative;
        z-index: 2;
    }

    .jumbotron.lg {
        height: 600px;
    }

    .jumbotron .cover-photo {
        width: 100%;
        height: inherit;
        overflow: hidden;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background-size: cover;
        background-color: #10cfbd;
    }

        .jumbotron .cover-photo img {
            display: none;
        }

    .jumbotron h1 {
        font-size: 44px;
    }
/* Pages Image Icon Sent - Pixel Perfect 
------------------------------------
*/
.icon-set {
    background: url('../img/icons/top_tray.png') no-repeat;
    position: relative;
    display: block;
}

    .icon-set.globe-fill {
        background-position: -1px -1px;
        width: 17px;
        height: 17px;
        top: 2px;
    }

    .icon-set.clip {
        background-position: -20px -2px;
        width: 16px;
        height: 16px;
    }

    .icon-set.grid-box {
        background-position: -41px -2px;
        width: 14px;
        height: 14px;
    }

    .icon-set.menu-hambuger {
        background-position: -58px -3px;
        width: 15px;
        height: 13px;
    }

    .icon-set.menu-hambuger-plus {
        background-position: -77px -1px;
        width: 18px;
        height: 15px;
    }

.dropzone {
    overflow: hidden;
}

    .dropzone .dz-default.dz-message {
        width: 100%;
    }

.scroll {
    position: relative;
    overflow: auto;
}
/* Pages Scroll bar
------------------------------------
*/
.scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scroll-wrapper > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scroll-wrapper > .scroll-element.scroll-x {
        bottom: 2px;
        height: 7px;
        left: 0;
        min-width: 100%;
        width: 100%;
    }

    .scroll-wrapper > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 2px;
        top: 0;
        width: 4px;
    }

    .scroll-wrapper > .scroll-element .scroll-element_outer {
        opacity: 0.3;
    }

    .scroll-wrapper > .scroll-element .scroll-element_size {
        background-color: rgba(0, 0, 0, 0.07);
        opacity: 0;
    }

    .scroll-wrapper > .scroll-element .scroll-bar {
        background-color: #697686;
    }

    .scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
        bottom: 0;
        height: 4px;
        min-width: 24px;
        top: auto;
    }

    .scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
        bottom: 0;
        top: auto;
        left: 2px;
        -webkit-transition: height 0.2s;
        transition: height 0.2s;
    }

    .scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
        left: auto;
        min-height: 24px;
        right: 0;
        width: 4px;
    }

    .scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
        left: auto;
        right: 0;
        top: 2px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

.scroll-wrapper.auto-hide > .scroll-element .scroll-element_track {
    display: none;
}

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
/* hover & drag */
.scroll-wrapper > .scroll-element:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

    .scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-element_size,
    .scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
        opacity: 1;
    }

    .scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-bar,
    .scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
        height: 100%;
        width: 100%;
    }

.scroll-wrapper > .scroll-element.scroll-x:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 10px;
    min-height: 7px;
}

.scroll-wrapper > .scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 7px;
}
/* Other overides */
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.copyright {
    padding: 3px 30px;
    border-top: 1px solid rgba(98, 98, 98, 0.07);
}

.navbar-center,
.navbar-center > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    *zoom: 1;
    /* hasLayout ie7 trigger */
    vertical-align: top;
}

.navbar-nav li a {
    min-width: 50px;
}

.pager {
    margin: 0;
}



/* Portlets
------------------------------------
*/
.portlet-progress {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    display: none;
    z-index: 2;
}

    .portlet-progress > .progress,
    .portlet-progress > .progress.progress-small {
        height: 3px;
    }

    .portlet-progress > .progress-circle-indeterminate,
    .portlet-progress > .portlet-bar-indeterminate {
        display: block;
        left: 50%;
        margin-left: -17px;
        margin-top: -17px;
        position: absolute;
        top: 50%;
    }

    .portlet-progress > .progress-circle-indeterminate {
        width: 35px;
        height: 35px;
    }

.panel-maximized {
    position: fixed !important;
    left: 70px;
    top: 59px;
    bottom: 0;
    right: 0;
    z-index: 600;
    margin: 0;
}

/* For demo purpose only */
.panel-scroll {
    height: 100px;
}

.sortable .panel-heading {
    cursor: move;
}
/* To prevent lag while dragging */
.ui-sortable-handle {
    transition: max-height 0.3s ease 0s;
}

.sortable .grid .grid-title {
    cursor: move;
}

.ui-sortable {
    min-height: 0px !important;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f0f0f0;
    border: 1px dashed #e6e6e6;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

.sortable .panel {
    transition: none;
}

.sortable-column {
    padding-bottom: 100px;
}

.demo-portlet-scrollable {
    height: 158px;
}


/************LOGIN BOX *********/

.login-header {
    position: relative;
    display: block;
    height: 100px;
    width: 100%;
    padding: 0px 20px 0px 0px;
    z-index: 800;
    border-bottom: solid 1px #FFA113;
    background: none repeat scroll 0% 0% rgba(137, 2, 3, 0.65);
}

    .login-header h4 {
        font-size: 25px;
        line-height: 36px;
        color: #fff;
        font-family: BankGothic Lt BT !important;
        text-transform: uppercase;
        font-weight: 700;
    }

        .login-header h4 span {
            font-size: 28px;
            line-height: 36px;
            color: #fff;
            font-family: "Open Sans",sans-serif;
        }

.login-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/bg-.svg);
    background-size: cover;
}

.login-box {
    top: 0px;
    position: relative;
    font-family: "Open Sans",sans-serif !important;
}

    .login-box hr {
        border-color: #ccc !important;
    }

.login-box-panel {
    padding: 10px 30px 20px;
}

    .login-box-panel .logo img {
        width: 90px;
    }

.form-group {
    margin-bottom: 5px;
}

.text-warning {
    color: #a70500;
}

.login-box-panel .logo h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    margin-top: 2px;
	font-weight:700;
}

.login-box-panel .logo p {
    font-size: 14px;
    margin-bottom: 5px;
}

.logininner {
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(168, 168, 168);
    -moz-box-shadow: 0px 0px 10px 1px rgb(168, 168, 168);
    box-shadow: 0px 0px 10px 1px rgb(168, 168, 168);
    padding: 10px 15px 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px dashed #000;
    border-radius: 3px;
    text-align: center;
}

    .logininner #imgdeptlogo {
        width: 90px;
    }

    .logininner h3 {
        font-size: 20px;
        text-align: center;
        color: #af0500;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .logininner p {
        margin: 0 0 10px;
        text-align: center;
        font-size: 16px;
        margin-top: 1px;
        margin-bottom: 5px;
        color: #313131;
    }

.loginfooter {
}
/*.login-form-control {
    background-color: transparent !important;
    background-image: none !important;
    border-bottom: solid 2px #fff !important;
    border-top: transparent!important;
    color: #fff !important;
    border-left: transparent!important;
    border-right: 0px;
}*/

placeholder {
    color: #fff !important;
}


.footer {
    background: rgba(222, 222, 222, 0.6) none repeat scroll 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #000;
    border-top: solid 0px #FFA113;
    z-index: 999;
}

.copyright1 {
    padding-left: 15px;
    padding-right: 15px;
}

.copyright1 {
    border-top: 1px solid rgba(98, 98, 98, 0.07);
    padding: 12px 0px;
}

.modelpanelmessage {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #10cfbd;
    border-radius: 5px;
    color: #151515;
    font-size: 12pt;
    padding-bottom: 25px;
    text-align: center;
    width: 30%;
    /*background: #eaeaea none repeat scroll 0 0;
    border: 2px solid #434343;
    border-radius: 5px;
    color: #151515;
    font-size: 12pt;
    padding-bottom: 25px;
    text-align: center;
    width: 30%;*/
}

    .modelpanelmessage > div > div {
        color: #464646 !important;
        height: 40px !important;
        padding-left: 12px !important;
    }

        .modelpanelmessage > div > div span {
            font-size: 18px !important;
        }

    .modelpanelmessage > div {
        background-color: #10cfbd;
        background-repeat: repeat-x;
        color: #fff;
        height: 34px !important;
    }

.modelTitle {
    color: #fff !important;
}

.modelpanelmessage .btn {
    margin-left: -135px !important;
    margin-right: 135px !important;
    margin-top: 15px !important;
    background-color: #10cfbd !important;
    color: #fff !important;
}

#msgBox_Panel_message div {
    text-align: center !important;
}

#msgBox_btn_ok_message {
    width: 50px;
    margin: auto;
    background: #F00;
    color: #FFF;
}

/*.fa {
    line-height: 40px;
}*/


.grid {
    width: 100%;
    color: #595858;
    line-height: 22px;
    background: #fff;
    font-size: 14px;
    /*float:left;*/
    border: 1px solid #ddd;
}

    .grid th {
        text-align: center;
        padding: 1px 0px;
        border: 1px solid #ccc;
    }

    .grid td {
        padding: 7px;
        border: 1px solid #ccc;
    }

.grid_head {
    font-size: 13px;
    background-color: #6f3100;
    color: #fff;
    font-weight: bold;
    text-align: center !important;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px !important;
}

.grid_row {
    background-color: #fff;
    text-align: center;
    padding: 3px !important;
}

.grid_head1 {
    font-size: 13px;
    background-color: #EAEAEA;
    color: #595858;
    font-weight: bold;
    text-align: center !important;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px !important;
}

.grid_row1 {
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 3px !important;
}


.grid_arow {
    background-color: #fff6ef;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 0 2px 0 2px !important;
}

.grid_row a {
    color: #0F6EC1;
    text-decoration: none;
}

.grid_arow a {
    color: #0F6EC1;
    text-decoration: none;
}

.grid_row a:hover {
    color: #54181F;
    text-decoration: underline;
}

.grid_arow a:hover {
    color: #54181F;
    text-decoration: underline;
}

.grid_t {
    width: 99%;
    color: #595858;
    line-height: 29px;
    margin-left: 4px;
    float: left;
    text-align: center;
}

.grid_head_t {
    font-size: 13px;
    background-color: #EAEAEA;
    color: #595858;
    font-weight: bold;
    text-align: center !important;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    border-right: 1px solid #fff;
    padding: 10px;
    line-height: 29px;
}

.grid_row_t {
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 5px;
}

.grid_arow_t {
    background-color: #F7F7F7;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 5px;
    background-color: #F7F7F7;
}


.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-image: none !important;
}

.jstree-anchor .jstree-themeicon, .jstree-ocl, .jstree-anchor {
    background-color: none !important;
    font-size: 14pt;
}

.jstree-children {
    margin-top: 5px !important;
}

    .jstree-children li {
        margin-bottom: 5px;
    }

    .jstree-children .jstree-anchor {
        background-color: #f4f4f4 !important;
        border: 1px solid #bababa;
        display: inline-block !important;
        font-size: 9pt;
    }

    .jstree-children .jstree-ocl {
        display: inline-block !important;
    }

.jstree-default .jstree-wholerow-clicked, .jstree-wholerow-hovered {
    background: none !important;
}

.jstree-ocl:before {
    content: "+";
    position: relative;
    top: 5px;
}

.jstree-leaf .jstree-ocl:before {
    content: " " !important;
}

.jstree-default .jstree-anchor {
    font-weight: 600 !important;
    height: auto !important;
    line-height: 24px !important;
    min-width: 150px !important;
    padding: 5px !important;
    text-align: left !important;
}

.menu-tbl-b {
    position: relative;
}

    .menu-tbl-b td {
        padding: 2px 0px;
    }

.menu-tbl-b {
    border-top: 5px solid #B89CCC;
    /*padding: 10px 5px;*/
    position: relative;
    /*right: 10px;
   top: 21px;*/
    width: 100%;
    z-index: 100;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 5px 0;
}

.updatemenu h3 {
    line-height: 30px;
}

.pwdFxd {
    padding: 0px 5px 10px;
    position: fixed;
    top: 17%;
    z-index: 100;
    width: 25%;
}

.pwdFxdmenu {
    /*padding: 0px 5px 10px;*/
    position: fixed;
    top: 17%;
    z-index: 100;
    width: 36% !important;
}

.pwdFxdbtn {
    padding: 6px 14px;
    position: fixed;
    right: 25px;
    top: 400px;
    z-index: 100;
}

.pwdFxdbtn1 {
    padding: 6px 14px;
    position: fixed;
    right: 25px;
    top: 10px;
    z-index: 100;
}

.dept-name {
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    opacity: 0;
}

.sidebar-visible .dept-name {
    opacity: 1;
}

.span-block span {
    color: #191515;
    float: left;
}

#contBody_rblType {
    margin: auto;
}

.dash-board-tbl span {
    color: #F00;
    position: relative;
    left: 5px;
    top: 2px;
}

.dash-board-tbl .table th, .dash-board-tbl .table td {
    text-align: left;
    /*padding: 10px 2px;*/
}

.menu-items li a:hover ~ .menu-items li span {
    background: #C00 !important;
}

.aspNetDisabled, .fileUpload {
    float: left;
}

.span-block label {
    margin-left: 10px;
}

.download-btn {
    border: 1px solid #b9aec2;
    color: #8680aa;
    font-size: 15pt;
    height: 38px;
    line-height: normal;
    margin-left: 5px;
    padding: 5px !important;
}

.label-form label {
    margin-left: 10px;
}

.bg-info-dark a {
    /*color: #FFF !important;*/
}

.profile-dropdown a {
    opacity: 1 !important;
}

.grid-stack {
    background: #dadada !important;
    padding: 5px 0px !important;
    width: 100% !important;
}

.grid-stack-item-content {
    background: url(../../images/blank-photo.jpg) no-repeat center #ffffff !important;
    border: 1px solid #adadad;
    color: #2c3e50;
    overflow: hidden !important;
    text-align: center;
}

.overflow-pic {
    position: absolute;
    cursor: pointer;
}

.e-pic {
    margin: 50px 0px 0px -25px;
}

.o-del {
    margin: 50px 0px 0px 0px;
}

.grid-stack-item-content {
    font-size: 20pt;
    font-weight: normal;
    color: #fff !important;
    text-shadow: 2px 2px 1px #0D0D0D;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

/*Ak*/

.dashboard-stats {
    background-color: #ffffff;
    border: 1px dashed #757575 !important;
    border-radius: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 112px;
    padding: 10px 3px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 8px;
}

    .dashboard-stats h4 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-bottom: 0 !important;
        color: #000000;
        margin-top: 45px;
    }

        .dashboard-stats h4 a {
            color: #484848;
        }

    .dashboard-stats:hover {
        background: rgba(255, 255, 255, 0.48) none repeat scroll 0 0;
        transform: scale(1);
    }

    .dashboard-stats .fa {
        border: 2px dotted rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        height: 65px;
        left: 0;
        margin: -5px auto 0;
        padding: 15px;
        position: absolute;
        right: 0;
        width: 65px;
    }

.flatRed {
    border-color: #c24337;
}

    .flatRed .fa {
        background-color: #c24337;
        color: #fff;
    }

.flatBlue {
    border-color: #5d9bfb;
}

    .flatBlue .fa {
        background-color: #5d9bfb;
        color: #fff;
    }

.flatOrange {
    border-color: #f7941d;
}

    .flatOrange .fa {
        background-color: #f7941d;
        color: #fff;
    }

.flatGreen {
    border-color: #379e13;
}

    .flatGreen .fa {
        background-color: #379e13;
        color: #fff;
    }

.flatPlp {
    border-color: #6b46e5;
}

    .flatPlp .fa {
        background-color: #6b46e5;
        color: #fff;
    }

.flatDark {
    border-color: #444444;
}

    .flatDark .fa {
        background-color: #444444;
        color: #fff;
    }

.flatTeal {
    border-color: #06cec6;
}

    .flatTeal .fa {
        background-color: #06cec6;
        color: #fff;
    }

.flatSky {
    border-color: #11c1f3;
}

    .flatSky .fa {
        background-color: #11c1f3;
        color: #fff;
    }

.panel-info > .panel-heading h4 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.panel-info {
    border-color: #3598dc;
    border-radius: 0 !important;
}

    .panel-info > .panel-heading {
        background-color: #3598dc;
        border-color: #3598dc;
        border-radius: 0 !important;
        color: #fff;
        font-size: 16px;
        height: auto;
        overflow: hidden;
        padding: 5px 15px !important;
    }

.profile-usertitle-name {
    opacity: 0;
}

.sidebar-visible .profile-usertitle-name {
    opacity: 1;
}

.sidebar-visible .cms {
    display: none;
}

.cms {
    display: inline-block;
    color: #fff;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    float: right;
    font-size: 26px;
    margin: -15px 8px 0;
}

.profile-sidebar {
    background: #7d3700 none repeat scroll 0 0;
    padding: 0 0 10px;
}

.profile-usertitle {
    margin-top: 20px;
    text-align: center;
}

.profile-usertitle-name {
    color: #d6d6d6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.dashboard_heading .btn {
    margin-bottom: 5px !important;
}

.modelpanelmessage td {
    border: 0 solid #ccc !important;
    padding: 3px !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.viewweb {
    margin: 10px;
    border-radius: 0;
}

.nav > li > .btn-success:focus, .nav > li > .btn-success:hover {
    text-decoration: none;
    background-color: #449d44;
}

.copyright p {
    margin: 0 0 0px;
}

.btn {
    border-radius: 0;
}

.viewweb:hover {
    background-color: #transparent !important;
    border: 1px solid #ff8f00 !important;
}

@media (max-width:768px) {
    .login-box-panel {
        padding: 10px 0px 20px;
    }

        .login-box-panel .logo h3 {
            margin-top: 5px;
        }

    .footer {
        background: rgba(222, 222, 222, 1) none repeat scroll 0 0;
        position: relative;
    }

    .page-sidebar .sidebar-menu .menu-items {
        width: 100%;
    }

    .profile {
        padding-top: 100px;
    }

    .btnmt {
        margin-top: 0px;
    }

    .dashboard_heading {
        font-size: 20px;
    }
}

.menuhed {
    border-bottom: 5px solid #b89ccc;
    padding-bottom: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.btnmt {
    margin-top: 24px;
}

.btn-outline {
    border: 2px solid #ff8f00;
    color: #ee8908;
    border-radius: 2px;
    background-color: transparent;
}

    .btn-outline:hover {
        background-color: #ff8f00;
        color: #fff;
        transition-duration: 0.7s;
    }

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
/*captaha*/
#imgCaptcha {
    width: 62%;
    margin-right: 8px;
}

#DivcaptchaControl a {
    display: inline-block;
    width: 20%;
}
