@charset "UTF-8";
/***** Base *****/ 
* , input[type = search]{
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin:0;
}
html,body{
  height:100%;
}
.site-container{
  min-height:100%;
  margin-bottom:-120px;
}
.site-container:after{
 content: "";
  display:block;
}
.footer, .site-container:after{
  height:120px;
}

.hidden {
  display:none !important;
}



body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Roboto,sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin:0;
  padding-bottom:0;
  position:relative;
}




@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
        margin-top: 81px;
    
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto,sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-weight: 600;
}
h3.screensteps-heading {
    font-weight: 600;
}


h4 {
  font-size: 16px;
font-weight: 600;
  
}

a, a:visited {
  color: #333333;
  text-decoration: none;
}
a.zdlink.e-helperlink.hideMobile {
    color: #0040b0 !important;
}


.request-container a, .request-container a:visited {
  color: #6597cf !important;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  /*text-decoration: none !important;*/
  color: #333333;
}

article a,article a:hover, article a:active, article a:focus,article a:visited {
  color:#6597cf;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(12, 40, 56, 1);
}

input[disabled] {
  background-color: #ddd;
}

.zdlink{
  display:none;
}
.toplist:empty{
  display:none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZMBJ1KAFMQTP54VX5RH2SPF) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 25px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(12, 40, 56, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(12, 40, 56, 1);
}

.container {
  margin: 0 auto;

}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
 list-style: none;
  margin: 0;
  padding: 0;
}
.step-instructions.screensteps-textblock ul {
    list-style: disc;
}
.screensteps-table {
    overflow: scroll;
}
a.login {
    border: none;
    font-size: 14px;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}





/* ScreenSteps Article CSS */

div.screensteps-document h2, div.screensteps-document h3 { margin: .83em 0; }

div.screensteps-document .image img {
   padding: 5px 0px;
   display: block;
   max-width: 100%;
   height: auto;
}

div.screensteps-document div.step, div.screensteps-document div.sub-step { clear:both; }

div.screensteps-document .image {
   margin-bottom: 2em;
}

div.screensteps-document .step .instructions, div.screensteps-document .step .step-instructions {
   clear: left;
}

div.screensteps-document ul {
   margin: 1em 0;
}

.screensteps-document table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%
}

.screensteps-document td,.screensteps-table th {
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top
}

.screensteps-document th {
    font-weight: 700
}

.screensteps-document table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}
.screensteps-table a{
  color:#6597cf;
}
.screensteps-table a:hover{
  text-decoration:underline;
}




.screensteps-wrapper {
  line-height: 1.5em;
  margin: 10px 0;
  padding: 10px 10px 10px !important;
}

.screensteps-wrapper--warning.infonewrequest{
  display:block;
}



.screensteps-wrapper ul, .screensteps-wrapper ol {
    margin: 8px 0 8px 25px;
}

.screensteps-wrapper p {
  margin-left: 35px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.screensteps-wrapper--introduction {
  background-color: #e8f5f9;
  color: #1d9de0;
}
.screensteps-wrapper--introduction p {
  margin-left: 0;
}

.screensteps-wrapper--info {
  background-color: #e8f5f9;
  color: #1d9de0;
}

.screensteps-wrapper--info a {
  color: #1d9de0 !important;
  text-decoration:underline !important;
}

.screensteps-wrapper--alert {
  background-color: #fbe7e6;
  color: #c11111;
}

.screensteps-wrapper--alert a {
  color: #c11111 !important;
  text-decoration:underline !important;
}

.screensteps-wrapper--tip {
  background-color: #effae7;
  color: #65a73c;
}

.screensteps-wrapper--tip a {
  color: #65a73c !important;
  text-decoration:underline !important;
}

.screensteps-wrapper--warning {
  background-color: #fff9aa;
  color: #d78900;
}

.screensteps-wrapper--warning a {
  color: #d78900 !important;
  text-decoration:underline !important;
}

.screensteps-revision-information {
  border-top: 1px solid #e6e6e6; 
  margin-top: 1em;
  padding-top: 1em;
}



//   ICON Styles to ScreenSteps text blocks and foldable steps  
//  You must include FontAwesome in your Help Center theme
//  to use these icons
//
//  See instructions for including FontAwesome in Zendesk here:
//  https://support.zendesk.com/hc/en-us/community/posts/203458726-Help-Center-Adding-icons-into-your-theme
//
//  Comment out or remove the lines below if you won't be using FontAwesome
//




/* End ScreenSteps Article CSS */


/*div.step-instructions.screensteps-textblock:first-child  {
    background-color: 
    #eee;
    padding: 5px;
    display:table;
}

div.step-instructions.screensteps-textblock p strong {
	font-size: 1.5rem;
}


div.step-instructions.screensteps-textblock ul {
	
}*/


.screensteps-table {
    overflow: scroll;
}

a.screensteps-foldable-content-parent.screensteps-foldable-trigger{ 
  font-weight:bolder;
  font-size:1.2rem;
  margin-left: 20px;
}

a.screensteps-foldable-content-parent.screensteps-foldable-trigger:before {
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

a.screensteps-foldable-content-parent.screensteps-foldable-trigger.expanded:before{ 
  content: "\f107";
}

a.screensteps-foldable-content-parent.screensteps-foldable-trigger.expanded{ 
  font-weight:bold;
  font-size:1.2rem;
}


.step.screensteps-section.screensteps-depth-1 h2{
  font-size:1.8rem;
}
.step.screensteps-section.screensteps-depth-2 h3{
  font-size:1.4rem;
}


/***** Buttons *****/
.button, [role="button"] {
     border: 1px solid #c8ceca;
  border-radius: 6px;
  color: rgba(12, 40, 56, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
.subscribeButton a {
  font-size:15px;
}

#subscribe_section div span.dropdown-menu > a:nth-child(2){
  display:none;
}

.article-subscribe:hover{
  background: #f2f2f2; box-shadow: 0 0 6px 0 rgba(0,0,0,0.15); 
}



@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}



.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  /*background-color: rgba(12, 40, 56, 1);*/

  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
 background: #f2f2f2; 
 box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(12, 40, 56, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #000;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(12, 40, 56, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(12, 40, 56, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(12, 40, 56, 1);
  text-decoration: none;
}


.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(12, 40, 56, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field .optional {
  color: #666;
  margin-left: 4px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

.form-field.request_priority{
  display:none;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZMBJ1QPP5VQ5MNXDPWY5ACF) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #000;
}


.request_custom_fields_10149464297745 {
  display:none;
}

.nesty-panel{
  max-height:400px !important;
}

/***** Header *****/
.header {
 box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.19);
  /*position: fixed;*/
    width: 100%;
  height:70px;
    z-index: 100;
  background:#ffffff;

}
.headersearch{
  position:relative;

 /* width: 260px;*/
}

.e-menu__item {
    padding: 0 15px !important;
}
.e-menu__item a, .e-menu__item e-dialoghandler {
    color: #0D1F28 !important;
    font-size: 17px;
    
    line-height: 35px;
    letter-spacing: 1px;
}
.e-menu__item e-dialoghandler{
  cursor:pointer;
}
.e-dropdown__content.whatsnew.e-dropdown__content-visible {
    border-radius: 6px;
}

@media (max-width: 1023px) {

  .header{
    box-shadow:none;
    border-bottom:1px solid #D8D8D8;
  }
  .e-topnav{
    border-bottom:1px solid #D8D8D8;
  }
  .hc-art-bg{
     border-bottom:1px solid #D8D8D8; 
    height: 62px;
  }
 
}  
.searchArticle{
    display:none;
  }
.btn_style{
  background-color: #0d2838  !important;
  color:#ffffff !important;
}
/*@media (min-width: 1024px) {
  .searchArticle{
    display:none;
  }
}*/

.searchArticleinRequest{
  max-width:60%;
  margin:auto;
}

.logo img {
      height: 44px;


     
    
}

.e-topnav__logo{
      line-height: 0 !important;
}
.component-wrap-products {
    bottom: 50px;
    position: relative;
}

.logo a{
   

    
   
    color: #0d2838 !important;
    text-decoration: none;
    text-transform: uppercase;
    
}
.logoSpan{
  margin-bottom:3px;
}

.e-col-12.noPad {
    padding-left: 0;
    padding-right: 0;
}


.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(12, 40, 56, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(12, 40, 56, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(12, 40, 56, 1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: rgba(12, 40, 56, 1);
}

/***** User info in header *****/




.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 76px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(12, 40, 56, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: rgba(12, 40, 56, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(12, 40, 56, 1);

}



[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  /*display: none;*/
  font-size: 14px;
  vertical-align: top;
}



@media (min-width:1288px){
  .user-info {
  display: inline-block;
}
}
@media (max-width: 1149px) {
  #user #user-name {
    display: inline-block;
  }
}




#user #user-name:hover {
  text-decoration: none;
}/*
@media(max-width:1149px){
  li.e-menu__item.onlygeneric.hideMobile{
    display:none !important;
  }
}*/
/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-top;
  margin-right:5px;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(12, 40, 56, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 11px 0;
}

.footer a {
  color: #666 !important;
}

.footer-inner {
  max-width: 95%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  flex-direction: column;

}



.footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
}


footer .justify-content-center.align-items-center.img-wrapper{
  margin-left: 8px;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #b3b3b3;
  display: inline;
  font-weight: 400;
  font-size: 16px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited,.breadcrumbs li a {
  color: #b3b3b3;
  font-size: 1rem;
}

/***** Search field *****/
.search {
  position: relative;
}

.searchtips {
  max-width:500px;
  margin:auto;
}

.searchtips div.e-alert {
  margin:0px;
  padding:0px;
  height:25px;
}
.searchtips div.e-alert .e-helperlink {
  margin:0px;
}

.search input[type="search"] {
border: 1px solid #ddd;
border-radius: 6px;
box-sizing: border-box;
color: #666;
height: 35px;
padding-left: 40px;
padding-right: 20px;
-webkit-appearance: none;
width: 100%;
background: #e6e9eb;
}
.search-header{
  margin-left:10px;
  display:none;
}
.searchError{
 margin:0 auto;
 width:50%;
  
}
form.mysearch {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 50px;
  padding-left: 40px;
  padding-right: 0;
  -webkit-appearance: none;
  width: 55%;
  background-color: #FFFFFF;
  display:flex;
  position: relative;
  vertical-align:center;
}
form.mysearch input[type="search"] {
  border: none;
  border-radius:30px;
  box-sizing: border-box;
  color: #999;
  margin-top:2px;
  margin-bottom:2px;
  margin-left: 5px;
  -webkit-appearance: none;
  width: 70%;
}
form.mysearch input[type="search"]:focus {
  color: #000;
}

form.mysearch e-icon {
  position: absolute;
  left: 15px;
  bottom:12px;
}

form.mysearch select {
  border: none;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  font-size: 80%;
  -webkit-appearance: none;
   max-width: 27%;
}
form.mysearch select:focus {
  color: #000;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}



.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e6e9eb;
  color: #777;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  /*border: 1px solid #fff;*/
}

/***** Hero component *****/

.hero {
   /* background-image: url(/hc/theming_assets/01HZMBJDJJHKNPJER12FBDT6MD);*/
 /* background-image: url(/hc/theming_assets/01HZMBJM9FP9MK9S6F1FXBBE3R);*/
   /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/hc/theming_assets/01JHFFV7G1DXK7ZJ609EYQ3XT2);*/
background-image:url(/hc/theming_assets/01JHFFV7G1DXK7ZJ609EYQ3XT2);
  /* background-position: right -45em top 0px;*/
  /*background-position: right -15em top -30px;*/
     /* background: #0d2838;*/
    background-size: cover;
    height: 400px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    
  /*  margin-top: 66px;*/
}
.e-row.homepage-blocks {
    background: #fff;
    bottom:45px;
    box-shadow:5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
}
@media (min-width: 500px){
  .e-row.homepage-blocks {
  bottom: 111px;
  }

}




.hero-inner {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
 
}
.hero-inner-cat{
  color:#fff;
  width:90%;
  margin:0 auto;
  margin-top:57px;
}
h1.cat_name {
    color: #fff;
}
.container-cat {
    width: 90%;
    margin: 0 auto;
}
@media (min-width: 1150px){

}

h2.text-size-title {
    margin-bottom: 10px;

    color: : #212529;

    /* height: 60px; */
    transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 85% !important;
    font-weight: 600 !important;
  width:fit-content;

}
.text-size-title-cat:hover{
  cursor:pointer;

}
.section-tree .see-all-articles{
   transition: 0.3s ease;
}
.section-tree .see-all-articles:hover{
    cursor: pointer;
    background: #0d2838;
    color: #fff;
}
.text-size-title a:hover {
  text-decoration:none !important;
}




.e-alert.e-alert-inline.hideMobile {
   background:transparent !important;
  border: none !important;
}

@media (max-width: 1150px){
.home-hero .search{

      display:none;
  }
 
}

.e-row.home-hero.container{
   text-shadow: 1px 1px 6px #000000;
  margin:0 auto;
}
.e-row.home-hero.container form{
   text-shadow: none;
}
.e-row.home-hero.container .e-alert {
  background-color: transparent;
  margin-top: 5px;
  border: none;
  color:white;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
    font-weight: 500;
    margin: 0 0 30px 0;
    word-break: break-word;
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
   
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
    margin-top:10px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid rgba(12, 40, 56, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(12, 40, 56, 1);
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(12, 40, 56, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333333;
}

.blocks-item-link {
  color: rgba(12, 40, 56, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/

/*
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}*/

.section h2 {
  margin-bottom: 10px;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
   /* padding-right: 30px;
    width: 33%;*/
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;


  color: #333333;
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}



/***** Community section in homepage *****/
.community {
  text-align: center;
}

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

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
   margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    display:none;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {

  overflow: auto;
}
.containerErrorSuggestions{
  margin-top:20px;
  margin-bottom:100px;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
  line-height: 35px;
}
.recentActivityContainer1{ 
  background-color: #FFFFFF;
  border: 1px solid #DAE2EA;
  border-radius: 8px;
  width:45% !important;
  
}
.e-label.e-label-outline.art-grouplabel {
    display: none;
}

@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;
  display:none;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
    display: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: #666;
  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: rgba(12, 40, 56, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

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



/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  

 
  border-radius:10px;
  background:#ffffff;
 
}
.spaceDown{
  width:100% !important;
}
@media(min-width:1149px){
  .noPad{
  padding-left:0px!important;
  padding-right:0px!important;
}
}

.sectionContainer{
  width:90%;
  margin:0 auto;
}

.solution-container.section-group{
  width:49%;
  display:none;
}
.containerSection{
  width:fit-content;
  margin-bottom:50px;
  width: max-content;
}


#article-groups a.article-group-card.active p{
  font-weight:bolder;
  font-size:20px;
}

#article-groups a.article-group-card.active .e-card__badge{
  display:none;
}
.e-boxx.hc-cat {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }


}

.section-tree .section {
   width: 24%;
  padding: 10px;
  margin-right:10px;
  margin-bottom:10px;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}
a.article-list-link{
  color: #6984d1;
}
@media (max-width: 1149px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #333333;
}

.section-tree .see-all-articles {
  display: block;

    color: #212529;
  width: fit-content;
    padding: 3px;
    border-radius: 6px;
}
}


.article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    letter-spacing:1px;
    line-height:30px;
}



.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

ul.article-list.top-promoted-articles li a div.e-label.art-grouplabel, div.searchtips a div.e-label.art-grouplabel{
  display:none;
}

.icon-star::before {
  color: rgba(12, 40, 56, 1);
  font-size: 18px;
  float:left;
  margin-right:5px;
}

/***** Section pages *****/

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}


