body {
  padding-top: 70px; 
  padding-top: 63px; 
  padding-bottom: 70px; 
}

html body {
  /*
  color: #333333;
  */
  background-color: #222222;
  text-rendering: optimizelegibility;
  /*
  text-rendering: geometricPrecision;
  font-family: "Raleway",HelveticaNeue,Helvetica,Arial,sans-serif;
  font-family: 'Lato', sans-serif;
  */
  font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
}

/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
 */
a {
    color: #69b0dc;
    color: #3596d0;
    color: #0000ff;
    /* color: #006eb6; */
    text-decoration: none;
}

@media print {
  @page  {
    margin: 2cm .5cm;
  }
  body, #main {
    padding: 0;
  }
  #footer, #mixpanel {
    display: none;
  }
}


.break-word {
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP Printers */
  word-wrap: break-word; /* IE 5+ */
}

.list-center-wrapper {
    text-align: center;
}

/* td, code {
  -ms-word-break: break-all !important;
  word-break: break-all !important;
  white-space: normal !important;
  Non standard for webkit
  word-break: break-word !important;

  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important;
} */

.btn {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}

.btn-primary {
    background-color: #428bca;
}

.btn-primary, .btn-default, .btn-danger, .btn-success {
    font-size: 14pt;
}

html .navbar .nav > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

html .navbar a.btn {
  padding: 5px 10px;
  margin-top: 15px; 
  margin-bottom: 15px;
  border: solid 1px #69B1DD;
  background-color: transparent;
  color: white;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

/* @media (min-width: 768px) { */
@media (min-width: 768px) {
  .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-form > .form-group {
        padding-top: 17px;
        padding-bottom: 15px;
    }
}



/*
@media (max-width: 767px) { 
    .navbar-nav.pull-right { float: none!important; }
}
*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
/*     .navbar-form {
        float: none!important;
    } */
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.java code.java {
  background-color: transparent;  
}

form .form-group p.form-control-static {
  overflow: hidden;
}

html .dropdown-menu > .active > a, 
html .dropdown-menu > .active > a:hover, 
html .dropdown-menu > .active > a:focus {
    color: #3e3f3a;
}

html .dropdown-menu > li > a {
    color: #3e3f3a;
}

html .dropdown-menu .divider {
    background-color: #c7c8c1;
}


html .well {
  background-color: #e1eff6;
  background-clip: padding-box;
  border-radius: 10px;
}

html .well-cta {
  border: solid 1px #e0e0dc;
  border: solid 1px #ffff7b;
  margin: 0 0 40px 0;
  padding: 15px 5px 15px 20px;
  background: #f8f8f7;
  background: #ffffae;
  background: #ffffc4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

html .well-cta a {
  text-decoration: underline;
}

html .navbar-brand {
/*     float: left;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    padding: 20px 15px; */
    padding: 13px 15px 7px 15px;
    padding: 16px 15px 9px 15px;
    padding: 15px 0 10px 0;
}

.padding-0 > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.padding-sm > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

.padding-md > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}


/* ============================================
   Next 
   ============================================ */
html .content .section-message .alert {
  font-size: 20px;
  color: black;
  padding: 5px 1em 10px 1em;
  margin-bottom: 40px;
}

html .content .section-message .alert .glyphicon {
  font-size: 1.2em;
  vertical-align: middle;
  display:table-cell;  
}

html .content .section-message .alert .text {
  vertical-align: middle;
  padding-left: 10px;
  display:table-cell;  
}

html .content .alert a {
  text-decoration: underline;
}

html .content .section-message a {
  color: #69b0dc;
  color: #3596d0;
  color: #0000ff;
  /* color: #006eb6; */
  text-decoration: none;
}

html .content .section-message .alert-danger {
  text-align: left;
  background-color: #f2dede;
  border-color: #ebccd1;  
}

html .content .section-message .alert-danger .glyphicon {
  color: #a94442;
}

html .content .section-message .alert-warning {
  background-color: #ffffb0;
  border-color: #bdbd00;  
  text-align: center;
}

html .content .section-message .alert-warning .text {
  vertical-align: middle;
  padding-left: 10px;
  display:inline;  
}

/* ============================================
   Next 
   ============================================ */
html .content h4.next {
  margin: 4em 0;  
}

html .content h4.next:before {
  content: "Next:";
}

html .content .next a {
  margin-left: 0.5em;  
}

html .content .next a:after {
  /* content: ">>"; */
  margin-left: 0.5em;  
}

/* ============================================
   Content 
   ============================================ */
#home .content {
  padding-top: 0;
}

.content {
  background-color: white;
  padding-bottom: 5em;
}

#home .content {
  padding-bottom: 0;
}

/*
#documentation .content {
  padding-top: 3em;
}
*/

.content h1, .content h2, .content h3, .content h4 {
  padding-top: 0;
  margin-top: 0;
}

.content h2, .content h3, .content h4 {
  margin-top: 1em;
}

.content h2.first, .content h3.first, .content h4.first {
  margin-top: 0;
}

/*
.content p {
  margin-bottom: 2em;
}

.content .first { margin-top: 0 !important; margin-left: 0 !important; }
.content .last { margin-bottom: 0 !important; margin-right: 0 !important; }



.content h1:FIRST-CHILD, .content h2:FIRST-CHILD, .content h3:FIRST-CHILD, .content h4:FIRST-CHILD {
  padding-top: 0;
  margin-top: 0;
}

.content h1:first-child, .content h2.pad-top, .content h3.pad-top, .content h4.pad-top {
  padding-top: 1em;
  margin-top: 0;
}
*/
.content h1:first-child {
  text-align: center;
}

.content h1 {
  color: #427C53;
  color: #006eb6;
  color: black;
  /*
  color: #6db640;
  font-weight: bold;
  
  */
  font-weight: 300;
  font-size: 3em;
  margin-bottom: 1em;
  
}

.content h2, .content .h2 {
  color: #427C53;
  color: black;
  color: #b66c17;
  color: #006eb6;
  color: black;
  font-weight: 600;
  font-weight: 300;
  font-weight: 600;
  font-weight: 500;
  margin-top: 1em;
}

.content h3 {
  /* color: #929292; */
  color: #006eb6;
  color: black;
  color: #006eb6;
  font-weight: 600;
  margin-bottom: 0;
}

.content h4 {
  color: #FF7200;
  color: black;
  color: #006eb6;
  margin-bottom: 0;
}

.content p, .content ul, .content ol {
    font-size: 16px;
    line-height: 1.6em;
}

/* ============================================
   documentation-index
   ============================================ */

#documentation-index .content table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
  
#documentation-index .content table td {
  border: 2px solid #B2E2FF;
  background: #F4FBFF;
/*   width: 33.33%;
  width: calc(100% / 3); */
}


#documentation-index .content table a {
  display: block;
  text-align: center;
  font-family: "Fira Sans Condensed",sans-serif;
  font-size: 20px;
  padding: 1em 1em;
  font-weight: 700;
  text-decoration: none;  
  color: black;
}

#documentation-index .content table a .fas {
	color: #3e3f3ae8;
}

#documentation-index .content table a .fab {
	color: #3e3f3ae8;
}

@media (max-width: 768px){
  #documentation-index .content table a {
    font-size: 16px;
    padding: 1em 0.5em;
  }
}

