/*
Template Name: Quell
Version: 2.1
Author: Allies Interactive
Website: http://www.diziana.com/
Corporate Website : http://www.diziana.com
Contact: support@diziana.com
Follow: https://www.twitter.com/diziana.com
Like: https://www.facebook.com/diziana.engage
Purchase: Diziana.com
License: You must have a valid license purchased only from
diziana.com in order to legally use the theme for your project.
Copyright: © 2017 Allies Interactive. All Rights Reserved
*/

/*------------------------------------------*/
/*   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;
}

img,
iframe {
  display: inline-block;
  border: none;
  max-width: 100%;
}

body.hc_body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body a {
  color: #1e90ff;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

body a:hover,
body a:focus {
  color: #1e90ff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

body .btn {
  background-color: #1e90ff;
  color: #fff;
}

body .btn:hover,
body .btn:focus {
  color: #fff;
}

body table {
  border-collapse: collapse;
  text-align: left;
  width: 99.90%;
}

body th {
  border-width: 1px 0;
  color: #bebebe;
  white-space: nowrap;
}

body td,
body th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

td {border-width: 1px;}
ul li {list-style-type: none;}
body pre {white-space: normal;}
::-webkit-scrollbar-track {background: transparent;}

::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-radius: 10px;
}

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

.login, .user-info { 
margin-left: 20px; 
display: none !important; 
}

.multilevel-menu.navbar-collapse {box-shadow: none;}

.article-title.menu-title {
  background-color: #04203e;
  padding: 6px 12px;
  border: none;
  color: #fff;
  font-size: 26.6px;
  width: 100%;
  text-align: left;
  outline: 0;
  box-shadow: none;
}

.header-img {
  background:url(/hc/theming_assets/01HZPF9BAZCH2Y31TW5CAM5AHT) no-repeat ;
  background-size: cover;
}

img.cat-image {
  display: block;
  margin: 0 auto;
}

.cat-icons {
  position: relative;
  text-align: center;
}

.home ul.hc-category-list li .cat-image-hover {
  display: none;
}

.home ul.hc-category-list li a:hover .cat-image {display: none;}
.home ul.hc-category-list li a:hover .cat-image-hover {
  display: inline;
}

.home ul.hc-category-list {
  border: 0px solid #aeaeae;
  border-bottom: 0;
  margin-top: 50px;
}

.home ul.hc-category-list li {
  margin-bottom: 15px;
  padding: 0 15px;
  display: inline-block;
  margin: -3px;
  float: none;
  vertical-align: top;
}

li.dz-change-page.active {
  background-color: #04203e;
}

ul.hc-category-list,
.section-tree-with-article > ul,
.article-list {list-style-type: none;}

.home ul.hc-category-list li a {
  display: block;
  padding: 60px 15px;
  background-color: #e9e8e8;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 30px;
  max-height: 328px;
}

.home ul.hc-category-list li a:hover {
  background-color: #1e90ff;
}
.home ul.hc-category-list li a p {
    color: #343434;
    margin-bottom: 0;
    max-height: 80px;
    overflow: hidden;
}
.home ul.hc-category-list li a:hover h4,
.home ul.hc-category-list li a:hover p {
    color: #fff;
}
.home ul.hc-category-list h4 {
    font-size: 1.5em;
    color: #8a8a8a;
    margin-top: 20px;
}
.search-bar #query {
    width: 100%;
    height: 80px;
    background: #fff;
    padding-left: 25px;
    border: 0;
    border-radius: 2px 0 0 2px;
}
.search-bar form input[type="submit"] {
    width: 100%;
    max-width: 100px;
    border-radius: 0 1px 1px 0;
    height: 80px;
    text-indent: -9999px;
    border: 0px;
    background-color: #04203e;
    position: absolute;
    top: 0;
    right: 0;
}
body .hero-btn {
    position: relative;
    top: 30px;
    display: none;
    max-width: 250px;
    margin: 0 auto;
}
.promoted-body {
    max-height: 250px;
    overflow: auto;
    margin-bottom: 15px;
}
.search-bg {
    position: relative;
    margin: 80px auto;
    max-width: 800px;
}
.accordion-wrapper .promoted-articles .article-body * {
    font-size: 1em;
}
.accordion-wrapper .article-body {
    color: #333;
    padding: 10px 0;
    display: none;
}
.read-more-article-link {
    margin-top: 20px;
}
.trending-questions ul > li {
  list-style-type: square;
  margin-bottom: 10px;
  color: #1e90ff;
}
.accordion-wrapper ul > li {
  list-style-type: none;
}

.accordion-wrapper a.promoted-title:before, 
.article-list > li > a[aria-selected="false"]:before, 
.article-list > li > a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  font-size: 1.2em;
  color: #1e90ff;
}

.accordion-wrapper a.promoted-title.open:before, 
.article-list > li > a[aria-selected="true"]:before, 
ul.article-list li > a.open:before {
  content: "\f107";
}

.accordion-wrapper .promoted-articles ul {
  position: relative;
  padding-left: 18px;
}

.trending-questions ul > li > a {
  color: #000000;
  font-size: 1.19em;
}

.trending-questions p {color: #000000;}

.trending-questions h2,
.trending-questions section h3 {
  font-size: 2em;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #1e90ff;
  border-bottom: 1px solid;
  border-color: #1e90ff;
  padding-bottom: 10px;
  width: 80%;
}

.trending-questions section > ul {padding-left: 15px;}

header.hc_header {
  background: #04203e;
  border-bottom: 5px solid;
  border-color: #1e90ff;
  padding: 10px 0;
}

#user, .language-selector {
  display: inline-block;
  margin-bottom: 3px;
}

#user.user-info.dropdown #user-avatar {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.navbar-header .glyphicon {
  color: #fff;
  font-size: 20px;
}

nav.navbar {margin-bottom: 0;}
.user-section {margin-top: 5px;}

body .navbar-nav > li.active a,
body .nav > li > a:hover,
body .nav > li > a:focus {
  background: #1e90ff;
  border-radius: 3px;
}

.btn:after,
.hc_header .dropdown-toggle:after {color: #fff;}

.main-column > p {padding-top: 20px;}

.main-column header,
.related-questions header {background-color: transparent;}

.logo img {height: 45px;}
header .container-fluid {margin-bottom: -1px;}
.related-questions header {border-bottom: 0px;}

.navbar-nav > li > a {
  color: #ffffff;
  font-size: 1.33em;
  font-weight: 400;
  text-transform: capitalize;
}

.header-img img {
  display: inline-block;
  margin-top: 60px;
  width: 100%;
  max-width: 917px;
}

.breadcrumbs {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}

.profile-section .profile-contribution-breadcrumbs {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.breadcrumbs > li {display: inline-block;}
.inner-community .breadcrumbs {margin-bottom: 0;}

.breadcrumbs>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb li.active,
.breadcrumbs li.active {color: #1e90ff;}

.breadcrumbs li a {color: #444444;}

.breadcrumbs > li + li:before {
  content: ">";
  color: #1e90ff;
}

.article-body-list li {margin: 2px 0;}

.article-body-list li a {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 0px solid #e9e9e9;
  color: #fc7000;
  display: block;
  font-size: 1em;
  font-weight: 300;
  outline: 0 none;
  padding: 5px;
  width: 100%;
}

h1.title {
  color: #3b3b3b;
  font-size: 2em;
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}

.section-title-and-subscribe {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.section-subscribe {
  float: right;
  vertical-align: middle;
}

.hero-btn {
  position: relative;
  top: 30px;
  display: none;
  max-width: 300px;
  margin: 0 auto;
}

/*------------------------------------------*/
/*   Footer
/*------------------------------------------*/

