/*------------------------------------------*/
/*   Base Style Start
/*------------------------------------------*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
a,
p,
img,
i,
ol,
ul,
li,
textarea,
button,
input {
    margin: 0;
    padding: 0;
    outline: 0;
}
body.hc_body {
    font-family: $font_1;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
img,
iframe {
    display: inline-block;
    border: none;
    max-width: 100%;
}
body a,
body a:hover,
body a:focus {
    color: $color_2;
    background: transparent;
    text-decoration: none;
}
ul li {
    list-style: none;
}
body pre {
    white-space: normal;
}
table {
    width: 100%;
}
table td,
table th {
    padding: 10px;
    border: 1px solid #ddd;
}

/*------------------------------------------*/
/*   Base Style End
/*------------------------------------------*/

/*------------------------------------------*/
/*   Header Start
/*------------------------------------------*/

header.header {  
  background: rgba(109, 121, 130, 1);
}
.search-header {
    margin-bottom: 10px;
    background: #293a56;
}
.search-bg {
    background: transparent;
}
.navbar-collapse {
    padding: 0;
    position: relative;
}
.nav li a {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.nav li:hover a,
.nav li.active a,
.nav li a:focus {
    color: #000;
    background: transparent;
    font-weight: 600;
}
.navbar {
    margin-bottom: 0;
}
.navbar-toggle {
    border-radius: 0;
    padding: 20px 15px;
    background: transparent;
    border: 0;
}
.logo {
    padding: 10px 0;
}
.logo img {
    max-height: 40px;
}
#user #user-name {
    max-width: 100px;
}
#user-avatar {
    width: 30px;
    border-radius: 100%;
    display: inline-block;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin: 0;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: transparent;
}
.collapse li {
    display: block;
}
.nav-bg {
    width: 70%;
    float: left;
}
.language {
    margin: 7px 0 2px;
    visibility: visible;
}
.request-submit:hover {
    color: #000;
}
.search-bg {
    padding: 5px;
    margin: 3px 0 0px;
    border-radius: 6px;
}
.search-bg input[type="search"] {
    width: 76%;
    display: inline-block;
    height: 40px;
    padding-left: 50px;
    border: 1px solid #fff;
    border-bottom: 0px solid #b2b2b2;
    border-radius: 6px;
}
.search-bg input[type="submit"] {
    width: 22%;
    background: #888;
    border-radius: 6px;
    color: #fff;
    height: 39px;
    margin-bottom: 3px;
    border: 1px solid #888;
    border-bottom: 0px solid #676767;
    text-transform: uppercase;
}
.header-user-info .with-image {
    color: #fff;
    border: 0;
    padding-left: 0;
}
.header-user-info:hover .with-image {
    color: #fff;
}
.header-user-info a.submit-a-request,
.language-selector > a.dropdown-toggle {
    color: #fff;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
h1.page-header.hc-title {
    width: 80%;
    display: inline-block;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -4px;
}
.section-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
    margin-bottom: 20px;
}
p.section-description {
    text-align: justify;
}
body .header-user-info a.login {
    border: 0;
    padding: 0;
    margin-left: -5px;
    color: #333;
    vertical-align: baseline;
    margin-top: 10px;
}

/*------------------------------------------*/
/*   Header End
/*------------------------------------------*/
/*------------------------------------------*/
/*   Theme color code Start
/*------------------------------------------*/

.news-announcement h3,
a.see-all-articles,
.side-section ul li a:hover,
footer input[type="submit"],
.answer-form-controls input[type="submit"],
form footer a,
.comment-form input[type="submit"],
a.see-all-articles:hover,
a.see-all-articles:focus,
ul.hc-category-list li a.active {
    background: rgba(255, 94, 27, 1);
}
/*------------------------------------------*/
/*   Theme color code Start
/*------------------------------------------*/

/*------------------------------------------*/
/*   Home Start
/*------------------------------------------*/

