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: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
html,
body{
 	background-color: #f2f2f2!important; 
}
main {
  flex: 1 0 auto;
  position: relative;
  z-index: 10;
}
img,
iframe {
  border: none;
  max-width: 100%;
  height: auto;
}
body a,
body a:hover,
body a:focus {
  color: #808080;
  background: transparent;
  text-decoration: none;
}
body a:hover,
body a:focus{
	text-decoration: underline;
}
ul li {
  list-style: none;
}
body pre {
  white-space: normal;
}
table {
  width: 100%;
}
table td,
table th {
  padding: 10px;
  border: 1px solid #ddd;
}
html,
body{
  background-color: #f2f2f2;
}
label {
 	font-weight: normal!important; 
}
/* Helper classes */
.no-padding{
	padding: 0!important;
}

.icon-100x100{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
/*   background: url('/hc/theme_assets/980988/200161079/sprite.png') no-repeat 0 0; This syntax is not working any more - g.luigi@MSF 15-07-2024 */
   background: url('/hc/theming_assets/01J1VYZBP36QMKPJQR7TKN3XDA') no-repeat 0 0;
}

.icon-100x100-unifield{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('/hc/theming_assets/01J1VYZC4ZMVSF4M0F9KYP5N5F') no-repeat 0 0; 
}

.icon-100x100-buzzit{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('/hc/theming_assets/01J1VYZCEHF2MJ6B126Z5KW99T') no-repeat 0 0; 
}

.icon-100x100-apple{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('/hc/theming_assets/01J1VYZBCK79ZS8KG7637SG84V') no-repeat 0 0; 
}

.icon-100x100-tipstricks{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('/hc/theming_assets/01J1VYZATGSPENZM3KK9YKMHX9') no-repeat 0 0; 
}

.icon-100x100-itquestion{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('/hc/theming_assets/01J1VYZBKDC3FHZ8XV2PYGP9TN') no-repeat 0 0; 
}

.icon-100x100--1{
 	background-position: 0 0; 
}
.icon-100x100--2{
 	background-position: -100px 0; 
}
.icon-100x100--3{
 	background-position: -200px 0; 
}
.icon-100x100--4{
 	background-position: -300px 0; 
}
.icon-100x100--5{
 	background-position: -400px 0; 
}
.icon-100x100--6{
 	background-position: -500px 0; 
}
.icon-100x100--7{
 	background-position: -600px 0; 
}
.icon-100x100--8{
 	background-position: -700px 0; 
}
.icon-100x100--9{
 	background-position: -800px 0; 
}
.icon-100x100--10{
 	background-position: -900px 0; 
}
.icon-100x100--11{
 	background-position: -1000px 0; 
}
.icon-100x100--12{
 	background-position: -1100px 0; 
}
.icon-100x100--13{
 	background-position: -1200px 0; 
}
.icon-100x100--14{
 	background-position: -1300px 0; 
}
.icon-100x100--15{
 	background-position: -1400px 0; 
}
.icon-100x100--16{
 	background-position: -1500px 0; 
}
.icon-100x100--17{
 	background-position: -1600px 0; 
}
.icon-100x100--18{
 	background-position: -1700px 0; 
}
.icon-100x100--19{
 	background-position: -1800px 0; 
}
.icon-100x100--20{
 	background-position: -1900px 0; 
}
.icon-100x100--21{
 	background-position: -2000px 0; 
}
.icon-100x100--22{
 	background-position: -2100px 0; 
}
/*------------------------------------------*/
/*   Header
/*------------------------------------------*/
header {
  margin-bottom: 15px;
}

.container--padding,
.footer-inner .container,
.header .container{
	padding: 0 35px!important;
}

header.header {
  padding: 30px 0 50px 0;
  margin: 0;
  background-color: #e83626;
}

header.header .container{
  position: relative;
}

