/***
Default theme
***/

/***
Reset and overrides  
***/
body {
}
/***
Page header
***/
.header {
    filter: none !important;
    background-image: none !important;
    background-color: #2f4050 !important;
}

    .header .btn-navbar {
        background-color: #438eb9 !important;
    }

    .header .navbar-nav .dropdown-toggle:hover,
    .header .navbar-nav .dropdown.open .dropdown-toggle {
        background-color: #438eb9 !important;
    }

    /***
Header Search
***/
    .header .search-form {
        background-color: #000;
    }

        .header .search-form .form-control {
            color: #999;
            border: 0;
            background-color: #000;
        }

            .header .search-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
                color: #777;
            }

            .header .search-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #777;
            }

            .header .search-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #777;
            }

            .header .search-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
                color: #777;
            }

        .header .search-form .submit {
            background: url(../../img/search-icon-light.png);
        }

    /***
Hor menu
***/
    .header .hor-menu ul.nav li a {
        color: #f5f5f5;
    }

    .header .hor-menu ul.nav li.open > a,
    .header .hor-menu ul.nav li > a:hover,
    .header .hor-menu ul.nav li > a:focus {
        color: #fff;
        background: #383838;
    }

    .header .hor-menu .dropdown-menu li:hover > a,
    .header .hor-menu ul.nav li.active > a,
    .header .hor-menu ul.nav li.active > a:hover {
        color: #fff;
        background: #060606 !important;
    }

    .header .hor-menu ul.nav li.current > a,
    .header .hor-menu ul.nav li.current > a:hover {
        color: #fff;
        background: #e02222 !important;
    }

    .header .hor-menu .dropdown-menu {
        background: #383838;
    }

        .header .hor-menu .dropdown-menu li > a {
            color: #999;
        }

    .header .hor-menu .hor-menu-search-form-toggler.off {
        background: #383838 url(../../img/hor-menu-search-close.png) no-repeat center;
    }

    .header .hor-menu .search-form {
        background: #383838;
    }

        .header .hor-menu .search-form form input {
            color: #999;
        }

        .header .hor-menu .search-form .btn {
            color: #999;
            background: url(../../img/search-icon.png) no-repeat center;
        }

        .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
        }

        .header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #999;
        }

        .header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #999;
        }

        .header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #999;
        }

/***
Mega Menu
***/
.mega-menu .mega-menu-submenu {
    border-right: 1px solid #444;
}

    .mega-menu .mega-menu-submenu li h3 {
        color: #fff;
    }

/***
Page sidebar
***/
.page-sidebar {
    background-color: #3d3d3d;
}

ul.page-sidebar-menu > li > a {
    border-top: 1px solid #5c5c5c !important;
    color: #ffffff !important;
}

ul.page-sidebar-menu > li:last-child > a {
    border-bottom: 1px solid transparent !important;
}

ul.page-sidebar-menu > li a i {
    color: #969696;
}

ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
    background: #303030;
}

ul.page-sidebar-menu > li.active > a {
    background: #e02222 !important;
    border-top-color: transparent !important;
    color: #ffffff;
}

    ul.page-sidebar-menu > li.active > a i {
        color: #ffffff;
    }

ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
    border-top: 0px !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    color: #ffffff !important;
    background: #575757 !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    background: #575757 !important;
}
/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
    color: #ffffff !important;
    background: #575757 !important;
}
/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
    color: #bdbdbd;
}
/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
    color: #7d7d7d !important;
}

ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
    color: #707070 !important;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
    color: #8a8a8a !important;
}

ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
    color: #ffffff !important;
}
/* sidebar search */
.page-sidebar .sidebar-search input {
    background-color: #242424 !important;
    color: #7d7d7d;
}

    .page-sidebar .sidebar-search input::-webkit-input-placeholder {
        color: #7d7d7d !important;
    }

    .page-sidebar .sidebar-search input:-moz-placeholder {
        color: #7d7d7d !important;
    }

    .page-sidebar .sidebar-search input:-ms-input-placeholder {
        color: #7d7d7d !important;
    }

.page-sidebar .sidebar-search input {
    background-color: #3d3d3d !important;
    color: #bfbfbf !important;
}

.page-sidebar .sidebar-search .input-box {
    border-bottom: 1px solid #7d7d7d !important;
}

.page-sidebar .sidebar-search .submit {
    background-image: url(../../img/search-icon.png);
}
/***
Sidebar toggler
***/
.sidebar-toggler {
    background-image: url(../../img/sidebar-toggler.jpg);
    background-color: #242424;
}
/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    background-color: #3d3d3d !important;
}

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
        background-image: url("../../img/sidebar-search-close.png");
    }
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
    background-color: #3d3d3d;
}
/***
Footer 
***/
.footer .footer-inner {
    color: #fff;
}