@media (max-width: 768px){
  #documentation-index .content table a {
    font-size: 14px;
    padding: 1em 0.5em;
  }
}

@media (max-width: 320px){
  #documentation-index .content table a {
    font-size: 10px;
    padding: 1em 0.5em;
  }
}

/* ============================================
   documentation
   ============================================ */

#documentation #user-guide-toc {
    border: solid 1px #e0e0dc;
    padding: 0 20px 15px 20px;
    background: #f8f8f7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  padding-top: 15px;
}    
    
#documentation #user-guide-toc #toc {
  padding: 0px 0px 15px 0px;
  border: none;
  margin: 0;
  padding: 0;
}

#documentation #user-guide-toc .h2 {
  margin-top: 0;
}

#documentation #user-guide-toc li:first-child.h2 {
  margin-top: 5px !important;
}

#documentation #user-guide-toc #toc ul {
  list-style-type: none;
}

#documentation #user-guide-toc #toc ul li {
  line-height: 1.1em;
}

#documentation #user-guide-toc #toc ul li a {
  line-height: 1em;
}

#documentation #user-guide-toc #toc .h3 {
    margin: 5px 0 5px 0px;
    font-size: 16px;
}

#documentation #user-guide-toc #toc .h4 {
    margin: 0 0 5px 26px;
    font-size: 16px;
}

#documentation #user-guide-toc #toc h2, 
#documentation #user-guide-toc #toc .h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1px;
  margin: 20px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

 #documentation #user-guide-toc #toc>ul {
    margin: 0;
    padding: 0;
}

#documentation #user-guide-toc #toc  h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1px;
  font-weight: 600;
  font-weight: 400;
  font-size: 26px;
}

#documentation .content h4 {
  margin-top: 20px;
  font-weight: 700;
}

#documentation .content td h4 {
  margin-top: 0;
}

#documentation .content td span.fa {
  text-align: center;
  display: block;
}

#documentation .content span[id] {
    display: block;
    position: relative;
    top: -68px;
    visibility: hidden;  
}

#documentation .content p {
  margin-top: 1em;
  margin-bottom: 20px;
}

#documentation .content .syntaxhighlighter  {
  padding: 2px;
  margin: 20px 0 !important;
  border: solid 1px #d5d5d5; 
}


/*

.content p a {
    border-bottom: 1px solid #96CF72;
    color: #3e3f3a;
    transition: color 0.6s ease 0s;
    text-decoration: none;
}

.content p a:hover, .content p a:focus {
    border-bottom: 1px solid #96CF72;
    color: #96CF72;
    text-decoration: none;
}
*/


/*
.content .well {
    background-color: #82bde0;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
*/

.content .panel-default {
    background-color: #e6eef2;
    background-color: #e1eff6;
    border: none;
}

.content .panel h2 {
    font-size: 16px;
    font-weight: bold;
}


/* ============================================
   Table 
   ============================================ */
.content table.table th {
  font-weight: bold;
  font-size: 1.1em;
}

.content table.table td h4 {
  font-weight: bold;
  font-size: 1.1em;
}

.content table.table td h4:FIRST-CHILD {
  margin: 0;
}

.content .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F9F9F9;
}

.content .table-hover>tbody>tr:hover {
    background-color: #F9F9F9;
}

.content .table > thead > tr > th {
    background-color: #96CF72;
    background-color: black;
    background-color: #565656;
    background-color: #b3b3b3;
    background-color: #6c6c6c;
    /* background-color: #a7d1eb; */
    color: white;
    /* color: black; */
    /* border-bottom: 1px solid #6db640; */
}

.content .table > tfoot > tr > th {
    background-color: #96CF72;
    background-color: black;
    background-color: #565656;
    background-color: #b3b3b3;
    background-color: #6c6c6c;
    background-color: #f8f5f0;
    /* background-color: #a7d1eb; */
    color: white;
    /* color: black; */
    /* border-bottom: 1px solid #6db640; */
    border-bottom: 1px solid #dfd7ca;
}

.content .table > thead > tr > th a {
    color: #8484ff;
}


/* ============================================
   Page Header 
   ============================================ */
.page-header {
    background-color: #E7E7E7;
    background-color: #d5d9db;
    background-color: #d5d9db;
    background-color: #e8e8e8;
    background-color: #69b0dc;
    margin: 0;
    /*
    padding-top: 0px;
    padding-bottom: 0px;
    */
    text-align: center;
    color: white;
}

.page-header h1 {
    color: white;
    padding: 0.5em 0;
    margin: 0;
    font-weight: 400;
    font-weight: 600;
    /*
    margin-bottom: 10px;
    margin-top: 10px;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #222;
    text-shadow: 1px 1px 1px #fff;
    */
}

.page-header .subtitle {
    color: white;
    background-color: #82BDE0; 
    padding: 1em;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 1em;
  }

.page-header h2 {
    color: white;
    font-size: 1.5em;
    margin: 0;
  }

/* ============================================
   Submenu 
   ============================================ */
.submenu {
    background-color: #E7E7E7;
    background-color: #d5d9db;
    background-color: #e8e8e8;
    /*
    background-color: #62a83b;
    background-color: #427c53;
    */
    padding: 1.2em 1em;
    
    /*
    background: -moz-linear-gradient(center bottom , #e8e8e8 0px, #f2f2f1 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f6f6f5;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 7px;
    padding: 10px 12px;
    position: relative;
    width: auto;
    word-wrap: break-word;   
    */ 
}


.submenu h4 {
    border-bottom: 1px solid #bbb;
    color: #222;
    padding-bottom: 4px;
    text-shadow: 1px 1px 1px #fff;
}

.submenu ul {
    padding-left: 0;
}

.submenu li {
    display: block;
    position: relative;
}

.submenu li.active {
    background: none repeat scroll 0 0 #4fa5e4;
}

.submenu a {
    color: #5a8ec4;
    text-shadow: 0 1px white;
    padding: 1px 0 2px 1em;
    display: block;
    font-size: 1.1em;
    text-decoration: none;
}

.submenu li.active a {
    font-weight: bold;
    color: white;
    text-shadow: 0 1px #388ddb;
}





/* ============================================
   Footer 
   ============================================ */
#footer {
  /*
    padding-top: 2em;
    padding-bottom: 0;
    */
    font-size: 0.9em;
  background-color: #3e3f3a;
}

#footer h2 {
  color: #CCCCCC;
  color: white;
  font-size: 1.2em;
}

#footer a {
    color: #93c54b;
    color: #428bca;
    color: #98978b;
}

#footer a:hover, #footer a:active {
  text-decoration: none;
}

#footer li {
  list-style: none outside none;
  border-bottom: 1px solid #5A5A5A;
  padding-bottom: 2px;
  margin-bottom: 6px;
}

#footer ul {
    margin: 0 0em 3em 0;
    padding: 0;
}

#copyright {
    color: #777777;
    font-size: 0.9em;
    padding-top: 2em;
    padding-bottom: 4em;
}

/* ============================================
   Jumbotron 
   ============================================ */
.content .jumbotron {
    background-color: #798764;
    background-color: #268084;
    color: #FFFFFF;
}

.content .jumbotron h1 {
    color: #FFFFFF;
}

.content .jumbotron .btn-primary {
    background-color: #96CF72;
    border-color: transparent;
    color: #000000;
}