header.header .container:after{	
  content: '';
  position: absolute;
  top: -30px;
  right: 80px;
  z-index: 10;
  width: 284px;
  height: 214px;
  background: url('/hc/theme_assets/980988/200161079/icon01.png') no-repeat;
}
.logo-col{
	float: left;
}
.logo-header{
  font-size: 0;
  margin: 0;
  padding: 0 20px 20px 0;
}
.logo-header a{
 	display: block; 
}
.logo-icon{
  display: block;
  width: 165px;
  height: 45px;
 	background: url('/hc/theme_assets/980988/200161079/my-help-logo.png') no-repeat; 
  text-indent: -9999px;
}
.navbar-collapse {
    padding: 0 40px;
    position: relative;
}
.nav li a {
    color: #fff;
    font-size: 15px;
    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: 66px;
}
#user #user-name {
    max-width: 100px;
  	color: #fff;
}
#user-avatar {
    width: 30px;
    border-radius: 100%;
    display: inline-block;
  	margin-right: 3px;
}
.navbar-header{
  float: left;
}
.container > .navbar-header,
.container-fluid > .navbar-header{
    margin: 0;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: transparent;
  color: #000;
  font-weight: normal;
}
.collapse li {
    display: block;
}
.nav-bg {
    width: 70%;
    float: left;
  
}
.language {
    margin: 7px 0 2px;
    visibility: visible;
  	position: relative;
  	z-index: 30;
}
.request-submit:hover {
    color: #000;
}
.news-announcement,
.search-box{
 	padding: 25px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 2px -2px #e6e6e6;
}
.search-bg input[type="search"] {
    width: 100%;
    display: inline-block;
    height: 40px;
    border: 0;
    border-bottom: 3px solid #f0f0f0;
  	color: #565454;
  	background: none!important;
    /*border-radius: 6px;*/
    position: relative;
    z-index: 10;
}
.search-bg input[type="submit"]{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: 40px;
  border: 0;
  background-color: #fff;
  color: #fff;
  text-indent: -9999px;
  height: 40px;
  background: url(/hc/theme_assets/980988/200161079/search-icon.png) no-repeat;
  background-position: center;
  padding: 0;
}
.search-box form{
	position: relative;
}
.header-user-info .with-image {
    border: 0;
    padding-left: 0;
}
.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;
 		margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 30px;
}
.section-header {
    border-bottom: 1px solid #e6e5e5;
    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;
}

/*------------------------------------------*/
/*   Theme color code
/*------------------------------------------*/

/*.search-header,*/
.container--top{
 	position: relative;
  z-index: 20;
  margin: -45px 0 0 0;
  overflow: hidden;
}

a.see-all-articles,
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: #aaa9a8;
}
ul.hc-category-list li a {
  font-size: 16px;
}


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

