@import url("https://fonts.googleapis.com/css?family=Righteous");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,700");
body {
  position: relative; }

code {
  color: #f35f2b;
  border: 1px solid gray;
  padding: 2px;
  display: inline-block; }

pre code {
  border: 0;
  padding: 0; }

a {
  transition: all ease 0.3s;
  color: #379be4; }
  a:hover {
    color: #f35f2b;
    text-decoration: none; }

.logo {
  font-family: 'Righteous', cursive; }
  .logo span {
    background-color: #f35f2b;
    padding: 3px; }

.bd-content {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }
  .bd-content padding, .bd-content ul, .bd-content ol {
    max-width: none; }

#section-fixed-sidebar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  font-size: 14px; }

.navbar-nav {
  margin-left: 20px; }

#carbonads {
  margin: 10px 0 !important; }

.bd-search {
  display: none !important; }

#index-pedia h1 {
  text-align: center;
  font-family: 'Righteous', cursive;
  color: #0c1e2b; }
  #index-pedia h1 span {
    background-color: #f35f2b;
    color: white;
    padding: 0 10px; }

#index-pedia h2 {
  font-size: 20px;
  color: #9fa5af;
  max-width: 800px;
  text-align: center;
  margin: 25px auto; }
  #index-pedia h2:before {
    display: block;
    content: "";
    background-color: #0c1e2b;
    width: 100px;
    height: 3px;
    margin: 10px auto;
    visibility: visible; }

#index-pedia h3 {
  font-size: 24px;
  text-align: center;
  position: relative;
  color: #9fa5af; }
  #index-pedia h3 span {
    background-color: white;
    z-index: 99;
    padding: 10px; }
  #index-pedia h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #9fa5af;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1; }

#index-pedia .card {
  border-radius: 0;
  height: 100%;
  border: 1px solid #9fa5af; }
  #index-pedia .card .card-header {
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #9fa5af;
    background-color: #eff3f7; }

#index-pedia .main-card {
  border: 0; }
  #index-pedia .main-card .card-header {
    background-color: #f35f2b;
    color: white !important; }
  #index-pedia .main-card .card-body {
    border-left: 1px solid #9fa5af;
    border-right: 1px solid #9fa5af;
    border-bottom: 1px solid #9fa5af; }
    #index-pedia .main-card .card-body ul {
      list-style: none;
      padding-left: 0; }

#index-pedia h4 {
  color: #f35f2b;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; }
  #index-pedia h4:after {
    display: block;
    content: "";
    background-color: #0c1e2b;
    width: 30px;
    height: 3px;
    margin: 0 auto;
    margin-top: 5px;
    visibility: visible; }

#index-pedia h5 {
  font-size: 16px;
  color: #f35f2b; }

#index-pedia .section {
  margin: 40px 0; }
  #index-pedia .section.main-section {
    padding-bottom: 40px; }
  #index-pedia .section.features ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #index-pedia .section.features ul li {
      width: 33%; }
      #index-pedia .section.features ul li a {
        margin: 10px; }