/* ============================================
   Home 
   ============================================ */
#home .splash {
    padding-top: 2em;
    background-color: #69b0dc;
/*     background-image: linear-gradient(to bottom, #197dae 0px, #61b2da 100%); */
    color: white;  
}

html #home .splash h1, html #home .splash h2, html #home .splash h3, html #home .splash h4, html #home .splash p {
    color: white;
    /* text-shadow: 0 1px 0 #666; */
}


#home .splash h2 {
    font-size: 34px;
    margin-bottom: 32px;
    line-height: 36px;
    font-weight: bold;
}

#home .splash h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#home .splash ul {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding-left: 50px;
    margin-top: 1em;
    text-shadow: 0 1px 0 #666;
} 

#home .splash img {
  text-align: center;
  margin: 0 auto 2em auto;
}

#home .splash p {
    color: white;
}

#home .splash .button-group, #home .section .button-group {
  margin-top: 2em;
  margin-bottom: 1em;
  clear: both;
  padding: 20px 0;
  text-align: center;
}

#home .splash .button-group a.btn, #home .section .button-group a.btn {
  margin: 1em 1em;
  font-size: 20px;
  font-weight: bold;
}

#home .section.splash .button-group {
  margin-top: 0;
}


#home .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#home .splash.section {
  padding-bottom: 0;
  /*
  background-color: #197dae;
  background-image: linear-gradient(to bottom, #197dae 0px, #61b2da 100%); */
}

#home .section.even {
    background-color: #f4f4f4;
    background-color: #efefef;
    background-color: #f6f6f6;
    background-color: #f2f2f2;
}

#home .section h2 {
  /*
  border-top: 1px solid #ccc;
  */
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: #F8931F;
  color: #B66C17;
  color: black;
  font-weight: normal;
  font-weight: 300;
  font-size: 40px; 
  font-size: 3.5em;
  line-height: 1.3em;
}

#home .splash.section h2 {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.4em;
  margin-bottom: 0;
}

#home .section h3 {
  color: black;
  color: #333;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;

  font-size: 24px;
/*   font-size: 24px;
  font-weight: 300;
  line-height: 32px; */
}

/*
@media (min-width: 768px) {
  #home .section h3 {
      margin-bottom: 1em;
      margin-top: 0em;
  }
}
*/

/*
#home .section ul {
  text-align: center;
}
*/

#home .section-example .nav {
  text-transform: none;
}

#home .section ul li {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  list-style: none;
}

#home .section ul.nav-tabs li {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  list-style: none;
}

#home .section ul.nav-tabs li > a {
  background-color:  #e0e2e4;
  color: black;
  border-color: #c9c9c9;
  border-bottom-color: transparent;
}

#home .section ul.nav-tabs li.active > a {
  background-color:  #ffffff;
}

#home .section ul li:before {
    content: '\2192 \a0 ';
    content: '\27a4 \a0 ';
}

#home .section ul.nav-tabs li:before {
    content: normal;
}

#home .section:FIRST-CHILD h2 {
  border-top: none;
}

#home .section img {
  text-align: center;
  /*
  margin-top: 2em;
  */
  margin: 2em auto;
}

#home .section-example .syntaxhighlighter {
    border: 1px solid #c9c9c9;
    padding-top: 10px;
    padding-bottom: 10px;
}

#home .syntaxhighlighter {
    margin-top: 0 !important;
}

.syntaxhighlighter .container::before, 
.syntaxhighlighter .container::after, 
.syntaxhighlighter .container-fluid::before, 
.syntaxhighlighter .container-fluid::after {
    content: none;
    display: table;
}


#home .section-example .example-links {
  padding-left: 0.5em;
}

#home .section-example .container .row .button-group, #home .section-users .container .row .button-group {
  padding-top: 2em;  
  padding-top: 0;
  padding-bottom: 0;  
  margin-bottom: 0;  
}

/*
#home .section-example a, #home .section-users a {
  font-size: 24px;
  text-decoration: underline;
}
*/

/* ============================================
   Scroll to TOP of the page
   ============================================ */
html {
	scroll-behavior: smooth;
}

#documentation .top {
	text-decoration: none;
	color: black;
	float: right;
}

#documentation .top:hover {
	text-decoration: none;
	color: black;
}

#documentation .top:visited {
	text-decoration: none;
	color: black;
}

/* ============================================
   features
   ============================================ */

#features .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

#features .nav-tabs {
    text-align: center;
    margin-bottom: 20px;
}

#features .nav-tabs>li.active>a, #features .nav-tabs>li.active>a:hover, #features .nav-tabs>li.active>a:focus {
    color: #367981;
    border-color: transparent;
    border-bottom: 3px solid #367981;
    
}

#features .tab-content {
    border-color: transparent;
    border-top: none;
    padding: 10px;
    margin-top: 10px;
}

#features .nav-tabs>li>a {
    background-color: transparent;
    color: #9a9a9a;
    border-color: transparent;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 600;
    text-transform: none;
}

#features .nav-tabs {
    border-bottom: 1px solid #a0a0a0;
}

#features .content .grid.container {
  padding: 0;
}

#features .content .box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  font-family: "Fira Sans Condensed",sans-serif;
  padding: 20px 20px;
  font-weight: 700;
  font-weight: normal;
  
  text-decoration: none;
  
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  
  height: 300px;
  position: relative;
}
  
@media (max-width: 1199px) { 
  #features .content .box {
    height: 350px;
  }
}
@media (max-width: 991px) { 
  #features .content .box {
    height: auto;
  }
}

#features .content .box p {
        text-align: justify;
        text-align: left;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#features .content a {
	text-decoration: none;
}

#features .content .box:hover:after {
	width:100%;
}

/* uncomment below css for transition and navigation to "SEE HOW" 
#features .content .box:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #4284fb;
    transition: width .9s ease-in-out;
    
    margin-bottom: 0;
} 


#features .content .box .more {
	text-transform: uppercase;
    vertical-align: bottom;
    color: #4284fb;
    
    font-weight: bold;
    font-family: "Fira Sans Condensed",sans-serif;
    font-size: 14px;
    bottom: 20px;
    position: absolute;
} */

#features .content .box  h3 {
	color: black;
	margin-bottom: 20px;
	text-align: center;
}

  
@media (max-width: 480px){
  #features .content .box {
    margin-bottom: 0px;
    box-shadow: 0 0 5px 0 rgba(0,0,0, 0.4);  
    font-size: 14px;
    padding: 5px;
  }

  #features .content .col-sm-3 {
    padding: 5px;
  }
}

/*
@media (max-width: 320px){
  #features .content .box {
    font-size: 8px;
    padding: 5px;
  }
}
*/


/* ============================================
   Features 
   ============================================ */
#features .row {
  /*
  margin-top: 2em;
  margin-bottom: 4em;
  */
}

/*
#features h2 {
  font-weight: 600;
  color: black;
}
*/

.cards h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
}

.cards p {
  /*
  font-size: 16px;
  line-height: 1.6em;
  */
  padding-bottom: 2em;
}

#features .row .col-md-4 {
  /*
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-right: 2px;
  padding: 15px 0 10px;
  */
}

#features .well {
    background-color: white;
    border: 1px solid transparent;
    border: 1px solid #e4e4e4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0px;
    /*
    margin-bottom: 2em;
    padding: 1em;
    */
    margin: 0;
    padding: 0;
    min-height: 15em;
    min-height: 0;
}