.section-subscribe{
  border-radius:6px;
}
.section-subscribe a{
  font-size:15px;

}
.section-subscribe a:hover{
background: #f2f2f2;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}




/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  changed content to 66% so that it fits with all the widgets on the sidebars.!cosmin
  */
  flex: 1 0 auto;
}

.article.e-box,.section-articles.article-relatives.e-box{
  border:none;
  box-shadow:none;
  padding: 0px;
}

.request.e-box.main{
  margin-left:10px;
  margin-right:10px;
  min-width:50%;
}

#infohelper_articles li {
    padding-top: 5px;
    border-top: 1px solid #eee;
}

  .hc-art-bg {
    /* background-image: linear-gradient(90deg, #f3f3f3, #f3f3f3,#f3f3f3,#f3f3f3); */
    /* background-position: center; */
  /*  margin-top: 75px;*/
    /* position: fixed; */
    width: 100%;
    /* z-index: 99; */
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.19); */
}
/*
.articleContainer{
  margin-top:17px;
}
*/

.articleContainer{
  width:90%;
  margin:0 auto;
  
  border-radius: 10px;
}
}
section.article-sidebar.no-print {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%) !important;
    padding: 10px !important;
    border-radius: 10px !important;
}


@media (min-width: 1024px) {
  .article {
    flex: 1 0 33%;
    min-width: 33%;
    padding: 0 30px;
  }
  .request.e-box.main{
  	max-width:75%;
	}
}

#article-container {

  flex-direction: column;
   

   
}



section.article-relatives a, section.article-relatives a:visited{
  color:#0c2837;
}


@media (min-width: 1024px) {
  #article-container {
    display:flex;
    flex-direction: row;
  
  }
  div#article-container section.e-verticalnav{ 
    max-width:100%;
  }

  div#article-container section.article-relatives{
    width:20%;
   /* padding-left: 20px;*/
    padding-right:0;
    padding-top:0;
  background:transparent;
  }
  .request.section-articles.article-relatives.e-box{
    width:33% !important;
  }
  
  section.article-relatives.compress{
    max-width:1%;
    overflow:hidden;
  }
}


//e-verticalnav
//article-relatives

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 22px;
  list-style-position: outside;
  margin: 0px 0px 0px 20px;
}
ol.breadcrumbs.breadUGO {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  /*color: #000;*/
  color: #6597cf;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
  word-break:break-all;
}

.article-body pre {
  background: #f7f7f7;
  border: 0px;
  padding: 5px;
  overflow: scroll;
  font-size: 0.8em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div.code-content {
    width:100%;
}
div.code-content pre code {
    font-size: inherit;
    border: 0 !important;
    background: unset !important;
}


.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  word-wrap: break-word;
}

@media (max-width:1342px){
  .article-content {
    margin: 120px 0;
}
}


.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(12, 40, 56, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
 /* border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;*/
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  transition:0.5s;

}
article.article.e-box {
    border-radius: 10px;
}
.collapsible-sidebar {
        box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%) !important;
    padding: 10px !important;
    border-radius: 10px !important;
}

td.ihaveatable e-icon {
    display: ruby-base;
}

div.html-embed div.e-notice .e-helperlink__text {
    float: right;
    width: max-content;
    padding-left: 10px;
}

div.html-embed div.e-notice .e-helperlink__text.on {
	font-weight: bold;
}

div.html-embed div.e-notice .e-helperlink__text.off {
	opacity: .5 !important;
  font-weight: lighter;
}

.html-embed img, .screensteps-image-zoom img, img.screensteps-image-zoom{
  cursor:zoom-in;
}

.e-notice.addon-menu, .e-notice.addon-avail {
    background: #f3f3f3;
    border: 0px;
    margin-bottom: 5px;
    height:50px;
}



@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
  .article-relatives{
    padding-left:5px;
  }
}

section.article-relatives section li{
  border-top:1px solid transparent;

  font-size: 14px;
}

section.article-relatives a:hover {
    color: #32d17e;
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  text-align: center;

}