.custom-blocks {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
 	 margin: 0 -13px;
}
.custom-blocks li, .custom-blocks .category {
    display: flex;
    flex: 1 0 200px;
    flex-direction: column;
  	/*justify-content: center;*/
    margin: 15px;
  	padding: 0;
}
.navigation-img {
    width: 100%;
    border: 1px solid #ddd;
    background: #f3f3f3;
    text-align: center;
    padding: 20px 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 div {
    overflow: hidden;
}
.navigation h4{
	margin: 15px 0 0 0;
}
.navigation h2,
.section-description h2 {
    font-size: 15px;
    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{
    border-radius: 5px;
}
.news-announcement h3 {
    padding: 0 0 20px 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #464545;
    border-bottom: 1px solid #e6e5e5;
    margin: 0;
}
.announcement-details h5 {
    font-weight: 500;
    font-size: 1.2em;
    color: #2a66a9;
    margin: 0;
    line-height: 30px;
}
.announcement-details p {
    color: #000;
    font-size: 1.2em;
}
.announcement-details span {
    /*font-weight: 600;
    padding-right: 10px;*/
}
.current-customers .announcement-details p a {
    color: #2a66a9;
}

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

footer {
  	margin: 30px 0;
}

.footer-inner{
 		overflow: hidden; 
}

.footer-inner img{
 		float: left; 
}

.footer-inner  a{
 		float: right; 
  	margin-top: 30px;
}

footer.hc_footer {
    background: #d5d4d4;
    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: #ee0000;
    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-inner img{
  display: block;
  margin-bottom: 20px;
}

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

.side-section {
    margin-bottom: 5%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 2px -2px #e6e6e6;
}

.side-section ul li {
  	padding: 0 20px;
}
.side-section ul li:hover{
 	background-color: #e6e5e5;
}
.side-section ul li a {
  	display: block;
    padding: 20px 0;
    color: #464545;
    display: block;
  	border-bottom: 1px solid #e6e5e5;
}
.side-section ul li:last-of-type a{
 	border-bottom: 0; 
}

.side-section ul li a h4{
 	margin: 0; 
  font-size: 16px;
  line-height: 1.3;
}

.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 13px;
    color: #aaa9a8;
}
.section-white,
.profile-nav,
.my-activities-table,
.section-description,
.section-template,
.category-template{
  	padding: 25px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 2px -2px #e6e6e6;
}

.section-white h1 {
  margin-left: 19px;
}

.category-template .visibility-internal-icon:before,
.section-template .visibility-internal-icon:before {
    margin-right: 10px;
}
.category-tree .category .section > h3 {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.5em;
}
.section > h3 a {
    color: #333333;
}
.article-list li {
  	display: block;
  	color: #808080;
  	border-bottom: 1px solid #e6e5e5;
}
.article-list li a {
  	display: block;
  	position: relative;
  	padding: 25px 20px;
  	font-size: 16px;
  	color: #808080;
}
.article-list li a:hover{
 	color: #474747;
}
.article-list li a:before {
		content: "\A0\A0\E75C";
    font-family: "entypo";
    position: absolute;
    top: 27px;
    left: 0;
    color: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
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: #aaa9a8;
    padding: 5px 10px;
    box-shadow: 4px 5px 4px 2px #efefef;
    display: inline-block;
    color: #fff;
}
nav.pagination li.pagination-current {
    background: #888;
    cursor: not-allowed;
}
nav.pagination a {
    font-weight: 500;
    color: #fff;
}
.header-user-info, #user,
nav.pagination ul li, .language-selector {
    display: inline-block;
}
body .hc-title {
    margin-top: 0;
  font-size: 2rem;
}
.sec-sub .section-subscribe, .sec-sub {
    float: right;
}


/*------------------------------------------*/
/*   Breadcrumbs
/*----------------------------------------*/
.breadcrumbs{
 	margin: 0; 
}
.breadcrumbs li {
    display: inline-block;
    color: #e83626;
  	font-size: 15px;
    font-weight: 500;
}
.breadcrumbs li a {
    font-size: 15px;
    color: #808080;
    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: 0 8px 0 0;
  	color: #221f1f;
}
.breadcrumbs li a:hover,
.breadcrumbs > li:first-child a:hover:before{
		text-decoration: none!important;
}
.breadcrumbs li a:hover{
 	color:  #221f1f;
}

/*------------------------------------------*/
/*   Article Template
/*------------------------------------------*/
.article-body{
 	color: #666; 
}
.article-user-info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 10px 10px 0;
}
.article-user-info {
    margin-bottom: 30px;
    border-bottom: 4px solid #e7e7e7;
    padding-bottom: 25px;
}
body .article-user-info a{ 
  color: #221f1f;
  font-weight: 500;
  font-size: 20px;
}
.article-subscribe-section a,
a.question-unsubscribe,
a.question-subscribe {
    border: 0;
    float: right;
    background: #aaa9a8;
    color: #fff;
}
.article-subscribe-section a,
.article-subscribe-section a:hover,
.article-subscribe-section a:focus {
    background: #e83626;
    color: #fff;
}
.article-subscribe-section .article-unsubscribe,
.article-subscribe-section .article-subscribe{
  background-color: #f2f2f2;
  color: #221f1f!important;
  padding: 15px 30px;
}
.article-subscribe-section .article-unsubscribe:hover,
.article-subscribe-section .article-subscribe:hover{
  color: #fff!important;
}
.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;
  	font-size: 30px;
}
body .article-vote-up,
body .article-vote-down {
    box-shadow: none;
    color: inherit;
    line-height: 30px;
    padding: 0 10px;
}
.header-user-info .btn{
 	background-color: transparent!important; 
}
.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: 25px 0px;
    margin-top: 35px;
}
.article-voting ul.share {
    float: right;
    padding-top: 30px;
}
.btn-orange,
.article-vote-controls a {
  	display: inline-block;
  	position: relative;
  	background-color: #e83626;
  	border: 1px solid #e83626;
    color: #fff;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  	margin: 15px 10px 15px 0;
  	border-radius: 5px;
    font-size: 15px;
}

div.vote-controls a.vote-up[role="button"] {
  background-color: #e83626;
}

div.vote-controls a.vote-down[role="button"]:before {
  background-color: #fff;
}

div.vote-controls a.vote-down[role="button"] {
  background-color: #fff;
  border: 0.5px;
  border: solid;
  border-color: #eee;
}

.contact-support-btn{
  	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	background-color: white;
  	border: 1px solid #EE0000;
    color: #EE0000;
    width: 70px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  	margin: 0 10px 0 0;
  	padding-top: 10px;
  	border-radius: 5px;
  	font-size: 0;
}