.custom-blocks {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}
.custom-blocks li, .custom-blocks .category {
    display: flex;
    flex: 1 0 200px;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
}
.navigation-img {
    width: 100%;
    border: 1px solid #ddd;
    background: #f3f3f3;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}
.navigation-img img {
    display: inline-block;
}
.navigation-img h3 a,
.navigation-img a h3 {
    margin: 10px 0 0;
    color: #bebebe;
}
.navigation > ul {
    overflow: hidden;
}
.navigation h2,
.section-description h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 5px 5px 0;
    text-transform: capitalize;
}
.navigation h2 a {
    color: #454545;
}
.navigation .navigation-details li {
    margin: 2px 0 !important;
}
.navigation-details {
    margin-top: 10px;
}
.navigation-details li a {
    color: #000;
    font-size: 1.2em;
}
.current-customers,
section.promoted-articles ul {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
.news-announcement h3 {
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    border-bottom: 5px solid;
}
.news-announcement h3 {
    border-color: $color_5;
    margin: 0;
}
.announcement-details h5 {
    padding: 0 10px 0 10px;
    font-weight: 500;
    font-size: 1.2em;
    color: #2a66a9;
    margin: 0;
    line-height: 30px;
}
.announcement-details p {
    padding: 0 10px 0 10px;
    color: #000;
    font-size: 1.2em;
}
.announcement-details span {
    font-weight: 600;
    padding-right: 10px;
}
.current-customers .announcement-details p a {
    color: #2a66a9;
}

/*------------------------------------------*/
/*   Home Ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Footer Section starts
/*------------------------------------------*/

footer.hc_footer {
/*    background: rgba(109, 121, 130, 1); */
  	background: #293a56;
    overflow: hidden;
    margin-top: 35px;
    width: 100%;
    color: #fff;
    padding-top: 30px;
}
.hc_footer h3 {
    font-size: 1.33em;
    color: #fff;
}
.hc_footer ul li a {
    text-transform: capitalize;
    color: #fff;
}
.hc_footer .col-md-3,
.section-tree .section {
    vertical-align: top;
    float: none;
    display: inline-block;
    margin: -3px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.copyright-section {
    background: $color_4;
    padding: 20px 0;
}
.copyright-section p {
    margin-bottom: 0;
}
.social li a.youtube {
    background-color: #D00D0D;
}
.social li a.linkedin {
    background-color: #1D76B3;
}
.social li a.google {
    background-color: #DC4A38;
}
.social li a.facebook {
    background-color: #3364A3
}
.social li a.twitter {
    background-color: #33BDFD;
}
.social-share li a:hover {
    opacity: .5;
}
.hc_footer .social {
    margin-left: 0;
}
.hc_footer .social li {
    padding: 0;
    margin: 0 -1px 3px -1px;
}
.social li a {
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
}
#year {
    margin: 0 3px;
}

/*------------------------------------------*/
/*   Footer Section ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Category, Section Starts
/*------------------------------------------*/

.side-section {
    margin-bottom: 5%;
}
.side-section ul li {
    margin-bottom: 4px;
}
.side-section ul li a {
    padding: 5px 20px;
    color: #2d2d2d;
    background: #f6f6f6;
    display: block;
}
.side-section ul li.active a {
    background: #2a66a9; 
    color: #fff;
}
.side-section ul li a:hover,
.hc-category-list li a.active {
    color: #fff;
}

.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 13px;
    color: $color_2;
}
.category-template .visibility-internal-icon:before,
.section-template .visibility-internal-icon:before {
    margin-right: 10px;
}
.category-tree section.category .section > h3 {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.5em;
}
.section > h3 a {
    color: #333333;
}
.section-tree .article-list {
    margin-bottom: 15px;
}
.article-list li {
    padding: 5px 10px;
    position: relative;
}
.article-list li a {
    color: #333;
}
.article-list li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: $color_2;
}
a.see-all-articles {
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
}
a.see-all-articles:hover,
a.see-all-articles:focus {
    color: #fff;
}
.dropdown-menu[aria-expanded=true] {
    left: inherit;
    right: 0;
    bottom: inherit;
}

nav.pagination {
    margin: 20px 0 10px 0;
}
nav.pagination li {
    background: $color_2;
    padding: 5px 10px;
    box-shadow: 4px 5px 4px 2px #efefef;
    display: inline-block;
    color: #fff;
}
nav.pagination li.pagination-current {
    background: #fe6b2d;
    cursor: not-allowed;
}
nav.pagination a {
    font-weight: 500;
    color: #fe6b2d;
}
.header-user-info, #user,
nav.pagination ul li, .language-selector {
    display: inline-block;
}
body .hc-title {
    margin-top: 0;
}
.sec-sub .section-subscribe, .sec-sub {
    float: right;
}