.article-vote {
  background: transparent;
  border: 1px solid #c8ceca;
  color: rgba(12, 40, 56, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
  text-transform:uppercase;
  font-size: 15px; 
  border-radius: 6px;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  /*background-color: transparent;*/
  color: rgba(12, 40, 56, 1);
}

.article-vote:hover {
 background: #f2f2f2; box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}

.article-vote:hover::before, .article-vote:hover::after {
  color: #0c2837;
}

.article-vote-up::before {
  content: url(/hc/theming_assets/01HZMBJ50DREVHGWWQ6PHYV5E7);
  vertical-align:middle;
}


.article-vote-down::before {
   content: url(/hc/theming_assets/01HZMBJ55DV7WN68AWM0HY1MBR);
  vertical-align:middle;
}

.article-vote[aria-selected="true"]:hover,.article-vote[aria-selected="true"]{
  background-color:#bdd4ff !important;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
  position:fixed;
  bottom:0px;right:0px;
  background-color:#e2e8ee;
  width:100%;
  font-size:x-small;
  min-height:30px;
  padding-top:5px;
  padding-bottom:3px;
}

.article-return-to-top a{
  color:#000 !important;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #333333;
  display: block;
  /*padding: 20px 0;*/
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(12, 40, 56, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #000;
  border-color: #000;
}

ul.srch_top_nav{
  display:flex;
}

.collapsible-sidebar-title.sidenav-title {
    color: #0D1F28;
}

.collapsible-sidebar.e-box{
  background-color:transparent;
  height: max-content;
}

ul.srch_top_nav li{
  flex-direction: row;
  min-width: 50%;
  width:100%;
}

.srch_top_nav a.sidenav-item.srchnav {
  margin:0px;
}

.filter-list{
  border-top:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}

.sidenav-title {
  position: relative;
}

.sidenav-item {
    display: block;
    font-weight: 400;
  padding:5px;
    font-size: 13px;
  margin-left:5px;
    color: #0B2736;
  margin-bottom:5px;

  }
a.sidenav-item.sub-sidenav-item.sec-article-link {
    display: block;
    font-weight: 400;
    padding: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #0B2736;


    font-size: 15px;
    padding: 12px 0;
    border-radius: 0;
}

.sidenav-item.srchnav{
  margin-bottom:10px;
  border-radius: 2px;
  color:#000000;
  border:1px solid #666;
}

    

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #e6f2ff;
  color: #0059b3;
  text-decoration: none;
  width:fit-content;
}

a.sidenav-item.c_list,a:visited.sidenav-item.c_list{
  color: #333333;
}
.sidenav-item.c_list[aria-selected="true"],a:hover.sidenav-item.c_list{
  color: #999 !important;
}



.recent-articles h3,
.related-articles h3 {
  font-family: Roboto,sans-serif;
  font-size: 20px;
  font-weight:500;
  display:none;
  
}


/*
.related-articles li{
  border-bottom:1px solid #eee;
  padding: 12px 0;
}*/
.related-articles li a:hover{
  color:#32d17e;
}

#morehere {
  display: block;
  margin-left: 20px;
}
.related-articles ul li a,
.recent-articles ul li a{
  color:#0c2837;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(12, 40, 56, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */

section.request-info .e-layout__header{
  position:inherit;
  box-shadow:none;
}

section.request-info .e-layout__title{
  font-weight: lighter;
  font-size: 1.7rem;
}

section.request-info .e-emptystate{
  padding: 5px;
  font-size: 0.9rem;
}

section.request-info .e-card-emptystate{
  border: 1px dashed var(--token-box-default-border) !important;
}

div.req-card-btn {
    margin: auto;
    position: absolute;
    bottom: 15px;
}


.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(12, 40, 56, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(12, 40, 56, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(12, 40, 56, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Roboto,sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #000;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;

  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(12, 40, 56, 1);
}

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(12, 40, 56, 1);
}

.vote-voted:hover::before {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community_post_list_page_container{
  width:90%;
}
.community_topic_page_container{
  width:90%;
  margin-top:60px;
  
}
.search_community{
  width:50%;
  margin:0 auto;
}
.community_button{
  color:#fff !important;
}
.community_button:hover{
  background-color:#32D17E !important;
}
.community_topic_container{
  width:90%;
}
.community-hero {
  background-image: url(/hc/theming_assets/01HZMBJSJMG25RV4T4ZTPC3232);
  background-size: auto;
  margin-bottom: 10px;
  width:100%;
  height:200px;
  margin:0 auto;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(12, 40, 56, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(12, 40, 56, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(12, 40, 56, 1);
  content: attr(data-follower-count);
  color: rgba(12, 40, 56, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(12, 40, 56, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(12, 40, 56, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #000;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

/***** 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;
  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: rgba(12, 40, 56, 1);
}

.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: #eee;
  color: #666;
}

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

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

.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, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: Roboto,sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #000;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(12, 40, 56, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
    width:90%;
  margin:0 auto;
}


@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #ffffff;
  display: block;
  font-size: 17px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {

    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #32D17E;
    order: 1;
    padding: 0px;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #ffffff;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 30px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(30px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(12, 40, 56, 1);
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.menutoggle{
   display:none; 
  }
@media (max-width: 1024px) {
 /* .hero-inner{
    display:none;
  }*/
 
  .hc-art{
    height:inherit;
  }
  li.e-menu__item{
    padding:0px;
  }
  .hc-art-bg{
    height:inherit;
    border:none;
  }
  #navtoggle{
   display:none; 
  }
/*.collapsible-sidebar.navigation:before {
   font-family: "Font Awesome 5 Free";
   content: "\f150";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
  margin-top: -20px;
}*/
  .menutoggle{
   display:block; 
  	margin-top:-4px;
    height:20px;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #0e2838;
  border: 0;
  margin-bottom: 20px;

}
a.requests-link {

    font-size: 17px;
    letter-spacing: 1px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #32D17E;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.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:hover{
  background-color:#32D17E;
}

.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: rgba(12, 40, 56, 1);
  color: #FFFFFF;
}

.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;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

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

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(12, 40, 56, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #000;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  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: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(12, 40, 56, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(12, 40, 56, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #666;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(12, 40, 56, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 14px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
 /* vertical-align: middle;*/
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

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

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0 !important;
}

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

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.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;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}
.containerREQ{
  margin-top:30px;
}
.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

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

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top:20px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(12, 40, 56, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(12, 40, 56, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

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

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(12, 40, 56, 1);
  border-radius: 4px;
  color: rgba(12, 40, 56, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

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

.profile-section {
  width: 90%;
  margin:0 auto;
  
}

@media (min-width: 1024px) {
  .profile-section {
    width: 90%;
    margin:0 auto;
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

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

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  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: 40px;
  color: #999;
}

.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: 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;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@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: #FFFFFF;
  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;
}

/***** Search results *****/
.results {
 display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .results {
    flex-direction: row;
  }
}

.results-column {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .results-column {
    flex: 0 0 75%;
  }
}

.results-subheading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.results-list {
  margin-bottom: 25px;
}

.results-list-item {
  padding: 14px 0;
  position: relative;
}

.results-list-item-link {
  font-size: 16px;
}

.results-list-item-link div.e-label.e-label-outline.art-grouplabel{
  float:left;
  margin-right:5px;
}

.results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.filter-link {
  display: block;
}

.filters-in-section {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .filters-in-section {
    border-bottom: 0;
  }
}

.sidenav-item[aria-selected="true"] {
  background-color: rgba(12, 40, 56, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.results-description, .results-meta {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-meta-count, .results-votes {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.results-icons {
  position: absolute;
  right: 0;
  top: 10px;
}

.results-votes, .results-meta-count {
  display: inline-block;
  padding: 4px 5px;
  margin-left: 5px;
}

.results-votes::before, .results-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .results-votes, [dir="rtl"] .results-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .results-votes::before, [dir="rtl"] .results-meta-count::before {
  margin-left: 3px;
}

.results-votes::before {
  color: rgba(12, 40, 56, 1);
  content: "\1F44D";
}

.results-meta-count::before {
  color: rgba(12, 40, 56, 1);
  content: "\1F4AC";
}

.results-breadcrumbs li:last-child::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
}

.results-breadcrumbs a {
  color: #666;
  font-size: 70%;
  
}

.e-card__caption{
  transition:0.3s;

}


/* Don't display CJK results in italic */
/* Add a yellow background instead */
html[lang|="zh"] .search-result-description em,
html[lang|="ko"] .search-result-description em,
html[lang|="ja"] .search-result-description em {
  font-style: normal;
  background: yellow;
}


.homepage-blocks .e-card.e-card-no_title.e-card-emptystate{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  border-radius: 5px;
}
.homepage-blocks .e-card.e-card-no_title.e-card-emptystate:hover{
  -webkit-filter:drop-shadow(0px 0px 0px #eee);
  filter:  drop-shadow(0px 0px 0px #eee);
  border:0px;
}
.e-col-2.hp-cta.text-align-center:hover {
    box-shadow: 0 9px 20px 1px rgb(0 0 0 / 10%);

}
img#user-avatar,  e-icon{
  margin-right:2px;
}
.e-card-emptystate {
    background: #ffffff;
    border: none !important;
    box-shadow: none;
}

.solution-container.browse-product{
  border:none;
}


.browse-product .e-card.e-card-no_content{
  border:none;
  box-shadow:none;
}

.browse-product .e-card.e-card-no_content:hover{

  cursor:pointer;
}

@media (max-width: 500px) {
  .e-col-3.hp-cta{
    width:50%;
    margin-bottom:10px;
  }
}

@media (max-width: 374px) {
  .e-col-3.hp-cta{
    width:100%;
    /*max-height:120px;*/
  }
  .e-emptystate .e-emptystate__content{
   /* display:initial;*/
  }
}
/*
.browse-product .e-card{
  width:255px;
}*/
/*
.e-header.hc-cat.hero h3{
    width:90%;
}*/
.breadcrUmbs.breadUG {
    width: 100%;
}


div.solution-container.section-group h3{
  font-size:1.5rem;
  font-weight: bold;
}


@media (min-width: 750px) {
  .browse-product .e-card{
    width:325px;
  }
}
@media (min-width: 1024px) {
  .browse-product .e-card{
    width:268px;
  }
}
@media (min-width: 1280px) {
  .browse-product .e-card{
    width:248px;
  }
}
@media (min-width: 1400px) {
  .browse-product .e-card{
 

    margin:0 0px 20px 0;
  }
}

.browse-product .e-card__badge {
    padding: 0px 0 0 0px;
}
/*
.browse-product .e-card__title.e-card__title-multiple.text-size-title{
  margin-left:10px;
  font-weight: 300 !important;
}
*/
.browse-product .e-cardIcon{
  box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
  padding:5px;
  width:70px;
}

@media (min-width: 1024px) {
  /*div.e-row.hc-main div.e-card.e-card-no_content {
    width:100% !important;
  }*/
}




footer.hp{
    background-color: #fff;
    padding-top: 0px;
    color:#0c2837;
}

footer.hp a,footer.hp a:hover, footer.hp a:focus, footer.hp a:visited{
    color:#0d2837;
}
footer.hp a:hover{
  text-decoration:underline;
}

.submit-a-request{
  vertical-align:middle;
}

.hc-main-bg{
         margin: 0 auto;
         width: 100%;

}

@media(max-width:1024px){
  .hc-main-bg{
         width: 100%;
}
  
  .hero{
    height:200px
  }
  
}



 .containerMain{
    width:90% !important;
    margin:0 auto;
  }


h3.secdescr {
    margin-top: 50px;
    margin-bottom: 50px;

}


.home-hero h3{
  max-height:50px;
  text-align: center;
}
.home-hero .search, .hc-cat.hero .mysearch,.hc-sec.hero .mysearch{
  width:35%;
  margin: 0 auto;
}

.home-hero h1,.home-hero h3{
  color:#0040b0;
}


span#user-name{
   color: #0c2837;
}

.e-col-4 .multi_list{
  position:relative;
  min-width:180px;
}

.e-row .multi_list {
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-category {
    font-size: 18px !important;
    border-right:0px !important;
    box-shadow: none !important;
}
.menu-category.first,.menu-category.first:hover {
    color: #6984d1;
}
.menu-category.second,.menu-category.second:hover {
    color: #40877e;
}
.menu-category.third,.menu-category.third:hover {
    color: #d9e506;
}

.e-card.hc-doc-cat h2 {
  font-size:1vw;
}
.e-card.hc-doc-cat:hover h2 {
  font-weight: bold;
}

.e-card.hc-doc-cat p {
    max-height: 50px !important;
    height: 50px;
    min-height: 50px;
  
}

div.e-topnav{
  z-index:1;
  margin: 0 auto;

}
li.article-list-item {
padding:5px;
}
.e-topnav__container2{
  float:right;
    position: relative;

}

li.article-list-item:hover {
    background-color: #e6f2ff;
}

.hc-cat-bg{
  /*background-image: linear-gradient(90deg, #EEEEEE, #FFFFFF,#FFFFFF,#FFFFFF);*/
  background-position: center;
  margin: 0 auto;
}


.hc-sec-bg{
  /*background-image: url(/hc/theming_assets/01HZMBJ8ERKAM10QSVM4QJDZ0T);*/
  /*background-image: url(/hc/theming_assets/01HZMBJND0CVT79H8YSW1NK1CS);*/
  background-color:#0d2838;

  color:#FFFFFF !important;
  background-size: cover;
    margin: 0 auto;
   
}

.sec-hero h1, .sec-hero h2, .sec-hero h3{
  color:#FFFFFF !important;
}

.hc-sec.hero {
  background-image:none;
  padding: 0px;
  width: 90%;
  margin:0 auto;
  background-repeat:no-repeat;
  
  height:100px;
  text-align:left;
}
.hero-inner-sec{
  transform: translateY(-24%);
}


.hc-cat.hero {
  background-position: center;
  /*background-image: url(/hc/theming_assets/01HZMBJ862JX6WSRBJJNJVN3J7);*/
 /* background-image: url(/hc/theming_assets/01HZMBJN22K5YXY84VYGCE822G);*/
  background: #0d2838;
  height:200px;
  border-top: 1px solid #ddd;
  text-align:left;
  padding: 0px;
  width: 100%;
  background-repeat:no-repeat;
 
}
/* should be removed.. we are keeping one banner for all cateogries
.hc-cat.hero.c360000204733 {
  background-image: url(/hc/theming_assets/01HZMBJ2W4N3R7GXV7EAW93GMQ);
  background-position: right -40em top 0px;
  background-size: cover;
}
.hc-cat.hero.c115000594645 {
 background-image: url(/hc/theming_assets/01HZMBJ31VCKHFDEHHGP8GSJEJ);
  background-position: right -60em top -155px;
  background-size: cover;
}
*/
@media(max-width:1280px){
.emarsysvideo iframe{
  min-width:100% !important;
}
}
.emsXvideo[data-lity=""]::after {
  content:url(/hc/theming_assets/01HZMBJ50DREVHGWWQ6PHYV5E7);;
}
.emsvideo[data-lity=""]:after {
   font-family: "Font Awesome 5 Free";
   content: "\f008";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

.lity {
    background: #0b0b0b;
    background: rgba(0,0,0,0.7) !important;
}
.lity-container{
  max-width: 80% !important;
}

.emscatonly, .emsTCSonly{
  display:none;
  border:1px dotted #666;
  padding:4px;
}
.emscatonly-icon{
  float:left;
  padding-right:8px;
}

.emsTCSonly.arteditor .emscatonly-icon{
  display:none;
}

.e-card-emptystate.emsTCSonly .e-card__content{
  background-color: #eeeeee;
}

#EditArticleFrame {
    margin-top: 30px;
    border-top: 2px solid cadetblue;
  border-bottom: 2px solid cadetblue;
}
#EditArticleFrame iframe{
  width:100%;
  height:600px;
}

.e-dropdown__item { min-width: 110px;}

.e-dropdown__item.phone{
  margin:0;
  
}

.e-dropdown__item:hover.phone{
  color:#333;
}
.e-dropdown__item:hover {
    text-decoration:none !important;
  border-radius:6px;
}
.SectionArticles{
  display:block;
}

.e-dropdown__item.phone small{
  display:none;
}
li.e-menu__item.hidetraining.hideMobile {
    top: 13px;
    display: inline-flex;
    
   
}
.dropIcondown{

}
.trustmenu{
  border-left: 1px solid #ddd;
}

.e-dropdown__item:hover.whatsnew{
  background:transparent !important;
}
.promoted-articles-item:hover{
  background:#f3f3f3 !important;
  border-radius:6px;
}
.e-dropdown__content.e-dropdown__content-visible {
    border-radius: 6px;
}
.promoted-articles-item a:hover{
  text-decoration:none !important;
}
.e-menu__item.login{
  margin-top: 0;


  
}
a.e-menu__name.login{
  color:#0c2837 !important;
}

.e-menu__item.login .e-menu__name{
  padding:0;
}

.e-menu__item.login{
  color:#333;
}
.e-menu__item.login:hover{
  color:#000;
}

.e-menu__item.login .user-dropdown{
  margin:0;
}

.e-menu__item.login #user_info #user{
  min-width:45px;
}

.e-menu__item.login #user-menu a{
  font-size: 17px;
  padding: 5px 10px 5px 10px !important;
  border-radius:6px;
  line-height: 35px;
  letter-spacing:1px;
}

.e-menu__item.login #user-password{
  margin:0;
  line-height: 15px;
}

.e-iconmenu__item-mobile{
  display:none;
  max-width:0px;
  max-height:0px;
  overflow:hidden;
}
.e-iconmenu__item-desktop{
  display:block;
}

.e-iconmenu__name{
  background-color:transparent !important;
}

.e-col-12.blocks {
    display: flex;
    flex-direction: row;
  padding-top:20px;
}
@media(min-width:1149px){
  .noPadBlocks{
  padding-left:0px !important;
  padding-right:0px !important;
  }
}

@media (max-width:1024px){
  .e-col-12.blocks{
    display:block;
  }
}
.e-col-12.art-hero{
  display: flex;
  padding-left:0;
 
}

.e-col-6.rowsMain{
    display: flex;
    flex-direction: row;

}

@media(min-width:1024px){
  .e-col-6.rowsMain{
     padding-left:0;
  padding-right:0;
  }
}


.hp-featured{
  max-height:180px;
  margin-right:10px !important;
}



.pull-left.art_srch{
     width: 90%;

    margin: 0 auto;

}

.pull-left.art_srch{
  padding:20px 0;
}


.pull-right.art_srch{
  min-width:50%;
}

@media (max-width: 1024px) {
  

  #pri_esc,#tk-priority-lnk{
   display:none; 
  }
  nav.sub-nav, .pull-left.art_srch{
    display:none;
   
  }
  .pull-right.art_srch{
    min-width:60%;
    margin:0 auto;
  }
  .e-col-6.rowsMain {
    flex-direction: column;
	}
  .hp-featured{
    max-height:180px;
    min-width:100%;
    margin:0px !important;
  }

  .hp-featured-row{
    margin-top:15px !important;
    margin-bottom:15px !important;
  }
  .e-container {
   /* min-width: 350px !important;*/
    max-width: 100% !important;
	}
  /*
  .form.search.search-full.search-hp{
    display:none;
  }*/

   .hc-cat.hero h1,.hc-sec.hero h1{
    
    font-size: 3vh !important;

    max-width:100% !important;
    margin-bottom:20px;
  }
  .home-hero h3 {
    font-size:6vw !important;
  }

  .hc-cat.hero, .hero, .hc-cat-bg{
   
    height: 300px;
   
  }

  .home-hero .search{
    width:50%;
   
  }
  form.mysearch{
    max-width:100%;
    width:100% !important;
  }
  .e-menu__list {
      display: grid;
    
  }
  .e-menu__list li {
      width:100%;
  }
  .e-menu__list li a{
    width: 100%;
  }
  .e-menu__drop{
    display:none !important;
  }
  .e-header-flex{
    display:block !important;
  }
  .e-header-flex h1 {
    font-size: 15px;
    margin-bottom: 20px !important;
	}
  .e-header-flex .e-header__button{
    flex: 1 1 100%;
  }
  .collapsible-sidebar {
    max-width: 100%;
	}
  main, [role="main"]{
    max-width:100%;
  }
  section.request-main{
    max-width:100%;
  }
  .e-iconmenu__item-mobile{
    display:block;
    max-width:none;
    max-height:none;
    //min-width:35px;
  }
  .e-iconmenu__item-desktop{
    display:none;
    max-width:0px;
    max-height:0px;
    overflow:hidden;
  }
  

  .footer-inner {
    flex-flow: column-reverse;
	}
}
@media (max-width: 664px) {
  .home-hero .search{
    width:70%
  }
}


@media print {
  #preview-bar-container,.e-topnav,nav.e-menu,.e-btn,.e-iconmenu,.e-menu__item, .e-header,.container-divider,section,.collapsible-sidebar,.article-comments,.footer-inner,footer {
    display:none;
  }
  article,.screensteps-textblock {
    display: block;
  }
  .e-box {
    border: 0px !important;
    box-shadow: 0 !important;
    margin:0px !important;
    padding: 0px !important;
    overflow: visible !important;
    max-height:100% !important;
    max-width:100% !important;
	}
  .container,,e-container {
    margin: 0 !important;
    padding: 0 !important;
    border:0 !important;
    overflow: visible !important;
    max-height:100% !important;
    max-width:100% !important;
	}
}

/*****************added*****/
.quicklinks {
  text-align:center;
      margin-top: 20px;
}
.commonQuestions{
  text-align:center;
}

.quicklinksButton{
  text-align:center;
  margin-bottom:10px;
}

.headerQuick{
  margin-bottom:20px;
}




.commonQuestionsTabs{
  text-align:center;
}


/***labes home**/
.boxD{
display: flex;
}
.margintab{
  margin-left:20px;
  margin-right:20px;
}
/*************Labels Container*******************/
.dynamic-tabs {
  border:1px solid #e9ecef;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.dynamic-tabs ul{
    list-style: none;
    margin: 0;
    padding: 0;
     text-align:center;

}

.dynamic-tabs ul li
{
    display: inline-block;
    padding: 20px;
    cursor: pointer;
   border-radius:10px;

}
.dynamic-tabs ul li.active
{
    background: #32d17e;
    color: white;
  font-weight:bolder;
   
}
.dynamic-tabs div
{
    min-height: 300px;
    background: #fff;
    padding: 10px;
   
}
.dynamic-tabs div:not(:first-of-type)
{
    display: none
}

.e-cardHeader{
  width:max-content;   
  margin: 0 auto;
}

.e-cardFirst{
     
      line-height: 2;
  border-bottom:3px solid #D9E506;
}
.e-cardSecond{
    
      line-height: 2;
  border-bottom:3px solid #b3c1e7;

}
.e-cardThird{
    
      line-height: 2;
  border-bottom:3px solid   #56C5C9;
  
}
.e-cardFourth{
    
      line-height: 2;
  border-bottom:3px solid #41877E;
}

.bottomHomepage{
  height:300px;
}
.hp-featured-rowBottom{
    background-image:url(/hc/theming_assets/01HZMBJ4R8NRZ88SNZZWD36KEM);
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 100px;
      margin-bottom: 100px;
}
.bottomBanner{
    color:#fff;
      font-weight:400;
      margin-top: 20px;
  }
.otherlinks{
  float:right;
  margin-top:15px;
 
}
.otherlinks a{
    
    margin-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}
.footerImg{
  vertical-align: middle;
    margin-right: 5px;
}

.copylinks{
  float:left;
  margin-top:15px;
}

@media (max-width: 1024px) {
  .login {
    
    bottom:24px;
      
  }
}

.screensteps-document .step-instructions.screensteps-textblock.screensteps-wrapper p {
    margin-left: 30px !important;
}
.screensteps-wrapper:before{
  top:10px !important;
}

.step-instructions.screensteps-textblock a{
  color:#6597cf;
  font-size:15px;
  font-weight:400;
  /*line-height:32px;*/
} 
.step-instructions.screensteps-textblock a:hover{
  text-decoration:underline;
} 
.step-instructions.screensteps-textblock strong{

  font-weight:500;
  line-height:30px;
} 

.step-instructions.screensteps-textblock {
  margin-bottom:10px;
  padding-bottom:5px;

  margin-left:10px;
}
div.screensteps-document h2{
  font-size:24px;
  font-weight:500;
  line-height:30px;
}



.containerContributions{
  width:90%;
  margin:0 auto;
}

.followPageContainer{
  width:90%;
  margin:0 auto;
}
.e-btn.e-btn-dropdown.showAll:after{
margin-right:10px;
}
.e-btn .e-icon{
  width:24px !important;
}

.my-activities-following-header{
  margin-bottom:10px;
}

.container_Req_Wrapper.requestPageContainer.onlygeneric {
    width: 90%;
   margin: 0 auto;
}

table.table.my-activities-table.subscriptions-table.e-table td {
    border: none;
}
table.table.my-activities-table.subscriptions-table.e-table {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.new_requestPageContainer{
   width:90%;
  margin:0 auto;
  margin-top:65px;
}
.requests-search {
    width: 50% !important;
}

.e-tabs.requests div a.e-tabs__separator, .e-tabs.requests div a.e-tabs__separator:active, .e-tabs.requests div a.e-tabs__separator:visited {
    font-size: 1rem;
    font-weight: 400 !important;
}

.containerSearchResults{
  width:90%;
  margin:0 auto;
}


.heroError {

  
    background-size: cover;
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 100px;

}


.home-heroError h1{
  color:#0C2837;
  font-size: 50px;
margin-bottom: 0px;
font-weight: 500;
text-align: center;
}
.errorImg{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
}

.textErrorPage{
  color:#0C2837;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.containerErrorPage{
  width:90%;
  margin:0 auto;
}
.containerErrorMessage{
  text-align:center;
  margin-top: 20px;
}
.textErrorPageMessage{
  color: #0D1F28;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}



.takeMeBack{
  background-color: #FFFFFF;
  border: 1px solid #32D17E !important;
  border-radius: 6px;
  height: 50px;
  margin:0 auto;
}
.takeMeBack a {
  color: #32D17E !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  width: 224px;
  text-align: center;
}
.suggestionsTitle{
   color: #0D1F28;
  font-size: 30px;
  font-weight: 500;
margin-top:20px;
  text-align: center;
}

.toparticles{
  color: #0D1F28;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.recentActivityContainer1 ul li{
  border-bottom:1px solid #EBEFF2;
  font-size:16px;
  margin:6px;
}
.recentActivityContainer1 ul li a:hover{
  color:#32D17E;
}

.recentActivityContainer1{
  min-width:300px;
}
@media(max-width:740px){
.recActivCon{
  margin-top:40px;
}
}

/****prev/next***/
div#articles {
 display: none;
}


.nextNavigator{
  float:right;
}

.article-head{
padding:20px 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.iconNavigator{
  margin-right:2px;
}

.browseKb{
  font-weight:500;
  padding-top:20px;
  font-size: 18px;
}

.browseK a {
  color: #6597cf!important;  
 
}
.browseK a:hover {
  text-decoration:underline; 
}
.browseKK{
  border-bottom:1px solid #ddd;
   padding-bottom:20px;
}
.popTerms{
  padding-right:10px;
}

.brdSearchRslt{
  margin:0;
}

.submitAreq{
  padding-top:20px;

  
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 1240px){
.copylinks,.otherlinks {
    line-height: 40px;
    text-align: center;
    float:none;
}
}

@media (max-width: 1240px){
.footerImg {
    display: block;
    margin: 0 auto;
}
} 

  e-dropdown-handler.e-btn.e-btn-customerinfo.e-btn-dropdown.borderB {
    border: none;
} 


/*******MshBanner******/
.mshContainer{
  float:left;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.skyContainer{
   float:left;
    position: relative;
    top: -4px;
    margin-right: 10px;
}
.mshImage{ 
    height: 26px;
    vertical-align: middle;
}


@media screen and (min-width: 375px){
zd-autocomplete {
    min-width: max-content;
    position:absolute;
}
}

.not_authorised_header{
  color:#fff;
  text-align:center;
  font-weight:500;
}

/******Loyalty Widget***/

.loyaltyTitle {
    border-top: 4px solid #34d07d;
    line-height: 50px;

}
.loyaltyTitleD{
  
    line-height: 50px;
    font-size: 1.5vw;
    text-align:center;
    color: #FFFFFF;
    font-weight:500;
     
}
.loyaltyContainer{
  margin:0 0 30px 0;
}


.loyaltyImageContainerD{
  height: 125px; 
 /* background-image:url("/hc/theming_assets/01HZMBJDPB1P7GH19AHZ5SGQAC");
  background-size: cover;
  background-position:center;

  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.19);*/

  }
.loyaltyTextT{
  position: relative;
    top: -150px;
    color: white;
}


.loyaltyImageContainerD:hover a{
  
   text-decoration:underline; 
   /* -webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
-ms-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;*/
}

.imgF{
 height: 200px;
  width: 75%;
    display: flex;
    margin: 0 auto;
}
.loyaltyText{
text-align:center;
}

.widgetButton{
position: relative;
    top: 70px;
    background: #32d17e;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    border: none;
    height: 40px;
}

.widgetButton.widgetButtonTwo:hover {
    text-decoration: underline !important;
} 
/*
.loyaltyText a{
  color:#fff !important;
  font-size: 1.2vw;

}
*/
.last_art .e-label.e-label-outline.art-grouplabel, .related_art .e-label.e-label-outline.art-grouplabel{
  display:none;
}

zd-autocomplete .e-label.e-label-outline.art-grouplabel{
  display:none;
}



@media (max-width:1024px){
  .loyaltyText a{
  font-size: 22px;
  }

  .loyaltyImageContainerD{
   /* background:url("/hc/theming_assets/01HZMBJE49X0EJNSSW24EKRGWX");
    height:200px;
    background-size: cover;*/
  }
  .loyaltyText{
    top:35px;
  }
  .loyaltyTitleD{
    font-size:25px;
  }
}

a.nav-link {
    font-size: 13px !important;
}

.loyaltyImageContainer:hover{
  cursor:pointer;
}


/*****Homepage Widget*/
.solution-container {
    padding: 30px !important;
    flex: 5 0 32.6%;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
}
.section-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.containerSection{
  padding:0;
  border-right:none !important;
      box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
}


.homepage-sep{
  background:#eee !important;
}

.butonProduct{
  margin:5px;
}
.popularRecent{
  margin-bottom:50px;


}
li.toplistZ:hover {
    background-color: #e6f2ff;
}
a.recent-activity-item-parent:hover {
    background-color: #e6f2ff;
}
.recentArticlesHome li:hover {
    background-color: #e6f2ff;
}

.homepagePopular{
  margin-bottom:55px;

}
.wrapper-pre-footer{
  margin-bottom:52px;
}
.e-row.hp-featured-row{
  width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}
/***tips&tricks**/
.tip_name,.container_tips{
  text-align:left;
}
.quicklinksTips_Tricks{
  display:flex;
  flex-direction:column;
}
@media(min-width:1024px){
  .quicklinksTips_Tricks{
flex-direction:row;
}
}
@media(max-width:1024px){
  .tips_upper_container{
    display:flex;
    flex-direction:column-reverse;
  }
  .tips_upper_container_col6{
    width:100% !important;
  }
  .tips_upper_container_main{
    padding-left:0px !important;
    padding-right:0px !important;
  }
}

@media(min-width:490px){
  .tips_recent_post_under{
    height:211px;
  }
}
.hc-art-tips-tricks.hero-tips-tricks{
  background-position: center;
  background-image: url(/hc/theming_assets/01HZMBJEA9FT4GRHPH35WQY7E4);
  padding: 0px;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
   height: 230px;
}
.hero-tips-tricks{
  text-align: center;
  
}
.hero-image-tips{
  background-image:url("/hc/theming_assets/01HZMBJEA9FT4GRHPH35WQY7E4");
  height: 170px;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;

}
@media(max-width: 750px){
  .hero-text-tips{
    /*display:none;*/
  }
  .hero-image-tips{
   background-image:url("/hc/theming_assets/01HZMBJER5JQ0QWND87WGXSG3V");
  }
}
@media(max-width:375px){
  .hero-image-tips{ 
    height: 200px;
  }
 
}

.hero-text-tips{
    position: absolute;
    left: 45%;
    top:30%;
    line-height:1;
    color: #fff;
}

@media(max-width:750px){
   .hero-text-tips{
     position: absolute;
     top:15%;
  }
}

.art_name-tips{
  
  color:#fff;
  font-weight: 600;
}
.art_desc-tips{

  font-size: 20px;

}
.tips_btn{
  border-radius:5px;
}
.tipsNtricksIcon{
  height:53px;
}
.honeypot-field {
    display: none;
}

.container_tips_thumbnails{
  border:1px solid #ddd;
  padding:25px;
  border-radius:5px;
  /*height:445px;*/
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);


}
.container_tips_second{
margin-top:25px;
}
.emarsysvideo-tips{
  border:1px solid #ddd;
  height: 445px;
  border-radius:5px ; 
   box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}

.toplist_tips{
    padding: 4px 0;
]
}
.toplist_tips a:hover{
  color: #32D17E;
}

.container_tips_second_form{
  border:1px solid #ddd;
  border-radius:5px;
  padding:5px;
      width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
}
.col-6tips-form{
  margin-top:15px;
}
.col-12tips-form{
  margin-bottom:20px;
}


@media(max-width:1149px){
  .container_tips,.container_tips_inner{
    padding-left:15px;
    padding-right:15px;
  }
}
.text-size-title-tips {
    font-size: 20px !important;

  margin-top:0;
  margin-bottom:0;
  
}

}




.recent_post_one :hover, .recent_post_two:hover, .recent_post_three:hover, .recent_post_four:hover{
     filter: drop-shadow(5px 5px 10px #eee);
  position:relative;
  top:-3px;

}
.recent_post_one,.recent_post_three {
  margin-bottom:10px;
}
.image_tips_recentposts{
  border:1px solid #ddd;
  border-radius:5px;
}
.image_tips_recentposts:hover{
  cursor:pointer;
}
.tips_below{
  color:#32d17e !important;
}

.tip_by_product{
  margin-top:25px;
}
.col-6-moreVideos{
  margin-top:16px;
    margin-bottom:16px;
}
.tipsPad{
  padding-right:15px;
  padding-left:15px;
}
.col_Tips_Tricks{
  width:100% !important;
}

.tips_recent_post_under{
  text-align:center;
  border:1px solid #ddd;

  margin-top:19px;
  padding:10px;
 box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.morePad{
    padding-right:30px !important;
  padding-left:30px !important;
}
.tips_brwse_product{
  margin-top:17px;
}
.tips_tricks_containers{
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
    padding: 20px;
    /* flex: 0 0 32.3%; */
    margin-top: 20px;
    border-radius: 5px;
  background:#f8f8f8;
}


.submitClause{
  font-size:13px;
  margin-bottom:5px;
}
/****User Guides*******/
.e-btn.e-btn-large.spaceEg a {
    color: #333;
}


/******EMAIL REPOSITORIES***/
.titleEmailRep{
  text-align:center;
}
.emailImgSmall-one{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/01_Welcome_bam-min.png");
    background-position: center;

}
.emailImgSmall-two{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/gifed/1_welcomeslow_small.gif");

}
.emailImgSmall-three{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/03_Welcome%20Crabtree-min.png");
     background-position: center;

}
.emailImgSmall-four{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/04_welcome_reminder_crab_min.png");
     background-position: center;

}
.emailImgSmall-five{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/05_Welcome_faux_fillede.png");
    background-position: center;
}

.emailImgSmall-six{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/06_Welcome_Faux_shoe.png");
    background-position: center;
}

.emailImgSmall-seven{ 
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/07_welcome_faux_sime.png");
    background-position: center;
}
.emailImgSmall-eight{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/08_Welcome_salonServ-min.png");
  
  
}

.emailImgSmall-nine{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/09_Welcome-salonserv-min.png");
   background-position: center;
  
}
.emailImgSmall-ten{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/14_welcome_bellstaff-min.png");

  
}
.emailImgSmall-tenT{
   background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/gifed/2_discover_our_world_small.gif");
}
.emailImgSmall-eleven{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/11_welcome_happysocks-min.png");
    background-position: center;
}
.emailImgSmall-twelve{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/12_welcome_happys-min.png");
}
.emailImgSmall-thirteen{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/13_welcome_floom-min.png");
      background-position: center;
}
.emailImgSmall-fifteen{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/15_welcome_brandall-min.png");
      background-position: center;
}
.emailImgSmall-sixteen{
   background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/15_Welcome_Caliroots%20%281%29-min.png");
  
}
.emailImgSmall-seventeen{
   background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/16_Welcome_Caliroots_15vouchercode-min.png");
  
}
.emailImgSmall-ten{
     background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/11_Welcome_Belstaff.png");
}
/**ab**/
.emailImgSmall-one-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/1_AbBrowse_Crabtree.png");

}

.emailImgSmall-two-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/2_AbBrowse_Floom.png");

}
.emailImgSmall-three-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/3_AbBrowse_HappySocks.png");

}
.emailImgSmall-four-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/4_AbBrowse_SalonServices.png");

}
.emailImgSmall-five-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/5_AbBrowse_Fauxbrand_Filledemode.png");

}
.emailImgSmall-six-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/6_AbBrowse_Fauxbrand_ShoeStation.png");

}
.emailImgSmall-seven-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch1/7_AbBrowse_Fauxbrand_Simelle.png");

}
.emailImgSmall-eight-ab{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/09_abbrowse_brandalley-min.png");
  background-position: center;
}

.emailImgSmall-nine-ab{
   background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/8_AbBrowse_Roman-min.png");

}
/**ac**/
.emailImgSmall-one-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/1_AbCart_SalonServices.png");

}
.emailImgSmall-one-ac{
  background-position:top;
}

.emailImgSmall-two-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/2_AbCart_Bamboo.png");

}
.emailImgSmall-three-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/3_AbCart_Filledemode.jpg");

}
.emailImgSmall-four-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/4_AbCart_ShoeStation.png");

}
.emailImgSmall-five-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/5_AbCart_Simelle.png");

}
.emailImgSmall-six-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/7_AbCart_Roman.png");

}
.emailImgSmall-seven-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/7_AbCart_Roman_2.png");

}
.emailImgSmall-eight-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch2/7_AbCart_Roman_3.png");

}
.emailImgSmall-nine-ac{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/min/8_AbCart_Brandalley-min.png");

}