.contact-support-btn:focus, .article-vote-up:focus {
	background-color: #e83626!important;
}

.share-btn:focus {
  background-color: #32d580!important;
}

.contact-support-btn:before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url('/hc/theme_assets/980988/200161079/support-icon.png') no-repeat;
  /*background: url('/hc/theme_assets/980988/200161079/support-icon-hover.png') no-repeat;*/
}
.contact-support-btn:hover:before{
  background: url('/hc/theme_assets/980988/200161079/support-icon-hover.png') no-repeat;
  /*background: url('/hc/theme_assets/980988/200161079/support-icon.png') no-repeat;*/
}
.contact-support-btn:hover,
.article-vote-controls a:hover{
  background-color: #e83626;
}
.btn-orange:hover{
 	background-color: transparent;
  color: #e83626!important;
  text-decoration: none;
}
.article-vote-controls .article-vote-up,
.article-vote-controls .article-vote-down{
  width: 75px;
  padding-top: 4px;
}
.article-vote-controls .article-vote-down:hover,
.article-vote-controls .article-vote-down{
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.article-vote-down:before,
.article-vote-up:before{
 	content: '';
  display: inline-block;
  background: url('/hc/theme_assets/980988/200161079/like-icon.png') no-repeat;
  width: 20px;
  height: 20px;
}
.article-vote-down:before{
   background: url('/hc/theme_assets/980988/200161079/dislike-icon.png') no-repeat;
}
.btn-orange{
 	width: auto;
  padding: 0 20px;
}
.company-info a,
.company-info a:hover,
.company-info a:focus {
    color: #fff;
}

.article-comments h2 {
    display: block;
    font-size: 24px;
    margin: 30px 0 15px 0;
  	padding: 0;
}
.article-vote-question{
 	color: #6e6e6e;
  font-size: 20px;
}

.article-vote-label{
  display: block;
 	color: #afaeae;
  font-size: 13px;
}
.share-btn{
  display: inline-block;
 	/*background-color: #32d580;*/
  /*border: 1px solid #dcdcdc;*/
  width: 70px;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #e83626;
}

.share-btn:hover{
  background-color: #e83626;
}

.share-btn .fa{
  color: #807F7D;
}

.share-btn:hover .fa{
  color: #fff;
}

.share-btn .fa-2x{
  font-size: 25px;
}

/*------------------------------------------*/
/*   Contributions Page & Following Page
/*------------------------------------------*/
/*.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;
}*/
.my-activities-header{
 	margin: 0; 
}
.breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
}

.my-activities-nav {
  background-color: #f2f2f2;
	  margin-bottom: 20px;
}
.my-activities-nav li, .my-activities-nav li a {
  background-color: #f2f2f2;
  padding-top: 20px;
}
.my-activities-sub-nav/*,
.my-activities-nav*/ {
  	display: inline-block;
  	vertical-align: top;
    padding: 0 40px 0 0;
  	background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}



.my-activities-nav.nav-bordered li a,
.my-activities-nav.nav-bordered li{
 	font-weight: bold; 
}
.nav-bordered li,
.nav-spaced li {
    display: block;
    background: transparent;
  	font-size: 15px;
  	padding: 10px 0;
}
.nav li a,
.nav-bordered li a,
.nav-spaced li a {
  	display: block;
  	font-size: 15px;
    font-weight: normal;
}
.nav-bordered li.active a,
.nav-bordered li.active{
 	color: #e83626;
}
/*.nav-bordered li + li {
    margin: 0 0 0 30px;
}*/
.nav-bordered li.active{
	/*padding: 10px 0 10px 30px;*/
  margin: 0;
}
/*.nav-spaced li + li {
    margin: 0 0 0 30px;
}*/
#request-status-select {
    border: 1px solid #f0f0f0;
    padding: 8px;
}


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

.request-table-toolbar {
    background: #fff;
    overflow: hidden;
    padding: 8px 0;
    width: 100%;
}
.requests-search {
  	float: left;
 	 	width: 60%;
  	height: 40px;
    padding: 6px 15px 6px 0;
  	border: none;
    border-bottom: 3px solid #f0f0f0;
  	background: url(/hc/theme_assets/980988/200161079/search-icon.png) no-repeat right center;
}
.request-table-filters {
    float: right;
 	 	width: 40%;
    text-align: right;
}
.request-table-filters label::before {
    content: " ";
    display: inline-block;
    width: 25px;
}
.side-column {
    margin-top: 7px;
}

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