/*------------------------------------------*/
/*   Category, Section Ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Breadcrumbs Starts
/*------------------------------------------*/

.breadcrumbs li {
    display: inline-block;
    color: #2c2c2c;
    font-weight: 500;
}
.breadcrumbs li a {
    font-size: 1em;
    color: #2c2c2c;
    font-weight: 500;
}
.breadcrumbs li + li:before {
    content: "/";
    color: #8d8c8c;
}
.breadcrumbs > li:first-child a:before {
    content: "\f015";
    font-family: 'FontAwesome';
    font-size: 1.5em;
    padding-right: 5px;
}
/*------------------------------------------*/
/*   Breadcrumbs Ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Article Template Starts
/*------------------------------------------*/

.article-user-info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 5px;
}
.article-user-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.article-subscribe-section a,
a.question-unsubscribe,
a.question-subscribe {
    border: 0;
    float: right;
    background: $color_2;
    color: #fff;
}
.article-subscribe-section a:hover,
.article-subscribe-section a:focus {
    background: $color_2;
    color: #fff;
}
.article-body ol > li {
    list-style-type: decimal;
}
.article-body ul > li {
    list-style-type: disc;
}
.article-body ul,
.article-body ol {
    padding-left: 20px;
}
h2.article-head {
    margin-bottom: 20px;
    margin-top: 0;
}
body .article-vote-up,
body .article-vote-down {
    box-shadow: none;
    color: inherit;
    line-height: 30px;
    padding: 0 10px;
}
.article-vote-up::before {
    content: "Yes";
}
.article-vote-down::before {
    content: "No";
}
.article-vote {
    display: inline-block;
}
.article-vote-controls a.article-vote-up.article-voted {
    color: #78A300;
}
.article-vote-controls a.article-vote-down.article-voted {
    color: #dd4a3a;
}
.article-attachments ul.attachments li:first-child {
    padding-top: 20px;
}
.article-voting {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    margin-top: 35px;
}
.article-voting ul.share {
    float: right;
    padding-top: 30px;
}
.article-vote-controls a {
    margin: 10px 2px;
}
.share li,
.share a {
    display: inline-block;
}
.share a::before {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}
.share-facebook::before {
    content: "";
    background: #3b5998;
}
.share-twitter::before {
    content: "";
    background: #00ACED;
}
.share-linkedin::before {
    content: "";
    background: #007BB6;
}
.share-googleplus::before {
    content: "";
    background: #DD4A3A;
}
.share a {
    height: 31px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
.share li,
.share a {
    display: inline-block;
}.company-info a,
.company-info a:hover,
.company-info a:focus {
    color: #fff;
}
.article-comments h2 {
    display: block;
    font-size: 2em;
    margin-bottom: 25px;
}

/*------------------------------------------*/
/*   Article Template Ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Contributions Page & Following Page
/*------------------------------------------*/

.my-activities-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    padding: 0;
    background: #fff;
}
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li::before {
    display: none;
}
.my-activities-header .breadcrumbs li {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}
.breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
}
.my-activities-nav { 
  background: #000000;  
  margin-bottom: 0;
}
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
    background: transparent;
}
.nav li a,
.nav-bordered li a,
.nav-spaced li a {
    font-weight: normal;
}
.nav-bordered li + li {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.nav-spaced li + li {
    margin: 0 0 0 40px;
}
#request-status-select {
    border: 1px solid #efefef;
    padding: 8px;
    border-radius: 40px;
}

/*------------------------------------------*/
/*   Contributions Page & Following Page End
/*------------------------------------------*/

/*------------------------------------------*/
/*   Request list Page Start
/*------------------------------------------*/

