body {
  background-color: #ffffff;
}

header {
    background-color: #ffffff;
}

.jumbotron {
  padding: 0;
  margin-bottom: 2rem;
  background-color: #262728;
  border-radius:0;
}

.navbar {
    height:80px;
    margin:0px;
}

a.navbar-brand {
    color:#262728;
} 

.navbar-brand {
  float: left;
  width:350px;
  height: 80px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  color:#262728;
}

.prettyprint .tag {
    background-color: transparent;
    border:0;
    border-radius: 0;
    font-size: inherit;
    padding: 0
}

#docs-menu {
    position:fixed;
    overflow:hidden;
    max-width:250px;
    top:50px;
    left:0px;
    background:none;
}

.navbar-header {
    position:fixed;
}

.panel-body ul {
    margin:0px;
    padding:0px;
}

.panel-body ul {
    margin:5px 0 20px 13px;
    padding:0px;
    font-size:14px;
}

.panel-body a {
    color:#f29400;
}

.panel-body a:hover {
    color:#262728;
}

ul.liCheck {
    margin:0 0 25px 16px;
    padding:0px;
}

ul.liCheck li {
    margin:0;
    list-style-image:url(../../img/png/li-check.png);
}


/* TAB */
/*======================================*/
.tab-base {
  margin-bottom: 35px;
}
.tab-base .tab-content {
  background-color: #eef1f4;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  padding: 15px;
}
.tab-base .tab-content .tab-footer {
  background-color: #f0f2f4;
  color: #515151;
  border-color: #eaedf0;
  position: relative;
  margin: 0 -15px -15px -15px;
  padding: 10px 15px;
}
.tab-base .nav-tabs {
  border: 0;
}
.tab-base .nav-tabs > li:not(.active) > a {
  background-color: rgba(238, 241, 244, 1);
  opacity: 1;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.tab-base .nav-tabs > li:not(.active) > a:hover {
  opacity: 1;
  background-color: rgba(238, 241, 244, 1);
  border-color: #ffffff;
  border-bottom-color: transparent;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

h1.header {
    margin:40px 0 20px 0;
    padding:0px;
    color:#fff;
    font-size:35px;
}

p.headerText {
    color:#fff;
    font-size:18px;
}

footer {
    padding:30px 0 30px 0;
    background-color:#262728;
    color:#ffffff;
}
