/* BODY */

body {
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-right: 16px;
  text-align:justify;
  max-width: 870px;
}

@media (max-width: 780px) {
  body {
  width: 100%;
} }

p {
  color: #000;
  border: 0px solid transparent;
  border-color: #ffffff;
  border-radius: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 15px;
}

.doc-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:justify;
  width: 100%;
}

em {
  font-style: italic;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

::selection, ::-moz-selection {
  /* Applies style to highlighted portion of a page */
  background: #b80000;
  color: #fff;
  text-shadow: none;
}

/* SECTIONS */

.acc-wrapper {
  margin: auto;
  max-width: var(--width, 768px);
  width: 100%;
}

.acc-panel {
  background-color: #EAF5F9;
  border: 1px solid #DBE6EA;
  color: #000;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}

.doctext {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.benefit-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

p.benefit-description {
  font-size: 15px;
  font-weight: 400;
  clear: both;
  color: #000;
  line-height: 21px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}


.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-10, 
.col-lg-12 {
  box-sizing: border-box;
  flex: 1 1 1 1;
}


.col-md-1 {
  flex-basis: 8px;
  padding-left: 7px;
}

.col-md-2 {
  flex-basis: 15%;
  padding: 10px;
}

.col-md-4 {
  background-color: #f6f9fc;
  flex: 1 1 1;
  flex-basis: 31%;
  margin: 10px;
  padding: 30px 20px 10px 20px;
  text-align: center;
}

@media (max-width: 780px) {
    
  .col-md-4 {
  flex-basis:45%;
} }

@media (max-width: 480px) {
    
  .col-md-4 {
  flex-basis:100%;
} }

.col-md-6 {
  flex-basis: 50%;
  padding: 15px;
}

.col-md-10 {
  flex-basis: 85%;
  padding: 0 20px 5px 20px;
}

.col-lg-12 {
  flex-basis: 100%;
  padding-left: 10px;
}


/* Integration lists */

div.logo-box {
  background-color: #f6f6f6;
  flex: auto;
  flex-basis: 20%;
  margin: 5px;
  max-width:24%;
  padding: 10px 0px 30px 0px;
  position: relative;
  text-align: center;
}

@media (max-width: 780px) {
    
  div.logo-box {
  max-width: 100%;
    flex-basis: 30%;
} }


div.logo {
  display: flex;
  height: 105px;
  padding-bottom: 5px;
}

img {
  max-width: 100%;
}

img.logo {
  margin:auto;
  max-height: 100px;
  max-width: 150px;
 
}

p.logo-box {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  
}

p.logo-box::first-line{
  font-size: 16px;
  
  font-weight:600
}

span.logo-box {
  color: #A9A9A9;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin-left: 8px;
  position: absolute;
  bottom: 1px;
  left: 0;
  border-top: 1px solid #BEBEBE;
  width: 90%;
  padding-top: 3px
}

@media (max-width: 780px) {
    
  span.logo-box {
  font-size: 10px;
} }

span.logo-box a {
  color: #5ca8d1;
}

.face-logo {
  width: 16px!important;
  height: 17px!important;
  max-width: 16px!important;
 max-height: 17px!important;
  display: inline-block;
  opacity: 0.45;
  padding-right: 5px;
  vertical-align: text-bottom;
}

.face-logo2 {
  width: 18px!important;
  height: 20px!important;
  max-width: 18px!important;
  max-height: 20px!important;
  display: inline-block;
  vertical-align: text-bottom;
}

span.custom:before {
  color: #A9A9A9;
  
  content: "\f12e";
  font-family: 'FontAwesome';
  font-size: 16px;
  padding-right: 3px;
}

span.custom2:before {
  color: #595857;
  
  content: "\f12e";
  font-family: 'FontAwesome';
  font-size: 20px;
  padding-left: 3px
}


/* Integration main page */

.main-intro {
  flex-basis: 70%;
  padding: 0 15px 15px 20px
}

@media (max-width: 480px) {
    
  .main-intro {
  flex-basis: 50%
} }

@media (max-width: 780px) {
    
  .main-intro {
  flex-basis: 60%
} }

div.main-logo {
  flex-basis: 25%;
  text-align: center;
  padding-bottom: 15px;
}

img.main-logo {
  margin:auto;
  max-height: 200px;
  max-width: 200px;
}

@media (max-width: 480px) {
    
  img.main-logo {
  max-height:100px;
  max-width: 100px;
} }

/* logo with no text in lists */

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  
  margin-right: -10px;
  
}

.logo-row a{
  display: flex
}

.simple-logo {
  display: flex;
  background-color: #f6f6f6;
  flex: auto;
  flex-basis:20%;
  margin: 3px;
  max-width: 170px;
  padding: 10px;
  text-align: center;
   vertical-align: middle;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  text-align:left;
}

h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0 0 25px 0;
  padding-bottom: 5px;
}

h2 {
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
  margin: 20px 0;
  padding: 10px 10px 9px 0;
  text-transform: none;
  
}

h3 {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
  padding-bottom: 8px;
  text-transform: none;
  width: 100%;
}

h4 {
  color: #0085cd;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  padding-top: 10px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  
}

h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

h1 .CHHeadingLink {
  /*remove heading link for H1*/
  display:none
}

/* Flags & dots */

.beta:after {
  /* BETA flag for H1 */
  content: "Beta";
  color: #ebf3ff;
  background: #567bd1;
  padding: 3px 15px;
  border-radius: 16px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: super
}
.new:after {
  /* NEW flag for H1 */
  content: "New";
  color: #ebf3ff;
  background: #31A07E;
  padding: 3px 15px;
  border-radius: 16px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: super
}

.green-dot, .blue-dot, .red-dot, .yellow-dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  margin: 3px auto;
}