.request-table-toolbar {
    background: none repeat scroll 0 0 #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.requests-search {
    border-radius: 10px;
    outline: medium none;
    padding: 6px 15px;
    margin-bottom: 5px;
    border: 1px solid #efefef;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
.request-table-filters label::before {
    content: " ";
    display: inline-block;
    width: 25px;
}
.side-column {
    margin-top: 7px;
}
/*------------------------------------------*/
/*   Request list Page End
/*------------------------------------------*/

/*------------------------------------------*/
/*   Request Page Start
/*------------------------------------------*/

.request-id,
.comment-published {
    color: #bebebe;
}
.request-id {
    margin-top: 10px;
    display: inline-block;
}
.comment-list {
    margin-bottom: 25px;
}
.comment-list > *:first-child {
    border-top: 1px solid #eeeeee;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment-list > * {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}
.comment-avatar {
    position: relative;
    width: 85px;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-avatar img {
    border-radius: 100%;
    max-height: 65px;
    max-width: 65px;
}
.comment-published::before {
    content: " ";
    display: inline-block;
    width: 5px;
}
.comment-published {
    color: #bebebe;
}
.comment-published,
.comment-pending,
.comment-official {
    border: 1px solid rgba(0, 0, 0, 0);
    float: right;
    font-size: 11px;
    padding: 1px 5px;
}
.comment-actions .dropdown-toggle:before,
.community-post .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
    color: #444;
}
span.comment-actions {
    float: right;
}
.community-post .question-controls .dropdown-toggle:before {
    padding-right: 5px;
}
textarea,
input[type="text"] {
    width: 100%;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.comment-attachments {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px;
}
.upload-dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.05);
}
.upload-dropzone span::before {
    content: "";
    font-size: 30px;
}
.request-details {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 15px 20px;
}
.request-details dt ~ dt {
    font-weight: bold;
    margin-top: 15px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #78A300;
}
.request-status {
    border-radius: 3px;
    color: #ffffff;
}
.label,
.request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.main-column > p {
    padding-top: 20px;
}
button,
[role="button"],
[type="button"],
[type="submit"] {
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.side-column [role="button"] {
    background-color: $color_2;
    color: #fff !important;
    border: 0;
}
h1.subject-head {
    font-size: 1.6em;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 0;
}

/*------------------------------------------*/
/*   Request Page End
/*------------------------------------------*/

/*------------------------------------------*/
/*   New Request Page Start
/*------------------------------------------*/

.form {
    background-color: #f6f6f6;
    padding: 20px;
}
.form-field {
    margin-bottom: 10px;
    width: 100%
}
.form-field label {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.form footer {
    margin-top: 20px;
    text-align: right;
}
.nesty-input {
    border: 1px solid #efefef;
}
footer input[type="submit"],
.answer-form-controls input[type="submit"],
form footer a,
.comment-form input[type="submit"] {
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    padding: 5px 30px;
}
.comment-form input[type="submit"] {
    margin-top: 10px;
    float: right;
}
form footer a {
    border-radius: 2px;
    color: #fff !important;
    padding: 9.5px 17px;
}
.form input {
    height: 35px;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 0px 10px;
}
.form-field #request_description {
    border-color: #efefef;
    margin-bottom: 10px;
    border-radius: 3px;
}
.form-field.required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form-field > input[type=checkbox], input[type=radio] {
    float: left;
    width: auto;
    height: 18px;
    margin-right: 10px;
    margin-top: 14px;
}
/*------------------------------------------*/
/*   New Request Page End
/*------------------------------------------*/

/*------------------------------------------*/
/*   Search Result Start
/*------------------------------------------*/

.search-results-subheading {
    font-size: 1.5em;
    padding: 10px 20px;
    background-color: $color_2;
    color: #fff;
    margin: 20px 0;
}
.search-result {
    border-bottom: 1px solid #ececec;
    padding: 15px 0 0 0px;
}
.search-result-link,
.search-result-link:hover {
    color: #444444;
    font-size: 1.4em;
    font-weight: 500;
}
.search-result-description {
    padding: 8px 0 34px;
}
.search-result-description {
    padding: 0 50px 20px 0;
    color: #959595;
}
.search-result-meta {
    padding-bottom: 10px;
}
.search-result-meta a {
    color: #333;
}
.search-bg {
    display: inline-block;
}
.search-result-votes {
    background: $color_2;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
    margin-right: 3px;
}
.search-results em {
    background: #ffff00;
}

/*------------------------------------------*/
/*   Search Result End
/*------------------------------------------*/

/*------------------------------------------*/
/*   Error
/*------------------------------------------*/

.error-page {
    text-align: center;
    padding: 4% 0;
}
.error-page h1 {
    text-transform: uppercase;
    font-size: 4em;
    font-weight: 800;
}
.error-page a {
    color: $color_2;
    font-size: 2em;
    font-weight: 300;
}
.error-page h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.error-page p {
    font-size: 1.4em;
    padding-bottom: 20px;
}
.error-page img {
    margin: 40px auto 20px;
    padding-bottom: 20px;
}

/*------------------------------------------*/
/*   Error
/*------------------------------------------*/

/*------------------------------------------*/
/*   Community Pages Starts
/*------------------------------------------*/

.article-comments-inner {
    background: #f6f6f6;
    padding: 30px;
}
.article-comments-inner p {
    font-size: 1em;
    font-weight: 500;
    color: #333;
}
.request-table-filters label {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin: 12px 5px;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.community-heading {
    margin: 0;
    width: 100%;
}
.community-nav {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding: 25px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}
.community-nav li + li {
    border-left: 1px none #eeeeee;
    padding-left: 30px;
}
.community-nav li a {
    font-weight: normal;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #eeeeee;
    display: table;
    padding-bottom: 15px;
}
.topic-heading,
.question-heading,
.answer-list-heading {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}
.topic-header > *,
.question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta,
.question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.question,
.answer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
}
.question-topic-list {
    margin: -20px 0 30px;
}
.question-topic-list li {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.question-topic-list a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #cccccc;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.question p {
    text-align: justify;
}
.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding-left: 0;
    text-align: center;
}
.vote-sum,
.vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-controls {
    border-radius: 5px;
}
.vote-up::before {
    content: "<";
}
.vote-down::before {
    content: ">";
}
.vote-controls:hover a {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #a6a6a6;
    color: #bbbbbb;
}
.question-avatar-agent::after,
.answer-avatar-agent::after {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/hc/assets/agent-marker.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    content: " ";
    height: 15px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 15px;
}
.question-avatar,
.answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar img,
.answer-avatar img {
    border-radius: 100%;
    max-height: 38px;
    max-width: 38px;
}
.question-body,
.answer-body,
.answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-body ol,
.answer-body ol,
.answer-official-body ol,
.question-body ul,
.answer-body ul,
.answer-official-body ul {
    padding-left: 15px;
}
.question-body ul li,
.answer-body ul li,
.answer-official-body ul li {
    list-style-type: disc;
}
.question-title,
.topic-title {
    font-size: 18px;
    margin-top: 0;
}
.answer-body ul.share {
    padding-left: 0;
}
.markdown {
    line-height: 1.7;
    word-wrap: break-word;
}
.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
    float: left;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.sub-nav .breadcrumbs {
    margin-bottom: 30px;
}
.announcement-details section.promoted-articles li a {
    color: #000;
    font-size: 1.1em;
}
section.promoted-articles ul {
    padding: 10px 30px;
    margin-bottom: 25px;
    border-radius: 0 0 5px 5px;
}
section.promoted-articles ul li {
    list-style-type: disc;
    padding: 5px 0;
}
.customers-info {
    padding: 15px;
}
.answer-form-controls {
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-form-controls input[type="submit"] {
    margin-left: 15px;
}
ul.share {
    display: inline;
}
.accordion-topics .panel-title > a,
.community-accordion .panel-title > a {
    color: #888;
    display: flex;
    vertical-align: middle;
    width: 100%;
}
.accordion-topics .glyphicon,
.community-accordion .glyphicon {
    font-size: 25px;
    display: table;
    float: none;
    height: 30px;
    width: 30px;
    top: 5px;
}
.accordion-topics .heading,
.community-accordion .heading {
    display: table-cell;
    float: none;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 0 4px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.topic-controls,
.question-controls,
.answer-controls {
    float: right;
    font-size: 11px;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.question-share,
.answer-share {
    position: relative;
}
.share-label {
    cursor: pointer;
}
.share-label + .share::before {
    border-bottom: 7px solid #cccccc;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    margin-left: -6px;
    top: -7px;
}
.share-label + .share::before,
.share-label + .share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label + .share::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    margin-left: -5px;
    top: -6px;
}
.share-label + .share::before,
.share-label + .share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label[aria-selected="false"] + .share {
    display: none;
}
.share-label + .share {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
}
input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 5px;
}
.community-sub-nav {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    position: relative;
}
.community-sub-nav li {
    display: inline-block;
    padding-right: 15px;
}
.community-nav li:last-child {
    border: 0 none;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
.community-nav li:last-child a::before {
    content: "✎";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.community-nav li:last-child a {
    color: #1a74b0;
}
.topic {
    display: inline-block;
    padding: 30px 0px 0px 0 !important;
    vertical-align: top;
    float: none;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
form#new_question {
    padding: 30px 10px;
}
form#new_question input {
    margin-bottom: 2px;
}
form#new_question textarea {
    margin-bottom: 15px;
}
.my-activities-table tr th + th,
.my-activities-table tr td + td {
    text-align: center;
}
.question-controls a + a,
.answer-controls a + a {
    margin-left: 15px;
}
.comment-body,
.answer-text,
.question-body p {
    word-wrap: break-word;
    word-break: break-word;
}
.my-activities-table {
    overflow-x: auto;
}
.section-tree .section h3 {
    margin-top: 0;
}
.question .vote {
    padding-bottom: 20px;
}
.comment-container footer {
    background: transparent;
    overflow: visible;
    margin-top: 0;
}
.article-comments-inner ul li.comment,
.my-activities-table > p {
    background: none !important;
    list-style: none;
    padding-top: 20px;
}
.searchbox-suggestions ul li {
    padding: 3px 0;
}
.searchbox-suggestions ul li a {
    color: #333;
    font-weight: 500;
    font-size: 0.9em;
}
.searchbox-suggestions {
    min-height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
}
.searchbox-suggestions ul {
    margin-bottom: 0;
}
form .searchbox label {
    padding-bottom: 10px;
}

/*------------------------------------------*/
/*   Community Pages Ends
/*------------------------------------------*/



ul.attachment-list li:before,
ul.attachments li:before {
    content: "\1F4CE";
    font-family: entypo;
    margin-right: 2px;
}
.comment-mark-as-solved {
    padding-top: 13px;
    display: inline-block;
}
.comment-mark-as-solved label {
    font-weight: normal;
}
.comment-mark-as-solved .category_section-listing section.category h2 {
    display: block;
}
.category_section-listing section.section {
    display: block;
    padding-top: 5px;
}
.category_section-listing section.section i.fa {
    font-size: 6px;
    vertical-align: middle;
}

/*------------------------------------------*/
/*   User Profiles Start
/*------------------------------------------*/

.profile-contribution .comment-link {
    margin-right: 5px;
}
.profile-header {
    padding: 30px 0;
    background-color: #f8f8f8;
    margin-top: -40px;
}
.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}
.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}
.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}
[dir=rtl] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
.profile-header .basic-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
}
.profile-header .basic-info .name {
    margin: 0;
}
.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.profile-header .options:not(:last-child) {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
    }
    .profile-header .options:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
    [dir=rtl] .profile-header .options:not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}
