
.task-list-item {
    list-style-type: none;
    margin-left: 1em;
}

.task-list-item+.task-list-item {
    margin-top: 3px;
}

.task-list-item input {
    margin: 0 0.35em 0.25em -1.6em;
    vertical-align: middle;
}

:checked+.radio-label {
    z-index: 1;
    position: relative;
    border-color: #4183c4;
}
@media(max-device-width : 480px){
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
    }
    
}
.footer{
    width:100%;
    margin: 0;
    border: 0;
    padding: 20px;
   

    /*color: white;*/
    text-align: center;
    /*background-color: #2a2730;*/
}

.footer img{
    width:20px;
    border-radius:50%;
    vertical-align:middle;
    margin-right: 14px;
    
}
.footer span{
    
   
    
}

#sidebar{
    width:20%;
    float:left;
    padding:80px 20px 40px 40px;
    background-color: #f7f7f7;
    height:100%;
    position: fixed;
    margin:0;
}
#note-list{
    height:80%;
    overflow-y:auto;
}
#sidebar div{
}
#note-list div{
    padding-bottom:10px;
}
#content{
    width:80%;
    padding:20px;
    position: fixed;
    left:20%;
    overflow-y:auto;
    height:100%;
}
#app-panel{
    position: absolute;
    bottom: 20px;
    left:20px;
    z-inde:100;
}
#app-panel img{
    width:20px;
    height:20px;
    margin-right:10px;
    margin-top:-5px;
}
#main{
    padding:20px;
    max-width:100%;
    min-height:400px;
}

/**
 * Icons
 */
.icon > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle; }
.icon > svg path {
    fill: #828282; }


.pln{color:#000}
@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}
@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{/*list-style-type:none*/}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}



/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
    margin: 0;
    padding: 0; }

/**
 * Basic styling
 */
body {
    font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal; }

p{
    display: block;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
.highlight {
    margin-bottom: 15px; }

/**
 * Images
 */
img,svg {
    max-width: 100%;
    vertical-align: middle; }
.mindmap svg {
    width: 100%;
}

/**
 * Figures
 */
figure > img {
    display: block; }

figcaption {
    font-size: 14px; }

/**
 * Lists
 */
ul, ol {
    margin-left: 1em; }

li > ul,
li > ol {
    margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400; }



/**
 * Blockquotes
 */
blockquote {
    color: #828282;
    border-left: 4px solid #e8e8e8;
    padding-left: 15px;
    letter-spacing: -1px;
    font-style: italic; }
blockquote > :last-child {
    margin-bottom: 0; }



/**
 * Wrapper
 */
.wrapper {
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - (30px * 2));
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px; }
@media screen and (max-width: 800px) {
    .wrapper {
        max-width: -webkit-calc(800px - (30px));
        max-width: calc(800px - (30px));
        padding-right: 15px;
        padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
    content: "";
    display: table;
    clear: both; }

/**
 * Icons
 */
.icon > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle; }
.icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
    border-top: 5px solid #424242;
    border-bottom: 1px solid #e8e8e8;
    min-height: 56px;
    position: relative; }

.site-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 0;
    float: left; }