.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 #e6e5e5;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment-list > * {
    border-bottom: 1px solid #e6e5e5;
    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 #e6e5e5;
    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;
}
.label,
.request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.request-status {
  	background-color: #32d580;
    color: #ffffff;
    width: 90px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    padding: 0;
  	font-size: 14px;
}
.main-column > p {
    padding-top: 20px;
}

button,
[role="button"],
[type="button"],
[type="submit"] {
 		background-color: #aaa9a8;
 		border: 0;
  	/*color: #fff!important;*/
  	color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
  	font-size: 15px;
}
button:hover,
[role="button"]:hover,
[type="button"]:hover,
[type="submit"]:hover{
  	background-color: #5181d9;
  	color: #fff;
  	text-decoration: none;
}
.side-column [role="button"] {
    color: #fff !important;
    border: 0;
}
h1.subject-head {
    font-size: 1.6em;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 0;
}
.section__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
 	padding: 0 0 20px 0; 
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6e5e5;
}
/*------------------------------------------*/
/*   New Request Page
/*------------------------------------------*/

.form {
    background-color: #f2f2f2;
  	border-radius: 5px;
    padding: 25px;
}
.form-field {
    margin-bottom: 10px;
    width: 100%
}
.form-field label {
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 10px;
  	font-size: 16px;
}
.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{
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    padding: 5px 30px;
}
.comment-form input[type="submit"] {
    margin-top: 20px;
    width: 120px;
    text-align: center;
  	height: 45px;
    line-height: 45px;
    float: right;
    color: #fff;
    background-color: #e83626;
  	border: 1px solid #e83626;
  	font-size: 15px;
  	padding: 0;
}
.comment-form input[type="submit"]:hover{
 	background-color: transparent; 
  color: #e83626
}
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;
}