/* ============================================
   Pricing 
   ============================================ */
#pricing .nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

#pricing .nav-tabs {
    text-align:center;
    margin-bottom: 20px;
}

#pricing .nav-tabs>li.active>a, #pricing .nav-tabs>li.active>a:hover, #pricing .nav-tabs>li.active>a:focus {
    color: #367981;
    border-color: transparent;
    border-bottom: 3px solid #367981;
    
}

#pricing .tab-content {
    border-color: transparent;
    border-top: none;
    padding: 10px;
}

#pricing .nav-tabs>li>a {
    background-color: transparent;
    color: #9a9a9a;
    border-color: transparent;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 600;
    text-transform: none;
}

#pricing .nav-tabs {
    border-bottom: 1px solid #a0a0a0;
}

#pricing  .license .features s {
   color: #9a9a9a;
}

#pricing .row {
  margin-bottom: 0;
}

#pricing .license {
    background-color: #e8e8e8;
    /*
    padding: 1em;
    margin-top: 2em;
    */
  margin-bottom: 4em;
  
  /*
    border-color: #dedede;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: inline-block;
    margin: 0 10px 30px;
    overflow: hidden;
    padding: 0 0 20px;
    vertical-align: top;
    width: 217px;
    */
}

#pricing .license h2 {
  padding: 1em 0;
  background-color: #444;
  color: #93c54b;
  color: white;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  font-size: 26px;
}

#pricing .license .price {
  padding: 1em 0;
  background-color: #a1cf3e;
  color: #444;
  text-align: center;
  font-size: 2em;
}

#pricing .license .price a {
  color: inherit;
}


#pricing .cta {
  padding: 1em 0 0 0;
  text-align: center;
}

#pricing .license .cta .row {
    margin-bottom: 0px;
}

#pricing .cta .btn {
  /* font-size: 1.1em;
  font-weight: bold; */
/*   padding-left: 1.5em;
  padding-right: 1.5em; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 8em;
}

#pricing .license .cta .try {
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}

#pricing .license .cta .buy {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

#pricing .license .features {
  padding: 0;
  /*
  height: 30em;
  */
  line-height: 2em;
  color: black;
}

#pricing .license .features ul {
    padding-left: 0;
}

#pricing .license .features li {
    display: block;
    position: relative;
    /*
    padding-top: 5px;
    border-bottom: 1px dotted #AAAAAA;
    */
    text-align: left;
    font-size: 14px;
    padding: 10px 5px 10px 20px; 
}

#pricing .license .features li:nth-child(2n) {
    background: #f3f3f3 none repeat scroll 0 0;
}

#pricing .license .features li .fa {
    vertical-align: text-bottom;
    margin-right: 7px;
    text-align: center;
    width: 16px;
}

#pricing .fa-check::before, #pricing .fa-close::before {
    font-size: 1.6em;
}

#pricing .fa-check {
/*     color: #2ecc71;
    color: #006eb6;
 */
    color: #367981; 
}

#pricing .fa-close {
    color: #e74c3c;
}

#pricing .guarantee {
  background-color: #ffffb3;
  background-color: #ffffcc;
  /*
  border-top: solid 1px #d1d18f;
  border-bottom: solid 1px #d1d18f;
  */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 4em;
  margin-bottom: 4em;
  /*
  margin-left: 5em;
  margin-right: 5em;
  */
}

#pricing .guarantee img {
  text-align: center;
  margin: 1em auto;
}

#pricing .table {
    border-collapse: separate;
    border-spacing: 3px;
    margin-bottom: 0;
/*     border: solid 1px #C1C2C3; */
}

#pricing .table tr th:first-child {
  /* max-width: 20em; */
  white-space: normal;
}

#pricing .table tr:first-child th:first-child {
  background-color: transparent;
}

#pricing .table thead th {
  border: none;
  padding: 10px 4px;
  background-color: #C1C2C3;
  background-color: #E9EBEA;
  color: white;
  color: black;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  vertical-align: top;
/*   text-transform: uppercase; */
  width: 20%;
}

#pricing .table thead th .plan {
  border-bottom: 3px solid #a0a0a0;
  padding : 5px 0 0 0;
  margin: 0 20px;
  font-size: 20px;
  font-weight: 700;
  font-weight: normal;
}

#pricing .table thead th .price {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 5px 10px 5px;
  color: #367981;
}

#pricing .table thead th .price small {
  font-size: 14px;
  font-weight: normal;
}

#pricing .table thead th .description {
  font-weight: normal;
  font-size: 16px;
  white-space: normal;
  height: 3em;
  margin: 0 0 60px;
}

#pricing .table thead td {
  background-color: #F8F8F8;
  width: 20%;
}

#pricing .table thead th, #pricing .table tbody td {
  text-align: center;
  /* width: 12em;  */
  border: none;
}

#pricing .table tbody th {
  /* white-space: nowrap; */
  font-size: 16px;
  border: none;
  background-color: #F8F8F8;
  font-weight: normal;
  vertical-align: middle;
}

#pricing .table tr.cta td {
  border: none;
  padding-bottom: 0;
  background-color: #E9EBEA;
}

#pricing .table tr.cta .btn {
}
/* 
#pricing .table tr.cta td:hover, #pricing .table tr.cta:hover td {
  background-color: white;
}
 */

#pricing .table tfoot .cta {
  margin-top: 1em;
}

#pricing .table tfoot .btn {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px; 
  padding: 8px;
  font-weight: bold;
}

#pricing .table tfoot form .btn {
  margin-bottom: 5px;
  text-align: center; 
}

#pricing .table td {
/*     border-left: 1px solid #dfd7ca; */
    line-height: 1.42857;
    padding: 8px 2px;
    vertical-align: top;
    font-size: 16px;
  background-color: #B1DADE;
  vertical-align: middle;
  color: #367981;
}

#pricing .table td.no-left-border {
    border-left: none;
    border-top: none;
    background-color: white;
}

#pricing .table tr.description td {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
/*
#pricing .table tr.price th {
  font-weight: bold;
  font-size: 20px;
  font-weight: 700;
}
*/
#pricing .table tr.price td {
  background-color: #e1eff6;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

#pricing .table tr.price th a {
  text-decoration: underline;
}

#pricing .table tr.price td {
  padding-top: 10px;
  padding-bottom: 15px;
}

#pricing .table tr.price td .btn {
  margin-top: 5px;
  width: 11em;
  text-transform: none;
}

/*
#pricing .table tr.price td a {
  text-decoration: underline;
  color: #428bca;
}

#pricing .table .price a {
  color: white;
  color: black;
}
*/
#pricing .table .btn {
  color: white;
  font-weight: 600;
  font-size: 16px;
  /*
  margin-bottom: 20px;
  */
}

#pricing .table .table-section, #pricing .table .table-section th {
/*   background-color: white;
 */  
  text-align: left;
  margin: 0; 
  font-size: 20px;
  font-weight: 700;
  background-color: #777777;
  color: white;
  background-color: #e1eff6;
  background-color: #E9EBEA;
/*   background-color: transparent; */
  color: #006eb6;
  color: black;
/*   padding-top: 1em;
  border-top: none; */
}


#pricing #renewal-table .cta .btn {
    width: 12em;
}

