#wrapper {
    padding-left: 0;
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #2A2B2C;
}

#sidebar-wrapper hr{
    margin:0px;
    color:#222323;
    border-top : 1px solid #222323;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0;
    width: 200px;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    padding-left: 20px;
    line-height: 40px;
    display: block;
    height: 40px;
    vertical-align: middle!important;
}

.sidebar-group-title{
    color: #999999;
    margin-left:10px;
    height: 65px;
    font-size: 12px;
    line-height: 60px;
    text-transform: uppercase;
}

.sidebar-nav li img {
    vertical-align: middle;
    margin-right: 10px;
}

.sidebar-nav li.active{
    border-left:3px solid #4EC46D;
    background: rgba(0,0,0,0.8);
    position:relative;
    color:#EDEFF1;
    z-index: 0;
    padding-left: 17px;
}

//use to inactive link
.sidebar-nav li.active_1:before {
    content:"\00a0";
    z-index:1;
    position:absolute;
    border-bottom: 1px solid #27292A;
    margin-left: -3px;
    width:105%;
    bottom:0px;
    top:0px;
    right:0px;
}

.sidebar-nav li p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    color:#EDEFF1;
    opacity:0.8;
}

.sidebar-nav li a {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #999999;
    padding-left: 34px;
}

.sidebar-nav li:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}



.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


#wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


.sidebar-header {
    padding: 6px 10px 6px 10px;
    position: relative;
    background: #3A3F41;
    max-height:55px;
    height: 100%;
}

.sidebar-header img{
    height: 100%;
    max-width: 100%;
}

.sidebar-header.drop-shadow {
    -webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, .05);
}

.sidebar-header .avatar{
    width: 60px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    float: left;
    margin: 0 10px 0 0;
}
.sidebar-header h2, .sidebar-header h3 {
    line-height: 0;
}
.sidebar-header h2 {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.sidebar-header h3 {
    font-size: 12px;
    color: #fff;
}

.sidebar-header i {
    width: 30px;
    text-align: center;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #fff;
}
.sidebar-wrapper i {
    color: white;
}

.sidebar-header .btn-primary{
    background-color:gray!important;
    margin-top:0px;
    margin-left:0px;
}

.sidebar-header .btn-primary:hover{
    background-color:#939393!important;
}

.dashboard-icon{
    background:url("/resources/images/icons/dashboard.png") no-repeat left center transparent;
}

.jobs-icon{
    background:url("/resources/images/icons/jobs.svg") no-repeat left center transparent;
}

.schedules-icon{
    background:url("/resources/images/icons/schedules.png") no-repeat left center transparent;
}

.admins-icon{
    background:url("/resources/images/icons/admins.png") no-repeat left center transparent;
}
.stats-icon{
    background:url("/resources/images/icons/stats.png") no-repeat left center transparent;
}

.email-icon{
    background:url("/resources/images/icons/email.png") no-repeat left center transparent;
}

.users-icon{
    background:url("/resources/images/icons/users.png") no-repeat left center transparent;
}

.computers-icon{
    background:url("/resources/images/icons/computer.png") no-repeat left center transparent;
    min-width:32px;
    min-height:32px;
}

.user-groups-icon{
    background:url("/resources/images/icons/user_groups.png") no-repeat left center transparent;
}

.computer-groups-icon{
    background:url("/resources/images/icons/computer_groups.png") no-repeat left center transparent;
}

.runner-icon{
    background:url("/resources/images/icons/runner.png") no-repeat left center transparent;
}
.runner-groups-icon{
    background:url("/resources/images/icons/runner-groups.png") no-repeat left center transparent;
}

.jobruns-icon{
    background:url("/resources/images/icons/reports.png") no-repeat left center transparent;
}

.report-icon{
    background:url("/resources/images/icons/assignment.png") no-repeat left center transparent;
}

.doc-icon{
    background:url("/resources/images/icons/documentation.png") no-repeat left center transparent;
}

.settings-icon{
    background:url("/resources/images/icons/settings.png") no-repeat left center transparent;
}

.company-icon{
    background:url("/resources/images/icons/company.png") no-repeat left center transparent;
}

.support-icon{
    background:url("/resources/images/icons/support.png") no-repeat left center transparent;
}

.signin-icon{
    background:url("/resources/images/icons/signin.png") no-repeat left center transparent;
}

.signup-icon{
    background:url("/resources/images/icons/signup.png") no-repeat left center transparent;
}

.program-options-icon{
    background:url("/resources/images/icons/program_options.png") no-repeat left center transparent;
}

.gs-accounts-icon{
    background:url("/resources/images/icons/gs_accounts.png") no-repeat left center transparent;
}

#sidebar {
    height:100%;
    min-height: 650px;
}

footer {margin-top:-50px;}

_:-ms-lang(x), footer {
    margin-top:-80px;
}

#span-gs-ver {
   padding-left: 8px;
   color: #e5e5e5;
   font-size:12px;
}
#span-news {
   padding-left: 8px;
   color: #e5e5e5;
   font-size:12px;
}

.sidebar-header .admin-role{
    margin-top:10px;
    margin-bottom:5px;
}

.tree-node-icon{
    background:url("/resources/images/icons/tree-node.png") no-repeat left center transparent;
}

.tree-node-last-icon{
    background:url("/resources/images/icons/tree-node-last.png") no-repeat left center transparent;
}

.vert-line-icon{
    background:url("/resources/images/icons/vert-line.png") no-repeat left center transparent;
}

.popover{
	border-radius: 0px!important;
	color:#959597;
	background: #fff;
}

.popover .btn {
    padding-left: 5px;
    padding-right: 5px;
}

.popover-title {
    border-bottom: 0!important;
    background-color: #fff!important;
    font-size: 16px!important;
    font-weight: bold;
}

h2{
    margin-top: 10px;
}

.panel-800{
    max-width: 800px;
}