.site-title, .site-title:visited {
    color: #424242; }

.site-nav {
    line-height: 56px;
    display: flex;
    justify-content: flex-end;
}
.site-nav .menu-icon {
    display: none; }
.site-nav .page-link {
    color: #111;
    line-height: 1.5; }
.site-nav .page-link:not(:last-child) {
    margin-right: 20px; }
@media screen and (max-width: 600px) {
    .site-nav {
        position: absolute;
        top: 9px;
        right: 15px;
        background-color: #fdfdfd;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        text-align: right;
            z-index: 99;}
    .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
    .site-nav .menu-icon > svg {
        width: 18px;
        height: 15px; }
    .site-nav .menu-icon > svg path {
        fill: #424242; }
    .site-nav .trigger {
        clear: both;
        display: none; }
    .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
    .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
    .site-nav .page-link:not(:last-child) {
        margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0; }

.footer-heading {
    font-size: 18px;
    margin-bottom: 15px; }

.contact-list,
.social-media-list {
    list-style: none;
    margin-left: 0; }

.footer-col-wrapper {
    font-size: 15px;
    color: #828282;
    margin-left: -15px; }

.footer-col {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px; }

.footer-col-1 {
    width: -webkit-calc(35% - (30px / 2));
    width: calc(35% - (30px / 2)); }

.footer-col-2 {
    width: -webkit-calc(20% - (30px / 2));
    width: calc(20% - (30px / 2)); }

.footer-col-3 {
    width: -webkit-calc(45% - (30px / 2));
    width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
    .footer-col-1,
    .footer-col-2 {
        width: -webkit-calc(50% - (30px / 2));
        width: calc(50% - (30px / 2)); }
    
    .footer-col-3 {
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
    .footer-col {
        float: none;
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
    padding: 10px 0; }

.page-heading {
    font-size: 20px; }

.post-list {
    margin-left: 0;
    list-style: none;
}
.post-list > li {
    margin-bottom: 30px;
    list-style: none;
}
.post-list li {
    list-style: none; }

.post-meta {
    font-size: 0.6rem;
    color: #c1c1c1;
    margin-bottom:2rem;
}

.post-link {
    display: block;
    font-size: 24px; }

/**
 * Posts
 */
.post-header {
    margin-bottom: 30px; }

.post-title {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1; }
@media screen and (max-width: 800px) {
    .post-title {
        font-size: 36px; } }

.post-content {
    margin-bottom: 30px; }
.post-content h1 {
    font-size: 28px; }
.post-content h2 {
    font-size: 26px; }
@media screen and (max-width: 800px) {
    .post-content h2 {
        font-size: 26px; } }
.post-content h3 {
    font-size: 24px; }
@media screen and (max-width: 800px) {
    .post-content h3 {
        font-size: 22px; } }
.post-content h4 {
    font-size: 20px; }
@media screen and (max-width: 800px) {
    .post-content h4 {
        font-size: 18px; } }


.tag {
    border-radius: 4px;
    background: #306F2C;
    color: white;
    margin-right: 0.4em;
    padding-right: 4px;
    
}

input[type="checkbox"], input[type="radio"] {
   
    margin-right: 10px;
}
ol{
    list-style-type: decimal;
}
ol ol, ul ol{
    list-style-type: upper-roman;
}
ul ul ol,ol ul ol,ul ol ol,ol ol ol{
    list-style-type: upper-alpha;
}
ul{
    list-style-type: disc;
}
ul ul,ol ul{
    list-style-type: circle;
}
ul ul ul,ol ul ul,ul ol ul,ol ol ul{
    list-style-type: square;
}

/**head used in TOC**/
.head1{
    
}
.head2{
    margin-left:1em;
}
.head3{
    margin-left:2em;
}
.head4{
    margin-left:3em;
}
.head5{
    margin-left:4em;
}
.head6{
    margin-left:5em;
}

.gutter{
    width:10px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #CCCCCC;
}

input[type="checkbox"]:checked {
    background-color: #306F2C;
}
.math-block{
    text-align:center;
}

nav ol, nav ol ol, nav ol ol ol, nav ol ol ol ol, nav ol ol ol ol ol nav ol ol ol ol ol ol {
    list-style: none;
    list-style-image: none;
}

ol.footnotes-list  {
list-style-type:decimal;

}
.footnotes-list li{
display:list-item;
}
/* code blocks - copy to clipboard  */
@media print {
        .code-badge { display: none; }
    }
    .code-badge-pre {
        position: relative;
    }
    .code-badge {
        display: flex;
        flex-direction: row;
        white-space: normal;
        background: transparent;
        font-size: 0.8em;
        opacity: 0.5;
        border-radius: 0 0 0 7px;
        padding: 5px 8px 5px 8px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .code-badge.active {
        opacity: 0.8;
    }
    .code-badge:hover {
        opacity: .95;
    }
    .code-badge a,
    .code-badge a:hover {
        text-decoration: none;
    }

    .code-badge-language {
        display:none;
    }
    .code-badge-copy-icon, .code-badge-image-icon {
        font-size: 1.2em;
        cursor: pointer;
        padding: 2px 10px;
        margin-top:2px;
    }
    .fa.text-success:{ color: limegreen !important}

.hljs, .hljs span {
  
      font-family:  monospace;
      font-size: 16px;
    
}