.footer .footer-tools .go-top {
    background-color: #4f4f4f;
}

    .footer .footer-tools .go-top:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .footer .footer-tools .go-top i {
        color: #8a8a8a;
    }
/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */
.page-footer-fixed .footer {
    background-color: #242424;
}

    .page-footer-fixed .footer .footer-inner {
        color: #fff;
    }

    .page-footer-fixed .footer .footer-tools .go-top {
        background-color: #4f4f4f;
    }

        .page-footer-fixed .footer .footer-tools .go-top i {
            color: #8a8a8a;
        }
/* end:fixed footer */
/***
Gritter Notifications 
***/
.gritter-top {
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left -30px !important;
}

.gritter-bottom {
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left bottom !important;
}

.gritter-item {
    display: block;
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left -40px !important;
}

.gritter-close {
    background: url(../../plugins/gritter/images/gritter.png) no-repeat left top !important;
}

.gritter-title {
    text-shadow: none !important;
    /* Not supported by IE :( */
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../../plugins/gritter/images/gritter-light.png) !important;
}

.gritter-item-wrapper a {
    color: #18a5ed;
}

    .gritter-item-wrapper a:hover {
        color: #0b6694;
    }
/* begin: boxed page */
@media (min-width: 992px) {
    .page-boxed {
        background-color: #2e2e2e !important;
    }

        .page-boxed .page-container {
            background-color: #3d3d3d;
            border-left: 1px solid #5e5e5e;
            border-bottom: 1px solid #5e5e5e;
        }

        .page-boxed.page-sidebar-reversed .page-container {
            border-left: 0;
            border-right: 1px solid #5e5e5e;
        }

        .page-boxed.page-sidebar-fixed .page-container {
            border-left: 0;
            border-bottom: 0;
        }

        .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        .page-boxed.page-sidebar-fixed .page-sidebar {
            border-left: 1px solid #5e5e5e;
        }

        .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
            border-right: 1px solid #5e5e5e;
            border-left: 0;
        }

        .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
            background-color: #2e2e2e !important;
        }
}
/* end: boxed page */
/***
Landscape phone to portrait tablet
***/
@media (max-width: 991px) {
    /***
    page sidebar
    ***/
    .page-sidebar {
        background-color: #292929 !important;
    }

    ul.page-sidebar-menu > li > a {
        border-top: 1px solid #4a4a4a !important;
    }

    ul.page-sidebar-menu > li:last-child > a {
        border-bottom: 0 !important;
    }

    .page-sidebar .sidebar-search input {
        background-color: #292929 !important;
    }

    ul.page-sidebar-menu > li.open > a,
    ul.page-sidebar-menu > li > a:hover,
    ul.page-sidebar-menu > li:hover > a {
        background: #1e1e1e;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon-double-angle-right:before {
    content: "\f101";
}
.icon-angle-down:before{content:"\f107";}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
}


