/*KB Search Box*/
div.mha-kb-sb-compact {
    width: 230px;
    padding-left: 5px;
}

div.mha-kb-searchbox-container {
    width: 240px;
    height: 80px;
}

.mha-kb-search-refiner {
    padding-top: 25px;
}


/* MHA KB CSS - Desktop */
.mha-div-table-split {
    display: table-cell;
    width: 2%;
}

.mha-div-kb-videos {
    width: 39%;
}

.mha-div-kb-hottopics {
    width: 59%;
}

div.mha-kb-searchbox-container {
    width: 244px;
    height: 80px;
}


/*KB Search Box*/
div.mha-kb-searchbox-container {
    background-color: rgb(230, 235, 238);
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    margin-bottom: 20px;
}

h2.ms-webpart-titleText {
    padding-top: 6px;
}

div.mha-kb-sb-compact a.ms-srch-sb-searchLink {
    margin-left: -5px;
    width: 40px !important;
    height: 28px !important;
    /*background: url('/_layouts/15/PHP.MHA/PHP.KB/images/sprite.png') no-repeat;*/
	background: url('/help/knowledgebase/PublishingImages/sprite.png') no-repeat;
    background-position: 0 -235px;
}

div.mha-kb-sb-compact div.ms-srch-sb-border {
    border: 0 none !important;
    width: 100%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

div.mha-kb-sb-compact div.ms-srch-sb {
    /* background: url('/_layouts/15/PHP.MHA/PHP.KB/images/left_rounded_solid_white.png') no-repeat; */
    padding-left: 11px;
    background: none;
}

span.mha-kb-sb-input-borders {
    background: #fff;
    border-top: 1px solid #e2e4e3;
    border-bottom: 1px solid #e2e4e3;
    height: 26px;
    line-height: 26px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
}

    span.mha-kb-sb-input-borders input {
        width: 90%;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

div.mha-kb-sb-compact div.ms-srch-sb input.ms-textSmall {
    font-size: 1.1em !important;
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    height: 17px;
    box-sizing: content-box;
    border: 0 none;
}

span.mha-kb-sb-button {
    display: block;
    float: right;
}

img#searchImg {
    display: none;
}

.mha-layout-kb .ms-PartSpacingVertical {
    display: none;
}

.mha-kb-section-main ol {
    padding-left: 20px;
}

    .mha-kb-section-main ol > li {
        padding: .2em 0;
    }

.mha-kb-section-border {
    border: 1px solid #cbcbcb;
}

.mha-kb-section-main {
    margin-bottom: 10px;
}

.mha-kb-section-header {
    background: #e4ebee;
    padding: 10px;
    color: #444;
    font-weight: bold;
    font-size: 14px;
    border-bottom: dotted 1px #999;
}

.mha-kb-section-body {
    padding: 1em 10px;
    min-height: 140px;
}

.mha-content-full .mha-kb-section-body ul {
    margin: 0;
}

.mha-kb-searchbox {
    margin-bottom: 10px;
}

    .mha-kb-searchbox h2 span:first-child {
        padding-left: 16px;
    }

.KB-fixed-title {
    width: 100%;
}

.mha-layout-kb h1.mha-kb-topic-title {
    font-weight: bold;
    font-size: 16px;
}

.mha-layout-kb .mha-kb-content-header {
    border-bottom: dotted 1px #999;
    margin-bottom: 6px;
    padding: 0 6px;
    text-transform: none;
}

.mha-layout-kb .mha-kb-report-issue {
    float: right;
    font-size: 14px;
    padding: 5px;
}


span.mha-kb-sb-input-borders {
    background: #fff;
    border-top: 1px solid #c3c2c2;
    border-bottom: 1px solid #c3c2c2;
    border-left: 1px solid #c3c2c2;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
}



div.MHA_global_sb_compact div.ms-srch-sb-border {
    border: 0 none !important;
    width: 100%;
    max-width: 400px;
}

div.MHA_global_sb_compact div.ms-srch-sb-borderFocused {
    border: 0 none !important;
}


#ctl00_PlaceHolderMain_ctl01_csr_AutoCompList {
     display: none; 
}


@media only screen and (max-width: 767px)
{
    
    div.mha-kb-searchbox-container {
    width: auto;
    }
	div.mha-kb-sb-compact {
		width: auto;
		padding-right : 10px;
	}    
}


/* hide Quicklinks */
#QuickLinksDiv
{
    display:none;

}