/* Remove default bootstrap padding for containers */
.container {
  padding: 0px;
}

/* hide scrollbar on webkit */
::-webkit-scrollbar {
    display: none;
}
/* hide in firefox and ie */
body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

#header .logo {
  color: white;
  font-weight: 600;
}

.post strong {
  color: #2089b0;
}

.post ul {
  list-style-type: initial;
  padding-left: 5%;
  margin: initial;
  margin-top: 5px;
  margin-left: 4%;
}

.post ol {
  padding-left: 5%;
  margin: initial;
  margin-top: 5px;
  margin-left: 4%;
}

.post a {
  text-decoration: underline ;
}

.post h1 {
  padding-top: 10px;
  color: #0085b6;
  font-size: 30px;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
  color: #0085b6;
  margin-left: 2%;
}

.post h3 {
   margin-left: 4%;
}

.post h4 {
   margin-left: 5%;
}

.post {
  color: #333;
}

. widget-friends i {
  width:64px;
  height:64px;
  text-align: center;
}

.rr-post-markdown {
    padding-left: 40px;
}


/*  ILBM Viewer */
.draghint {
  display: table;
  box-sizing: border-box;
  border-width: 10px;
  border-style: dashed;
  background-color: white;
  border-color: #ccc;
  width: 100%;
}
  
.dragtext {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #999;
}
  
.hover {
  border-color: #333;
}

.postImage {
  width:30vw;
  float: left;
  margin-right: 10px;
}

.postImageRight {
  width:30vw;
  float: right;
  margin-left: 10px;
}

.postImageRight + .rr-post-markdown {
  padding-left: 5px;
}

.postSection {
  line-height: 2;
}

.largeCode {
max-height: 40vh;
overflow: scroll;
  
  ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.dataTables_length label {
  display:flex;
  padding: 10px;
  padding-bottom: 0px;
}

/* Non-datatable tables styling */
.row table {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-top: 20px;
  max-width: 95%
}

.table > thead > tr > th {
  color: #0085b6
}

.row p {
  padding: 5px;
  font-family: roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  line-height: 1.5em;
  letter-spacing: -.01em;
  font-size: 16px;
/*   line-height: 23px;
  font-family: graphik,Arial,sans-serif; */
  margin-bottom: 2px;
  padding-left: 5%;
}

.dataTables_filter input {
  border: 1px lightgrey solid;
  margin-top: 10px;
  border-radius: 5px;
}

.post .post-header > div:last-child .post-title {
  font-size: 2em;
  margin-top: 0px;
  color: #0085b6;
  margin-left: 0;
}

section {
  padding: 30px 0;
}

.footnotes p {
  padding:0px;
  margin-bottom:1px;
}

/*  Table of contents */
.jumper {
  font-weight: 500;
  color: #0085b6;
  margin-bottom:5px;
  margin-top:15px;
}

.jumper--H2, .jumper--H3, .jumper--H4, .jumper--H5, .jumper--H6 {
  font-size:0.8em;
}

.jumper--H2 {
  margin-left: 10px;
  list-style: none;
  margin-top: 5px;
}

.jumper--H3 {
  margin-left: 25px;
  font-weight: 200;
  list-style: none;
}

.jumper--H4 {
  margin-left: 20px;
  font-weight: 100;
  list-style: none;
}

.jumper--H5 {
  margin-left: 25px;
  font-weight: 50;
  font-size:0.7em;
  list-style: none;
}

.jumper--H6 {
  margin-left: 30px;
  font-weight: 25;
  font-size:0.6em;
  list-style: none;
}

blockquote {
  border-left-color: #0085b6;
}

.dataTable a {
  color: #007bff !important;
}

/*  Link to other post */
.linkToOtherPost {
  display: flex;
  .widget-img img {
    height: 100px !important;
  }
}

.linkToOtherPost blockquote:hover {
    background: #0085b60d;
}

.linkToOtherPost blockquote {
  display:flex;
  margin-left: 5%;
}

.linkToOtherPost .widget-img img {
  height: 100px !important;
}

/*  JS Tree */
.jstree-default .jstree-anchor {
  font-size: 14px !important;
}

.jstree-default .jstree-node {
  margin-left:0px !important;
}

.jstree .jstree-children {
  margin-top: 0px !important;
  padding-left: 0px !important;
}

/* code blocks */
p .language-plaintext, p .language-bash {
/*   padding-left: 5%; We don't want the 5% as we sometimes use the code block for a couple of words */ 
}

.language-plaintext pre {
  background-color: #333;
  color: white;
}

/* Tabs */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);

.rr-tabs ul.tabs {
	width: 50vw;
/* 	height: 80px; */
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
  padding: 0;
}

.rr-tabs ul.tabs li {	
	float: left;
	width: 130px;
}

.rr-tabs ul.tabs li a {
	position: relative;
	display: block;
/* 	height: 30px; */
	margin-top: 40px;
	padding: 10px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;	
	text-decoration: none;
/* 	color: #ffffff; */
  color: #4c4c4c;
  background: #f6f6f6;
/* 	background: #6edeef; */
	-webkit-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	   -moz-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	        box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	        	border: 0px solid #000000;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
       -moz-transition: padding 0.2s ease, margin 0.2s ease;
         -o-transition: padding 0.2s ease, margin 0.2s ease;
        -ms-transition: padding 0.2s ease, margin 0.2s ease;
            transition: padding 0.2s ease, margin 0.2s ease;
}

.rr-tabs .tabs li:first-child a {
	z-index: 3;
  -webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}

.rr-tabs .tabs li:nth-child(2) a {
	z-index: 2;
}

.rr-tabs .tabs li:last-child a {
	z-index: 1;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	   -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	        box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}

.rr-tabs ul.tabs li a:hover {
 	margin: 35px 0 0 0; 
	padding: 10px 0 5px 0;
}

.rr-tabs ul.tabs li a.active {
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
  background: #ffffff;
	z-index: 4;
	outline: none;
}

.rr-tabs .group:before,
.rr-tabs .group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.rr-tabs .group:after {
    clear: both;
}

.rr-tabs .rr-tab {
    padding: 30px 40px;
  width: 50vw;
/*   height: 200px; */
  margin: 0 auto;
/*   background: #545f60; */
-webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
   	   -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
   	        box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