.green-dot {
  background-color: #59f76c;
}

.blue-dot {
  background-color: #41e1f2;
}
.red-dot {
  background-color: #f52541;
}
.yellow-dot {
  background-color: #fff41c;
}


/* LISTS */
/*
ul {
  list-style-type: none!important;
  margin-left: 20px;
}*/

@media (max-width: 480px) {
  ul {
margin-left: 0px;
    text-align: left;
} }

/*ul ul {
  list-style-type: none!important;
  margin-left: 30px;
}*/

li {
  width: 90%;
  line-height: 26px;
  padding-bottom: 10px;
}

li li {
  padding-bottom: 3px
}

/*li:before {
  margin-right: 12px;
  font-family: 'FontAwesome';
  content: "\f101";
  color: #2696D3;
}*/
ul > ul >li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #2696D3;
}

h4 + ul > li,
h4 + ul > li > ul > li,
h4 + ul > li > ul > li > ul > li,
h4 + ul > li > ul > li > ul > li > ul > li,
.regular-list li {
  padding-bottom: 0px
}

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0 3em;
  /* Give each list item a left margin to make room for the numbers */
  list-style-type: none!important;
  /* Disable the normal item numbering */
}

@media (max-width: 480px) {   
  ol > li {
  margin: 0 0 0 2em;
} }

ol > li:before {
  content: counter(li);
  /* Use the counter as content */
   counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */    
  position: absolute;
  top: 0;
  left: -2.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 10px;
  color: #0085cd;
  border-right: 1px solid #B6D5E5;
  font-weight: bold;
  font-family: "Lato", Arial, sans-serif;
  text-align: center;
}

span.nmbr {
  border-right: 1px solid #B6D5E5;
  box-sizing: border-box;
  color: #0085cd;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 0 1em;
  margin-right: 10px;
  padding: 6px 10px 6px 0;
  text-align: center;
  width: 2em;
}

.grid {
  list-style-type:none!important;
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid li {
  padding-bottom: 0px
}

.grid li:before {
  content: "";
}

/* LINKS */

a, a.intro {
  color: #0085cd;
  text-decoration: none;
}

a:hover {
  color: #0085cd;
  text-decoration: none;
}

a.block-link {
  background-size: auto 34px !important;
  color: #000 !important;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 10px 0 10px;
  position: relative;
  text-transform: uppercase;
  
}

  
/* NOTES */

.alert-danger {
  background-color: #f2dede;
  border: 1px solid transparent;
  border-color: #ebccd1;
  border-radius: 5px;
  color: #a94442;
  padding: 15px;
  margin: 10px 0;
  
}

.alert-info {
  background-color: #F2F3F4;
  border: 1px solid transparent;
  border-color: #E8E8E8;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
  
}

.alert-blue {
  background-color: #556dd7;
  border: 1px solid transparent;
  border-color: #E8E8E8;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
  
}

.alert-success {
  background-color: #dff0d8;
  border: 1px solid transparent;
  border-color: #d6e9c6;
  border-radius: 5px;
  color: #3c763d;
  margin: 10px 0;
  padding: 15px;
  
}

.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid transparent;
  border-color: #faebcc;
  border-radius: 5px;
  color: #8a6d3b;
  margin: 10px 0;
  padding: 15px;
  
}