.profile-header .description {
    margin: 15px 0;
    flex-basis: 100%;
    word-break: break-all;
    word-break: break-word;
}
.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}
.profile-stats .stat-label {
    font-weight: 800;
    flex: 0 0 100px;
    margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}
.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}
.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }
    [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}
.profile-stats-counters {
    border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }
    [dir=rtl] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }
    [dir=rtl] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}
.profile-private-badge {
    flex-basis: initial;
    border: solid 1px $color_2;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    background: $color_2;
    margin-right: 6px;
    float: right;
}
.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}
.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
}
.profile-section {
    width: 100%;
}
.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}
.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    font-weight: 800;
    font-size: 13px;
}
.profile-section .breadcrumbs > li:first-child a:before {
    content: none;
    padding-right: 0px;
}
@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 auto;
        padding-bottom: 0;
    }
}
.profile-section-sorter {
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}
@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}
@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
    }
}
.profile-contribution {
    padding: 20px 0;
    word-wrap: break-word;
    position: relative;
}
.profile-contribution-header {
    margin-bottom: 5px;
}
.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}
.profile-contribution-body {
    margin: 10px 0;
}
.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}
@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }
    [dir=rtl] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}
.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}
[dir=rtl] .profile-contribution-list > .profile-contribution::before {
    right: 0;
}
.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }
    [dir=rtl] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}
