/*reset*/
 /*
a {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus ,a:active{
	color: inherit;
    text-decoration: none;
	background: inherit !important;
}*/
.panel {
 position:relative;
 margin-bottom:20px;
 background-color:#fff;
 border-radius:2px
}
.panel-heading {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fafafa;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-title {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
h3.panel-title {
    line-height: inherit;
    font-size: 18px;
}
.panel-heading + .panel-body {
    border-top: 0;
}
.panel-body {
    position: relative;
    border: 1px solid #e5e5e5;
	padding: 10px 15px;
}
.form-control.knowledgebase{
	padding: .6rem 2.25rem;
	line-height: 1.6;
	height: initial;	
}
.form-control.knowledgebase .btn-outline-secondary {
    border: 1px solid #ff9944;
}
.hidden-print .btn-success:hover,.hidden-print  .btn-success:focus,.hidden-print  .btn-success:active {
    background: #56c046 !important;
}
ul, ol {
    margin: 0px;
}
.kbarticles .col-sm-6 {
    padding: 10px!important;
}
/*reset*/
#knowledgebase blockquote{
    padding: 9.5px 19px;
    border-left: 5px solid #eee;	
}
/*
#ext_site a:not(.btn):focus, a:not(.btn):active{
	background: inherit !important;
}
#menu_box a:hover, #menu_box a:focus {
    text-decoration: none;
}
*/
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{
	background-color: #e5391d !important;
}
.btn{
	height: initial;
}
/*
#login {
    font-weight: 400;
    padding: 0px;
}*/
#login,
.logincontainer .btn-default {
	width: 47%;
}
h1 small .rememberme {
    display: inline;
    padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
}
h1 small .rememberme input[type="checkbox"]{
	margin-top:0px;
}
#login_from button {
    display: block;
    border: none;
    padding: 0px;
    border-radius: 4px;
    line-height: 31px;
    opacity: 0.9;
}
#rememberme, #rme_lbl, .chbx {
    font-weight: 400;
    margin-bottom: 0px;
}
/* input#rme {
    margin: 0px 0 0;
} */
#wrapit_whmcs{
	background: #fff;
}
.whmcscontainer {
	padding-top: 20px;
    max-width: 1100px;
}
/* knowledgebase */
.input-group {
    padding: 20px;
}
.input-group-btn {
    border: none;
    box-shadow: none;
    padding: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.kbarticles {
    font-size: 1em;
}
.kbarticles p{
    padding-left: 22px;
}
.kbcategories p {
    padding-left: 26px;
}
.downloadcat{
    margin-right: 0 !important;
    padding: 10px !important;
}
.downloadcat .internalpadding {
    /* background: white; */
    min-height: 65px;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.kbarticles .internalpadding {
    /* background: white;
    min-height: 65px; */
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin:10px;
	margin-right: 0px;
}
.kbarticles .internalpadding:hover {
    background: #fbfbfb;
}

/* / knowledgebase */