.emailImgSmall-one-pp{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch3/1_PostPurchase_Caliroots.png");

}

.emailImgSmall-two-pp{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch3/2_PostPurchase_Fauxbrand_Filledemode.png");

}
.emailImgSmall-three-pp{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch3/3_PostPurchase_Fauxbrand_ShoeStation.png");

}
.emailImgSmall-four-pp{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch3/4_PostPurchase_Fauxbrand_Simelle.png");

}
.emailImgSmall-five-pp{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch3/5_PostPurchase_withoffer_Roman.png");

}
.emailImgSmall-six-pp{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch3/6_PostPurchase_nooffer_Roman.png");

}

.emailImgSmall-one-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch4/1_Winback_Bamboo.png");

}
.emailImgSmall-two-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch4/2_Winback_Caliroots.png");

}
.emailImgSmall-three-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch4/3_Winback_Fauxbrand_Filldemode.png");

}
.emailImgSmall-four-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch4/4_Winback_Fauxbrand_ShoeStation_.png");

}
.emailImgSmall-five-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch4/4_Winback_Fauxbrand_Simelle.png");

}
.emailImgSmall-six-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/gifed/3_hello_small.gif");

}
.emailImgSmall-seven-wb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch4/6_Winback_Roman_noincentive.png");

}

