﻿/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");*/
/* original color*/
/* eggplant #0B3C5E; grape #94618E; sand #F4DEC8; shell #F8EEE7; gold #D9B310; darkgoldenrod */

/* ekg.academy color theme */
/* nav and footer background  blue #0B3C5E >  */

/* sky blue #32BCC1 */
/* gold leaf #D9B310 */
/* ivory black #1D2731 */
html, body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

/*overlaying div classes for parent div and children divs using css grid*/
.parent {
    display: grid;
    grid-template-columns: 1fr;
}
.child {
    grid-row-start: 1;
    grid-column-start: 1;
}

h1 {
    font-size:1.6rem;
    outline: none;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size:1.2rem;
}

.img-fluid {
    filter: none;
}

a, .btn-link {
    color: #0366d6;
}

.hidden {
    display:none;
    z-index: 2;
}

/* animations */
.drop-in-1 {
/*    animation: drop-in 1500ms ease 1000ms backwards;*/
}

.drop-in-2 {
/*    animation: drop-in 2000ms ease 1000ms backwards;*/
}

@keyframes drop-in {
    from {
/*        opacity: 0;
        transform: translateY(-100px);*/
    }

    to {
/*        opacity: 1;
        transform: translate(0px);*/
    }
}

#topSbDiv {
    top: 60px;
    opacity: 95%;
/*    width: 100%;*/
}

.quickLinks {
    border: 2px solid maroon;
    margin: 5px 5px 5px 5px;
    height: 160px;
    width: 150px;
    padding: 5px 2px 2px 2px;
    font-size: 90%;
    text-align: center;
    text-decoration: none;
}

.table tr, .table td {
    height: 11px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e8f4fc;
}

.adDiv {
    overflow-y: hidden;
}

.btn-primary {
    color: #fff;
    background-color: #0B3C5E;
    border-color: #94618E;
}

.btn-outline {
    color: #0B3C5E;
    background-color: #ffffff;
    border-color: #0B3C5E;
    font-weight: bold;
    border-radius: 15px;

}

    .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
        background-color: #0B3C5E;
        color: #ffffff;
        border-color: #0B3C5E;
    }

.btn-choice {
    color: #000;
    background-color: #fff;
    border-color: #0B3C5E;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 85%;
    min-width:310px;
}


.btn-choice:hover,
 .btn-choice:focus {
    background-color: #d1eafa;
}

.btn-choice2 {
    color: #000;
    background-color: #fff;
    border-color: #0B3C5E;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 270px;
}

    .btn-choice2:hover,
    .btn-choice2:focus {
        background-color: #d1eafa;
    }


.btn-choice-sm {
    color: #000;
    background-color: #fff;
    border-color: #0B3C5E;
    font-size: smaller;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 12px;
    width: 85%;
    min-width:300px;
}


.btn-choice-sm:hover,
.btn-choice-sm:focus {
    background-color: #d1eafa;
}


.btn-choice-md {
    color: #000;
    font-size:1.1rem;
    background-color: #fff;
    border-color: #0B3C5E;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 240px;
}

    .btn-choice-md:hover,
    .btn-choice-md:focus {
        background-color: #d1eafa;
    }

.content {
    padding-top: 0.0rem;
}

summary {
    font-size: 100%;
    color: blue;
    font-weight: 400;
    padding: 2px;
    background-color: aliceblue;
    border: 1px solid blue;
    /*width: 150px;*/
    margin-bottom: 5px;
    cursor: pointer;
}
summary:hover,
summary:focus {
    color: darkblue;
    background-color:white;
    font-weight:400;
    
}

.radio-control {
    font-size:1.2rem;
}