/*------------------------------------------*/
/*   Search Result
/*------------------------------------------*/
.search-results-column{
 	padding: 0 0 30px 0; 
  font-size: 15px;
}
.search-results-subheading {
    font-size: 18px;
    padding: 20px;
    background-color: #f2f2f2;
  	border-radius: 5px;
    color: #464545;
  	margin: 0 0 15px 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--top-section{
 	  margin: -40px 0 20px 0;
  	width: 100%;
}
.search-after-breadcrumbs{
 	margin: 0 0 15px 0;
  width: 100%;
}
.search-bg {
    display: inline-block;
}
.search-result-votes {
    background: #aaa9a8;
    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-results-heading{
  margin: 0;
  padding: 0 0 25px 0;
}
/*------------------------------------------*/
/*   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: #aaa9a8;
    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;
}

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

.article-comments-inner {
    background: #f6f4f4;
    padding: 25px;
  	border-radius: 5px;
}
.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%;
  	font-size: 30px;
  	padding: 0 0 20px 0;
  	border-bottom: 1px solid #e6e5e5;
}
.community-nav {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 15px;
    padding: 25px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
  	color: #807f7d;
}
.community-nav li + li {
    border-left: 1px none #e6e5e5;
    padding-left: 30px;
  	font-size: 16px;
}
.community-nav li a {
    font-weight: bold;
  	font-size: 16px;
}
.community-nav li a:hover{
  text-decoration: none;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #e6e5e5;
    display: table;
    padding-bottom: 15px;
}
.topic-heading,
.question-heading,
.answer-list-heading {
    font-size: 15px;
    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;
  	font-size: 15px;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.question-meta span,
.question-meta time,
.question-meta a{
	font-size: 14px;
}
.question,
.answer {
    border-bottom: 1px solid #e6e5e5;
    padding: 25px 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: #aaa9a8;
  	color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
}
.question-topic-list a:hover{
 	  background-color: #5181d9;
  	color: #fff;
  	text-decoration: none;
}
.question p {
    text-align: justify;
}
.question-list li.question{
    display: block;
    width: 100%;
  	padding-left: 20px;
}
.question-list li.question .question-title{
 	position: relative; 
}
.question-list li.question .question-title:before{
 		content: "\A0\A0\E75C";
    font-family: "entypo";
    position: absolute;
    top: 5px;
    right: 100%;
  	margin-left: -10px;
    color: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center; 
}
.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.vote-sum {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    min-width: 60px;
    padding: 0 0 5px 0;
}
.vote-controls {
    border-radius: 5px;
  	font-size: 0;
  	text-align: center;
}
.vote-controls a{
	display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 5px 0 0 0;
  margin-right: 5px;
}
.vote-controls a:last-of-type{
  margin-right: 0;
}
.vote-controls a:hover{
  text-decoration: none;
}
.vote-up::before {
  content: '';
  display: inline-block;
  background: url('/hc/theme_assets/980988/200161079/like-icon.png') no-repeat;
  width: 20px;
  height: 20px;
}

.vote-down::before {
  content: '';
  display: inline-block;
  background: url('/hc/theme_assets/980988/200161079/dislike-icon.png') no-repeat;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.vote-controls:hover a {
    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/01J1VYZCH4XMYHWGCTM51KMSY5");
    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: 20px;
    margin-top: 0;
  	color: #565454;
}
.question-title a,
.topic-title a{
  color: #565454;
}
.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;
}
.announcement-details section.promoted-articles li a {
    color: #808080;
    font-size: 15px;
}
.announcement-details section.promoted-articles li a:hover{
 	text-decoration: underline;
  color: #000;
}
.recent-activity-list li,
section.promoted-articles ul li {
  	display: block;
  	position: relative;
    list-style-type: disc;
  	border-bottom: 1px solid #e6e5e5;
    padding: 15px 0 15px 20px;
 		margin: 0;
}
.recent-activity-list li:before,
section.promoted-articles ul li:before{
    content: "\A0\A0\E75C";
    font-family: "entypo";
    position: absolute;
    top: 19px;
    left: 0;
    color: #000;
  	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  	-webkit-transform-origin: center;
    transform-origin: center;
}
.customers-info {
    padding: 15px;
}
.announcement-details.customers-info{
 	padding: 0; 
}
.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;
}
.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;
}
input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 5px;
}
.community-sub-nav {
    position: relative;
  	padding: 20px 0 0 0;
}
.community-sub-nav ul{
    margin: 0;
    border-bottom: 1px solid #e6e5e5;
}
.community-sub-nav li {
  	position: relative;
    display: inline-block;
    padding: 0 10px 20px 0;
  	margin: 0 30px 0 0;
  	font-size: 17px;
  	font-weight: 600;
  	color: #221f1f;
}
.community-sub-nav li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
  	z-index: 10;
    background-color: #e83626;
}
.community-sub-nav li a{
  	position: relative;
  	display: block;
  	font-size: 17px;
  	font-weight: 400;
  	color: #b0b0b0;
}
.community-sub-nav li a:hover{
 	color: #e83626;
  text-decoration: none;
}
.community-sub-nav li a:after{
 	 	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: -10px;
    height: 3px;
  	z-index: 20;
    background-color: #fff;
}
.community-nav li:last-child a::before {
    content: "✎";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.topic {
    display: inline-block;
    padding: 30px 0px 0px 0 !important;
    vertical-align: top;
    float: none;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #808080;
    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{
	background-color: #fff;
  padding: 30px 0;
  color: #221f1f;
  font-size: 14px;
}
.my-activities-table tr td,
.my-activities-table tr th,
.my-activities-table tr th + th,
.my-activities-table tr td + td {
    text-align: center;
  	border: none;
  	padding: 20px 10px;
}

.my-activities-table tr:nth-child(2n){
  	background-color: #f6f6f6;
}

.my-activities-table thead tr{
  background-color: #ecf7fd;
}

.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;
  font-size: 1.3em;
}
.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: 10px 0;
 		margin: 0;
}
.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.attachments li{
  	padding: 5px 0;
}

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

.profile-contribution .comment-link {
    margin-right: 5px;
}
.top-section,
.profile-header {
  	display: flex;
    padding: 50px 25px;
    background-color: #fff;
    margin-top: -40px;
  	border-radius: 5px;
  	box-shadow: 0 4px 2px -2px #e6e6e6;
}
.top-section--no-flex,
.profile-header--no-flex{
	display: block;
}
.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs-top-container{
  padding: 25px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 2px -2px #e6e6e6;
}
.breadcrumbs-top-container--top{
  margin-top: -40px;
}
@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}
.profile-header .profile-info {
    flex-basis: 80%;
    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;
  	color: #221f1f;
  	font-size: 30px;
}
.profile-header .basic-info .name a{
 		color: #221f1f;
}
.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;
}
.stat-value{
 	font-size: 15px; 
}
.profile-stats .stat-label {
 	 	display: block;
  	font-weight: 600;
    flex: 0 0 100px;
    margin:  0 10px 10px 0;
  	color: #221f1f;
  	font-size: 15px;
}
[dir=rtl] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
  	font-size: 15px;
}
.profile-stats-activity {
    margin-top: 30px;
}
@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 20%;
        border-bottom: 0;
        margin-left: 40px;
    }
    [dir=rtl] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters {
        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 #aaa9a8;
    border-radius: 4px;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    background: #aaa9a8;
    margin-right: 6px;
    float: right;
  	height: 54px;
  	line-height: 54px;
  	font-size: 17px;
}
.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  	margin-top: -3px;
    display: inline-block;
}
@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}
.profile-section {
    width: 100%;
  	margin: 30px 0;
}
.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: 20px 0 10px 0;
    font-size: 15px;
}
.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 #e6e5e5;
    font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}
.dropdown-toggle::after{
  	color: #3b3939;
}
.header-user-info .dropdown-toggle::after{
  	color: #fff;
}
.dropdown-toggle:hover::after{
  	color: #fff;
}
.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 #e6e5e5;
}
@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 #e6e5e5;
}
.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: #5181d9;
    color: #fff !important;
    padding: 15px 20px;
    border-radius: 5px;
  	font-size: 17px;
}
.options a:hover {
    background: #aaa9a8;
}
@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 {
    flex-direction: column;
    padding: 0;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #ee0000;
    order: 1;
    padding: 15px 0 11px 0;
  }
  .collapsible-nav-list li {
    line-height: normal;
  }
  
}
.collapsible-nav-list{
  	display: block;
}
.collapsible-nav-list li {
    line-height: normal;
    display: inline-block;
  margin-left: 20px;
}
.collapsible-nav-list li a {
  display: block;

 	color: #b0b0b0;
  font-size: 15px;
}
.collapsible-nav-list li[aria-selected="true"]{
  color: #221f1f; 
}
.meta-group {
    display: flex;
    flex-wrap: wrap;
}

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

@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) {
    .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: #fff;
    }
    .navbar-toggle span {
        background-color: #fff;
    }
    .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 .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;
    }
}


/* Custom changes */
.well{
  padding: 25px!important;
  margin-bottom: 0!important;
  border: 0!important;
  background-image: none!important;
  background-color: #fff!important;
 	box-shadow: 0 4px 2px -2px #e6e6e6!important;
}
.category h4,
.category h3,
.custom-blocks li h4 {
  color: #565454;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 0;
  margin: 0;
}

.custom-blocks li div i {
  color: #ee0000;
}

.recent-activity h2 {
  display: none;
}

body .recent-activity-controls a{
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
  text-decoration: underline;
 	color: #eb1c23;
}

.recent-activity-item-meta{
 	font-size: 0;
}

.recent-activity-item-time,
.recent-activity-item-comment{
 	display: inline-block; 
  font-size: 14px;
  padding-right: 5px;
}

.recent-activity-item-comment span{
	color: #eb1c23;
}
.section-row{
 	padding: 0 0 40px 0;
}

.section-row h3,
.section-row h3 a{
  	display: block;
  	color: #474747;
 		font-size: 24px;
  	margin: 0;
}

.section-row h3 a{
	padding-bottom: 15px;
}

.btn-nav--padding-top{
	padding-top: 30px;
}

/* Eliminar el Change password de perfil de usuario */
#password-change {
  display: none;
}




/* Mostrar las categorías */

.custom-blocks section > h2 > a {
  display: block;
  color: #565454;
  font-size: 18px;
}

.custom-blocks section > h2 > a:hover{
 	text-decoration: none; 
}

.section > h3 > a {
  font-size: 18px;
  color: #807f7d;
  text-decoration: none;
}

.category-tree{
  margin: 0 -13px;
}

.category-tree .category {
  width: 100%;
  padding: 20px 0;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.fa {
  color: #ee0000;
  padding-bottom: 10px;
}

/* Show 4 articles in Recent Activity */
.recent-activity-item:nth-of-type(1n+5) {display: none;} 

.see-all-sections { display: inline-block; font-size: 10px; margin-top: 10px; text-decoration: underline; }

/* Cuadro de anuncios */
.moreTopics {
  padding-top: 5px;
}

.moreTopics a {
  color: black;
}

.moreTopics a:hover {
  color: #aaa9a8;
}

/* Colores lista categorías/Secciones */
.category>.section>h3>a:hover {
  color: #d5d4d4;
}

.category>h2>a:hover {
  color: #807f7d;
}

.fa:hover {
  color: #807f7d;
}

.news-announcement a {
  color: black;
}

.news-announcement a.recent-activity-item-parent {
  display: block;
  color: #aaa9a8;
}

.recent-activity-item-time {
  color: #aaa9a8;
}

.news-announcement a:hover {
  color: #807f7d!important;
}

.recent-activity-item-comment {
  color: #aaa9a8;
  font-size: small;
}

/* Sumbit */
.page-header {
  border-bottom: none;
}

/* Restrict Quick access Forms */
li.hc_hq {
	display: none;
}

/*a.nesty-input {
  display: none;
}*/

div.request_ticket_form_id {
  display: none;
}

#How_can_we_help, #New_Employee_Form, #Smartphone_Tablet_SIM_Request, #Group_365_Teams_Creation_Form, #Badge_Request_Form, #UNIFIELD_FORM, #PowerBI_And_Sharepoint_Workspace_Request_Form
{
  display: none;
  text-align:center;
}

section.main-column>h2.hc-title {
  display:none;
}

#hc-wysiwyg [role="toolbar"]{
 	background-color: #aaa9a8!important;
}
#hc-wysiwyg [class^="wysiwyg-icon-"]:hover{
 	background-color: #e83626;
}