.emailImgSmall-one-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/gifed/4_bam_small.gif");

}
.emailImgSmall-two-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/gifed/5_floom_small.gif");

}
.emailImgSmall-three-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch5/3_Birthday_Roman_1.png");

}
.emailImgSmall-four-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch5/4_Birthday_Roman_2.png");

}

.emailImgSmall-five-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch5/5_Birthday_FilledeMode.png");

}
.emailImgSmall-six-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch5/6_Birthday_Simelle.png");

}
.emailImgSmall-seven-bb{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch5/7_Birthday_Shoestation.png");

}



/******trans****/
.emailImgSmall-one-tt{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/1_Transactional_FilledeMode.png");
}

.emailImgSmall-two-tt{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/2_Transactional_DOI_Simelle.png");

}
.emailImgSmall-three-tt{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/3_Transactional-ShippingShoeStation.png");

}
.emailImgSmall-four-tt{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/4_Transactional_Orderupdate_Sideshow_Collectibles.png");

}
.emailImgSmall-five-tt{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/5_Transactional_Orderconfirmation_SurLaTable.png");

}

/****loyalty***/
.emailImgSmall-one-ll{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/1_Loyalty_Welcome_FilledeMode.png");
}

.emailImgSmall-two-ll{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/2_Loyalty_Rewardearned_Simelle.png");

}
.emailImgSmall-three-ll{
    background-image:url("https://docassets.emarsys.com/hc/assets/Email_repo/new_batch6/3_Loyalty-Expiring_ShoeStation_.png");

}





