@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: 'Open Sans', sans-serif;
}

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

p {
  font-size: 1.5em;
}
p.small {
  font-size: 1.1em;
}
a, a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

xmp {
  background-color: rgba(0,0,0,.1);
}

nav {
  margin: 0px !important;
  background-color: #2980b9 !important;
  border: 0px !important;
  position: fixed !important;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.navbar-nav>li>a {
  color: #ffffff !important;
}
.navbar-brand {
  color: #ffffff !important;
}

.sidebar {
  position: fixed;
  height: 100%;
  top: 50px;
  overflow: hidden;
  background-color: #2c3e50;
}
.sidebar>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0px 50px 0px !important;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: scroll;
  margin-left: 20px;
}

.main-content {
  background-color: #34495e;
  min-height: 100%;
  color: #ffffff;
  top: 50px;
  padding: 50px 30px !important;
}

.right-content {
  background-color: #ecf0f1;
  min-height: 100%;
  color: #2c3e50;
  top: 50px;
  padding: 50px 30px !important;
}

.secret-form input {
  border: 0px !important;
  outline: 0px !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #f1c40f !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin: 50px 0px;
  color: #2c3e50;
}


.side-main {
  color: #ffffff;
  padding: 10px;
  border-left: 3px solid #f1c40f;
}
.side-second {
  padding-left: 20px;
}

.checkbox {
  color: #ffffff;
}

.json-main {
  padding-left: 20px;
}
.json-main::before {
  content: '';
}
.json-main::after {
  content: ']';
}
.json-main>span::after {
  content: ' : [ ';
}
.json-second {
  padding-left: 40px;
}
.json-second>span::before {
  content: '{ ';
}
.json-second>span::after {
  content: ' }';
}


.btn-outline, .btn-fill {
  -webkit-border-radius: 500px !important;
  border-radius: 500px !important;
  padding: 3px 20px;
  cursor: pointer;
}
.right-content .btn-outline, .right-content .btn-fill {
  -webkit-border-radius: 500px !important;
  border-radius: 500px !important;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 50px;
}

.right-content .btn-outline {
  border: 1px solid #95a5a6;
  color: #95a5a6;
}
.right-content .btn-fill {
  background-color: #f1c40f;
  color: #2c3e50;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-fill {
  background-color: #f1c40f;
  color: #2c3e50;
}


.samples-content h1 {
  margin-top: 30px;
}