li [class^="icon-"], li [class*=" icon-"], .nav-list li [class^="icon-"], .nav-list li [class*=" icon-"] {
    width: auto;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-list .open > a, .nav-list .open > a:hover, .nav-list .open > a:focus {
        background-color: #fafafa;
    }

    .nav-list > li > a, .nav-list .nav-header {
        margin: 0;
    }

    .nav-list > li {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
    }

        .nav-list > li:first-child {
            border-top: 0;
        }

    .nav-list li > a:focus {
        outline: 0;
    }

    .nav-list > li > a {
        display: block;
        height: 38px;
        line-height: 36px;
        padding: 0 16px 0 7px;
        background-color: #f5f5f5;
        color: #585858;
        text-shadow: none !important;
        font-size: 13px;
        text-decoration: none;
    }

        .nav-list > li > a > [class*="icon-"]:first-child {
            display: inline-block;
            vertical-align: middle;
            min-width: 30px;
            text-align: center;
            font-size: 18px;
            font-weight: normal;
            margin-right: 2px;
        }

        .nav-list > li > a:focus {
            background-color: #f9f9f9;
            color: #1963aa;
        }

        .nav-list > li > a:hover {
            background-color: #FFF;
            color: #1963aa;
        }

            .nav-list > li > a:hover:before {
                display: block;
                content: "";
                position: absolute;
                top: -1px;
                bottom: 0;
                left: 0;
                width: 3px;
                max-width: 3px;
                overflow: hidden;
                background-color: #3382af;
            }

    .nav-list > li a > .arrow {
        display: inline-block;
        width: 14px !important;
        height: 14px;
        line-height: 14px;
        text-shadow: none;
        font-size: 18px;
        position: absolute;
        right: 11px;
        top: 11px;
        padding: 0;
        color: #666;
    }

    .nav-list > li a:hover > .arrow, .nav-list > li.active > a > .arrow, .nav-list > li.open > a > .arrow {
        color: #1963aa;
    }

    .nav-list > li.separator {
        height: 3px;
        background-color: transparent;
        position: static;
        margin: 1px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-list > li.open > a {
        background-color: #fafafa;
        color: #1963aa;
    }

    .nav-list > li.active {
        background-color: #fff;
    }

        .nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus, .nav-list > li.active > a:active {
            background-color: #fff;
            color: #2f4050 ;
            font-weight: bold;
            font-size: 13px;
        }

            .nav-list > li.active > a > [class*="icon-"] {
                font-weight: normal;
            }

            .nav-list > li.active > a:hover:before {
                display: none;
            }

        .nav-list > li.active:after {
            display: inline-block;
            content: "";
            position: absolute;
            right: -2px;
            top: -1px;
            bottom: 0;
            z-index: 1;
            border: 2px solid #2b7dbc;
            border-width: 0 2px 0 0;
        }

    .nav-list > li.open {
        border-bottom-color: #e5e5e5;
    }

    .nav-list > li.active .submenul {
        display: block;
    }

    .nav-list > li .submenul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
    }

        .nav-list > li .submenul > li {
            margin-left: 0;
            position: relative;
        }

            .nav-list > li .submenul > li > a {
                display: block;
                position: relative;
                color: #616161;
                padding: 7px 0 9px 37px;
                margin: 0;
                border-top: 1px dotted #e4e4e4;
            }

                .nav-list > li .submenul > li > a:focus {
                    text-decoration: none;
                }

                .nav-list > li .submenul > li > a:hover {
                    text-decoration: none;
                    color: #4b88b7;
                }

            .nav-list > li .submenul > li.active > a {
                color: #2b7dbc;
            }

            .nav-list > li .submenul > li a > [class*="icon-"]:first-child {
                display: none;
                font-size: 12px;
                font-weight: normal;
                width: 18px;
                height: auto;
                line-height: 12px;
                text-align: center;
                position: absolute;
                left: 10px;
                top: 11px;
                z-index: 1;
                background-color: #FFF;
            }

            .nav-list > li .submenul > li.active > a > [class*="icon-"]:first-child, .nav-list > li .submenul > li:hover > a > [class*="icon-"]:first-child {
                display: inline-block;
            }

            .nav-list > li .submenul > li.active > a > [class*="icon-"]:first-child {
                color: #c86139;
            }

    .nav-list > li > .submenul > li:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 7px;
        left: 20px;
        top: 17px;
        border-top: 1px dotted #9dbdd6;
    }

    .nav-list > li > .submenul > li:first-child > a {
        border-top: 1px solid #fafafa;
    }

    .nav-list > li > .submenul:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 18px;
        top: 0;
        bottom: 0;
        border: 1px dotted #9dbdd6;
        border-width: 0 0 0 1px;
    }

    .nav-list > li.active > .submenul > li:before {
        border-top-color: #8eb3d0;
    }

    .nav-list > li.active > .submenul:before {
        border-left-color: #8eb3d0;
    }

    .nav-list li .submenul {
        overflow: hidden;
    }

    .nav-list li.active > a:after {
        display: block;
        content: "";
        position: absolute !important;
        right: 0;
        top: 4px;
        border: 8px solid transparent;
        border-width: 14px 10px;
        border-right-color: #ffffff;
    }

    .nav-list li.open > a:after {
        display: none;
    }

    .nav-list li.active.open > .submenul > li.active.open > a.dropdown-toggle:after {
        display: none;
    }

    .nav-list li.active > .submenul > li.active > a:after {
        display: none;
    }

    .nav-list li.active.open > .submenul > li.active > a:after {
        display: block;
    }

    .nav-list li.active.no-active-child > a:after {
        display: inline-block !important;
    }

    .nav-list a .badge, .nav-list a .label {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
        position: absolute;
        top: 9px;
        right: 11px;
        opacity: .88;
    }

        .nav-list a .badge [class*="icon-"], .nav-list a .label [class*="icon-"] {
            vertical-align: middle;
            margin: 0;
        }

    .nav-list a.dropdown-toggle .badge, .nav-list a.dropdown-toggle .label {
        right: 28px;
    }

    .nav-list a:hover .badge, .nav-list a:hover .label {
        opacity: 1;
    }

    .nav-list .submenul .submenul a .badge, .nav-list .submenul .submenul a .label {
        top: 6px;
    }