.row-col-repo{
  margin-top:20px;
}
/*
.panel_contentSize{
  height:500px;
}*/
.email_repo_container{
  margin-bottom:20px;
}

.cat_name_emrepo{
  color:#fff;
}
.emailImgSmallSet{
  height:300px;
  background-size:cover;
    display: flex;
    align-items: center;
    justify-content: center;
   box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top:10px;
}

.emailRowMargin{
  margin-top:30px;
}
.emailBuffer{
  height:60px;
  text-align:center;
  display: contents;
}
.emailBtm{
  margin-bottom:30px;
}

.repo_tabs{
  text-align:center;
  overflow:hidden;
   background-color: #f8f8f8 !important;
}
.repo_separator{
  font-size:20px !important;
}
.repo_main_container{
  overflow:hidden;
}
.repo_tabs_panel{
  border-top:1px solid #ddd;
  overflow:hidden;
  background-color: #f8f8f8;
  margin-bottom:50px;
}
.first_container_em_repo{
    background-color: #f8f8f8;
    margin-top: -6px;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.em_repo_panel_content{
  background:#f8f8f8 !important;
}

.repo_tabs > input:checked + .em_repo_tabs_title{
  background:#f8f8f8 !important;
}
.em_repo_tabs_title:hover{
  background:#ddd !important;
}
/*****CORONAVIRUS*********/

.sec_name_corona{
  text-align:center !important; 
}

  .corona_crumbs{
  padding-left: 0 !important; 
 margin: 0 !important;
}
.corona-hero-inner{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media(max-width:1024px){
  .corona_crumbs{
    padding-left: 20px !important;
    list-style-position: outside;
    margin: 0px 0px 0px 20px !important;
}
  .corona-col{
  padding-left:15px;
  padding-right:15px;

   

}
}
.corona_updates_row{
  margin-top:30px;
  padding-left: 15px;
  padding-right: 15px;
}

.corona_updates{
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  
}
.corona_toplist{
  list-style:none;
}
.corona_toplist a:hover{
  color: #32D17E;
}

.corona_covid_initiative{
  margin-top:7px;
}
.covid_initiative_image{
  cursor:pointer !important;
  border: 1px solid #ddd;
  border-radius: 5px;
     box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.corona-solution-container{
       box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.emarsysvideo-corona{
  height: 360px !important;
}
.emarsysvideo-corona:hover{
  cursor:pointer !important;
}
.emarsys-video-images{
  max-height:100% !important;
  display: block;
    margin-left: auto;
    margin-right: auto;
  position:relative;
    /*top:16px;*/
}
.emarsys-video-images:hover{
   cursor:pointer !important;
}

/**********marketers_hub********/
.hc-sec-bg-marketers_hub{
   position: relative;
  text-align: center;
}
.hc-sec-bg-marketers_hub.homepage a{
   display:block;
}

.marketers_hub_banner{
  width:100%;
/* height: 40vh !important;*/
  pointer-events:none;

}
.marketers_hub_banner:hover{
   cursor: default;
}
.marketers_hub_title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marketers_hub_title_one{
    font-weight: 600;
    color: #fff;
    font-size: 2.5vw;
    letter-spacing: 4px;
}
.marketers_hub_title_two{

    font-weight: 400;
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 4px;
}
.main_container{
   /*width:80%;
    margin:0 auto;*/
  margin-top:30px;
}
.marketers_hub_follow_btn{
  float:right;
}

.title_marketing_hub{
margin-top:13px
}

.title_marketing {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f598a;
}

.title_marketing span {

  margin: 0 15px;
}

.title_marketing:after {
  background:  #3f598a;
  height: 1px;
  flex: 1;
  content: '';
  margin-right:15px;
}
title_marketing.right:before {
  background: none;
}
.title_marketing_form{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f598a;
}
.title_marketing_form span {
 margin: 0 15px;
}
.title_marketing_form:before {
  background:  #3f598a;
  height: 1px;
  flex: 1;
  content: ''; 
}
title_marketing_form.left:before {
  background: none;
}

.tester_row{
  background-color:#f8f8f8;
  background-image:url("https://emarsys.com/wp-content/uploads/2019/11/home-ribbon.svg");
  background-position:center left;
  background-repeat:no-repeat;
  height:590px

}
/*
.first_main_container{
   background-color: #f8f8f8;
    margin-top: -6px;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}*/

@media (max-width: 767px) {
.marketers_hub_title_one {
   font-size:3.5vw;
  }
  .marketers_hub_title_two{
    font-size:2.5vw;
  }
  .marketer_form_row{
  width: 80% !important;
 margin: 0 auto !important;
}
}

.marketer_form_row{
  width: 60% ;
 margin: 0 auto !important;
}



.subscribeButton.mkthub a,.article-unsubscribe.mkthub a{
  position: absolute;
    z-index: 10000000;
   /* top: 60%;*/
    background: #32d17d;
    border-radius: 0;
    /*width:10%;*/
    color: #ffffff !important;
}


.subscribeButton.mkthub a:hover,.article-unsubscribe.mkthub a:hover{
    color: #000000 !important;
}


.img.w-css-reset {
    border-width: 0 !important;
}
/**new pilot**/

.title_big_pilot{
  color:#102A43;
  font-size: 43px;
  font-weight: 500;
  margin-bottom:0 !important;
 
}
.main_container-title{
   margin-top:20px;
}

.title_small_pilot{
  color:#A2B4C6;
  font-size:20px;
  margin-top:0 !important;
}

.new_pilot_image{
  cursor:initial !important;
}
.btn_new_pilot{
    width: 150px !important;
    height: 50px !important;
    border-radius: 10px !important;
    background-color: #6f8de7 !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 6px !important;
  font-weight:500 !important;
}
.btn_new_pilot:hover{
   background-color: #2c6cdc !important;
}
.main_container_pilot{
  width:70%;
  margin:0 auto;
}
.cta_pilot{
    margin-top: 50px;
    margin-bottom: 50px;

}
.pilot_text_form{
  margin-bottom: 20px;
}
.pilot_initiative{
   margin-top: 7px;
    text-align: center;
}


/****EM REPO SCreensteps**/
.e-btn-emailRepo {
    background-color:transparent !important;
    border-radius:10px;
    width: 100%;
    width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
     height:fill-available !important;
     height:-webkit-fill-available !important;
     height:-moz-available !important; 
     height:100% !important;
   
}

.em_repo_panel_content{
  border:none !important;
}
.e-tabs>input:checked+.em_repo_tabs_title{
box-shadow: inset 0 3px 0 #32d07e !important;
}
/*
.email_repo_title{
  margin-bottom:50px !important;
}*/

.icon_repository .e-icon-wrapper svg.e-icon {
    height: 30px !important;
    width: 30px !important;
    fill: #ddd !important;
}


.e-btn-emailRepo:hover {
       background-color: #00000061 !important;
}
.icon_container{
  display:none;
  position:relative;
  top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.e-btn-emailRepo:hover .icon_container{
  display:block;
  transition: background .2s ease-in-out;

}
.icon_repository{
  width:25px;
  height:25px;
}


.toplist {
    /* padding: 12px 0; */
line-height: 35px;
    list-style: none;
  width:fit-content;

}
li.toplist:hover {
    background-color: #e6f2ff;
}
.toplistZ {
    padding: 5px;
  font-size: 13px;
    list-style: none;
    line-height: 35px;
}

a.recent-activity-item-parent {
    padding: 5px;
}

.solution-container-secundo{
  margin-left:10px;
  margin-right:10px;
}
@media(max-width:1008px){
.solution-container-secundo{
margin-top:10px;
margin-bottom:10px;
    margin-left:0px !important;
  margin-right:0px !important;
}
}

.recentArticlesHome li a:hover{
  color:#0056b3 !important;
}
.recentArticlesHome li{
 line-height:35px;
  padding:5px;

}

/*Article sidebar*/
h2.sectionName,.navigation-sections-group-title{
    font-size: 80% !important;
    color: #8295a7;
    margin-top:15px;
    /* font-weight: 700; */
    text-transform: uppercase;
    margin-left: -5px;
   
    padding: 5px;
  
}

.navigation-category {

  padding:8px;
}

.searchbox-suggestions ul li .e-label.art-grouplabel{
  display:initial;
}

div.e-label.art-grouplabel {
    display: block;
    width: max-content;
}

section.related-articles ul li a div.e-label.art-grouplabel,section.recent-articles ul li a div.e-label.art-grouplabel {
    display: none;
}

.e-hamburger {
  z-index:1000;
}

.e-hamburger::before, .e-hamburger::after, .e-hamburger__line{
  /*display:none !important;
  background:#CCC !important;*/
  width: 15px !important;
  left:auto !important;
}

.e-hamburger::before {
    top: 25px !important;
}
.e-hamburger::after {
    top: 33px !important;
}

#e-topnav__mobilemenu:checked ~ .e-hamburger div div {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.rotations {
    transform: rotate(180deg); 
}


/*.e-btn-dropdown::after {
    content: "\A0\A0\E75C";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
    top: 1%;
    border-top: none;
    border-left: none;
}*/




h1.catName {
  color: #0D1F28;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  margin:0;
  width: 263px;
  text-align: left;
}

.SectionArticles{

}

@media(max-width:1023px){
  h1.catName {
    width:auto;
  }
}


.navigation {

   /* box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);*/
   /* width: 320px;*/
  height:fit-content;
   /* margin-right: 10px;*/
}


.moreNavCats{
border-top: 1px solid #DAE2EA;
}
.moreNavCats:hover{
    background-color: #f3f3f3;
  }
.navigation-sections{
  padding-left:10px;
  
}

.rightSideContainer h2{
  margin-top:30px;
}
@media(max-width:1024px){
  .rightSideContainer{
    margin-left:10px
  }
}



@media (min-width:1150px){
  .e-menu__item.login{
    padding-right:0;
  }
  .e-menu__item.userInfoMobile{
    display:none;
  }
  .hideMobile{
    display:block;
  }
  .hideDesktop{
    display:none !important;
  }


}



@media(max-width:1149px){
  .button, [role="button"] {
    padding: 0 3px;
  }
  .e-menu__item.login{
    padding-right:40px;
  }
  .e-menu {
    margin-top: 90px !important;
	}
 .e-menu__item.login{
    display:none;
  }
   .e-iconmenu__item.onlygeneric{
    padding-right:30px;
	}
  
  .hideMobile{
    display:none;
    width:0px;height:0px;overflow:hidden;
    border:0px;
  }

  .e-menu__name {
    padding: 0;
	}
  .e-topnav__container2 {
    
    margin-right: 60px;
	}
  
  .e-row.homepage-blocks .e-card.e-card-no_title.e-card-emptystate {
    margin: 0 0px 0px 0;
    width: 100%;
	}


  .request-sidebar.collapsible-sidebar{
    background-color:#eeeeee;
    max-height: 45px;
  }
  .collapsible-sidebar[aria-expanded="true"] {
    max-height: none;
}
  
}
  

#btn_chat{
  position:fixed;
  bottom:250px;
  right:400px;
  box-shadow: 3px 6px 5px #CCC;
}

.btn_chat {
    min-width: 70px !important;
    width: 70px !important;
    height: 70px !important;
    border: 1px solid #EEE !important;
    border-radius: 30px !important;
}
.btn_chat {
  display:block !important;
}

.btn_chat a div{
    display: table-cell;
    font-size: 23px;
    height: 100%;
    padding: 8px 0px 0px 1px;
    text-align: center;
    font-size: 3em; 
  	color: Tomato;
}

#btn_chat_notify{
  background-color:#FF0000;
  border: 1px solid #EEE !important;
  border-radius: 10px !important;
}

main .e-row{
  margin-right:0 ; margin-left:0;
}


[data-e-version="2"].e-table tbody tr:last-child td {
  min-width: 75px;//{{!fix_the_DNS_Seting_table}}
}


.e-iconmenu__item-mobile.e-btn.e-icon{
  width:24px;
}

.phone.e-table{
  font-size:11px;
}




.quicklinksEg{
  margin-top:40px;
  margin-bottom:40px;
  
}
.spaceEg {
    margin-bottom: 10px;
}
.solutionUG{
      box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
      margin-right:10px;
      margin-top:10px;
      max-height:100% !important;
}

.ugSectionS{
  box-shadow:none !important;
}

.screensteps-heading:before { 
  content: ''; 
  display: block; 
  position: relative;
  width: 0px; 
  height: 90px; 
  margin-top: -90px
}


h1.cat_name.nameO {
    position: absolute;
    top: 50%;
    transform: translate(0, -15%);
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(12, 40, 56, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 5px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
  
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  word-break: break-word;
}


[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(12, 40, 56, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

ol.breadcrumbs li:first-child  {
    display:none;
}


.search-result-list-item.result-article li{
  line-height: 1;
}
.search-result-list-item.result-article li time,.search-result-list-item.result-article li a{
  font-size:80%;
}

li.result-article {
    padding: 12px 0;
    border-bottom: 1px #eee solid;
    margin-top: 3px;
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}



/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
  background-color: #ffffcc;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}




/* NAV TOC */
nav[data-toggle="toc"] {
  top: 100px;
  background-color:white;z-index:100;
  margin-bottom:20px;
  min-width:200px;
}
.navfloat{
  position: fixed;
  width:100%;
}

#toc ul li ul li a{
  padding-left: 30px !important;
}

#toc ul li ul li ul li a{
  padding-left: 40px !important;
}


/*
#toc ul li a.nav-link{
	overflow: hidden;
  text-overflow: ellipsis;
	max-height: 30px;
}
*/
/*nav[data-toggle='toc'] .nav .nav {
    display: block;
  }*/

/* small screens */
@media (max-width: 768px) {
  /* override stickyness so that the navigation does not follow scrolling */
  nav[data-toggle="toc"] {
    position: static;
    width:100%;
  }
  .navfloat{
    position: static;
    width:100%;
  }

  /* PICK ONE */
  /* don't expand nested items, which pushes down the rest of the page when navigating */
 /nav[data-toggle="toc"] .nav .active .nav {
   display: none;
  }
  /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
  
  
   
}

#rightSidebar{
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    padding: 10px;
    border-radius: 10px;
  max-width:100%;
  width:18% !important;
  position:fixed;
}

.toc-title{
  color:#999;
}


nav[data-toggle="toc"] .nav > li > a{

  padding: 1px 4px 4px 20px !important;
}

nav[data-toggle="toc"] .nav-link.active, nav[data-toggle="toc"] .nav-link.active:focus, nav[data-toggle="toc"] .nav-link.active:hover{
  color:#274262 !important;
  border-left: 1px solid #274262 !important;
}

nav[data-toggle="toc"] .nav > li > a:focus, nav[data-toggle="toc"] .nav > li > a:hover{
  color:#a1b5c9 !important;
  border-left: 1px solid #a1b5c9 !important;
}

.navcollapsed{
  max-width:20%;
  overflow:hidden;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);

}




.emarsysvideo emarsysvideo-fullheight
{ height: auto !important; }

 


/*black friday questionaire.. limited edition untill 31.10*/

.smcx-embed{
  max-width:100% !important;
}

.smcx-embed>.smcx-iframe-container{
 max-width:100% !important;
 /*height:6700px !important;*/
}
.smcx-embed>.smcx-embed-footer{
  display:none !important;
}

.iframeAsterix{
 /* height:6700px !important;*/
  margin-top:0;
}
.smcx-widget.smcx-embed.smcx-show.smcx-widget-dark{
  /* height:6700px !important;*/
}
.bannerAsterix{
  height:100px !important;
}

@media(max-width:1200px){
  
  
.smcx-embed>.smcx-iframe-container{
 max-width:100% !important;
/* height:7150px !important;*/
}
.smcx-embed>.smcx-embed-footer{
  display:none !important;
}

.iframeAsterix{
 /* height:7150px !important;*/
  margin-top:0;
}
.smcx-widget.smcx-embed.smcx-show.smcx-widget-dark{
 /*  height:7150px !important;*/
}
.bannerAsterix{
  height:100px !important;
}

}
 
.e-btn-primary:active, .e-btn-primary:visited{
  color:#FFFFFF !important;
}


.e-verticalnav__header{
  height:fit-content !important;
   display: inline-block !important;
}

section.search-results-sidebar .e-accordion-stretch {
    margin-left: -4px !important;
    margin-right: -4px !important;
}

.e-header.hero.searchResults{
  height:200px;
}

.search-results-sidebar [data-e-version="2"].e-table tbody tr:last-child td {
    min-width: 10px !important;
    //{{!fix_the_DNS_Seting_table}}: ;
}

.searchPortals [data-e-version="2"] .e-table__thumbnail {
    border: none;
    width: 35px;
    height: 45px;
    min-width: 35px;
}



@media (max-width: 800px) {
  div.e-col-2.hp-cta {
    padding-left: 3px;
		padding-right: 3px;
	}
  div.e-col-2.hp-cta div.e-emptystate{
    padding: 3px;
  }
  div.e-col-2.hp-cta div.e-emptystate__title{
    font-size: 15px;
  }
  div.e-col-2.hp-cta div.e-emptystate__content > img{
    margin-bottom: 10px;
  }
}


@media (max-width: 415px) {
  
  div.hc-main-bg div.e-header.hero{
    height: 200px;
  }
  div.e-col-2.hp-cta {
    width: 33%;
    padding-left: 3px;
		padding-right: 3px;
	}
  div.e-col-2.hp-cta div.e-emptystate{
    padding: 3px;
  }
  div.e-col-2.hp-cta div.e-emptystate__title{
    font-size: 15px;
  }
  div.e-col-2.hp-cta div.e-emptystate__content > img{
    margin-bottom: 10px;
  }
}




/***extras q12021 ***/

/*bootstrap footer */
.otherlinks a{

  margin-right: 10px;
padding-right:13px;
white-space: nowrap;
}
span.text-uppercase.ppo-title.mb-20.mb-lg-0 {
    font-size: 12px;
}
.a-links-footer{
  font-size:12px;
}



.container-fluid.wrapper-article {
    width: 95%;
    margin: 0 auto;
}

.logo_help{
  font-size: 25px;
    
    margin-right: 5px;
}
.logo_help:hover{
  text-decoration:none !important;
}
.logo a:hover {
    text-decoration:none !important; 
}


/*
.section-tree.spaceDown {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
}*/

.recent-activity-controls a {
    background: #0d2838;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 700;
    padding: 7px;
    transition:0.3s;
}

.recent-activity-controls a:hover {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 40%);

}
/*
@media(min-width:767px){
  .solution-container{
    border-right: 1px solid #ddd;
  }*/
  .sol-last{
    border-right: none !important;
  }
}


