.help-wrapper {
	background: #FFFFFF;
    border: 1px solid #ACCCF7;
    overflow: hidden;
    margin-right: -8px;
    height: 100%;
    width: 100%;
}

.help-wrapper ol, ul, li {
    margin: 0;
    padding: 0;
}

.help-wrapper a {
    text-decoration: none;
    color: #0E4A9C;
}

.help-wrapper .header {
    padding: 20px;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #E7E7E7;
    height: 60px;
    box-sizing: border-box;
}

.help-wrapper .search-form-header.header {
    padding: 0;
    height: 35px !important;
}

.help-wrapper .search-form i {
	padding: 5px 10px;
	cursor: pointer;
}

.help-wrapper .help-search {
	height: 27px;
	width: 350px;
	border: 1px solid #C0C0C0 !important;
	border-radius: 5px;
	margin: 3px 0;
	box-sizing: border-box;
	padding-left: 7px;
	line-height: 18px;
	font-size: 16px;
	outline: none;
    vertical-align: middle;
}

.help-wrapper .help-search-content .header {
    font-size: 14px;
    background-color: #F3F3F3;
    font-weight: normal !important;
    height: 40px;
    padding: 10px !important;
}

.help-wrapper .help-search-content .header a {
    float: right;
    margin-right: 10px;
}

.help-wrapper .help-search-content .search-list-wrapper {
    height: 286px;
    overflow-y: scroll
}

.help-wrapper .help-search-content .search-list-wrapper .no_result {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    color: #A0A0A0;
}

.help-wrapper .help-search-content .search_list:hover, .help-wrapper .content-help-list:hover {
    background-color: #F8F8F8
}

.help-wrapper .help-search-content .search_list .list_content a, .help-wrapper .content-help-list a {
    display: block;
    padding: 15px 20px;
    font-weight: 500;
}


.help-wrapper .footer {
	border-top: 1px solid #E7E7E7;
	background-color: #F3F3F3;
	height: 45px;
}

.help-wrapper .contact-support {
	font-size: 14px;
	padding: 10px 20px;
}