.overview {
  background-color: #EAF5F9;
  border: 1px solid #DBE6EA;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  margin: 20px -10px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  
  -webkit-box-shadow: none;
}

.overview strong {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: normal;
}


.well {
  min-height: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well-lg {
  background-color: #F3F5F5;
  border: 1px solid transparent;
  border-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  margin: 10px 0;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
}

/* BUTTONS */

.btn,
.btn-primary,
.btn-old-gray,
.btn-old-blue {
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857143;
  min-width: 90px;
  padding: 6px 12px;
  text-transform: none;
}

.btn, .btn-old-gray {
	background-color: #e7ebee;
}

.btn-primary, .btn-old-blue {
  background-color: #4d7097;
  color: #fff;
}

.btn-blue,
.btn-red,
.btn-white,
.btn-gray {
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  letter-spacing: 0px;
  line-height: 28px;
  padding: 2px 16px;
  text-align: center;
}

.btn-blue {
  background-color: #4a6bdb;
  color: #fff;
}

.btn-red {
  background-color: #d54244;
  color: #fff;
  
}
.btn-white {
  border: 1px solid #535b62;
  color: #3a434c;
}

.btn-gray {
  background-color: #ececec;
  border: 1px solid #e0e0e0;
  color: #4a4d6b;
  font-weight: 400;
  height: 38px;
  padding: 4px 16px;
  
}

.btn-gray-small {
  background-color: #ececec;
  border: 1px solid #e0e0e0;
  color: #4a4d6b;
  height: 20px;
  width: 20px;
  
  padding: 2px 5px;
}

/*  TAG NEW for H2, H3 or H4 */

.tag-new {
  box-sizing: border-box;
  border-radius: 16px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 2px 16px;
  text-align: center;
}

.tag-new {
  background-color: #07ece1;
  color: #11132b;
}

/*  OO INDICATORS */

.ind-red,
.ind-green,
.ind-blue,
.ind-yellow,
.ind-purple,
.ind-gray {
  
  border-radius: 16px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 22px;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  text-align: center
}   
.ind-red {
  background-color: #ffd7d4;
  color: #be3337;
}
.ind-green {
  background-color: #e0f6f2;
  color: #31a07e;
}
.ind-blue {
  background-color: #ebf3ff;
  color: #3b59b6;
}
.ind-yellow {
  background-color: #fff3cc;
  color: #c97900;
}
.ind-purple {
  background-color: #8C80FE;
  color: #FEFCFF;
}
.ind-gray {
  background-color: #e5e6e7;
  color: #3a434c;
}

/*  WMS INDICATORS */

.ind-gray-wms,
.ind-red-wms,
.ind-orange-wms,
.ind-brown-wms,
.ind-yellow-wms,
.ind-green-wms,
.ind-blue-wms,
.ind-purple-wms,
.ind-dark-blue-wms,
.ind-dark-green-wms
                   {
  
  position:relative;
  border-radius: 8px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 5px;
  padding: 5px;
  min-width: 12px;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  border: none;
  text-shadow: none;
  line-height: 10px;
  transition: all .5s;
  width: 25%;
  text-overflow: ellipsis;
}  

.ind-gray-wms {
  background-color: #e5e6e7;
  color: #fff;
}

.ind-red-wms {
  background-color: #c90000;
  color: #fff;
}

.ind-orange-wms {
  background-color: #ed5600;
  color: #fff;
}

.ind-brown-wms {
  background-color: #663434;
  color: #fff;
}

.ind-yellow-wms {
  background-color: #efc12d;
  color: #fff;
}

.ind-green-wms {
  background-color: #356635;
  color: #fff;
}

.ind-blue-wms {
  background-color: #00c4cc;
  color: #fff;
}

.ind-dark-blue-wms {
  background-color: #2735b2;
  color: #fff;
}

.ind-dark-purple-wms {
  background-color: #301934;
  color: #fff;
}

.ind-dark-green-wms {
  background-color: #346166;
  color: #fff;
}


/* TABLES */

table {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0px;
  
  box-sizing: border-box;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
  
}
th, td {
  border: 1px solid #dddddd;
  line-height: 1.42857;
  
  padding: 8px;
  
  text-align: left;
}
th {
  border-bottom: 2px solid #dddddd;
  vertical-align: bottom;
}
td {
  vertical-align: middle;
  
}

.table-striped {
  border: 0px;
  
  margin-top:15px
}
.table-striped th, .table-striped td {
  border-top: 0px;
  
  border-left: 0px;
  
  border-right: 0px;
  
}
.table-striped tr:nth-child(odd) {
  background-color: #f9f9f9
}

.table-invisible th, .table-invisible td {
  border: 0px;
  
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.table-sticky {
  background-color: #ffffff;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  
  box-sizing: border-box;
  display:block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  overflow-y: scroll;
  table-layout: auto;
}
.table-sticky td {
  border-left: 0;
  border-top: 0;
  
  min-width:50px;
  text-align: center;
  vertical-align: middle;
}
.table-sticky td:first-child {
  background-color: #f9f9f9;
  font-weight:600;
  position: sticky;
  left: 0;
  text-align: left;
  z-index: 9999;
}

.table-sticky tr:nth-child(even) {
  background-color: #f9f9f9
}

/* IMAGES */

.lightense {
  /* makes images into popups */
  max-width: 200%;
}


.leftAlone, .size-75, .size-50 {
  box-shadow: 0px 5px 35px 8px rgba(0, 0, 0, .05);
  display: block;
  height: auto;
  margin: 20px 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  
  text-align: center;
}

.size-75 {
  width: 75%;
  
}

.size-50 {
  width: 50%;
  
}

.img-responsive {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 75%;
  
}

/* old image classes from SS - can go once everything is updated */

span.icon.fa.fa-file-image-o {
  /* old icon for popup images */
  position: relative;
  background-color: #626262;
  padding: 6px 0 0 7px;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.screenshot {
  display: inline-block;
  position: absolute;
  width: 73px;
  margin-left: 10px;
}
.screenshot span.jpg-screenshot {
  box-sizing: border-box;
  font-size: 15px;
  color: #EAEAEA;
  padding: 8px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  background-color: #F2F2F2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

span.jpg-screenshot:before {
  font-family: 'FontAwesome';
  content: "\f1c5";
  color: #4985CE;
  position: absolute;
  top: 1px;
}
.screenshot span.jpg-format {
  display: none;
  background: #eaeaea;
  float: left;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  margin-left: -10px;
  padding: 0 10px 0 15px;
  -webkit-border-radius: 0 100px 100px 0;
  -moz-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

/* FILE & VIDEO */

.clearfix {
  box-sizing: border-box;
  background: 0px 0px;
  
  transition: all 250ms ease-in-out 0s;
}

ul.videos {
  background-color: #ffffff;
  box-sizing: border-box;
  
  line-height: 26px;
  
  margin-bottom: 10px;
  
  margin-left: 60px;
  
  margin-top: 0px;
  
}

li.videos {
  border-bottom: 1px solid #e0e4e9;
  
  box-sizing: border-box;
  list-style-type: none!important;
  margin-left: -80px;
  
  padding: 10px 0px;
  
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}

li.videos:before {
  content: none;
  margin-right: 12px;
}

li.videos a span.title {
  float: left;
  line-height: 30px;
}
span.pdf:before {
  font-family: FontAwesome;
  content: "\f1c1";
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: 7px;
}

.youtube-vid span.csv {
  box-sizing: border-box;
  font-size: 18px;
  color: #D9534F;
  padding: 6px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #D9534F;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

span.csv:before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: 7px;
}

.youtube-vid {
  display: block;
  float: left;
  margin-right: 15px;
}

.youtube-vid span.youtube {
  box-sizing: border-box;
  font-size: 18px;
  color: #D9534F;
  padding: 6px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #D9534F;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

span.youtube:before {
  font-family: 'FontAwesome';
  content: "\f16a";
  color: #ffffff;
  position: absolute;
  top: 1px;
}
.youtube-vid span.pdf {
  font-size: 18px;
  color: #D9534F;
  padding: 6px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #D9534F;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.youtube-vid span.time {
  box-sizing: border-box;
  background: #eaeaea;
  float: left;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  margin-left: -10px;
  padding: 0 10px 0 15px;
  -webkit-border-radius: 0 100px 100px 0;
  -moz-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.title {
  float: left;
  
  line-height: 30px;
}

span.icon.fa.fa-file-pdf-o {
  background-color: #000;
  padding: 6px 0 0 7px;
}

/* YT embed video */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 75%;
  
  margin-left: 11%;
  margin-top: 7%;
}

/* ClickHelp Features */

.CHSeeAlso {
  color: #0085cd;
  font-size: 16px;
  orientation:"vertical";
}
.CHSeeAlso_separator
.CHSeeAlso_item {
  color: #0085cd;
  font-size: 16px;
  
  font-weight: normal;
  padding-bottom: 0px;
}
.CHSeeAlso_itemChild {
  padding-bottom: 0px;
}
.CHSeeAlso_itemSibling {
  padding-bottom: 0px;
}
.CHSeeAlso_hasChildren
.CHSeeAlso_hasSiblings


.CHBoxShowMore{
}
.CHBoxShowMore .showMoreLabel {
  font-weight: 600;
  font-size: 16px;
}

.CHBoxShowMore .hideLabel {
  font-weight: 600;
  font-size: 16px;
}

.CHBoxShowMore .showMoreContent{
}

.scroll {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom:20px
}


/* CODE */

code[class*=language-], pre[class*=language-] {
  color: #000;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}
@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0 0 15px;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0
}
:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #000
}
.token.punctuation {
  color: #000
}
.namespace {
  opacity: .7
}
.token.boolean,
.token.number,
.token.property,
.token.tag {
  color: #905
}
.token.attr-name,
.token.selector,
.token.string {
  color: #690
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #a67f59;
  background: hsla(0, 0%, 100%, .5)
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a
}
.token.important,
.token.regex {
  color: #e90
}
.token.important {
  font-weight: 700
}
.token.entity {
  cursor: help
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber
}
pre.line-numbers>code {
  position: relative
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.line-numbers-rows>span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber
}
.line-numbers-rows>span:before {
  content: counter(linenumber);
  color: #000;
  display: block;
  padding-right: .8em;
  text-align: right
}

/* FA-Fa ICONS backgrouds */

.icon-background1 {
    color: #CD5C5C;
}

.icon-background2 {
    color: #ffd700;
}
.icon-background3 {
    color: #4DC377;
}
.icon-background4 {
    color: #AAC99E;
}
.icon-background5 {
    color: #4a6bdb;
}
.icon-background6 {
    color: #31a07e;
}
.icon-background7 {
    color: #be3337;
}

.icon-background8 {
    color: #c97900;
}

.icon-background9 {
    color: #21BD93;
}

.icon-background10 {
    color: #ED7817;
}

.icon-background11 {
    color: #E01139;
}

.icon-background-red {
    color: #E17070;
}

.icon-background-yellow {
    color: #F1A104;
}

.icon-background-blue {
    color: #24B0B3;
}

.icon-background-gray {
    color: #4c4c4d;
}

.icon-background-purple {
    color: #5B7CFB;
}


/* CHANGELOG */

#changelog-content * {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  box-sizing: border-box;
}
#changelog-content p {
	font-size: 14px !important;
	line-height: 1.6;
}
#changelog-content h2 {
	font-size: 20px !important;
	margin: 0 -10px 10px -10px;
}
#changelog-content td{
  border: none;
  vertical-align: middle;
  
  padding: 0;
  line-height: 1.6px
}
#changelog-content th{
  border: none;
  vertical-align: middle;
  
  padding: 0;
  line-height: 1.6px
}