.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }
    [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}
.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 0;
    color: #999;
}
.profile-section .no-activity {
    margin-top: 20px;
}
.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}
[dir=rtl] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}
.profile-activity-list {
    margin-top: 25px;
}
.profile-activity {
    position: relative;
    padding-bottom: 30px;
}
.options a {
    float: right;
    background: $color_2;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid $color_2;
}
.options a:hover {
    background: $color_2;
}
@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }
    [dir=rtl] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }
    [dir=rtl] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}
.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}
[dir=rtl] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}
@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }
    [dir=rtl] .profile-activity-header {
        margin-right: 0;
    }
}
.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
}
[dir=rtl] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-activity-description {
    margin: 0;
}
.profile-activity-description span:first-child {
    font-weight: 600;
    display: block;
}
@media (min-width: 768px) {
    .profile-activity-description span:first-child {
        display: inline;
    }
}
.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f8f8f8;
}
@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir=rtl] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}
.profile-activity:before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}
[dir=rtl] .profile-activity:before {
    right: 0;
}
@media (min-width: 768px) {
    .profile-activity:before {
        left: -14px;
    }
    [dir=rtl] .profile-activity:before {
        right: -14px;
    }
}
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
    content: "\1f4c4";
}
.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]:before {
    content: "\1f4d4";
}
.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]:before {
    content: "\1f4ac";
    line-height: 35px;
}
.collapsible-nav-list {
    display: inline;
    flex-direction: column;
    padding: 0;
}
@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}
.collapsible-nav-list li[aria-selected=true] {
    order: 0;
    position: relative;
}
.collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    display: inline-block;
}
.meta-group {
    display: flex;
    flex-wrap: wrap;
}

