﻿html, body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

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

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size:1.2rem;
}

h4 {
    font-size: 1.1rem;
}

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

.img-fluid {
    filter: none;
}

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

.drop-in-2 {
    animation: drop-in 1600ms ease 800ms backwards;
}

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

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

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


#topLbDiv {
    top: 60px;
    opacity: 95%;
    width: 100%;
}

.adDiv {
    overflow-y:hidden;
}

.btn-primary {
    color: #fff;
    background-color: #76323F;
    border-color: #94618E;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #ffe6e9;
        color: maroon;
        border-color: #76323F;
    }

.btn-outline {
    color: #76323F;
    background-color: #ffffff;
    border-color: #76323F;
    font-weight: bold;
    border-radius: 15px;
}

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

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

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

.btn-choice2 {
    color: #000;
    background-color: #fff;
    border-color: #76323F;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 85%;
    min-width: 250px;
}

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

.btn-choice3 {
    color: #000;
    background-color: #fff;
    border-color: #76323F;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 400px;
}

    .btn-choice3:hover,
    .btn-choice3:focus {
        background-color: #eee6e7;
    }

.btn-choice4 {
    color: #000;
    background-color: #fff;
    border-color: #76323F;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 85%;
    min-width: 290px;
}

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


.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: #76323F;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 240px;
}

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

.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;
}

summary {
    color: maroon;
    font-weight: 400;
    padding-left: 10px;
    /*background-color: lavenderblush;*/
    /*border: 1px solid maroon;*/
    /*    width: 160px;*/
    margin-bottom: 10px;
    cursor: pointer;
}

    summary:hover,
    summary:focus {
/*        color: maroon;*/
        background-color: lightgrey;
/*        font-weight: 500;
        border: 2px solid maroon;
        margin-bottom:3px;*/
    }

details {
    font-size: 90%;
}

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

.footer {
    color: #eeeeee;
    background-color: #76323F;
    padding: 10px 15px 10px 20px;
}
    .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 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;
    font-size:0.85rem;
}

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

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

.courseContents {
    max-width:1150px;
}

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

.btn-outlinePrussianBlue {
    color: #76323F;
    background-color: #F3F3F3;
    border-color: #76323F;
    font-weight: bold;
    border-radius: 3px;
}

    .btn-outlinePrussianBlue:hover,
    .btn-outlinePrussianBlue:active,
    .btn-outlinePrussianBlue:focus,
    .btn-outlinePrussianBlue.active {
        background: #CCCCFF;
        color: #76323F;
        border-color: #76323F;
    }

.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: #76323F !important;
}

.midContentResponsive {
    display: none;
}

.adToc {
    display: none;
}

.scrollPadding {
    padding-top: 48px;
}

.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) {

    #sidebar-wrapper {
        display: none;
    }

    #indexContent {
        /*            text-align:center;*/
        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%;
    }

    .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;
    }
    
    .pageBody {
        margin-top: 20px;
        margin-right: 10px;
        min-height:800px;
    }


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

@media screen and (min-width: 595px) and (max-width: 892px) {
    #sidebar-wrapper {
        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;
    }
    
    .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;
    }
    
    .ad120w {
        display: block;
    }

    .pageBody {
        margin-top: 30px;
        margin-right: 10px;
        min-height: 800px;
    }
}

@media screen and (min-width: 893px) and (max-width:1032px) {
    #sidebar-wrapper {
        width: 162px;
    }

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

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

    .ekgTracing {
        min-height: 200px;
    }

    .ad300x50 {
        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;
        height: 90px;
        margin-top: 5px;
        background-color: white;
    }

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

    .ad160w {
        display: block;
    }

    .pageBody {
        margin-top: 35px;
        margin-right: 20px;
        min-height: 800px;
    }
}

@media screen and (min-width: 1033px) and (max-width: 1274px) {
    #sidebar-wrapper {
        width: 302px;
    }

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

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

    .ekgTracing {
        min-height: 270px;
    }

    .ad300x50 {
        display: none;
    }

    .ad300x50 {
        display: none;
    }
    
    .ad468x60 {
        display: none;
    }
    
    .ad728x90 {
        display: block;
        height: 90px;
        /*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;
        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: 115px;*/
        margin-top: 35px;
        margin-right: 10px;
        min-height: 800px;
    }
}


@media (min-width: 1275px) {
    #sidebar-wrapper {
        width: 300px;
    }

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

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

    .ekgTracing {
        min-height: 270px;
    }

    .ad300x50 {
        display: none;
    }

    .ad728x90 {
        display: none
    }

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

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

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

    .ad300w {
        display: block;
    }

    .ad468x60 {
        display: none;
    }

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

@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }
}



/*    @media (max-width: 594px) {*/


/*        !*.scrollPadding {*!*/
/*        !*    padding-top: 90px;*!*/
/*        !*    margin-top:0;*!*/
/*        !*}*!*/


/*        !*#topLbDiv {*/
/*            top: 60px;*!*/
/*!*            opacity: 95%;*!*/
/*            !*width: 100%;*/
/*            height:100px;*/
/*            position:fixed;*!*/
/*!*            border:1px dotted gray;*!*/
/*        !*}*!*/

/*        #sidebar-wrapper {*/
/*!*            display: none;*!*/
/*        }*/
/*        */
/*        #home-sidebar-wrapper {*/
/*            display: none;*/
/*            margin-left: 0;*/
/*            width: 0;*/
/*        }*/
/*        #home-page-content-wrapper {*/
/*            min-width: 0;*/
/*            width: calc(100% - 0px);*/
/*        }*/
/*        */
/*        */
/*        #indexContent {*/
/*!*            text-align:center;*!*/
/*            margin-top:10px;*/
/*        }*/

/*        .midContentResponsive {*/
/*            display: block;*/
/*        }*/

/*        .ekgTracing {*/
/*            min-height: 110px;*/
/*        }*/
/*        */

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


/*        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;*/
/*        }*/

/*        .pageBody {*/
/*            margin-top: 5px;*/
/*            margin-right: 10px;*/

/*            min-height: 700px;*/

/*        }*/
/*    }*/

/*    @media screen and (min-width: 893px) and (max-width:1032px) {*/
/*        #sidebar-wrapper {*/
/*            display: block;*/
/*            width: 162px;*/
/*            position: fixed;*/
/*            top: 5px;*/
/*            right: 2px;*/
/*            margin-top: 0px;*/
/*            z-index: 99;*/
/*        }*/

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

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

/*        .ekgTracing {*/
/*            min-height: 200px;*/
/*        }*/

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

/*    @media screen and (min-width: 1033px) and (max-width: 1274px) {*/
/*        #sidebar-wrapper {*/
/*            display: block;*/
/*            width: 300px;*/
/*            position: fixed;*/
/*            top: 5px;*/
/*            right: 2px;*/
/*            margin-top: 0px;*/
/*            z-index: 99;*/
/*        }*/

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

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

/*        .ekgTracing {*/
/*            min-height: 270px;*/
/*        }*/

/*        .pageBody {*/
/*            margin-top: 5px;*/
/*            margin-right: 10px;*/

/*            min-height: 700px;*/

/*        }*/
/*    }*/


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

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

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

/*        .ekgTracing {*/
/*            min-height: 270px;*/
/*        }*/

/*        .pageBody {*/
/*            margin-top: 5px;*/
/*            margin-right: 10px;*/

/*            min-height: 700px;*/

/*        }*/
/*    }*/

/*@media (min-width: 768px) {*/

/*    .navbar-toggler {*/
/*        display: none;*/
/*    }*/
/*}*/