.footer {
    color: #eeeeee;
    background-color: #0B3C5E;
    padding: 10px 15px 10px 20px;
    /*    margin: 5px -5px 0 -10px;*/
}
    .footer p,
    .footer a {
        font-size: 0.9rem;
    }
    .footer p {
        color: #eeeeee;
    }
    .footer a {
        color: #eeeeee;
    }
        .footer a:hover {
            color: #ffffff;
            transition: all 0.4s ease-in-out;
        }
    .footer h2,
    .footer h3,
    .footer h4 {
        color: #eeeeee;
        text-shadow: none;
        font-size: 1.3em;
    }



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.toc {
}

    .toc table {
        font-family: "Arial narrow";
        /*border-collapse: separate;*/
        /*border-spacing: 10px 0px;*/
        font-size: .9rem;
        margin-top: -15px;
    }

.toc-checkmark {
    padding-right: 5px;
    font-size: 1.4rem;
    color: green;
    width: 8%;
    padding-top: 0px;
}

.toc-text {
    width: 95%;
    padding: 8px 0 8px 0;
    line-height: 0.95rem;
}

    .toc-text a {
        text-decoration: none;
    }

.toc tr:hover {
    background-color: #dcefff;
}

.courseContents {
    max-width:1150px;
}

.contentSummary {
    max-width:280px;
}

.section a {
    color: black;
    cursor: pointer;
    text-decoration: none;
}


/* button styling, used on pricing page */

.btn-outlineBlue {
    color: #0B3C5E;
    background-color: #F3F3F3;
    border-color: #0B3C5E;
    font-weight: bold;
    border-radius: 3px;
}

    .btn-outlineBlue:hover,
    .btn-outlineBlue:active,
    .btn-outlineBlue:focus,
    .btn-outlineBlue.active {
        background: #CCCCFF;
        color: #0B3C5E;
        border-color: #0B3C5E;
    }

.tracing-cls {

}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 2.4rem;
    display: flex;
    align-items: center;
    line-height: 2.4rem;
}

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-dark {
    background-color: #0B3C5E !important;
}

.stickyTop {
    height: 100px;
    width: 100%;
    background-color: white;
}

.stickyRr {
    /*position: -webkit-sticky;*/ /* Safari */
    /*position: sticky;
    top: 30px;*/
}

.scrollPadding {
    padding-top: 40px;
}

.hideMe {
    height: 0;
    display: none;
}

#home-sidebar-wrapper {
    display: block;
    margin-left: 0;
    width: 300px;
}
#home-page-content-wrapper {
    min-width: 0;
    width: calc(100% - 300px);
}

/* default set ads off */
.ad300x50 {
    display: none;
}

.ad300x100mid {
    display: none;
}

.ad320x100mid {
    display: none;
}

.ad320x50mid {
    display: none;
}

.ad300x250mid {
    display: none;
}

.ad300x100toc {
    display: none;
}

.ad320x100toc {
    display: none;
}

.ad300x250bot {
    display: none;
}

.ad468x60 {
    display: none;
}

.ad468x60bot {
    display: none;
}

.ad728x90 {
    display: none
}

.ad728x90mid {
    display: none;
}

.ad728x90bot {
    display: none;
}

.ad970x90 {
    display: none;
}

.ad970x90bot {
    display: none;
}

.ad970x250bot {
    display: none;
}

.ad120w {
    display: none;
    /*    height:602px;
        max-width: 125px;*/
}

.ad160w {
    display: none;
    /*    height: 602px;
        max-width: 165px;*/
}

.ad300w {
    display: none;
    /*    max-width: 300px;*/
}