footer.hc_footer {
    background-color: #04203e;
    padding: 20px 0;
    margin-top: 30px;
}
.hc_footer h3 {
    text-transform: capitalize;
    font-size: 1.33em;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 0px;
}
.hc_footer ul {
    padding-top: 15px;
}
.hc_footer ul li a {
    font-size: 1.09em;
    color: #d3d3d3;
}
.hc_footer ul li:empty {
    display: none;
}
.footer-bg {
    background: #ffffff;
}
.copyright {
    color: #fff;
    padding: 20px 0;
    margin-bottom: 0;
}
.scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    background-color: #1e90ff;
    color: #ffffff !important;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
}
.scrollup:before {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
    margin-left: 5px;
}
/*------------------------------------------*/
/*   Footer Ends
/*------------------------------------------*/

/*------------------------------------------*/
/*   Sidebar Menu Starts
/*------------------------------------------*/

.list-item-icon {display: none;}
.diziana-multilevel-menu li.category {padding: 0;}

a.list-item-link,
.section-lists .new-section > h3 {
  font-size: 1.1em;
  margin: 0;
  line-height: 1.3;
  padding: 0;
}

p.list-item:before {
  content: "\f07b";
  font-family: Fontawesome;
  position: absolute;
  left: 5px;
  padding: 5px;
  top: 10px;
  color: #575757;
}