.breadcrumbs-article li a {
 font-size: 12px; 
}

#category_on_article a{
  color: #807f7d;
}
#category_on_article a:hover {
  color: #aaa9a8;
  text-decoration: underline;
}

.fa-level-up {
  color: #807f7d;
}

li .selected-item {
  background-color: black;
}

.menu-level-up {
  padding-top: 25px;
  padding-left: 8px;
}

/*table .pika-table thead tr td,  table .pika-table tbody tr td {
  background-color: black !important;
}*/

.comment-form-controls > input:hover {
  color: red!important;
}

body .pika-button {
  background-color: white!important;
  color: black;
}

td.is-selected {
	color:red!important;  
}

.is-selected .pika-button {
  color: black!important;
}

ul.article-list > li.article-promoted > span {
  display: none;
}


li.most_consulted_articles_field h2.article-head {
  font-size: 15px!important;
  color: #808080;
  margin-left: -23px;
}
li.most_consulted_articles_field p {
  font-size: 15px!important;
  color: #808080;
  margin-left: -23px;
}

li.most_consulted_articles_field:before{
  display: none;
}

li.most_consulted_articles_field table{
  border: hidden;
  font-size: 15px!important;
  color: #808080;
  margin-left: -23px;
}

li.most_consulted_articles_field td.value-col {
  display: none;
}