.adToc {
    display: none;
}

    @media (max-width: 594px) {
        .stickyTop {
            position: sticky;
            top: 52px;
            height: 100px;
            width: 100%;
            background-color: white;
            /*        z-index: 999;*/
        }

        .scrollPadding {
            padding-top: 90px;
            margin-top:-30px;
        }

        #sidebar-wrapper {
            display: none;
        }

        #indexContent {
            margin-top:10px;
        }

        .ekgTracing {
            min-height: 110px;
        }

        .adToc {
            display: block;
            height: 50px;
            margin-bottom: 5px;
        }

        .ad300x50 {
            display: block;
            height: 60px;
            margin-top: 0px;
            /*position: fixed;*/
            background-color: white;
            width: 100%;
        }

        .ad320x100 {
            display: block;
            height: 100px;
            margin-top: 0px;
            /*position: fixed;*/
            background-color: white;
            width: 100%;
        }

        .ad300x100mid {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x250mid {
            display: block;
            height: 250px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x100toc {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
            max-width: 325px;
        }

        .ad320x50mid {
            display: block;
            height: 50px;
            margin-top: 5px;
            background-color: white;
        }

        .ad320x100mid {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
        }

        .ad320x50mid {
            display: block;
            height: 50px;
            margin-top: 5px;
            background-color: white;
        }

        .ad320x100toc {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x250bot {
            display: block;
            height: 260px;
            margin-top: 5px;
            background-color: white;
        }

        .ad468x60 {
            display: none;
        }

        .ad728x90 {
            display: none
        }

        .ad970x90 {
            display: none;
        }

        .ad970x90bot {
            display: none;
        }

        .pageBody {
            /*margin-top: 110px;*/
            margin-right: 5px;
            min-height: 800px;
        }

        h1 {
            font-size: 1.2rem;
            outline: none;
        }
    }

    @media screen and (min-width: 595px) and (max-width: 892px) {

        #sidebar-wrapper {
            display: block;
            margin-left: 0;
            width: 124px;
        }

        #page-content-wrapper {
            min-width: 0;
            width: calc(100% - 125px);
        }

        #footer-content {
            width: calc(100% - 125px);
            margin-left: 10px;
            margin-right: auto;
        }

        .ekgTracing {
            min-height: 170px;
        }


        .ad300x50 {
            display: none;
        }

        .ad320x100 {
            display: none;
        }

        .ad468x60 {
            display: block;
            height: 60px;
            /*margin-top: 56px;*/
            /*position: fixed;*/
            background-color: white;
            width: 100%;
        }

        .ad970x90 {
            display: none;
        }

        .ad300x100mid {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
        }

        .ad320x50mid {
            display: block;
            height: 50px;
            margin-top: 5px;
            background-color: white;
        }

        .ad320x100mid {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x250mid {
            display: block;
            height: 250px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x100toc {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
            max-width: 325px;
        }

        .ad320x100toc {
            display: block;
            height: 100px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x250bot {
            display: block;
            height: 260px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300x250bot {
            display: block;
            height: 260px;
            margin-top: 5px;
            background-color: white;
        }

        .ad468x60bot {
            display: block;
            height: 70px;
            margin-top: 5px;
            background-color: white;
        }

        .ad728x90 {
            display: none
        }

        .ad970x90 {
            display: none;
        }

        .ad970x90bot {
            display: none;
        }

        .ad120w {
            display: block;
        }

        .pageBody {
            /*margin-top: 125px;*/
            margin-right: 10px;
            min-height: 700px;
        }
    }

    @media screen and (min-width: 893px) and (max-width:1032px) {

        #sidebar-wrapper {
            display: block;
            /* width: 162px;
            top: 65px;
            opacity: 95%;*/
            width: 162px;
            position: fixed;
            top: -20px;
            right: 2px;
            margin-top: 0px;
            z-index: 99;
        }

        #page-content-wrapper {
            min-width: 0;
            width: calc(100% - 230px);
        }

        #footer-content {
            width: calc(100% - 165px);
            margin-left: 10px;
            margin-right: auto;
        }

        .ekgTracing {
            min-height: 200px;
        }


        .ad300x50 {
            display: none;
        }

        .ad320x100 {
            display: none;
        }

        .ad468x60 {
            display: none;
        }

        .ad728x90 {
            display: block;
            height: 100px;
            /*margin-top: 56px;*/
            /*position: fixed;*/
            background-color: white;
            width: 100%;
        }

        .ad970x90 {
            display: none;
        }

        .ad728x90mid {
            display: block;
            height: 90px;
            margin-top: 5px;
            background-color: white;
        }

        .ad728x90bot {
            display: block;
            position: fixed;
            height: 90px;
            margin-top: 5px;
            background-color: white;
        }

        .ad970x90bot {
            display: none;
        }

        .ad320x50mid {
            display: block;
            height: 50px;
            margin-top: 5px;
            background-color: white;
        }

        .ad160w {
            display: block;
        }

        .pageBody {
            /*margin-top: 125px;*/
            margin-right: 10px;
            min-height: 800px;
        }
    }

    @media screen and (min-width: 1033px) and (max-width: 1274px) {

        #sidebar-wrapper {
            display: block;
            /*            width: 302px;
            top: 65px;
            opacity: 95%;*/
            width: 300px;
            position: fixed;
            top: -20px;
            right: 2px;
            margin-top: 0px;
            z-index: 99;
        }

        #page-content-wrapper {
            min-width: 0;
            width: calc(100% - 365px);
        }

        #footer-content {
            width: calc(100% - 315px);
            margin-left: 10px;
            margin-right: auto;
        }

        .ekgTracing {
            min-height: 270px;
        }

        .ad300x50 {
            display: none;
        }
        
        .ad320x100 {
            display: none;
        }
        
        .ad468x60 {
            display: none;
        }
        
        .ad728x90 {
            display: block;
            height: 90px;
            /*margin-top: 56px;*/
            /*position: fixed;*/
            background-color: white;
            width: 100%;
        }

        .ad970x90 {
            display: none;
        }
        
        .ad970x90bot {
            display: none;
        }
        
        .ad728x90mid {
            display: block;
            height: 90px;
            margin-top: 5px;
            background-color: white;
        }

        .ad728x90bot {
            display: block;
            position: fixed;
            height: 100px;
            margin-top: 5px;
            margin-bottom: 5px;
            background-color: white;
        }

        .ad320x50mid {
            display: block;
            height: 50px;
            margin-top: 5px;
            background-color: white;
        }

        .ad300w {
            display: block;
        }

        .pageBody {
            /*margin-top: 125px;*/
            margin-right: 10px;
            min-height: 800px;
        }
    }

