.technote {
    counter-reset: step-number;
}

.technote .warning {
    color:indianred; 
    font-weight:bold;
}

.technote .warning::before {
    font-family:"Font Awesome 5 Free";
    content:"\f071";
    display:inline-block;
    padding-right:5px;
    font-weight:900;
    vertical-align: baseline;
}

.technote .info {
    color:#008000;
}

.technote .info::before {
    font-family:"Font Awesome 5 Free";
    content:"\f05a";
    display:inline-block;
    padding-right:5px;
    font-weight: 900;
    vertical-align: baseline;
}

.technote .step1 {
    color:#f66300;
}

.technote .step2 {
    color:#f6c000;
}

.technote .step3 {
    color:#0547a2;
}

.technote .step4 {
    color:#c039c5;
}

.technote .step5 {
    color:#ffef48; 
}

.technote .step6 {
    color:#564fcd;
}

.technote .middleman-logo {
    margin-bottom: 1rem;
    width: 10rem;
}

.technote .step-section {
    counter-increment: step-number;
}

.technote .step-section h3 {
    font-family: Supply-light, BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 300;
    font-size: 1.5em;
    padding-top: 2.2em;
    position: relative;
    margin-top: 50px;
}

.technote .step-section h3::before {
    content: "_"counter(step-number, decimal-leading-zero)" ";
    font-family: Supply-medium, BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    margin-top: 0;
    line-height: 1.3;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.technote .cover-img img {
    width: 70%;
}

.technote .big-image-view {
    flex: 1;
}

.technote .big-image-view img {
    border: solid 1px #e3e3e3;
    width: 100%;
}

.technote .images :nth-child(0) {
    width: 400px;
}

.technote .images img {
    width: 200px;
    height: auto;
    border: solid 1px #e3e3e3;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.technote .article-summary .cover-img {
    padding-right: 2em
}

.technote .article-summary li {
    list-style: none;
}

.technote .article-summary {
    display: flex;
}

.technote .article-summary .col-a,
.technote .article-summary .col-b {
    flex: 1;
}

.technote .article-summary .summary-row {
    background:#fff;
    padding: 10px 15px;
    margin: 4px 0;
    border: solid 1px #ddd;
    color:#333;
}

.technote .disclaimer-box {
    border: solid 1px #ddd;
}

.technote .disclaimer-box #disclaimer-heading {
    padding: 15px 0 10px 20px;
}

.technote .accordion-body {
    padding-top: 0rem
}

.technote .article-summary .summary-row .text { 
    float:right
}

.technote #disclaimer-accordion {
    margin-top: 2em;
    margin-bottom: 3em;
}

.technote #disclaimer-accordion .disclaimer-row {
    background:#fff;
    padding: 10px 15px;
    margin: 4px 0;
    border: solid 1px #ddd;
    color:#333;
}

.technote .accordion-text-right {
    margin-right: 1rem
}

.technote .step {
    display: flex;
}

.technote .image-tools {
    width: 100%;
}

.technote .instructions {
    padding: 0px 10px;
    flex:1;
}

.technote .instructions .images img { 
    width: 120px; 
    height:auto; 
    cursor:pointer;
}
    
.technote i {
    margin-right: 4px;
}

.technote .tools .instructions { 
    padding: 0px;
}

.technote .tools-row {
    display: flex;
    justify-content: center;
}

.technote .tools-row .tool-box {
    text-align: center; 
    flex-wrap: wrap;
    margin-top: 30px;
}

.technote .tool-img img {
    height: 50px;
}

.technote .tool-box p:last-child {
    padding: 0 10px;
}

.technote .tools-row .tool-box i {
    font-size: 150px;
}

.technote .video {
    text-align: center;
}

.collapse {
    display: none;
  }
  
.show {
    display: block!important;
}


.article#main-content {
    padding-right: 0;
}

.summary-row .panel-collapse {
    padding-left: 50px;
    font-family: Supply-light, BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
    font-weight: 300!important;
}

.summary-row .panel-collapse li {
    position: relative;
}

.summary-row .panel-collapse li:before{
    content: "";
    background-color: #000;
    height: 8px;
    width: 8px;
    top: 12px;
    left: -20px;
    position: absolute;
}

.disclaimer-row a {
    text-decoration: underline;
}

.technote h2 {
    margin: 40px 0 20px;
}

pre {
    margin-top: 20px;
}


.big-image-view img:hover {
    cursor: pointer;
    transition: 0.2s;
}
  
.big-image-view {
    transition: all .2s ease-in-out;
}

.big-image-view .clic-image {
    transform: scale(3);
    z-index: 1000000!important;
    position: relative;
    left: 40px;
}


@media screen and (max-width: 992px) {
    .technote .article-summary {
        display: block;
    }

    .article#main-content {
        padding-left: 0;
    }
    
    .cover-img {
        text-align: center;
        margin-bottom: 20px;
    }
    
      
    .big-image-view .clic-image {
        transform: scale(2);
        left: 150px;
    }
}  

@media screen and (max-width: 768px) {
    .technote .step {
        display: block;
    }

    .technote .tools-row {
        flex-wrap: wrap;
    }

    .big-image-view .clic-image {
        transform: none;
        left: 0;
    }
}  