.text-size-title-main{
  margin-bottom:50px !important;

  
}
.text-size-title-main-cat {
  margin-bottom:50px !important;
  margin-top:50px !important;
}
.breadcrUmbs{
  width:90%;
    margin:0 auto;
}

.dropdown-toggle::after {
    color: #888888;
    content: "\A0\A0\E75C" !important;
    display: inline-block;
    font-family: "entypo";
    vertical-align: bottom !important;
    font-size: 16px;
    position: relative;
    right: 8px;
   
  border:none !important;
}
#user #user-dropdown {
    background: #fff;

}
@media(max-width:1150px){
.dropdown-menu{
  margin: 0.75rem 0 0 !important;
  position:relative !important;
  float:none !important;
}
}
.dropdown-menu{
   margin: 0.95rem 0 0 !important;
  float:none !important;
}

.products-wrapper {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
  text-align: center;
}

.e-btn-customerinfo {
  font-size:17px !important;
}
.e-menu__name{
  font-size:17px !important;
}
#user #user-name {
  font-size:17px;
}

a.hidetraining.requests-link {
    font-size: 16px;
    letter-spacing: 1px;
}

@media(max-width:1150px){
.e-dropdown__content, .e-dropdown__inner {
  position:relative !important;
}
}
@media(max-width:1150px){
.e-dropdown__content:after, .e-dropdown__inner:after{
  right:auto !important;
  margin:-6px 13px !important;
}
}