@media (min-width:1275px) {
    #sidebar-wrapper {
        width: 300px;
        position: fixed;
        top: -20px;
        right:2px;
        margin-top:0;
        z-index: 99;
    }

    #page-content-wrapper {
        min-width: 0;
        width: calc(100% - 315px)
    }

    #footer-content {
        width: calc(100% - 315px);
        margin-left: 10px;
        margin-right: auto;
    }

    .ad300x50 {
        display: none;
    }

    .ad320x100 {
        display: none;
    }

    .ad320x100bot {
        display: none;
    }

    .ad336x280bot {
        display: none;
    }

    .ad728x90 {
        display: none
    }

    .ad970x90 {
        display: block;
        height: 100px;
        /*position: fixed;*/
        background-color: white;
        width: 100%;
    }

    .ad970x90bot {
        display: block;
        position: fixed;
        height: 100px;
        /*margin-top: 56px;*/
        /*margin-bottom: 5px;*/
        background-color: white;
        width: 100%;
    }


    /*.ad970x90 {*/
    /*    display: block;*/
    /*    height: 100px;*/
    /*    background-color: white;*/
    /*    width: 100%;*/
    /*}*/

    .ad728x90mid {
        display: none;
    }

    .ad728x90bot {
        display: none;
    }

    .ad300w {
        display: block;
    }

    .ad468x60 {
        display: none;
    }

    .ad468x60mid {
        display: none;
    }

    .pageBody {
        /*margin-top: 115px;*/
        margin-right: 10px;
        min-height: 700px;
    }
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }
}