body {
    font-family: Tahoma, Arial, Verdana, sans-serif;

    background: #e5e6e6;
    color: #666;
}

    body .footer {
        padding: 20px;
        z-index: 1;
        position: relative;
    }

    body .footer {
        color: #333333;
        background: rgba(120, 120, 120, 0.1);
        height: auto;
        margin: 0;
        padding: 20px;
    }

#wrapper {
    width: 100%;
    background: #43474b;
}

#page-wrapper {
    min-height: 600px;
    padding: 1px 1px 1px 1px;
    background: #e5e6e6;
    z-index: 100;
}

#page-inner {
    width: 100%;
    background-color: #e5e6e6 !important;
    padding: 10px 10px 10px 10px;
    min-height: 1200px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-semibold {
    font-weight: 900 !important;
}

/*==============================================
    MENU STYLES    
    =============================================*/

/*============= menu-content =============*/
#menu-content {
    white-space: nowrap !important;
    position: relative;
    padding-left: 75px !important;
}

.menu-content {
    border: none;
    margin-top: -10px;
}

.menu-content {
    display: block;
}

    .menu-content.top {
        border-bottom: 0px solid;
        border-top: none;
        margin-bottom: 30px;
        margin-top: 0;
        padding-top: 25px;
    }

#menu-content > div {
    width: 160px;
}

#menu-content > div {
    margin: 0px 0;
    position: relative;
}

#menu-content .text-bg {
    color: #e5e5e5;
    margin-bottom: 6px;
    font-size: 13px;
}

#menu-content img {
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    left: -60px;
    top: 1px;
    border-radius: 999999px;
}

.menu-content .btn-outline {
    border-color: #4d5156;
    color: #a8adb2;
}

#menu-content .btn {
    width: 26px !important;
    height: 22px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    display: inline-block !important;
    opacity: .8;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.btn-group > .btn.btn-outline {
    background: 0 0;
}

.btn-group > .btn-primary:hover {
    background-position: 0% 0%;
    color: #fff;
    border-bottom-color: #2d95b3;
    background-image: linear-gradient(to bottom,#5cbbd6 0,#43b0d0 100%) !important;
    background-repeat: repeat-x;
    border-left-color: #43b0d0;
    border-right-color: #43b0d0;
    border-top-color: #43b0d0;
    background-color: #50b5d3 !important;
    background-attachment: scroll !important;
}

.btn-group > .btn-danger:hover {
    background-position: 0% 0%;
    color: #fff;
    border-bottom-color: #c22e1c;
    background-image: linear-gradient(to bottom,#e55c4b 0,#e14430 100%) !important;
    background-repeat: repeat-x;
    border-left-color: #e14430;
    border-right-color: #e14430;
    border-top-color: #e14430;
    background-color: #e3503e !important;
    background-attachment: scroll !important;
}

/*============= end menu-content =============*/
.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

        .sidebar-collapse .nav li.pageGroup > a {
            color: #e5e5e5;
            background: #83b035 !important;
            border-color: #83b035 !important;
        }

        .sidebar-collapse .nav > li.pageGroup > a:hover {
            color: #fff;
        }

        .sidebar-collapse .nav li.active > a {
            color: #a8adb2;
            /*color: #fff;*/
            background: #393d40 !important;
            border-color: #393d40 !important;
        }

        .sidebar-collapse .nav > li.active > a:hover {
            color: #fff;
        }

        .sidebar-collapse .nav > li > a {
            /*color: #a8adb2;*/
            color: #e6edf2;
            background: #43474b;
            text-shadow: none;
        }

    .sidebar-collapse > .nav > li > a {
        display: block;
        height: 39px;
        line-height: 17px;
        padding-left: 7px;
        text-shadow: none !important;
        font-size: 13px;
        text-decoration: none;
    }

    .sidebar-collapse > .nav > li {
        border-bottom: 1px solid #4d5156;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #4d5156;
        color: #fff;
        outline: 0;
    }

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #dddddd;
    }


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 27px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.nav-second-level > li > a:before,
.nav-third-level > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    width: 7px;
    height: 1px;
    background: #9dbdd6;
    border: 1px dotted;
    border-width: 1px 0 0;
    top: 20px;
}

.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    width: 1px;
    height: 100%;
    background: #9dbdd6;
    top: 0px;
    z-index: 10;
    bottom: 0;
    border: 1px dotted;
    border-width: 0 0 0 1px;
}

.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}


.navbar-side {
    border: none;
    background-color: #43474b;
}

.navbar-fixed-top {
    background-image: -webkit-linear-gradient(top,#005E00 0,#003300 100%);
    background-image: linear-gradient(to bottom,#005E00 0,#003300 100%);
    background-repeat: repeat-x;
    box-shadow: 0 2px 2px rgba(0,0,0,.08),0 1px 0 rgba(0,0,0,.08);
    z-index: 99;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
}

    .navbar-fixed-top .navbar-brand:hover {
        color: #FFF;
    }

.navbar-cls-top {
    background-image: -webkit-linear-gradient(top,#005E00 0,#003300 100%);
    background-image: linear-gradient(to bottom,#005E00 0,#003300 100%);
    background-repeat: repeat-x;
    box-shadow: 0 2px 2px rgba(0,0,0,.08),0 1px 0 rgba(0,0,0,.08);
    z-index: 99;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
}

    .navbar-cls-top .navbar-brand:hover {
        color: #FFF;
    }

.navbar-default {
    border: 0px solid black;
    border-bottom: 1px solid #fcff00;
    background-color: #004521;
}

    .navbar-default .navbar-brand {
        padding-left: 20px;
        font-size: 16px;
        color: #d3d3d3;
    }

.navbar-header {
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0,69,33,0.3);
}

.navbar-default .navbar-toggle {
    border-color: #E6E6E6;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #E6E6E6;
    }

.nav > li > a > i {
    margin-right: 10px;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media(min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 240px;
        padding: 1px 1px 1px 1px;
        min-height: 1200px;
    }

    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 240px;
    }

    .navbar {
        border-radius: 0px;
    }
}