.button {
  padding: 5px 10px; }
  .button i {
    vertical-align: middle;
    font-size: 24px;
    margin-left: 10px; }
  .button.orange {
    color: white;
    background-color: #f35f2b;
    border: 3px solid #f35f2b; }
    .button.orange:hover {
      background-color: white;
      color: #f35f2b; }
  .button.pale-blue {
    color: white;
    background-color: #d4dce4;
    border: 3px solid #d4dce4; }
    .button.pale-blue:hover {
      background-color: white;
      color: #d4dce4; }
  .button.bright-blue {
    color: white;
    background-color: #379be4;
    border: 3px solid #379be4; }
    .button.bright-blue:hover {
      background-color: white;
      color: #379be4; }
  .button.bright-blue-contour {
    display: block;
    border: 1px solid #379be4;
    color: #379be4;
    text-align: center; }
    .button.bright-blue-contour:hover {
      color: #f35f2b;
      border-color: #f35f2b; }

.back-to-top {
  background-color: #9fa5af;
  padding: 14px 20px;
  position: fixed;
  display: none;
  bottom: 0px;
  right: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  color: white;
  z-index: 99;
  opacity: 0.5; }
  .back-to-top:hover {
    background-color: #203442;
    opacity: 1; }

.bd-toc-link {
  font-weight: normal; }

.contextual-controls {
  margin-top: 30px;
  background-color: #d4dce4;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center; }
  .contextual-controls .fake-adress-bar {
    background-color: white;
    border-radius: 20px;
    padding: 0px 10px;
    margin: 0 10px; }
  .contextual-controls i {
    margin: 0 3px; }
  .contextual-controls h2 {
    margin-left: 7px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #637180; }
  .contextual-controls.input {
    background-color: #0c1e2b; }
    .contextual-controls.input h2 {
      color: white; }

.hero-section .btn-default {
  background-color: #f35f2b;
  color: white !important;
  border-radius: 0;
  margin-top: 10px;
  font-size: 24px;
  padding: 10px 50px; }
  .hero-section .btn-default:hover {
    background-color: #4da3ff; }

main h1, main h2, main h3, #table-of-contents h1, #table-of-contents h2, #table-of-contents h3 {
  color: #203442; }

#table-of-contents #actual-table-of-contents {
  border-left: 1px solid #d4dce4; }
  #table-of-contents #actual-table-of-contents .list-group-item {
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 1px 0 1px 15px; }
    #table-of-contents #actual-table-of-contents .list-group-item .fa-circle {
      font-size: 4px;
      position: absolute;
      top: 10px;
      left: -10px;
      color: #d4dce4; }
    #table-of-contents #actual-table-of-contents .list-group-item.active {
      background-color: white;
      color: #f35f2b; }
  #table-of-contents #actual-table-of-contents ul {
    padding-left: 10px; }

main img {
  max-width: 90%;
  margin: 0 auto; }

.toc-absolute {
  position: relative;
  top: 0;
  right: 0;
  height: auto !important; }

h2[id] {
  pointer-events: none; }

h1:not(:first-of-type) {
  color: #203442;
  font-weight: 500;
  font-size: 32px; }

h2:not(:first-child) {
  margin-top: 3rem; }
  h2:not(:first-child):before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    visibility: hidden;
    content: ""; }
  h2:not(:first-child) div {
    pointer-events: auto; }
    h2:not(:first-child) div a {
      opacity: 0; }
    h2:not(:first-child) div:hover a {
      opacity: 1; }

.bd-toc {
  overflow-x: hidden; }
  .bd-toc img {
    max-width: 100%; }

.bd-toc-item.active {
  margin: 0 !important; }
  .bd-toc-item.active li a {
    color: gray !important; }
  .bd-toc-item.active li ul li a {
    color: black !important; }
  .bd-toc-item.active li ul li a.item-active {
    color: #f35f2b !important;
    font-weight: normal !important;
    border-left: 3px solid #f35f2b; }
  .bd-toc-item.active .bd-sidenav {
    padding-left: 10px; }

.bd-sidenav .bd-sidenav {
  padding-left: 10px !important; }

pre {
  background-color: #f8f9fa !important; }

.bd-links {
  height: calc(100% - 149px);
  max-height: none !important;
  overflow-x: hidden; }

.bd-sidebar .nav > .active > a {
  color: black !important; }

.mCSB_dragger_bar {
  width: 8px !important;
  background-color: #b0b2b3 !important; }

#sidebar-content {
  max-width: 100%; }

.bd-sidebar {
  padding: 0;
  top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  overflow-x: hidden;
  border: 0;
  border-right: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  flex: auto; }

.bd-navbar {
  background: #0c1e2b;
  background: -moz-linear-gradient(left, #203442 0%, #0c1e2b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #203442), color-stop(100%, #0c1e2b));
  background: -webkit-linear-gradient(left, #203442 0%, #0c1e2b 100%);
  background: -o-linear-gradient(left, #203442 0%, #0c1e2b 100%);
  background: -ms-linear-gradient(left, #203442 0%, #0c1e2b 100%);
  background: linear-gradient(to right, #203442 0%, #0c1e2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203442', endColorstr='#0c1e2b', GradientType=1 ); }
  .bd-navbar .navbar-nav .nav-link {
    color: #fff; }
    .bd-navbar .navbar-nav .nav-link:hover {
      color: #f35f2b; }

.section-nav {
  border: 0 !important; }

.pagination-controls {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
  .pagination-controls .pagination-control {
    background-color: white;
    border: 1px solid #637180;
    padding: 5px 10px;
    color: #637180; }
    .pagination-controls .pagination-control:hover {
      text-decoration: none;
      color: #379be4;
      border: 1px solid #379be4; }

.container-next-prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  border-top: 1px solid #d4dce4;
  border-bottom: 1px solid #d4dce4;
  padding: 15px 0; }
  .container-next-prev .pagination-mapping {
    text-align: center; }
    .container-next-prev .pagination-mapping span {
      display: block; }
      .container-next-prev .pagination-mapping span.current-active-child {
        color: #f35f2b; }
  .container-next-prev .container-next-article {
    color: #c3ced9;
    text-align: right; }
    .container-next-prev .container-next-article span {
      margin-right: 20px;
      max-width: 250px; }
    .container-next-prev .container-next-article.prev {
      text-align: left; }
      .container-next-prev .container-next-article.prev span {
        margin: 0 0 0 20px; }
  .container-next-prev .btn {
    border-radius: 0;
    color: white;
    font-size: 38px;
    position: relative;
    background-color: #f35f2b;
    font-weight: bold; }
    .container-next-prev .btn i {
      position: relative;
      z-index: 3; }
    .container-next-prev .btn.prev {
      padding: 0 20px; }
    .container-next-prev .btn:hover {
      background-color: #24b9e6; }

.bd-toc-item.active .search-name {
  position: relative; }
  .bd-toc-item.active .search-name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #f35f2b; }

.bd-toc-item.active .bd-sidenav.active .bd-toc-item a:before {
  display: none; }

.search-results-container h2 {
  color: gray;
  text-align: center; }

.search-results-container .block-question {
  margin: 12px 0;
  border-bottom: 1px solid gray;
  padding: 12px 0; }
  .search-results-container .block-question h3 a {
    color: #4da3ff; }
    .search-results-container .block-question h3 a:hover {
      text-decoration: none;
      color: gray; }
  .search-results-container .block-question .asker-name {
    font-size: 12px; }

.kb-details .search-results-container {
  margin-top: 20px; }

.kb-details .block-question {
  border: 0;
  padding: 0;
  margin: 0; }
  .kb-details .block-question img {
    max-width: 100%; }
  .kb-details .block-question .container-question {
    padding: 20px !important;
    border: 1px solid #e6e6e6;
    position: relative; }
    .kb-details .block-question .container-question:before {
      position: absolute;
      top: -1px;
      right: -1px;
      content: "";
      display: block;
      width: 70%;
      height: 25px;
      border-top: 1px solid #3c3c3c;
      border-right: 1px solid #3c3c3c; }
    .kb-details .block-question .container-question:after {
      position: absolute;
      bottom: -1px;
      left: -1px;
      content: "";
      display: block;
      width: 70%;
      height: 25px;
      border-left: 1px solid #3c3c3c;
      border-bottom: 1px solid #3c3c3c; }
    .kb-details .block-question .container-question:before {
      border-top: 5px solid #f38216;
      border-right: 5px solid #f38216; }
    .kb-details .block-question .container-question:after {
      border-left: 5px solid #f38216;
      border-bottom: 5px solid #f38216; }
  .kb-details .block-question.answer .container-question:before {
    border-top: 5px solid #6dc051;
    border-right: 5px solid #6dc051; }
  .kb-details .block-question.answer .container-question:after {
    border-left: 5px solid #6dc051;
    border-bottom: 5px solid #6dc051; }
  .kb-details .block-question.second-answer .container-question:before {
    border-top: 5px solid #379be4;
    border-right: 5px solid #379be4; }
  .kb-details .block-question.second-answer .container-question:after {
    border-left: 5px solid #379be4;
    border-bottom: 5px solid #379be4; }

.box-copyright-separator {
  height: 1px;
  width: 100%;
  display: block;
  margin: 15px 0;
  background-color: #24b9e6; }

.box-copyright {
  background-color: #dfe9ec;
  border-right: 5px solid #24b9e6;
  border-left: 5px solid #24b9e6;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px; }

.article .badge-primary, .page-search .badge-primary, .kb-details .badge-primary {
  background-color: #b1b1b1;
  transition: all ease 0.3s; }
  .article .badge-primary a, .page-search .badge-primary a, .kb-details .badge-primary a {
    color: #fff; }
  .article .badge-primary:hover, .page-search .badge-primary:hover, .kb-details .badge-primary:hover {
    background-color: #4da3ff; }
    .article .badge-primary:hover a, .page-search .badge-primary:hover a, .kb-details .badge-primary:hover a {
      text-decoration: none; }

.article h1, .page-search h1, .kb-details h1 {
  text-align: center;
  margin-bottom: 30px; }
  .article h1 span, .page-search h1 span, .kb-details h1 span {
    display: block;
    font-size: 30px; }

.article .language-selection .btn, .page-search .language-selection .btn, .kb-details .language-selection .btn {
  border-radius: 0; }

.article .search-container form, .page-search .search-container form, .kb-details .search-container form {
  width: 100%;
  margin-bottom: 30px; }
  .article .search-container form input, .page-search .search-container form input, .kb-details .search-container form input {
    border-radius: 0; }
  .article .search-container form button, .page-search .search-container form button, .kb-details .search-container form button {
    margin-right: 10px;
    line-height: 32px;
    background-color: #f35f2b;
    outline: none;
    border: 0;
    color: white;
    border: 2px solid #f35f2b; }
    .article .search-container form button:hover, .page-search .search-container form button:hover, .kb-details .search-container form button:hover {
      background-color: #fff;
      color: #f35f2b;
      cursor: pointer; }

.article .kb-presentation-container, .page-search .kb-presentation-container, .kb-details .kb-presentation-container {
  text-align: center;
  width: 800px;
  margin: 0 auto; }
  .article .kb-presentation-container h2, .page-search .kb-presentation-container h2, .kb-details .kb-presentation-container h2 {
    margin-bottom: 10px; }
  .article .kb-presentation-container h3, .page-search .kb-presentation-container h3, .kb-details .kb-presentation-container h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 54px;
    margin: 0; }
    .article .kb-presentation-container h3 .number, .page-search .kb-presentation-container h3 .number, .kb-details .kb-presentation-container h3 .number {
      font-size: 60px;
      color: #f35f2b;
      margin-right: 20px; }
    .article .kb-presentation-container h3 .small-text, .page-search .kb-presentation-container h3 .small-text, .kb-details .kb-presentation-container h3 .small-text {
      font-weight: 300;
      font-size: 14px;
      color: #9fa5af;
      text-transform: uppercase;
      margin-right: 20px; }

/* jon */
.nav-text {
  display: block;
  padding: .5rem 1rem; }

.bd-navbar .navbar-nav .nav-text {
  color: #fff; }

@media screen and (max-width: 768px) {
  #scroll-to-top {
    display: none !important; }
  .bd-sidebar {
    top: 0 !important;
    height: auto !important; }
  .bd-search #search-input {
    display: none !important; }
  #bd-docs-nav {
    max-height: 300px !important;
    overflow-y: auto !important; }
  .bd-navbar-nav {
    margin: 0 !important; }
  .pagination-controls {
    margin-bottom: 80px; }
  main p {
    text-align: justify; } }

@media print {
  /* All your print styles go here */
  .navbar, .bd-sidebar, .pagination-controls, #table-of-contents {
    display: none !important; }
  .bd-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    flex: 0 0 100% !important; }
  .highlight {
    border: 1px solid black; } }

#carbonads {
  position: static;
  display: block;
  max-width: 400px;
  padding: 15px 15px 15px 160px;
  margin: 2rem 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
  max-width: 330px;
  border-radius: 4px; }
  #carbonads a {
    color: #333;
    text-decoration: none; }

.carbon-img {
  float: left;
  margin-left: -145px; }

.carbon-poweredby {
  display: block;
  color: #777 !important; }

#awesome-index a {
  color: #2f8fd0;
  transition: all ease 0.3s; }
  #awesome-index a:hover {
    text-decoration: none;
    color: #f35f2b; }

#awesome-index #carbonads {
  margin: 0 auto !important; }

#awesome-index:before {
  content: "";
  width: 610px;
  height: 410px;
  display: block;
  position: absolute;
  top: 64px;
  right: 0;
  background: url("/https/csharp-extension.com/images/awesome-android/right-corner.png") no-repeat top right; }

#awesome-index:after {
  content: "";
  width: 263px;
  height: 544px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("/https/csharp-extension.com/images/awesome-android/left-corner.png") no-repeat top right; }

#awesome-index .fake-header {
  background-color: #0d1f2c; }
  #awesome-index .fake-header ul {
    list-style: none; }
    #awesome-index .fake-header ul li {
      display: inline-block;
      color: white;
      padding: 20px 0;
      margin: 0px 10px; }

#awesome-index .hero-section {
  text-align: center;
  margin: 60px 0; }
  #awesome-index .hero-section h1 {
    margin: 20px 0;
    font-family: "Rajdhani", sans-serif; }
    #awesome-index .hero-section h1 span {
      display: block;
      font-weight: 700; }

#awesome-index .main-section {
  max-width: 1400px;
  margin: 0 auto; }
  #awesome-index .main-section .main-button {
    padding: 20px;
    margin: 20px;
    border-radius: 25px;
    position: relative;
    background-color: white; }
    #awesome-index .main-section .main-button div {
      position: relative;
      z-index: 1; }
    #awesome-index .main-section .main-button:before {
      position: absolute;
      opacity: 0;
      top: -5px;
      left: -5%;
      right: 0;
      margin: 0 auto !important;
      content: "";
      width: 110%;
      height: 120%;
      background-color: #d7dee2;
      display: block;
      z-index: -1;
      border-radius: 25px;
      transition: all ease 0.3s; }
    #awesome-index .main-section .main-button:after {
      transition: all ease 0.3s;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      content: "";
      height: 100%;
      opacity: 0;
      background: url("/https/csharp-extension.com/images/awesome-android/bg-over.png") no-repeat 35px 10px; }
    #awesome-index .main-section .main-button h2 {
      font-size: 20px; }
      #awesome-index .main-section .main-button h2 i {
        font-size: 14px; }
    #awesome-index .main-section .main-button p {
      color: #757d82; }
    #awesome-index .main-section .main-button:hover:before {
      opacity: 1; }
    #awesome-index .main-section .main-button:hover:after {
      opacity: 1; }
  #awesome-index .main-section h3 {
    font-size: 18px;
    text-align: center; }
  #awesome-index .main-section .second-section a {
    margin: 10px 0;
    display: block;
    text-align: center; }

@media (max-width: 1700px) {
  body:before, body:after {
    display: none; } }
