
/* Help 1 col */
@media (max-width: 768px) {
	.help-topic-content {
		border-left: none !important;
		padding-left: 0px !important;
	}
	.help-col1 {
		display: table !important;
	}
	.help-col2 {
		display: none !important;
	}
	
	.help-topic-sidebar {
		width: 100%;
	}
}

/* Help 2 col */
@media (min-width: 769px) {
	.help-col1 {
		display: none !important;
	}
	.help-col2 {
		display: table !important;
	}
	
	.help-topic-sidebar {
		width: 214px;
	}
}

/*
    WRAPPER
*/
.help-topic-content-wrapper {
    max-width: 100%;
    padding-right: 10px;
}
.help-topic-content-table {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width:959px){
    .help-topic-panel{
        padding:0;
    }
}

/*
    SIDEBAR
*/
.help-topic-sidebar {
    /*background: #dda43d;*/
}

#main-menu {
    /*background-color: #2E3039;*/
}

.list-group-item {
    /*background-color: #2E3039;*/
    border: none;
}

a.list-group-item {
    color: #000;
    padding-left: 0;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #eee;

}
a.list-group-item.active{
    font-weight: bold;
    background:transparent;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    color: #000;
    background-color: transparent;
    font-weight: bold;
    border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-level1 .list-group-item {
    padding-left: 30px;
}

.list-group-level2 .list-group-item {
    padding-left: 60px;
}

/*
    CONTENT
*/
.help-topic-content {
    /*background: #ddddc2;*/
    padding-left: 10px;
    border-left:1px solid #ccc;
}