#pricing th small {
  /* color: gray; */
  /* font-size: 80%; */
  font-weight: normal;
}

#pricing .content span[id] {
    display: block;
    position: relative;
    top: -68px;
    visibility: hidden;
}

/* ============================================
   Signup / signupForm
   ============================================ */
#signupForm ul {
  margin-bottom: 2em;
}

#signupForm li {
  font-size: 14pt;
}

/* ============================================
   downloads
   ============================================ */

#downloads .license {
  margin-top: 3em;
}

/* ============================================
   aboutUs
   ============================================ */
#aboutUs .photo {
    border: 1px solid #bbbbbb;
    margin: 12px 1.5em 1em 0;
}

/* #aboutUs .content h2, #aboutUs .content h3, #aboutUs .content h4 {
  margin-top: 1em;
}
 */

 
/* ============================================
   crud
   ============================================ */
#crud .buttons {
  margin-bottom: 1em;
}

#crud .pagination > li > a, #crud .pagination > li > span {
    padding: 6px 8px;
}

#crud .table-cell-horizontal-divider {
  border-top: solid 1px #bcbcbc;
}

/* ============================================
   tags
   ============================================ */
.tags {
  margin: 0 0 1em 0;
/*   text-align: right; */
}

.tags .tag {
    display: inline-block;
    margin: 0px 2px 4px 2px;
    padding: 3px 8px;
    text-decoration: none;
    background-color: #F8F8F8;
    color: #556699;
    border: solid 1px #556699;
    border-radius: 3px 3px 3px 3px;
}

.tag:hover {
    text-decoration: none;
}

.tags-footer {
  margin-top: 3em;
}



/* ============================================
   tags
   ============================================ */
#users .cards img {
    max-height: 80px;
    display: inline-block; 
    margin: 0 20px 20px 0;
}

#home #users .cards img {
    max-height: 100px;
    margin: 15px 5px 15px 0;
}

/* ============================================
   twitter
   ============================================ */
#twitter .well, #twitter .panel-default {
    background-color: transparent;
    border: 1px solid #dfd7ca;
}

#twitter .well-condensed {
    padding: 0;
}

#twitter .well .table td {
    padding: 16px 24px;
}

#twitter #pricing .features {
  margin: 0.5em 0 1.5em 0;
}

@media (min-width: 992px) {
  #twitter #pricing .features {
    min-height: 14.5em;
  }
}

#twitter #pricing h2:first-child, #twitter #pricing h3:first-child {
    margin-top: 0em;
}

#twitter #pricing h2, #twitter #pricing h3 {
    margin-top: 1em;
    margin-bottom: 0;
}

#twitter #pricing .box {
    background-color: #e6e7e8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

#twitter #pricing .plans {
  margin-top: 0;
  margin-bottom: 0;
} 

#twitter #pricing .plan {
  margin-top: 1em;
  margin-bottom: 0;
  background-color: #4f4f4f;
} 

#twitter #pricing .plan h2 {
  color: white;
} 

#twitter #pricing .plans .price {
  font-weight: normal;
  text-align: center;
} 

#twitter #pricing .plan-buttons {
  margin: 0;
}

#twitter #pricing .plan-buttons .btn {
  padding: 1em 1.5em; 
  font-weight: bold;
}



.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* ============================================
   Roadmap
   ============================================ */

#roadMapSurvey form table {
  margin-bottom: 4em;
}

#roadMapSurvey form table th, #roadMapSurvey form table td {
  padding: 5px 15px;
}

#roadMapSurvey form table td .checkbox {
  margin-top: 5px;
}

#roadMapSurvey h3 {
   margin: 0 1em 2em 1em;
   text-align: center;
}

/* ============================================
   Docs Menu
   ============================================ */
#docs-menu {
  border: solid 1px #e0e0dc;
  margin: 0 0 40px 0;
  padding: 15px 5px 15px 20px;
  background: #f8f8f7;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

#docs-menu>ul, #docs-menu>ol {
  margin: 0;
  padding: 0;
}

#docs-menu>ol {
  margin-left: 20px;
}

#docs-menu ul {
  list-style-type: none
}

#docs-menu ul li.active, #docs-menu ol li.active {
  font-weight: bold;
}

/* #docs-menu .h2 {
  border-bottom: 1px solid #c8c8c1; 
  padding-bottom: 3px;
  margin: 20px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

#docs-menu .h3 {
  margin: 5px 0 5px 0px;
  font-size: 16px;
}

#docs-menu .h4 {
  margin: 0 0 5px 26px;
  font-size: 16px;
} */


/* ============================================
   Examples
   ============================================ */
#documentation .content .tagList h3 {
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: none;
}

#documentation .content TD.example-link A {
  white-space: nowrap;
}

#documentation .content TD.docs-link A {
  white-space: nowrap;
}

#examples .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

#examples .nav-tabs {
    text-align: center;
    margin-bottom: 20px;
}

#examples .nav-tabs>li.active>a, #examples .nav-tabs>li.active>a:hover, #examples .nav-tabs>li.active>a:focus {
    color: #367981;
    border-color: transparent;
    border-bottom: 3px solid #367981;

}

#examples .tab-content {
    border-color: transparent;
    border-top: none;
    padding: 10px;
    margin-top: 10px;
}

#examples .nav-tabs>li>a {
    background-color: transparent;
    color: #9a9a9a;
    border-color: transparent;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 600;
    text-transform: none;
}

#examples .nav-tabs {
    border-bottom: 1px solid #a0a0a0;
}

/* ============================================
   Table of Contents mostly for DPF
   ============================================ */

#contents {
    border: solid 1px #e0e0dc;
    padding: 0 5px 15px 20px;
    background: #f8f8f7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#contents #toc ul {
  list-style-type: disc;
}

#contents > h2, #contents > .h2 {
  margin-top: 15px;
}

#contents #toc .h2 {
  border-bottom: none; 
  padding-bottom: 0;
  margin: 0;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
}

#contents #toc .h3 {
  margin: 5px 0 5px 15px;
  font-size: 16px;
}

#contents #toc .h4 {
  margin: 0 0 5px 30px;
  font-size: 16px;
}

#contents #toc {
  border: none;
  margin: 0;
  padding: 0px 20px 15px 20px;
  background: none;
  -webkit-border-radius: 0px;
  border-radius: 0px
}

/* ============================================
   Table o Contents
   ============================================ */
#toc {
  border: solid 1px #e0e0dc;
  margin: 0;
  padding: 0px 20px 15px 20px;
  background: #f8f8f7;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

#toc>ul {
  margin: 0;
  padding: 0;
}

#toc ul {
  list-style-type: none
}

#toc .h2 {
  border-bottom: 1px solid #c8c8c1; 
  padding-bottom: 3px;
  margin: 20px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

#toc .h3 {
  margin: 5px 0 5px 0px;
  font-size: 16px;
}

#toc .h4 {
  margin: 0 0 5px 26px;
  font-size: 16px;
}

/*
#toc {
    top: 0px;
    left: 0px;
    height: 100%;
    position: fixed;
    background: #333;
    box-shadow: inset -5px 0 5px 0px #000;
    width: 150px;
    padding-top: 20px;
    color: #fff;
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 5px 10px;
}

#toc a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#toc .toc-h2 {
    padding-left: 10px;
}

#toc .toc-h3 {
    padding-left: 20px;
}

#toc .toc-active {
    background: #336699;
    box-shadow: inset -5px 0px 10px -5px #000;
}
*/