p.list-item,
.section-lists .new-section h3 > a {
  display: block;
  padding: 15px 5px 15px 40px;
  background-color: #343434;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

ul.diziana-multilevel-menu {margin-bottom: 0;}

.section-lists .new-section h3.active > a {
  background-color: #04203e;
  color: #fff;
}

.section-lists .new-section h3 > a i {
  position: absolute;
  left: 5px;
  padding: 5px;
  top: 10px;
  color: #575757;
}

.category.level-1 p.list-item:before {display: none;}
.new-section h3 > a i.fa-angle-up:before {content: "\f07b";}
.new-section h3 > a i.fa-angle-down:before {content: "\f07c";}

.category.level-1 p.list-item,
.section-lists .new-section ul.listsections > li > a {
  padding: 5px 30px 5px 40px;
  display: block;
  color: #fff;
}

.category.level-1,
.new-section .collapse {
  margin-bottom: 20px;
  visibility: visible;
  padding: 0;
  border-bottom: none;
}

.new-section,
.category {
  width: 100%;
  border-bottom: 1px solid #575757;
}

.overview-details {background-color: #343434;}
.overview-details .new-section:last-child {margin-bottom: 0;}
.section-lists .new-section ul.listsections > li.active > a {color: #aeaeae;}

/*------------------------------------------*/
/*   Sidebar Menu Ends
/*------------------------------------------*/

/***** Recent activity *****/
.recent-activity-list {padding: 0;}
.recent-activity-item-parent {font-size: 16px;}

.recent-activity-header {
  margin-bottom: 10px;
  font-size: 24px;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #04203e;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #04203e;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {padding-left: 5px;}
[dir="rtl"] .recent-activity-item-comment {padding: 0 5px 0 0;}
.recent-activity-item-comment::before {display: inline-block;}

.recent-activity-item-comment span::before {
  color: #04203e;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {padding-top: 15px;}

ul.topic-list {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}

/** Recent Activity Ends Here **/


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

.category-template article.article-body > a {
    background: #1e90ff;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}
.category-template .pagination {
    margin: 10px 0;
}
.category-template ul > li > h2 {
    font-size: 20px;
}
body .category-template .pagination li {
    padding: 4px 10px;
}
body .category-template .pagination > li > a, 
body .category-template .pagination > li > a {
    border: 0;
    background: transparent;
    padding: 0;
}
.article-list .article-body {
    display: none;
    visibility: visible;
    padding: 15px 0;
    overflow: auto;
    margin-bottom: 10px;
}
.troubleshooting .article-list > li {
    border-radius: 0;
    margin: 1px;
    padding: 0;
    position: relative;
}
.article-list > li > a {
    border-bottom: 1px dashed #e9e9e9;
    color: #454545;
    display: block;
    font-size: 1.1em;
    outline: 0 none;
    padding: 10px 40px 10px 20px;
    width: 100%;
}
.article-list > li > a[aria-selected="true"], 
.article-list > li > a.open {
    color: #1e90ff;
}
.inner-template .hc-category-list > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
span.toggle-icon {
    font-size: 0.9em;
    position: absolute;
    right: 10px;
    top: 14px;
    color: #3b3b3b;
}
.article-body-list li {
    margin: 2px 0;
}
.troubleshooting .article-body-list li a {
    background: none repeat scroll 0 0 #fff;
    border: 0px;
    color: #444444;
    display: block;
    font-size: 1.09em;
    font-weight: 400;
    outline: 0 none;
    padding: 5px;
    width: 100%;
}
.article-list .article-promoted > span {
    position: absolute;
    top: 14px;
    right: 15px;   
    border: 1px solid;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 100%;
    line-height: 19px;
    color: #1e90ff;
}
.section-tree .section h3 a {
    color: #1e90ff;
}
.article-voting {
    padding: 10px 0;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
    margin: 20px 0;
}
.article-voting > .article-vote {
    border: 0px;
    padding-right: 20px;
    display: inline-block;
}
.article-vote > * {
    display: inline-block;
}
.article-vote-controls {
    margin: 15px 0;
}
.article-vote-controls > a {
    background: #1e90ff;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #1e90ff;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
}
a.article-vote-up.article-voted {
    color: #78a300 !important;
    background-color: transparent;
    border-color: #78a300;
}
a.article-vote-down.article-voted {
    color: #dd4a3a !important;
    background-color: transparent;
    border-color: #dd4a3a;
}
.article-vote-controls > a:hover, .article-vote-controls > a:focus {
    color: #fff;
}

.vote-controls a.vote-up:before {
  content: "\2B06";
  font-family: copenhagen-icons;
}

.vote-controls a.vote-down:before {
	content: "\2B07";
  font-family: copenhagen-icons;
}

.article-vote-controls > a.article-vote-up:before {
  content: "\1f44d";
  font-family: "entypo";
}

.article-vote-controls > a.article-vote-down:before {
  content: "\1f44e";
  font-family: "entypo";
}

.article-vote-controls > .article-vote-feed {
  padding: 5px 22px;
}
.main-heading {
  color: #1e90ff;
  padding: 20px 0;
  font-size: 2.4em;
  font-weight: 500;
}
.main-details {
    margin-bottom: 25px;
}
.blog-section img {
    display: block;
    max-width: 100%;
}
.blog-section,
.blog-img {
    padding: 0;
}
.read-more {
    color: #1e90ff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1em;
}
.blog-section {
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    padding-bottom: 20px;
}
.posted-details {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.posted-details li {
    float: left;
    margin-right: 5px;
}
.posted-details li a {
    color: #1e90ff;
}
.blog .article-vote-up {
    margin-top: 40px;
}
.blog-side-bar #query {
    border: 1px solid #343434;
    border-right-width: 0;
    font-size: 1em;
    font-weight: 400;
}
.blog-side-bar {
    border: 1px solid #f3f3f3;
}
.archive {
    border: 1px solid #f3f3f3;
    border-width: 1px 0;
}
.archive .btn-group {
    width: 100%;
}
.archive .selector {
    color: #444;
    font-size: 1.08em;
    font-weight: 300;
    height: 41px;
    padding: 0 15px;
    text-align: left;
    width: 80%;
    border-color: #343434;
    border-right: 0;
}
.archive .caret {
    border: 0 none;
    height: 27px;
    width: 20px;
}
.archive .dropdown-toggle,
.archive .dropdown-toggle:hover,
.archive .dropdown-toggle:focus,
.archive .dropdown-toggle:active,
.archive .dropdown-toggle.active {
    border-left: 0px;
    border-color: #343434;
    background-color: transparent;
}
.selector:hover,
.selector:focus,
.selector:active,
.selector.active {
    background-color: transparent;
    border-color: #343434;
    border-right: 0
}
.popular,
.archive,
.category {
    padding: 0 10px 30px 10px;
}
.popular h3,
.archive h3,
.category h3 {
    padding: 25px 10px;
}
.popular ul,
.category ul {
    padding-left: 20px;
}
.popular ul li,
.category ul li {
    padding: 3px 0;
}
.article-body .troubleshooting ul {
    padding-left: 20px;
}
.article-body .troubleshooting ul,
.article-body .troubleshooting ul li {
    list-style: disc !important;
}
.article-body .troubleshooting ul.article-list {
    padding: 0px;
}
.article-body .troubleshooting ul.article-list,
.article-body .troubleshooting ul.article-list li {
    list-style: none;
}
.search-results-subheading {
    font-size: 1.4em;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #efefef;
    box-shadow: 1px 2px 0px -1px #efefef;
}
.search-results-subheading a {
    color: #1e90ff;
    float: right;
    font-size: 0.813em;
    padding-right: 15px;
    font-size: 19px;
}
.search-result-link,
.search-result-link:hover {
    color: #444444;
    font-size: 1.4em;
    font-weight: 300;
}
.search-result-meta a {
    color: #1e90ff;
}
.search-result-description {
    padding: 0 50px 0 0;
    color: #959595;
}
.community-search {
    padding-left: 30px;
}
.search-result {
    border-bottom: 1px solid #ececec;
    padding: 20px 10px;
}
.section-tree-with-article .article-list .article-body .loader:before,
.section-articles .article-list .article-body .loader:before {
    content: '...';
}
.article-body > .article-body {
    display: block;
}
.my-activities-nav.nav-bordered {
    margin: 20px 0px;
}
.my-activities-nav.nav-bordered li {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    background: #1e90ff;
    color: #fff;
    width: 135px;
    text-align: center;
    height: 40px;
    vertical-align: top;
}
.my-activities-nav.nav-bordered li a {
    display: block;
    padding: 10px 20px 10px;
    position: absolute;
    background: #efefef;
    left: 0;
    top: 0;
    color: #444;
    width: 100%;
}
.my-activities-sub-nav.nav-spaced li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.1em;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
}
.request-table-toolbar {
    float: right;
    width: 30%;
}
.request-table-toolbar input.requests-search {
    float: left;
    margin-right: 20px;
    width: 45%;
    border: 1px solid #444;
    padding: 5px 10px;
}
.request-table-toolbar .request-table-filters {
    float: left;
    width: 51%;
}
.request-table-toolbar .request-table-filters label {
    font-size: 1em;
    font-weight: 400;
    padding: 5px 0px;
}
.request-table-toolbar .request-table-filters select {
    padding: 6px;
    border-radius: 100px;
    border-color: #333;
}
.my-activities-table {
    clear: both;
    overflow-x: auto;
}
.my-activities-table td + td {
    text-align: center;
}
.my-activities-table > p {
    padding: 10px 20px;
    min-height: 200px;
}
.my-activities-table table {
    width: 99.95%;
}
.my-activities-table table th {
    background: #1e90ff;
    color: #fff;
}
.my-activities-table table td {
    padding: 5px 15px;
}
.side-column {
    border: 1px solid #eee;
    background: #efefef;
    padding: 10px;
    margin-top: 20px;
    padding: 20px;
}

.side-column dt {
  margin: 15px 0 5px;
  font-weight: 500;
  clear: both;
}

.side-column dt:first-child {
  margin-top: 5px;
}

.side-column dt + dt {
  margin: 15px 0;
  float: left;
}

.side-column dt + dt + dd {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}

.comment-list {
    width: 100%;
    overflow: hidden;
}

.my-activities-following-header {margin-bottom: 20px;}
.my-activities-following-header .dropdown-menu[aria-expanded=true] {
  left: 0;
  right: inherit;
}

.comment-list .comment-avatar,
.comment-list .comment-container,
.request-comments .comment-avatar,
.request-comments .comment-container {
    float: left;
    min-height: 100px;
}
.comment-list .comment-avatar,
.request-comments .comment-avatar {
    width: 100px;
}
.comment-list .comment-container,
.request-comments .comment-container {
    width: 80%;
}
.request-comments .comment-container textarea {
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
}
.request-comments .comment-container input[type="submit"],
.form.new-request-submit-form input[type="submit"] {
    background: #1e90ff;
    color: #fff;
    border: 2px solid;
    border-color: #1e90ff;
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto !important;
}

.form {
  padding: 15px;
  border: 1px solid #eee;
  background: #f3f3f3;
  margin-top: 20px;
}

.form.new-request-submit-form form input[type="text"],
.form.new-request-submit-form form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #eee;
}
.form label {
    display: block;
    font-size: 1.2em;
    font-weight: inherit;
}
.pagination {
    margin: 0;
}
body .pagination li {
    background: #1e90ff;
    padding: 4px 10px;
    box-shadow: 4px 5px 4px 2px #efefef;
    display: inline-block;
    color: #fff !important;
}
body .pagination li a {
    color: #fff !important;
}
body .pagination li.pagination-current {
    background-color: #343434;
}
.pagination {
    overflow: hidden;
}
.pagination li {
    display: inline-block;
    float: left;
    padding: 5px 5px;
}

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

main .inner-pages {
    margin: 0 auto;
    padding: 0 20px;
    width: 980px;
}
.my-activities-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding: 25px 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 {
    margin-bottom: 50px;
}
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
    font-weight: bold;
    background: transparent;
}
.nav-bordered li+li {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 10px;
    padding: 0 0 0 30px;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.nav-spaced li+li {
    margin: 0 0 0 40px;
}
.my-activities-table>p {
    padding: 0 15px;
    margin-top: 30px;
}

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

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

.request-table-toolbar {
    background: none repeat scroll 0 0 #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.requests-search {
    border-radius: 20px;
    outline: medium none;
    padding: 6px 15px;
    border: 1px solid #efefef;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
.request-table-filters label::before {
    content: " ";
    display: inline-block;
    width: 25px;
}

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

/*------------------------------------------*/
/*   Request page Start
/*------------------------------------------*/

.request-id,
.comment-published {
    color: #bebebe;
}
.comment-list {
    margin-bottom: 25px;
}
.comment-list>*:first-child {
    border-top: 1px solid #eeeeee;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
body .comment-list,
.main-column ul.share {
    padding-left: 0px;
}
.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-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  margin-bottom: 10px;
}

input[type="text"],
input[type="password"] {border: 1px solid #eee;}

textarea,
input[type="text"] {width: 100%;}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

.comment-form input[type="submit"],
.request-form input[type="submit"],
.question-form input[type="submit"],
.answer-form input[type="submit"],
a.article-subscribe,
a.article-unsubscribe {
  background-color: #1e90ff;
  border-radius: 4px;
  padding: 4px 30px;
  color: #fff;
  border: 2px solid;
  border-color: #1e90ff;
}

a.article-subscribe,
a.article-unsubscribe {
  float: right;
  color: #ffffff !important;
  margin-top: 10px;
}

.answer-form input[type="submit"],
.question-form input[type="submit"] {
  color: #fff;
  border: 2px solid;
  border-color: #1e90ff;
  padding: 5px 31px;
  margin-left: 20px;
}

.comment-form input[type="submit"]:hover,
.request-form input[type="submit"]:hover,
.question-form input[type="submit"]:hover,
.answer-form input[type="submit"]:hover {
    background-color: #1e90ff;
    border: solid 2px;
    border-color: #1e90ff;
    color: #fff;
}
.comment-attachments {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px;
}
.upload-dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.05);
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.upload-dropzone input[type="file"] {
    cursor: pointer;
    font-size: 250px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.upload-dropzone span::before {
    content: "";
    font-family: "entypo";
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.upload-dropzone span {
    color: #d1d1d1;
    display: inline-block;
}
.upload-pool {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.side-column {} .request-details {
    margin: 0 0 10px;
    overflow: hidden;
}
.request-details dt ~ dt {
    font-weight: bold;
    margin-top: 15px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
.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;
}
.requests-page>.main-column {
    width: 63%;
}
.requests-page>.main-column,
.requests-page>.side-column {
    display: inline-block;
    vertical-align: top;
}
.request-details+[role="button"] {
    border: 1px solid;
    border-color: #1e90ff;
    border-radius: 4px;
    color: #1e90ff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
h1.subject-head {
    font-size: 1.6em;
    padding: 25px 0;
    font-weight: 600;
}
.requests-page .side-column,
.requests-page .side-column dl {
    overflow: hidden !important;
}
.side-column dl dd,
.side-column dl dt {
    float: left;
}
.side-column dt+dt,
.side-column dd+dt {
    clear: both;
}
.side-column dt+dd {
    margin-top: 15px;
    margin-left: 15px;
}

/*------------------------------------------*/
/*   Request page End
/*------------------------------------------*/

/*------------------------------------------*/
/*   New Request page Starts
/*------------------------------------------*/

.form-field {
    margin-bottom: 10px;
}
.form footer {
    text-align: right;
}
textarea#question_details {
    border-color: #efefef;
}
.form input {
    height: 35px;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 0px 10px;
}
a.nesty-input {
    min-height: 35px;
    line-height: 35px;
    border-color: #efefef;
}
a.nesty-input:hover, a.nesty-input:focus {
        color: #333;
    outline: 0;
}
.form-field #request_description {
    border-color: #efefef;
    margin-bottom: 10px;
    border-radius: 3px;
}

/*------------------------------------------*/
/*   New Request page End
/*------------------------------------------*/

/*------------------------------------------*/
/*   Community
/*------------------------------------------*/

.community-hero {
  background: url(/hc/theming_assets/01HZPF9C58G33TH78JD6SP949S) no-repeat;
  background-size: cover;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZPF9CHPWH1Z188BRWV4PW3H);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community-footer {
  border: solid 1px #ccc;
  border-radius: 4px;
  margin-top: 4%;
  margin-bottom: 2%;
  padding: 12px 10px 22px;
}

.request-open {background: #59BBE0;}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix::after {
    clear: both;
}
.community-heading {
    font-size: 18px;
    margin: 0;
    width: 100%;
}
.community-nav {
    margin: 10px 0px;
}
.community-nav {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 55px;
    padding: 10px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
    padding: 10px 20px;
    position: relative;
    background: #1e90ff;
    color: #fff;
    width: 135px;
    text-align: center;
    height: 40px;
    vertical-align: top;
}
.community-nav li a {
    font-weight: normal;
    display: block;
    padding: 10px 20px 10px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    color: #444;
    width: 100%;
    background: #efefef;
}
.community-nav li:last-child {
    border: 0 none;
    float: right;
}
.community-nav li:last-child a {
    color: #fff;
    background-color: #1e90ff;
}
.community-nav li:last-child a::before {
    content: "✎";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #eeeeee;
    display: table;
    padding-bottom: 10px;
}
.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,
.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;
}

.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 35px;
  vertical-align: top;
  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-up[aria-selected="true"],
.vote-down[aria-selected="true"] {color: #999;}

.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/theming_assets/01HZPF99PCPB8XFGN5CC42DP6J");
  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-title,
.topic-title {
  font-size: 16px;
  margin-top: 0;
}


/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  margin-left: 5px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #04203e;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #0a519e;
  color: #fff;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold {
  text-transform: lowercase;
}

li.category > a.open .list-item-name,
li.section.open  > a.list-item-link .list-item-name {
  color: #a09f9f;
}



.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 form {
    display: none;
}
.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: -webkit-box;
    display: -ms-flexbox;
    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;
}
.question-controls,
.answer-controls {
    clear: both;
}
.answer-share ul.share {
    line-height: 75px;
}
.question-share:before {
    display: none;
}

.question-share {
  clear: both;
  margin: 0px 10px;
}

.question-list,
.question-list li {list-style: none;}
.question-share ul li {display: inline-block;}

.vote-up,
.vote-down {
  display: block;
  text-align: center;
}

.question-list li {
  padding: 15px 0;
  margin-bottom: 5px;
}

.community-nav {margin-bottom: 10px;}

.community-nav li+li+li+li a[role="button"] {
  border: 1px solid #eee;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.community-nav li+li+li+li {
    float: right;
}
.community-sub-nav {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    position: relative;
}
.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.community-sub-nav li a {
    font-weight: normal;
}
.community-sub-nav li+li {
    padding-left: 15px;
}
.community-sub-nav .topic-add {
    position: absolute;
    right: 0;
    top: 10px;
}
.community-sub-nav+.topic-list,
.community-sub-nav+p {
    margin-top: 20px;
}
.searchbox:last-child {
    border: 1px solid #eee;
    padding: 20px 15px;
    margin: 10px 0;
    background-color: #fff;
}
.searchbox ul {
    margin-bottom: 0;
    line-height: 1.8;
}
/* Subject suggestion ends */

.article-attachments li:first-child {
    padding-top: 20px;
}
header.comment-header {
    background: transparent;
    border-bottom: 0;
}

footer.comment-footer {
  background-color: transparent;
  margin: 0;
  float: right;
}

.dropdown-menu[aria-expanded=true] {
    left: inherit;
    right: 0;
    bottom: inherit;
}
.topic-controls,
.question-controls,
.answer-controls {
    float: right;
}
.comment-actions .dropdown-toggle:before,
.community-post .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}
.question-controls .dropdown-toggle:before {
    padding-right: 3px;
}

footer.comment-footer .comment-actions .dropdown {
  position: absolute;
  right: 15px;
}

.article-user-info img {
    max-width: 60px;
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-bottom: 5px;
}
.article-user-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    color: #BFBCBC;
    max-width: 500px;
    box-shadow: 0px 8px 0px -7px #ffffff;
}
.article-content-section {
    overflow-x: auto;
}
.article-content-section ol,
.article-body ol,
.article-body ol > li {
    list-style-type: decimal;
}
.article-content-section ul > li,
.article-body ul > li,
.answer-body ul > li,
.question-body ul > li {
    list-style-type: disc;
}
.article-content-section ul,
.article-content-section ol,
.article-body ul,
.article-body ol {
    padding-left: 18px;
}
.answer-body ol,
.question-body ol {
    padding-left: 17px;
}
.answer-body ul,
.question-body ul {
    padding-left: 20px;
}
.share {
    white-space: nowrap;
}
.share li,
.share a {
    display: inline-block;
}

.share a {
  height: 31px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}
.share a:hover {
    text-decoration: none;
}
.share-twitter:before {
    content: "\F309";
    background: #00ACED;
}
.share-facebook:before {
    content: "\F30C";
    background: #3b5998;
}
.share-linkedin:before {
    content: "\F318";
    background: #007BB6;
}
.share-googleplus:before {
    content: "\F30F";
    background: #DD4A3A;
}
.answer-controls a + a {
    margin-left: 10px;
}
.search-result-votes {
  background: #1e90ff;
  border-radius: 2px;
  color: #ffffff;
  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;
}
ul.attachment-list li:before,
ul.attachments li:before {
  content: "\1F4CE";
  font-family: entypo;
  margin-right: 2px;
}
#user #user-name {
  max-width: 100px;
}
.article-comments-inner nav.pagination {
  margin-bottom: 20px;
}
.comment-mark-as-solved {
  padding-top: 10px;
}
span.share-label {
  display: none;
}
a.answer-accept {
  position: relative;
  top: -16px;
}
.answer-body a:focus,
.answer-body a:active,
.question-body a:focus,
.question-body a:active {
  color: #1e90ff;
}
.answer-text.markdown,
.question-text.markdown {
  word-wrap: break-word;
  word-break: break-all;
}

.btn.hero-btn,
.btn.header-ticket-btn {display: none;}

li.topic.col-md-6.col-sm-6.col-xs-6 {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: -3px;
}

.search-result-meta time {
  margin-right: 4px;
  margin-left: 4px;
}

.search-result-meta > span:not(:last-child):after {
  content: "\f111";
  font-family: Fontawesome;
  font-size: 5px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 05px;
}

.request-details dd:last-child ul.attachment-list > li:before {
  content: "\f111";
  font-family: Fontawesome;
  font-size: 5px;
  vertical-align: middle;
  margin-right: 5px;
}


/*------------------------------------------*/
/*   User Profiles Start
/*------------------------------------------*/
.profile-header {
  padding: 30px 0;
  background-color: #f8f8f8;
}

.profile-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  -ms-flex-item-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-header .options :not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .profile-header .options {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
    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;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  font-weight: 800;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: solid 1px #04203e;
  border-radius: 4px;
  color: #04203e;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.profile-section {
  width: 100%;
}

.profile-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-section-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.profile-section-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 10px 0;
  font-weight: 800;
  font-size: 13px;
}

@media (min-width: 768px) {
  .profile-section-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  -ms-flex-preferred-size: 100%;
  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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
@media (min-width: 768px) {
    .collapsible-nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.collapsible-nav-list li[aria-selected=true] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
}
.collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    display: inline-block;
}
.meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.meta-data:not(:last-child):after {
  content: "\f111";
  font-family: Fontawesome;
  vertical-align: middle;
  font-size: 5px;
  margin-right: 6px;
  margin-left: 6px;
}

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

/*------------------------------------------*/
/*   Responsive CSS Start
/*------------------------------------------*/

@media (min-width: 768px) {
    body .navbar-nav>li {
        display: inline-block;
        float: none;
    }
    body .navbar-nav {
        float: none;
    }
}

@media all and (max-width: 767px) {
  header .navbar-toggle {
    margin-top: -45px;
    border-color: #fff;
    padding: 5px 10px;
  }

  .hc-category-list {margin-bottom: 25px;}
  .navbar, .profile-info [role="button"] {width: 100%;}

  .search-bar #query,
  .search-bar form input[type="submit"] {
    max-height: 50px;
  }

  .search-bar form input[type="submit"] {
    background-size: 20px;
    max-width: 60px;
  }

  .community-activity.activity {
    padding-left: 0;
    border-top: solid 1px #eee;
    margin-top: 15px;
  }

  #user img {display: none;}
  .logo {margin-bottom: 10px;}
  .main-column .answer-form {margin: 0}
  .overview-details {margin-bottom: 30px;}
  .answer-body , .question-body {display: table;}
  .my-activities-sub-nav.nav-spaced li {padding: 0;}
  .profile-section-sorter .dropdown-toggle::after,
  .profile-section-sorter .dropdown-menu[aria-expanded=true] {
    right: inherit;
  }

  .request-table-toolbar input.requests-search {
    float: none;
    width: 100%;
  }

  .request-table-toolbar .request-table-filters {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

@media all and (max-width: 1200px) {
    .hc_header {
        text-align: center;
    }
    .hc_header .pull-right {
        float: none !important;
    }
    .navbar-nav>li>a {
        font-size: 1.1em;
    }
    ul.hc-category-list img {
        max-width: 60px;
    }
    h1.title,
    .trending-questions h2,
    .trending-questions section h3 {
        font-size: 1.5em;
        width: 100%;
    }
}
@media all and (max-width: 480px) {
    .community-nav li,
    .my-activities-nav.nav-bordered li,
    .request-table-toolbar input.requests-search,
    .request-table-toolbar .request-table-filters {
        width: 100%
    }
    .request-table-toolbar .request-table-filters {
        margin-top: 10px;
    }
    body .community-nav {
        margin-bottom: 40px;
    }
    .community-nav li:last-child {
        margin-top: 1px;
    }
    .nav-bordered li+li {
        margin: 0;
    }
    .pull-right.user-section a, #user .btn {
        font-size: 0.9em;
    }
    .community-sub-nav li+li {padding-left: 2px;}
    .nav-spaced li+li {margin: 0 0 0 10px;}
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .category-template ul > li > h2 {
        font-size: 16px;
    }
    body .troubleshooting .article-list > li > a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pull-right.user-section a, #user .btn {
        font-size: 0.8em;
    }
}

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