.searchArticle {
    width:100%;
    background: #fff;
    position: absolute;
    z-index: 100;
    right: 0;
    padding: 10px;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}




.text-align-center-last{
  border-right:none;
}
@media(max-width:1150px){
.dropdown-menu-end.dropdown-menu-caret::before {
  right:auto !important;
  left:9px!important;
}
.dropdown-menu-end.dropdown-menu-caret::after {
  right:auto !important;
  left:10px!important;
}
}
.e-tabs__title-active{
  box-shadow: inset 0 3px 0 #6984cf, -3px 0 3px -2px rgb(0 0 0 / 0%), 3px 0 3px -2px rgb(0 0 0 / 10%), 0 -3px 3px -2px rgb(0 0 0 / 10%) !important;
}


@media(max-width:500px){
  .logo_help{
    display:none;
  }
  .component-wrap-products{
    margin-top:50px;
  }
}
@media(max-width:1150px){

  section.section-articles.article-relatives.e-box{
    display:none;
  }
  @media(max-width:1279px){
    .e-topnav__logo{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    display: flex;
    }
  }
  
  @media(max-width:1024px){
    .e-topnav__logo{
  position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%);
    }
        .pull-right{
      display: flex !important;
    justify-content: center !important;
    align-items: center !important;
   float: inherit !important;
}
  }
    


}




.dropdown-menu [role=menuitem] {
  line-height:30px !important;
}

.e-iconmenu__name{
  width:inherit !important;
}

.searchHeaderIcon{
  background:#dddddd;
  padding:2px;
  border-radius:30px;
}


  @media(max-width:1150px){
  .headersearch {
 display:none !important;
  }
     .e-dropdown__item{
  white-space:inherit !important;
} 
}



form.search.searchmyHead {
    width: 15vw !important;
  margin-top:3px;
  margin-left:10px;
}


/*added new */
.e-tabs-requests-added:before {
  display:none !important;
}

.container_Req1_Wrapper {
  width:90%;
  margin: 0 auto;
}

.flip-key-return{
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.e-btn-dropdown:after {
      top: 40% !important;
}

.e-alert-inline:before, .e-alerts-inline:before {
   display:none;
}

.e-card__title.e-card__title-multiple.text-size-title {
    font-size: 15px !important;
}



.e-card.e-card-no_content {
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
  border:none;
}

.e-card-no_content:hover{
  border:none!important;
}


e-dropdown-handler.e-btn.e-btn-customerinfo.e-btn-dropdown {
    background: #fff;
}
@media(max-width:768px){
.section-tree .section{
  width:100%;
}
}

.e-dropdown__item:hover {
     background: #f3f3f3 !important;
}

.dropdown-menu {
  padding:16px !important;
}

li.promoted-articles-item a {
    padding: 5px 10px 5px 10px !important;
}

.e-card__caption:hover {
    box-shadow: -1px 0px 10px 0 rgb(46 61 73 / 20%);
}
li.e-menu__item.login.hideMobile{
  padding-right:0 !important;
}

@media (min-width: 1600px){
.e-topnav__container {
    padding-right: 0px !important;
}
}

.dropdown-menu{
  left:-38px !important;
}

h2.text-size-title-main {
    margin-bottom: 10px;
}

h2.text-size-title-mainfirst{
  margin-top:0px !important;
}

a.e-btn.e-btn-large.btn_style:hover {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 40%);
}
.e-header.hero.searchResults {
    background: #0d2838;
}
.article-wrapper-submit{
  margin-top:50px;
}
.ema-log{
 background-image: url(/hc/theming_assets/01HZMBJNGGG3C5KQ4DHF8A9HAS);
}

.containerSap , .containerEma{
      border: 1px solid #ddd;
    background: #c4d0dd;
}
.firstPaSap, .firstPaEma{
  margin-top:1rem;
}

.containerFollow{
      border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
p.secondPaSap , p.secondPaEma {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
p.thirdPaSap , p.thirdPaEma{
   padding: 15px;
}

.e-separator.e-separator-l{
  margin-top:80px;
}





article.article.e-box.article-wrapper-submit {
    box-shadow: none;
    padding: 0;
}
.tableSubmit{
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}

.btnSubmitR {
    padding: 10px;
    background: #0d2838;
    color: #fff !important;
    border-radius: 6px;
}
.tdClass {
  padding:20px !important;
}

.titleClient{
  font-weight:400;

  margin-left:10px;
  display: inline;
}


img.sapLogo {
   padding-top:10px;
}
img.emaLogo {
    padding-top: 4px;
}

a.btnSubmitR:hover {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 40%);
}

td.tdClass {
    background: #e2e9f1 !important;
}

@media (max-width: 480px) {
  .e-col-x-small-6 {
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .e-col-x-small-6 div.e-emptystate__content .e-emptystate__title{
    font-size:90%;
  }
  .browse-product .e-card-no_content .e-card__lead{
    padding:3px;
  } 
}

.nesty-input{
  z-index:0 !important;
}

div.rssEntry {
  margin-bottom:15px;line-height: 1;
}
div.rssEntry .title {
  font-size:13px;
  font-weight: bold;
}
div.rssEntry .summary {
  font-size:8px;
}




div#rss_sapFeed, div#rss_blogFeed {
    height: 250px;
    overflow: scroll;
  	margin-top: 10px;
    /*background: #ededee;
    padding:20px;*/
}



/*marketo forms*/


p.banner_desc_signup {
    color: #ffffff;
    font-size: 100%;
    font-weight: 700;
}
.html-embed_reQ{
  padding:20px;
  border-radius:10px;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 40%);
}

.mktoForm .mktoFieldWrap {
    display: flex;
    flex-direction: column;
    width: 100%!important;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 1.2em;
    padding-top: 0.3em;
    font-size: 12px!important;
    color: #3d3d3d!important;
    font-weight: 400!important;
    margin-bottom: 10 px;
    width: -moz-fit-content!important;
    width: fit-content!important;
}

.mktoForm .mktoField {
    border: 0;
    border-bottom: 1px solid #7a7a7a!important;
    padding: 8px;
}

.d-flex {
    display: flex!important;
}
.flex-column {
    flex-direction: column!important;
}

.mktoForm{
  width:100% !important;
}

@media (min-width: 768px){
.mktoForm .mktoFormRow {width: auto;display: flex;
    margin-right: -10px;
    margin-left: -10px;
}
}

@media (min-width: 768px){
.mktoForm .mktoFormCol {
    padding: 0 10px;
}
}

.mktoForm .mktoFormCol {
    width: 100%;
}

.mktoForm .mktoOffset {
    width: 0!important;
}

.mktoForm .mktoFieldWrap {
    display: flex;
    flex-direction: column;
    width: 100%!important;
}

.mktoForm input, .mktoForm select {
    width: 100%!important;
}

@media (min-width: 992px){
.mktoForm #Lblemarsys_Newsletter_Opt_In__c {width: calc(100% - 35px)!important;
font-size: 11px!important;
line-height: 16px;
}
}
.mktoForm #Lblemarsys_Newsletter_Opt_In__c {
    order: 2;
    margin-left: auto;
    margin-top: 0;
    padding: 0!important;
    color: #717070!important;
}
@media (min-width: 992px){
.mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    top: 14px;
  }}

@media (max-width: 991.98px){
.mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    top: 0;
}
}

@media (max-width: 991.98px){
.mktoForm #Lblemarsys_Newsletter_Opt_In__c {
    width: calc(100% - 30px)!important;
    font-size: 12px!important;
    line-height: normal;
}}
.mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 24px!important;
    display: inline-flex;
    position: absolute;
}
.mktoForm input[type=checkbox] {
    width: auto!important;
}

.mktoForm .mktoButtonRow {
    margin-top: 20px!important;
    width: 100%;
}
[id^=mktoForm_].mktoForm .mktoButtonWrap {
    margin-left: 0!important;
}
[id^=mktoForm_].mktoForm .mktoButtonWrap.mktoSimple button[type=submit].mktoButton {
    color: #212529;
    color: #fff;
    border: 1px solid #32d17e;
    padding: 10px 24px;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 5px;
    background-color: #32d17e;
    background-image: unset!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*end marketo form*/

.article_container_wrapperR {
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
    padding: 10px;
}
h4#watch-the-introduction {
    margin: 20px 0;
}

.hp-featured-row .e-btn-large {
    min-width: 200px !important;
}

.commT{
  color: #3c3c3c;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "SAPRegular", "Helvetica Neue", Arial, sans-serif;
    padding-left: 4px;
    padding-left: 0.25rem;
    display: inline-block;
    border-left: 1px solid #ddd;
    margin-left: 5px;
    line-height: 20px;
  }

.bannerSap {
    /*  background: #ededee;*/
    border-bottom: 1px solid #ddd;
}

.html-embed_reQ.d-flex.flex-column {
    width: 80%;
 
}

.e-row__height.video_corona_updates {
    margin-bottom: 20px;
}

div#successAndErrorMessages {
    text-align: center;
}

/**userguides*/
.containerBtns{
  margin-top:20px;
  text-align:center;
}

.solution-container-section{
    padding: 30px !important;
    flex: 5 0 32.6%;
}

.solution-container-home
{
      padding: 30px !important;
    flex: 5 0 32.6%;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
    border-radius: 10px;
}

.e-card__content {
  background-color:#FFF;
}



.containerMain .e-card {
	min-height: 115px !important;
}
.containerMain .e-card{
  margin: 0 24px 5px 0 !important;
}

.containerMain .e-emptystate__title{
    font-size: 15px !important;
    font-weight: 500 !important;
}

.containerMain .e-emptystate__content>img {
    margin-bottom: 12px;
}

.containerMain .e-card:before {
    padding-bottom: 0;
}

.maincatgs {
    margin-bottom:20px;
}

.containerMain .e-card__lead {
    min-height: 115px;
}