li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8
{ list-style-type: decimal !important }


/* ============================================
   Expression Language Functions
   ============================================ */
   
#functions-table span[id] {
    display: block;
    position: relative;
    top: -68px;
    visibility: hidden;
}   

#functions-table .method {
  font-size: 1.2em;
  font-weight: normal;
  margin: 1em 0px 20px 0px;
  font-family: Arial,Helvetica,sans-serif;
/*   padding: 8px; */
  background-color: white;
  color: #6c6c6c;
  border: solid 1px #6c6c6c;  
}

#functions-table .method .method-header {
  background-color: #e1eff6;
  background-color: #6c6c6c;
  color: white;
  padding: 2px 4px;
}

#functions-table .method .method-body {
  padding: 4px 8px;
}

#functions-table .method a {
  color: white;
}

#functions-table .commentText {
  margin-bottom: 1em;
}

#functions-table code, #functions-index code, #functions-tags code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    color: black;
    color: #616161;
    background-color: #f9f2f4;
    background-color: white;
    border-radius: 4px;
    font-weight: 600;
}

#functions-table .paramLabel {
  margin: 1em 0 0 0;
  font-weight: bold;
}

#functions-table .param {
  margin-left: 1em;
}

#functions-table .returnLabel {
  margin: 1em 0 0 0;
  font-weight: bold;
}

#functions-table .return {
  margin-left: 1em;
  margin-bottom: 1em;
}

/* ============================================
   Expression Language Functions
   ============================================ */
#tools img.screenshot {
  max-width: 750px;
  border: solid 1px #AAAAAA;
  margin: 2em 0 5em 0;
}

@media print {
  #tools img.screenshot {
      page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
      page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
      page-break-inside: avoid; /* or 'auto' */
  }
}

/* ============================================
   Twitter Search Desktop
   ============================================ */
.twitter-search-desktop {
    font-family: 'Calibri';
    margin-top: 70px;
    float: left;
    width: 100%;
}

.twitter-search-desktop ul{
  margin:0;
  padding:0;
  margin-top: 10px;
}

.twitter-search-desktop ul li{
  list-style-type:none;
  background:url(/img/twitter/li_bg.png) no-repeat left top;
  padding-left:30px;
  font-size:23px;
  color:#484a4c;
  margin-top: 15px;
}
.twitter-search-desktop ul li:first-child{
  margin-top: 0;
}
#buybtnhome, #learnbtnhome {
    background: #36a3d0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 35px;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 20px;
    margin-left: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
#learnbtnhome {
  background-color: #3c3c3c;  
}
#buybtnhome:hover{
  color:#fff;
  background:#429e6c;
}
#buybtnhome span{
  margin-left: 15px;
  font-weight: normal;
}
.twitter-search-desktop .img-responsive{
  float:right;
}
.inner_content_homepageimg {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px){
  .twitter-search-desktop ul li {
      background: rgba(0, 0, 0, 0) url("/img/twitter/li_bg_2.png") no-repeat scroll left top;
      font-size: 16px;
      margin-top: 6px;
  }
  #buybtnhome{
    margin-bottom:30px;
    margin-bottom:0;
  }
  .navbar .navbar-nav {
      display: block;
  }
  .navbar-fixed-top{
    border:none;
  }
  .top_bg {
      margin-top: -4px;
  }
  .inner_content_homepageimg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px){
  .twitter-search-desktop .img-responsive {
      float: none;
      margin: 0 auto;
  }
  .top_bg h1 {
      font-size: 2em;
  }
  .top_bg h2 {
      font-size: 50px;
    margin-bottom: 10px;
      margin-top: 20px;
  }
  .top_bg {
      padding: 30px 0;
  }
  .twitter-search-desktop {
      margin-top: 20px;
  }
  .inner_content_homepageimg {
    padding-top: 30px;
    margin-left: 35px;
  }
}
@media only screen and (max-width: 380px){
.twitter-search-desktop {
    margin-top: 30px;
}
.twitter-search-desktopimg{
  padding-right:0;
  margin-left: 10px;
}
}

#twitter-search-desktop #main {
  padding-bottom: 0;
}

#twitter-search-desktop h1 {
  margin-bottom: 0;
  font-weight: bold;
}


/* ============================================
   Services
   ============================================ */
#services .content h2 {
  margin-top: 0;
}

#services .content ul {
    font-size: 20px;
    line-height: 2.2em;
    padding-left: 20px;
}

#services .contactUsInfo {
  margin-top: 1em;
  margin-bottom: 3em;
}


/* ============================================
   Catalog: Tables
   ============================================ */


#catalog .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#catalog .panel-default .panel-heading {
    color: black;
    background-color: white;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1em;
}

#catalog .panel-default .panel-body {
  padding-top: 0;
}


/*
#catalog .nav {
  margin-bottom: 1em;
} 

#catalog .editor .panel-body {
  padding: 2px;
}


#catalog .editor .panel-body textarea {
  border: none;
  width: 100%;
  min-height: 30em; 
}

#catalog .diagram .panel-body {
  min-height: 250px; 
}
*/

/* ============================================
   Data Prep Tool
   ============================================ */
#dataPrep h1  {
  /* display: none; */
}
/*   
#dataPrep {
  display: flex;
  flex-flow: column;
  height: 100%;
}

#dataPrep .navbar  {
  flex: 0 1 auto;
  / * The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  * /
}

#dataPrep .content  {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  overflow-y: auto;  
}

#dataPrep #footer {
  flex: 0 1 auto;
}

#dataPrep #copyright {
  flex: 0 1 auto;
}

#dataPrep #mixpanel {
  flex: 0 1 auto;
}

#dataPrep .content {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
#dataPrep #data-content .table-responsive,
#dataPrep #columns-content .table-responsive
{
  max-height: calc(100vh - 375px);
  overflow-y: auto;
}
 */


/* ============================================
   Data Prep Tool: dropzone
   ============================================ */
#dataPrep .dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    background: #E8E9EC;
}
/* 
#dataPrep #dropzone {
    margin: 3rem; 
}
 */
#dataPrep .dropzone .dz-message {
    font-weight: 400;
}

#dataPrep .dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

/* ============================================
   Data Prep Tool: panel
   ============================================ */
#dataPrep .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#dataPrep .panel-default .panel-heading {
    color: black;
    background-color: white;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1em;
    text-transform: none;
    text-align: center;
}

#dataPrep .panel-default .panel-body {
  padding-top: 0;
}

#dataPrep .nav-tabs > li > a {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1em;
    color: black;
    font-size: 14px;
    text-transform: none;
}

#dataPrep .nav-pills > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 0px 8px;
    font-size: 11px;
    background-color: white;
}

#dataPrep .nav-pills > li.active > a {
    border: 2px dashed #0087F7;
}

#dataPrep .tab-content {
    margin-bottom: 10px;
    padding: 15px;
}

#dataPrep .tab-content-border {
    border: 1px solid #ddd;
    border-radius: 0px 0px 4px 4px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#dataPrep .panel-body > .tab-content {
    padding-left: 0; 
    padding-right: 0; 
}

#dataPrep .tab-content h3{
    margin-top: 0;
}