.changelog-new {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  line-height: 0.8;
  color: #ebf3ff;
  background-color: #50e3c2;
 text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 80px;
  height: 20px;
  padding: 5px;
  margin-right: 8px;
 display: inline-block;
}

.changelog-update {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  line-height: 0.8;
  color: #ebf3ff;
  background-color: #8a7efc;
 text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 80px;
  height: 20px;
  padding: 5px;
  margin-right: 8px;
 display: inline-block;
}

  .changelog-mobile {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  line-height: 0.8;
  color: #f7f9fc;
  background-color: #f1a104;
 text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 80px;
  height: 20px;
  padding: 5px;
  margin-right: 8px;
    display: inline-block;
}

/* SS REMNANTS */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both
}

/* Added automatically during the ClickHelp Rainbow update - BEGIN */

.inlineCode{
  font-family:"Consolas",monospace;
  color:#0D0D0D;
  background:#ECECEC;
  padding:3px;
  border-radius:3px}
.CHMemberTable{
  border:1px solid #e7ecf0;
  border-radius:3px;
  border-collapse:collapse;
  width:100%}
.CHMemberTable tr:nth-child(even){
  background-color:#f5f7f9}
.CHMemberTable td{
  border-bottom:1px solid #f5f7f9;
  vertical-align:baseline;
  padding:10px}
.CHMemberTable td p{
  margin:0;
  line-height:1.5}
.CHMemberTable>tr>td:first-child,.CHMemberTable>tbody>tr>td:first-child{
  line-height:1;
  white-space:nowrap}
.CHMemberTable>tr>td:nth-child(2),.CHMemberTable>tbody>tr>td:nth-child(2){
  font-family:"Consolas",monospace;
  color:#8792a2;
  white-space:nowrap}
.CHMemberTable>tr>td:last-child,.CHMemberTable>tbody>tr>td:last-child{
  width:100%}
.CHMemberTable_optionalMark,.CHMemberTable_requiredMark{
  font-family:monospace;
  font-size:.9em;
  text-transform:uppercase}
.CHMemberTable_requiredMark{
  color:#ed6055}
.CHHttpRequest{
  width:100%;
  table-layout:fixed;
  border:none;
  border-collapse:collapse;
  border-spacing:0;
  margin-top:1em}
.CHHttpRequest_headerImg,.CHHttpRequest_headerText{
  padding-top:5px;
  padding-bottom:8px;
  font-weight:bold}
.CHHttpRequest_get .CHHttpRequest_headerImg,.CHHttpRequest_put .CHHttpRequest_headerImg{
  width:40px}
.CHHttpRequest_post .CHHttpRequest_headerImg{
  width:47px}
.CHHttpRequest_delete .CHHttpRequest_headerImg{
  width:63px}
.CHHttpRequest_headerImg{
  padding-right:10px}
.CHHttpRequest_headerImg img{
  vertical-align:middle}
.CHHttpRequest_headerText{
  width:100%}
.CHHttpRequest_code{
  font-family:"Consolas",monospace;
  font-size:14px;
  color:#696969;
  background:#f6f7f9;
  border-radius:4px;
  padding:10px 16px}
.CHResponseCode_good,.CHResponseCode_warning,.CHResponseCode_error{
  font-weight:bold;
  margin-bottom:0}
.CHResponseCode_good+p,.CHResponseCode_warning+p,.CHResponseCode_error+p{
  margin-top:0}
.CHResponseCode_good::before,.CHResponseCode_warning::before,.CHResponseCode_error::before{
  content:" ";
  display:inline-block;
  height:10px;
  width:10px;
  border-radius:50%}
.CHResponseCode_good::before{
  background:#27cb7c}
.CHResponseCode_warning::before{
  background:#ff9d3d}
.CHResponseCode_error::before{
  background:#ff4741}

/* Added automatically during the ClickHelp Rainbow update - END */

/* Fix for CTRL+F below */

.desktopView, .desktopView>body
{
  overflow-y: auto !important;
  overflow-x: hidden;
}

.mobileView, .mobileView>body
{
  overflow-y: auto !important;
  overflow-x: hidden;
}

/*Configuring bulleted lists*/

ul li::marker{
  color: #0085cd;
  font-size: 25px;
}

ul ul li::marker{
  color:#0085cd;
}