/*------------------------------------------*/
/*   User Profiles Ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Responsive CSS Starts
/*------------------------------------------*/

@media all and (max-width: 992px) {
    .copyright-page .section-description h4 {
        padding: 10px 0 0 0;
    }
    .navigation h2,
    .section-description h2 {
        font-size: 1.2em;
    }
    .navigation-details li a {
        font-size: 0.9em;
    }
    .header .navbar-nav>li>a {
        padding-right: 15px;
    }
}
@media all and (min-width: 992px) {
    .header .navbar-nav>li>a {
        padding-right: 30px;
    }
}
@media all and (max-width: 768px) {
    .section-description {
        margin-top: 30px;
        padding-left: 0;
    }
    .navbar-collapse {
        overflow: hidden;
    }

}
@media all and (min-width: 768px) {
    nav.navbar.nav-bg {
      padding-left: 0;
    }
    .header .navbar-nav>li>a {
      padding-left: 0px;
      padding-top: 18px;
    }
}
@media all and (max-width: 767px) {
    .navbar-header .navbar-toggle {
        float: none;
        margin-top: 15px;
        margin-left: 15px;
        border-color: $color_2;
    }
    .navbar-toggle span {
        background-color: $color_2;
    }
    .nav.navbar-nav.menu li {
        padding-left: 5px;
    }
    .copyright-section p {
        text-align: center;
    }
    .section-tree .section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .side-column {
        margin-top: 20px;
    }
}
@media all and (max-width: 600px) {
    .community-nav li:last-child {
        float: none;
        padding-top: 10px;
    }
    .community-nav li + li {
        padding-left: 0;
        width: 100%;
    }
    .community-nav li {
        margin-bottom: 15px;
    }
    .text-right {
        text-align: left;
    }
    .company-info {
        float: none;
    }
    .category-tree section.category .section > h3 {
        font-size: 1.1em;
    }
    body h3 {font-size: 18px;}
    .navigation-img img {max-width: 60px;}
}
@media all and (max-width: 480px) {
    .nav-bordered li,
    .community-nav li,
    .nav-spaced li {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-bordered li + li,
    .community-nav li + li,
    .nav-spaced li + li {
        padding: 0;
        margin-bottom: 8px;
        border-color: #fff;
        margin-left: 0;
    }
    .request-table-toolbar > input {
        width: 100%;
    }
    .request-table-filters {
        text-align: left;
        display: table;
    }
    .request-table-toolbar label {
        padding: 9px 5px 4px 1px;
        margin-left: -20px;
    }
    .question-avatar,
    .answer-avatar {
        display: table;
        margin: 20px 0;
    }
    body .answer-form {
        margin: 20px 0;
    }
    .answer-body {
        display: table;
    }
    .header-user-info a, #user #user-name {
        font-size: 0.9em;
    }
    #user-avatar {display: none;}
    .header-user-info {margin-top: 8px;}
    .search-bg input[type="submit"] {font-size: 0.8em;}
    .search-bg input[type="search"] {
        background-size: 20px;
        padding-left: 35px;
    }
    .sec-sub, .sec-sub .section-subscribe {
      float: none;
    }
    h1.page-header.hc-title {
      padding-bottom: 5px;
    }
}

/*------------------------------------------*/
/*   Responsive CSS End
/*------------------------------------------*/