#dataPrep .content .table > thead > tr > th {
    background-color: white;
    background-color: #efefef;
    font-weight: bold;
    text-transform: none;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #d7d7d7;
    font-size: 11px;
}

#dataPrep #data-content .table,
#dataPrep #columns-content .table,
#dataPrep #properties-content .table,
#dataPrep #values-content .table,
#dataPrep #history-content li {
    font-size: 11px;
    cursor: pointer;
}

#dataPrep #history-content ol {
    padding-left: 30px;
}

#dataPrep #data-content .table th:first-child,
#dataPrep #data-content .table td:first-child,
#dataPrep #columns-content .table thead {
     cursor: auto;
}


#dataPrep .table > thead > tr > td.active, 
#dataPrep .table > tbody > tr > td.active, 
#dataPrep .table > tfoot > tr > td.active,
#dataPrep .table > thead > tr > th.active, 
#dataPrep .table > tbody > tr > th.active, 
#dataPrep .table > tfoot > tr > th.active, 
#dataPrep .table > thead > tr.active > td, 
#dataPrep .table > tbody > tr.active > td, 
#dataPrep .table > tfoot > tr.active > td, 
#dataPrep .table > thead > tr.active > th, 
#dataPrep .table > tbody > tr.active > th, 
#dataPrep .table > tfoot > tr.active > th {
    background-color: #f8f5f0;
    background-color: #ffffb3;
}

#dataPrep #propertiesTable tbody th {
    padding-right: 2em;
  /*   width: 50%; */
  font-size: 11px;
}

#dataPrep #uniqueValuesTable thead th {
    padding-right: 2em;
/*     width: 50%; */
    font-size: 1em;
  font-size: 11px;
}

#dataPrep #uniqueValuesTable thead th:first-child {
    /* width: 50%; */
}

#dataPrep #uniqueValuesTable tbody th {
    padding-right: 2em;
    text-align: right;
/*     width: 50%; */
    font-size: 1em;
}

#dataPrep #properties-content h3 {
  margin-bottom: 0.5em;
}

#dataPrep #command-content .btn, 
#dataPrep #view-content .btn {
    margin: 0 5px 5px 0;
    text-transform: none;
    font-weight: bold;
}

#dataPrep #command-content .pull-right > .btn, 
#dataPrep #view-content .pull-right > .btn {
    margin: 0 0 5px 5px;
}

#dataPrep #command-content .dropdown-menu, 
#dataPrep #view-content .dropdown-menu {
    margin-top: -4px;
    margin-right: 5px;
    text-transform: none;
    font-weight: bold;
}

#dataPrep #command-content .dropdown-toggle, 
#dataPrep #view-content .dropdown-toggle {
    margin-left: -5px;
}

#dataPrep #command-content .dropdown-menu > li > a, 
#dataPrep #view-content .dropdown-menu > li > a {
    text-transform: none;
    font-weight: bold;
    text-align: right;
}


.btn > .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    margin-left: 5px;
}


#dataPrep .modal-header h4 {
  
}


#dataPrep .modal-body {
  max-height: calc(100vh - 225px);
  overflow-y: auto;
}

[v-cloak] {
  display: none;
}




.top-scrollbar {
  overflow-x: scroll;
  height: 20px; 
}

/* 
.wrapper1 {height: 20px; }
.wrapper2 {height: 200px; }
 */
 
.empty-scroll-content {
  width:1000px;
  height: 20px;
}

#dataPrep .glyphicon-share-alt {
  transform: scale(-1, 1);
}

/* ============================================
   home20170924
   ============================================ */
#home20170924 #main {
  padding: 0;
}

#home20170924 section {
  padding: 5px 5px 40px 5px;
}

#home20170924 section h2 {
  text-align: center;
  font-family: "Fira Sans Condensed",sans-serif;
  font-size: 36px;
  font-weight: 700; 
  margin-bottom: 0.5em; 
}

#home20170924  .btn-info {
  background-color: #69B1DD;
}

.navbar .nav .highlight {
  border: solid 1px #69B1DD;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-top: 12px;
  border-radius: 4px;
}


/* ============================================
   home20170924 intro
   ============================================ */
#home20170924 .intro {
  background-image: url("/img/home/data-pipeline-background.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/home/data-pipeline-background.jpg");
  min-height: 40em;
  background-position: right top;
  background-position: 60% top;
  background-position: 62% 40%;
  background-repeat: no-repeat;
/*   background-size: 2000px auto; */
  padding: 40px 0 40px 0; 
}

/* #home20170924 .intro .code-example {
  min-height: 15em;
  border-radius: 25px;
  background-color:rgba(255,255,255,0.9);
  border: dashed 1px gray;
  
}
 */

#home20170924 .intro h1, #home20170924 .intro h2 {
  text-align: center;
  color: white;
  text-shadow: gray;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#home20170924 .intro h1 {
  margin: 0 10% 1em 10%;
  margin-bottom: 20px;
  padding: 5px 5px 15px 5px;
  font-size: 60px;
  font-weight: 700;
  background-color:rgba(0,0,0,0.6);
}

#home20170924 .intro h2 {
  font-size: 50px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 70px;
  text-shadow: 2px 2px 8px black;
}

#home20170924 .intro .buttons .btn {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  margin: 5px;
  box-shadow: 2px 2px 6px black;
}

/* ============================================
   home20170924 example-code
   ============================================ */
#home20170924 .example-code {
  /* padding: 40px 0; */
}

#home20170924 .example-code .row {
    margin-left: -30px;
    margin-right: -30px;
}

#home20170924 .example-code h2 {
    text-align: center;
    margin-bottom: 5px;
}

#home20170924 .example-code h2 a {
    color: black;
    text-decoration: none;
}

#home20170924 .example-code h2 a:hover {
    color: #367981;
}

#home20170924 .example-code h3 {
    color: #86868b;
    height: 4em;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

#home20170924 .example-code h3 a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 0 0 0;
    text-align: center;
}

#home20170924 .example-code h3 a:hover {
/*     color: #367981; */
    text-decoration: underline;
}

#home20170924 .example-code .box {
  background-color: #1b2426;
  border-radius: 25px;
  padding: 20px;
}
/*
@media (min-width: 992px) {
  #home20170924 .example-code .box {
    margin: 0 100px;
  }
}

@media (min-width: 1200px) {
  #home20170924 .example-code .box {
    margin: 0 200px;
  }
}

@media (max-width: 768px){
  #home20170924 .example-code > .container {
    margin: 0;
    padding: 0;
  }
  
  #home20170924 .example-code .box {
    padding: 5px;
  }
  
  #home20170924 .example-code .syntaxhighlighter .gutter .line {
    padding-left: 7px !important;
  }
}
*/  

#home20170924 .example-code .syntaxhighlighter {
  overflow: hidden !important;
}

#home20170924 .example-code .syntaxhighlighter .code {
  overflow: hidden !important;
}

#home20170924 .example-code .syntaxhighlighter .code .container {
  overflow: hidden !important;
}

/* ============================================
   home20170924 benefits
   ============================================ */
#home20170924 .benefits {
  padding: 20px 0;
  background-color: #f2f2f2;
}

#home20170924 .benefits .row {
  margin: 0;
}

#home20170924 .benefits .row .col-md-4 {
  padding: 10px;
}