.see_more {
  margin: 20px 0 0 0;
  text-align: center;
  text-decoration: underline;
  color: #eb1c23!important;
  font-size: 14px;
  line-height: 1.42857143;
}

.see_more a{
  margin: 20px 0 0 0;
  text-align: center;
  text-decoration: underline;
  color: #337ab7;
  font-size: 14px;
  line-height: 1.42857143;
}

.see_more:before {
  display:none;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #fff;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #f3f3f3;
  color: #aaa9a8;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

.requests-search {
  width: 100%;
}

.section-white h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Community Buttons */
.answer-form-controls input{
  background-color: #e83626!important;
  color: white!important;
  border: 1px solid #e83626!important;
}

.answer-form-controls input:hover{
  background-color: white!important;
  color: #e83626!important;
  border: 1px solid #e83626!important;
}

nav.community-nav li a[role="button"] {
  background-color: #f2f2f2;
  color: #808080;
}

nav.community-nav li a[role="button"]:hover {
  background-color: #e83626;
  color: white;
}

div.topic-subscribe a[role="button"]:hover {
  background-color: #e83626;
}

header.question-header span a[role="button"]:hover {
  background-color: #e83626;
}

div.question ul.question-topic-list li a:hover {
  background-color: #e83626;
}

div.question-meta span#sharebyemail button:hover {
  background-color: #e83626;
}

/* Blue links */
div.section-description div.guideline-detailed-description a {
 color: blue; 
}

li.see_more a span {
  color: blue;
}

div.recent-activity-controls a {
  color: blue;
}

#sharebyemail {
 color: white; 
}

div .question-body div.question-text a{
  color: blue;
}
  
section.answers div.answer-text a {
  color: blue;
}