#home20170924 .benefits .row .box {
  padding: 10px;
  margin: 5px;
  border: solid 1px gray;
  height: 100%;
  
  margin: 0;
  text-align: center;
  border: 2px solid #FFEEB0;
  border: 2px solid #B2E2FF;
  border-radius: 0.5rem;
  padding: 1em;
  background: #fffff3;
  background: #F4FBFF;
}

@media (min-width: 992px) {
  #home20170924 .benefits .row .box {
    min-height: 18em;
  }
}

#home20170924 .benefits .box h2 {
  text-align: center;
  font-family: "Fira Sans Condensed",sans-serif;
  font-size: 20px;
  font-weight: 700;  
}

#home20170924 .benefits .box span {
  line-height: 1.75;
  font-size: 16px;
  color: #555555;
  font-family: 'Arimo', sans-serif;
}

/* ============================================
   home20170924 users
   ============================================ */
   
#home20170924 .users {
  padding: 40px 0;
}

/*
#home20170924 .users table {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

#home20170924 .users table td {
  padding: 5px 20px;
}
*/

#home20170924 .users img {
  margin: 0 auto;
}



/* ============================================
   home20170924 cta
   ============================================ */
   
#home20170924 .cta {
  padding: 40px 0;
  background-color: #f2f2f2;
}

#home20170924 .cta .buttons .btn {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  margin: 5px;
  box-shadow: 2px 2px 6px black;
}

/* ============================================
   cheat-sheet
   ============================================ */
#cheat-sheet .description {
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}   

#cheat-sheet .docs a {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}   
   
#cheat-sheet .example .syntaxhighlighter {
  border: none;
  background-color: transparent !important;
  margin: 0 !important;
}   
   
#cheat-sheet .example .syntaxhighlighter table {
  background-color: transparent !important;
}   
   
#cheat-sheet .example .syntaxhighlighter table td {
  background-color: transparent !important;
}
   
#cheat-sheet .example .syntaxhighlighter .line.alt1,
#cheat-sheet .example .syntaxhighlighter .line.alt2 {
  background-color: transparent !important;
}   
   
#cheat-sheet .nav-pills a {
  font-size: 14px;
  text-transform: none;
  color: #006eb6;
}   
   
#cheat-sheet tbody th {
  color: #006eb6;
}
   
#cheat-sheet tbody th .description {
  color: #3e3f3a;
}

th.checkbox-container,
td.checkbox-container {
  padding: 0;
}

th.checkbox-container label,
td.checkbox-container label {
  margin: 0;
  padding: 10px;
  height: 100%;
  display: block;
  text-align: center;
}

/* ============================================
   price-plan
   ============================================ */
.price-plan {
  border: solid 2px #428bca;
  margin-bottom: 2em;
  border-radius: 5px;
}

.price-plan.service {
/*   border-color: #c62c34;
 */
  background-color: #e1eff6;
}

.price-plan-header {
  text-align: center;
  /* color: #428bca; */
  font-size: 1.6em;
  font-weight: 700;
  padding: 15px 5px;
  margin: 0 15px;   
}   

.price-plan-fee {
  text-align: center;
  font-size: 1.2em;
  padding: 5px 5px;
  border-top: solid 2px #428bca;
  border-bottom: solid 2px #428bca;
  margin: 0 15px;   
}   

.price-plan-fee a {
  color: #428bca;
}

.price-plan-content {
  padding: 15px 5px 0 5px;
  padding: 0 5px 15px 5px;
  min-height: 36em;
}

@media (min-width: 1200px){
  .price-plan-content ul {
    font-size: 14px;
  }
  .price-plan-content {
    min-height: 30em;
  }
}

@media (max-width: 1200px){
  .row.price-plans > .col-md-3 {
    padding: 0 10px;
  }
  
  .price-plan-content ul {
    font-size: 0.9em;
  }
  .price-plan-content {
    min-height: 30em;
  }
}

@media (max-width: 992px){
  .price-plan-content ul {
    font-size: 1.1em;
  }
  .price-plan-content {
    min-height: 0;
  }
}


.price-plan.service .price-plan-content p {
  line-height: 30px;
  margin: 0 10px 15px 10px;
  text-align: center;
  /* font-size: 1.2em; */
}

.price-plan-content ul {
  list-style: none;
  text-align: center;
  text-align: left;
  padding: 0;
  line-height: 30px;
  margin: 0 15px
}

.price-plan.service .price-plan-content ul {
  text-align: center;
}  

.price-plan-content li {
  border-top: dashed 1px #bdbdbd;
  padding: 0;
}

.price-plan-content li:FIRST-CHILD {
  border-top: none;
}

.price-plan.service .price-plan-content li:FIRST-CHILD {
  border-top: dashed 1px #bdbdbd;
}

.price-plan-content .fa-check {
  color: green;
  margin-right: 3px;
}

.price-plan-content .fa-close {
  margin-right: 7px;
}

.price-plan-content .fa-adjust {
  color: blue;
  color: #428bca;
  margin-left: 4px;
  margin-right: 5px;
  font-size: 1.2em;
  
}

.price-plan-footer {
  text-align: center;
  padding: 15px 5px;
}

.content-header ol {
    font-size: 12px;
}

.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}

.content-header .breadcrumb {
  background-color: transparent;
  border: 0;
  padding-left: 0px;
}

.content-header .col-xs-9 {
    padding-left: 0px;
}

.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}

/* ============================================
   Site Search
   ============================================ */
.site-search {
        padding: 0;  
}

.site-search #siteSearchInput {
        border: 1px solid gray;
        border: none;
        padding: 2px 0 2px 0.5em;
        margin: 15px 10px 20px 10px;  
        /* width: 100%; */
        font-size: 14px;
}

/* ============================================
   Search
   ============================================ */
/*    
#search .content h1 {
    margin-bottom: 10px;
}
 */
#documentation .examples-list{
        padding-top: 0;
        margin-top: 0;  
}  
    
#documentation .search-form-container {
        padding-top: 0;
        margin-top: 0;  
}
   
#search .search-form-container {
        padding-top: 2em;  
}
           
.search-form-container #q {
        padding: 2px 0 2px 0.5em;
}

.search-results-container {
  
}
   
.search-results-container h3 {
        white-space: nowrap;
}

.search-results-container h3 a {
        color: #0093ea;  
        color: #006eb6;
}

.search-results-container h3 .badge {
        margin-left: 0.5em;
        background-color: #e1eff6;
        color: #3e3f3ae8;
        padding: 5px 10px;
        margin-left: 10px;
}

.search-pagination-container {
        color: gray;
}   
   
.search-pagination-container .page {
        display: inline-block;
        color: gray;
        background-color: #e1eff6;
        padding: 5px 10px;
        margin-right: 3px;
        margin-bottom: 10px;
}   
   
.search-pagination-container .current-page {
        color: black;
        background-color: #E9EBEA;
        background-color: transparent;
        border: 1px solid #e1eff6;
        border: 1px solid #006eb6;
}   
   
.sitemap .help-block {
    margin-top: 0px;
    margin-bottom: 15px;  
}   
   
   
.table .table-borderless {
        border: none;
        background-color: transparent;
}

.table .table-borderless td {
        border: none;
        background-color: transparent;
}

.guide-footer-nav table {
	margin-top: 2em;
	width: 100%;
}

.guide-footer-nav table td {
        width: 33%;
        font-size: 1.2em;
}
