﻿/*Global HTML*/
html {
    background-color: #fafafa;
    
}

/* Add to existing styles */
.legend-tooltip {
    padding: 8px;
    background-color: white !important;
}

/* Override Vuetify's default tooltip styles */
.v-tooltip__content {
    background-color: white !important;
    opacity: 1 !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    color: rgba(0,0,0,0.87) !important;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 4px 0;
    white-space: nowrap;
}

.color-box {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid rgba(0,0,0,0.1);
}
    html::-webkit-scrollbar {
        display: none;
    }

.row{
        background-color: white;
            margin-left: 0;
    margin-right: 0;
}

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}




/* Navbar */
.navbar-default {
    background-color: #333333;
    border-color: #333333;
}

    .navbar-default .navbar-brand {
        color: #ffffff;
    }

    .navbar-default .navbar-text {
        color: #ffffff;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #c1c1c1;
    }

    .navbar-default .navbar-nav > li > a {
        color: #1b8fc5;
        z-index: 99;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #c1c1c1;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #c1c1c1;
        background-color: #333333;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #c1c1c1;
        background-color: #333333;
    }

    .navbar-default .navbar-toggle {
        border-color: #333333;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #333333;
    }

    .navbar-default .navbar-link {
        color: #ffffff;
    }

        .navbar-default .navbar-link:hover {
            color: #c1c1c1;
        }

.navbar-brand {
    padding: 0.25rem 2rem 0.25rem 0.75rem;
    height: 50px;
    width: auto;
}

.navbar-header a {
  
    display:inline-block;

}

/* Playback Controls*/

.playback-controls {
    position: fixed;
    top: 8px;
    font-size: 2rem;
    width: 100%;
    height: 35px;
    text-align: center;
   
}

    .playback-controls i {
        margin-left: 4rem;
        cursor: pointer;
        color: #ffffff;
    }

        .playback-controls i:hover {
            color: #c1c1c1;
        }

.Playback_timer {
    position: absolute;
    font-size: 1rem;
    color: #ffffff;
    left: -90px;
    top: -5px;
    /*visibility:hidden;*/
}

#playback-circle {
    position: absolute;
    width: 0;
    height: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 2px;
    top: 2px;
}

.playback-timeline {
    position: relative;
    background-color: #ffffff;
    height: 6px;
    width: 40%;
    margin: 4px auto 0 auto;
    border-radius: 4px;
}

    .playback-timeline:hover .playback-current {
        background-color: red;
    }

    .playback-timeline:hover {
        cursor: pointer;
    }

        .playback-timeline:hover #playback-circle {
            background-color: red;
            width: 10px;
            height: 10px;
            right: -2px;
            top: -2px;
            -moz-transition: height .2s, width .2s, right .2s, top .2s;
            -o-transition: height .2s, width .2s, right .2s, top .2s;
            -webkit-transition: height .2s, width .2s, right .2s, top .2s;
            transition: height .2s, width .2s, right .2s, top .2s;
        }

.fa-play {
    /*padding-left: 1px;
    transition: padding-left 0.5s;*/
}

.fa-pause {
    /*padding-left: 0px;
    transition: padding-left 0.5s;*/
}

/*playback-circle*/
.playback-current {
    background-color: #e60000;
    width: 100%;
    z-index: 10;
    height: 6px;
    border-radius: 4px;
    position: relative;
}

.playback-settings {
    background-color: #333333;
    color: #ffffff;
    height: auto;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    border-radius: 5px;
}

    .playback-settings .form-group {
        display: inline-block;
        margin: 2rem;
    }


/* Archive Screen */
.births-page {
    margin-top: 37px;
}

    .births-page button {
        margin-top: 22px;
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    }

/* Login Screen */
.login-page {
    margin: 20px 0px 10px 0px;
    text-align: left;
    background-color: #fafafa;
    width: 50%;
}

/* Register Screen */
.register-page {
    margin: 112px 32px 0 32px;
    text-align: left;
    background-color: #fafafa;
    width: 50%;
}

/* Main Dashboard */
.currently-active {
    margin: 50px 0 0 0;
    background-color: #fafafa;
}

    .currently-active h2 {
        font-weight: bolder;
        padding: 2rem 0 1rem 3rem;
        color: black;
    }

#RoomWrapper {
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-color: gainsboro; */
    padding-top: 40px;
    border-radius: 150px 0px 0px 0px;
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: inherit;
    align-content: start;
    padding-left:130px;
}

.room {
    flex: 1 1 80px;
    position: relative;
    margin: 0 0 2rem 2rem;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    background-color: white;
    -webkit-box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.31);
    -moz-box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.31);
    box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.31);
    min-width: 180px;
    padding: 10px;
    max-width: 180px;
}





.index-timeline {
    width: 100%;
    overflow: hidden;
    /*height: 100px;*/
}

.room svg text {
    font-size: 10px;
}

.room svg {
    margin-top: 1rem;
    overflow: hidden;
}

.stage-none {
    border: 0;
    height: 4px;
    /*background-image: linear-gradient(to right, #fff, #f2f2f2, #fff);*/
}

.stage-post {
    border: 0;
    height: 4px;
    /*background-image: linear-gradient(to right, #fff, rgba(255, 0, 128, 1), #fff);*/
/*    background-image: linear-gradient(to right, #fff, #a6cee3, #fff);
*/}
.stage-post-cs {
    border: 0;
    height: 4px;
    /*background-image: linear-gradient(to right, #fff, rgba(255, 255, 128, 1), #fff);*/
    /*    background-image: linear-gradient(to right, #fff, #a6cee3, #fff);
*/
}

.stage-labor {
    border: 0;
    height: 4px;
    /*background-image: linear-gradient(to right, rgb(192,192,255,1), #fff);*/
    /*    background-image: linear-gradient(to right, #fff, #1f78b4, #fff);
*/
}

.stage-ante {
    border: 0;
    height: 4px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 128, 1), #fff);*/
    /*background-image: linear-gradient(to right, #fff, #b2df8a, #fff);*/
}

.border-ante {
    border: 3px solid rgba(0, 0, 128,1);
}

.border-labor {
    border: 3px solid rgba(192,192,255, 1);
}

.border-post {
    border: 3px solid rgba(255, 0, 128, 1);
}
.border-post-cs {
    border: 3px solid rgba(255, 255, 128, 1);
}




.room p {
    text-align: left;
    font-weight: bolder;
    line-height: 0.75rem;
}

.room a {
    text-decoration: none;
    color: black !important;
}

.room h3 {
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 1;
    margin: 1rem 1rem;
    text-align: right;
    font-weight: 700;
    color: black;
    font-size: 18px !important;
}

.alert-counter {
    right: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    border-left: none;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
}

.alert-counter-all {
    left: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    color: white;
    background-color: #000000;
    border: 1px solid #333;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    border-left: none;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
}
.alert-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 0;
    width: 0;
    z-index: 99;
    background-color: white;
    border-radius: 15px;
    border: 2px solid #333;
    padding: 2rem 2rem 0 2rem;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}
.alertall-dropdown {
    position: absolute;
    /*right: 15px;*/
    top: 15px;
    height: 0;
    width: 0;
    z-index: 99;
    background-color: white;
    border-radius: 15px;
    border: 2px solid #333;
    padding: 2rem 2rem 0 2rem;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}

    .alert-dropdown .alert {
        line-height: 0.5rem;
        padding: 1rem;
        width: 250px;
    }
.alertall-dropdown .alert {
    line-height: 0.5rem;
    padding: 1rem;
    width: 250px;
}

/* Patient Birth Screen*/
.page-loading{
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: black;
    opacity: 0.65;
    z-index: 1000;
}

.page-loading .fa{
    color: #fafafa;
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0 auto;

}

#header-stage {
}

.filler {
    margin-top: 50px;
}

.panel {
    margin: 2px 0 0 2px;
}

.panel-default > .panel-heading {
    color: black;
    background-color: #f0f0f0;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    /*border: 1px solid black;*/
    min-height: 50px;
}

.col-lg-6 {
    padding: 0;
}

.col-sm-12 {
    padding: 0;
}

.col-md-12 {
    padding: 0;
}

.col-lg-4 {
    padding: 0;
}

.col-lg-8 {
    padding: 0;
}

/* Charms */
.header-patient-info {
    /*margin-right: 50px;*/
}

.header-charms {
    width: 100%;
    height: auto;
    margin: 5px 0 5px 5px;
    text-align: center;
}

#charm-antibiotic{
    margin-right: 30px;
}

#charm-asthma{
    margin-right: 30px;
}

#charm-rom {
    height: auto;
}

#charm-crb {
    height: auto;
}

.charm-inactive {
    height: 24px;
    width: 120px !important;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    color: #6b6b6b;
    background-color: #cfcfcf;
    font-weight: 400;
    display: inline-block;
    /*border: 1px solid #777777;*/
        margin: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    transition: all 0.2s ease;
}

.charm-inactive:hover {
    background-color: #b8b8b8;
    transform: translateY(-1px);
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.85);
}

.charm-active {
    height: 24px;
    width: 120px;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    background-color: #525252;
    color: white;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
        margin: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    transition: all 0.2s ease;
}

.charm-active:hover {
    background-color: #3a3a3a;
    transform: translateY(-1px);
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.85);
}

div#charm-hem {
    /* background-color: green;*/
}

.charm-green {
    height: 24px;
    width: 120px;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    color: #c3c3c3;
    background-color: green;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
    margin: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
}


.charm-alert {
    height: 24px;
    width: 120px;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    background-color: #b94a48 !important;
    color: white;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
    margin: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    transition: all 0.2s ease;
}

.charm-alert:hover {
    background-color: #9a3533 !important;
    transform: translateY(-1px);
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.85);
}

.charm-warn {
    height: 24px;
    width: 120px;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    background-color: #F7D417 !important;
    color: white;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
    margin: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
}


.charm-btn{
    cursor:pointer;
}

::-ms-fill-lower {
    background: rgba(155, 203, 235,.0)
}

::-ms-fill-upper {
    background: rgba(155, 203, 235,.0)
}

::-ms-track {
    background: rgba(155, 203, 235,.0);
    height: 144px;
    color: transparent;
}


input[type=range]::-ms-thumb {height: 164px;width: 135px;border-radius: 5px;background: rgba(155, 203, 235,.5);-webkit-appearance: none;margin-top:20px ;}
input[type=range]::-ms-tooltip {
 display:none;
}

/*input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 360px;
    width: 160px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}*/
.variable-charm-activate {
    height: 24px;
    width: 120px;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    background-color: #006400;
    color: white;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
    margin: 5px 0 0 17px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
}

.variable-charm-other {
    height: 24px;
    width: 120px;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    background-color: #b94a48;
    color: white;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
    margin: 5px 0 0 21px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
}
.variable-charm-active {
    height: 24px;
    width: 120px !important;
    border-radius: 11px;
    padding: 2px;
    font-size: 14px;
    background-color: #E86F43;
    color: white;
    font-weight: 100;
    display: inline-block;
    /*border: 1px solid #777777;*/
        margin: 5px 0 0 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.75);
    transition: all 0.2s ease;
}

.variable-charm-active:hover {
    background-color: #d35a2f;
    transform: translateY(-1px);
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.85);
}

.charm-info .charm-active{
    margin-left: 21px;
}

.charm-info .charm-inactive{
    margin-left: 10px;
}

/* Alert Header & Sidenav */


        .alert-header {
    position: fixed;
    z-index: 3;
    padding: 7rem 7rem 0 0;
    width: 25%;
    right: 0;
    top: 0;
}

.alert-button {
    position: fixed;
    margin: 8rem 4rem 0 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.alert-sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin: 0 0 50px 50px;
}

.alert-sidenav label {
    padding: 6rem 0 0 2rem;
    text-align: center;
}

.alert-warning {
    border-radius: 10px;
    border: none;
    background: #ffff99;
    color: black;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
}

.alert-danger {
    border-radius: 10px;
    border: none;
    background: #b30000;
    color: white;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
}
.alert-all {
    border-radius: 10px;
    border: none;
    background: #000000;
    color: white;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
}
a[aria-label] {
    color: black;
    opacity: 0.35;
}


/* alert sidenav*/

.alert-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
}

#alert-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.alert-sidenav h3 {
    margin: 2rem;
    font-weight: 900;
}

.alert-sidenav hr {
    margin: 0 2rem;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


.alert-sidenav #alertArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.alert-sidenav #alertArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .alert-sidenav #alertArrow {
        display: none;
    }
    .alert-sidenav #alertArrowUp {
        display: none;
    }
}

#alertSidenavContent {
    overflow-y: scroll;
    padding: 2rem 2rem calc(50px + 2rem) 2rem;
    padding-bottom: 100px;
    /*-ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

    #alertSidenavContent::-webkit-scrollbar {
       /* display: none;*/
    }

.alert-sidenav-control {
    position: absolute;
    top: 0;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .alert-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .alert-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }


/* Lab sidenav*/

        
.lab-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
}

#lab-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.lab-sidenav h3 {
    margin: 2rem;
    font-weight: 900;
}

.lab-sidenav hr {
    margin: 0 2rem;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.lab-sidenav #labArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}


#lab-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.lab-sidenav #labArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#labSidenavContent {
    overflow-y: scroll;
    padding: 2rem 2rem calc(50px + 2rem) 2rem;
    padding-bottom: 100px;
    /*   -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

/*    #labSidenavContent::-webkit-scrollbar {
        display: none;
    }*/

.lab-sidenav-control {
    position: absolute;
    top: 300px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .lab-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .lab-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }



/* med sidenav*/


.med-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
}

#med-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.med-sidenav h3 {
    margin: 2rem;
    font-weight: 900;
}

.med-sidenav hr {
    margin: 0 2rem;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.med-sidenav #medArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.med-sidenav #medArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#medSidenavContent {
    overflow-y: scroll;
    padding: 2rem 2rem calc(50px + 2rem) 2rem;
    padding-bottom: 100px;
    height: 100%;
}

    #medSidenavContent::-webkit-scrollbar {
    }

.med-sidenav-control {
    position: absolute;
    top: 375px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .med-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .med-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }



/* blood sidenav*/


.blood-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;

}

#blood-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.blood-sidenav h3 {
    margin: 2rem;
    font-weight: 900;
}

/*"coming soon" styling */
.blood-sidenav h4 {
    margin: 2rem;
    font-weight: 500;
    padding-left: 20px;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;

}


.blood-sidenav hr {
    margin: 0 2rem;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);

}

.blood-sidenav #bloodArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.blood-sidenav #bloodArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#bloodSidenavContent {
    overflow-y: scroll;
    padding: 2rem 2rem calc(50px + 2rem) 2rem;
    padding-bottom: 100px;
    /*   -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

    #bloodSidenavContent::-webkit-scrollbar {
        display: none;
    }

.blood-sidenav-control {
    position: absolute;
    top: 450px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .blood-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .blood-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }



/*LDA*/


.lda-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
}

#lda-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.lda-sidenav h3 {
    margin: 2rem;
    font-weight: 900;
}

/*"coming soon" styling */
.lda-sidenav h4 {
    margin: 2rem;
    font-weight: 500;
    padding-left: 20px;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}


.lda-sidenav hr {
    margin: 0 2rem;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.lda-sidenav #ldaArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.lda-sidenav #ldaArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#ldaSidenavContent {
    overflow-y: scroll;
    padding: 2rem 2rem calc(50px + 2rem) 2rem;
    padding-bottom: 100px;
    /*   -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

    #ldaSidenavContent::-webkit-scrollbar {
        display: none;
    }

.lda-sidenav-control {
    position: absolute;
    top: 525px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .lda-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .lda-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }





/* Note sidenav*/

#birthNotes {
    /*border: 1px solid #777777;*/
    margin-bottom: 2rem;
    border-radius: 10px;
    padding: 1rem;
    background-color: white;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.5);
}

.note-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    /*overflow-x: hidden;*/
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
}

#note-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.note-sidenav h3 {
    margin: 2rem;
    font-weight: 900;
}


.note-sidenav hr {
    margin: 0 2rem;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.note-sidenav #noteArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.note-sidenav #noteArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: 0;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#noteSidenavContent {
    overflow-y: scroll;
    padding: 2rem 2rem calc(50px + 2rem) 2rem;
    padding-bottom: 100px;
    /* -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

    #noteSidenavContent::-webkit-scrollbar {
        display: none;
    }

.note-sidenav-control {
    position: absolute;
    top: 75px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .note-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .note-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }


/* Info sidenav*/

.info-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
    padding: 2rem 2rem 0 2rem;
}

#info-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.info-sidenav h3 {
    margin-top: 0;
    font-weight: 900;
}

.info-sidenav hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.info-sidenav #infoArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: -2rem;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.info-sidenav #infoArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: -2rem;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#infoSidenavContent {
    overflow-y: scroll;
   /* -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

    #infoSidenavContent::-webkit-scrollbar {
        display: none;
    }

.info-sidenav-control {
    position: absolute;
    top: 150px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .info-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .info-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }


/*settings sidenav*/

.settings-sidenav {
    position: fixed;
    top: 0;
    right: -25%;
    margin-top: 50px;
    z-index: 4;
    background-color: #fafafa;
    height: 100%;
    width: 25%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #777777;
    padding: 2rem 2rem 0 2rem;
}

#settings-sidenav-badge {
    right: 3px;
    top: 15px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #b30000;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    border-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    z-index: 10;
    clip-path: none;
}

.settings-sidenav hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.settings-sidenav h3 {
    margin-top: 0;
    font-weight: 900;
}

.settings-sidenav h4 {
    margin-top: 2rem;
}

.settings-sidenav .form-control {
    width: 50%;
}

.settings-sidenav #settingsArrow {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: -2rem;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.settings-sidenav #settingsArrowUp {
    font-size: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0;
    padding: 0;
    margin-left: -2rem;
    height: 50px;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#settingsSidenavContent {
    overflow-y: scroll;
  /*  -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
    height: 100%;
}

    #settingsSidenavContent::-webkit-scrollbar {
        display: none;
    }

.settings-sidenav-control {
    position: absolute;
    top: 225px;
    left: -46px;
    background-color: black;
    height: 75px;
    width: 45px;
    -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    cursor: pointer;
}

    .settings-sidenav-control div {
        position: absolute;
        margin: 2%;
        background-color: #333333;
        height: 73px;
        width: 43px;
        text-align: center;
        -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    }

        .settings-sidenav-control div a i {
            padding-top: 70%;
            color: white;
            font-size: 2em;
            margin: auto;
            text-align: center;
            vertical-align: middle;
        }

.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}




/* Fetal HR Graph & Overlays */
.overlay1 {
    width: 90.25%;
    height: 22%;
    position: absolute;
    background-color: #B30000;
    opacity: 0.5;
    top: 10%;
    left: 5%;
    z-index: 0;
    
}

.overlay2 {
    width: 90.25%;
    height: 22%;
    position: absolute;
    background-color:#B30000;
        opacity: 0.5;
    bottom: 10%;
    left: 5%;
    z-index: 0;
    pointer-events: none;

}

.testLineGraph {
    position: relative;
    height: 205.5px;
}

.testLineGraph svg > rect{
    fill-opacity:0;
}

/*.testLineGraph svg g > rect {
    fill:black ;
    fill-opacity:1 !important;
}*/



.testLineGraph path{
    z-index: 100;
}


/* Friedman's Curve */
.friedman {
    height: 205.5px;
}

/* Main Chart */
input[type=range] {
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0);
    margin: -5px 0;
    width: 100%;
    border: 1px solid white;
    outline: 2px solid white;
    outline-offset: -1px;
}

    input[type=range]::-webkit-slider-thumb {
        cursor: e-resize;
    }

.ChartWindow svg g:first-of-type rect {
    fill-opacity: 0;
    border-style: none;
    stroke: white;
}

.ChartWindow svg g:first-of-type path {
    fill-opacity: 0;
    border-style: none;
    stroke: white;
}

.ChartWindow {
    position: relative;
    width: 90%;
    height: 545px;
    overflow: hidden;
    z-index: 1;
    margin: auto 0;
}

.RangeControl {
    display: block;
    position: absolute;
    z-index: 2;
}

.ControlTimeline {
    width: 90%;
    height: auto;
    margin: auto 0;
    /*padding-top: 15px;*/
    position: relative;
}

.main-chart-wrapper {
    float: right;
    width: 80%;
}


/* Main Chart Sidenav */
.chart-sidenav {
    padding-top: 11px;
    position: absolute;
}

.sidenav-row {
    height: 33.75px;
    font-size: 1.25rem;
}

    .sidenav-row label {
        float: right;
        margin-right: 5px;
    }

    .sidenav-row .value {
        float: right;
        min-width: 40px;
        font-weight: normal;
        text-align: center;
    }
    
    
    .sidenav-row #station{
        color: #db3236;
    }

    .sidenav-row #dilation{
        color: #4885ed;
    }

#circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #B30000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    float: left;
}

#circle-overflow {
    float: right;
    display: inline-block;
    margin: -5px 0 0 6px;
    font-weight: bold;
    font-size: 14px;
}

#prolonged-deceleration-circles {
    float: right;
    margin-top: 3px;
    min-width: 40px;
    margin-right: 5px;
}

#late-deceleration-circles {
    float: right;
    margin-top: 3px;
    min-width: 40px;
    margin-right: 5px;
}



/*Birth index page filter table*/

.filterable {
    margin-top: 15px;
}

    .filterable .panel-heading .pull-right {
        margin-top: -20px;
    }

    .filterable .filters input[disabled] {
        background-color: transparent;
        border: none;
        cursor: auto;
        box-shadow: none;
        padding: 0;
        height: auto;
    }

        .filterable .filters input[disabled]::-webkit-input-placeholder {
            color: #333;
            font-weight: bolder;
        }

        .filterable .filters input[disabled]::-moz-placeholder {
            color: #333;
            font-weight: bolder;
        }

        .filterable .filters input[disabled]:-ms-input-placeholder {
            color: #333;
            font-weight: bolder;
        }



/* mobile */
@media (max-width: 1024px) {
    .header-patient-info {
    margin-right: 50px;
}
    .header-charms {
    margin-right: 50px;
    width: 90%;
    }

    #charm-antibiotic{
    margin-left: 0;
}

#charm-asthma{
    margin-right: 0;
}

    #circle {
        height: 8px;
        width: 8px;
        margin-top: -4.5px;
    }

    .chart-sidenav {
        padding-top: 13px;
        z-index: 3;
    }

    .sidenav-row {
        height: 33.75px;
        margin-left: 1px;
    }

        .sidenav-row label {
            float: left;
            font-size: 1rem;
        }

    #stage-sidenav {
        padding-top: 2px;
        margin-top: 13.5px;
    }

    #membrane-sidenav {
        padding-top: 2px;
    }

    #oxytocin-sidenav {
        padding-top: 2px;
    }

    #dilation-sidenav {
        padding-top: 2px;
    }

    #station-sidenav {
        padding-top: 2px;
    }

    #fetal-hr-sidenav {
        padding-top: 5px;
    }

    #late-deceleration-sidenav {
        padding-top: 5px;
    }

    #m-systolic-sidenav {
        padding-top: 5px;
    }

    #m-diastolic-sidenav {
        padding-top: 5px;
    }

    #prolonged-deceleration-sidenav {
        padding-top: 5px;
    }

    #m-temperature-sidenav {
        padding-top: 5px;
    }

    #m-hr-sidenav {
        padding-top: 5px;
    }

    .main-chart-wrapper {
        width: 100%;
    }

    .Playback_starttime {
        opacity: 0;
    }

    .Playback_endtime {
        opacity: 0;
    }

    .Playback_timer {
        left: -100px;
    }
}

@media (max-width: 768px) {
    .alert-header {
        width: 60%;
    }

    .note-sidenav {
        right: -85%;
        width: 85%;
    }

    .alert-sidenav {
        right: -85%;
        width: 85%;
    }

        .settings-sidenav {
        right: -85%;
        width: 85%;
    }

    .info-sidenav {
        right: -85%;
        width: 85%;
    }

    .playback-controls i {
        margin-left: 1.5rem;
    }

    .playback-timeline {
        width: 70%;
    }

    .navbar-toggle {
        z-index: 100;
    }

    .login-page {
        width: 90%;
    }

    .register-page {
        width: 90%;
    }

    .Playback_timer {
        display: none;
    }
}


.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.popover {
    z-index: 100000000 !important;
    max-width:400px !important;
}


/* ACOG TEmplate Table*/

.table-actions {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #1b8fc5;
}

    .table-actions:hover {
        color: #00a26f;
    }

.dataTables_paginate .pagination > .active > a {
    background-color: #1b8fc5 !important;
    border-color: #468847 !important;
}

table {
    border-radius: 8px;
}

    table tr {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }


    table tbody {
        border-radius: 8px;
    }


    /* top-left border-radius */
    table tr:first-child th:first-child,
    table.Info tr:first-child td:first-child {
        border-top-left-radius: 8px;
    }

    /* top-right border-radius */
    table tr:first-child th:last-child,
    table.Info tr:first-child td:last-child {
        border-top-right-radius: 8px;
    }

    /* bottom-left border-radius */
    table tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    /* bottom-right border-radius */
    table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

.table-pages {
    margin-top: 15px;
}

.table-btn {
    height: 40px;
}

.table-tr {
    background: #009969;
    color: white;
}
.table thead {
    background: #1b8fc5;
    color:white;
}
.table tr th {
text-align:center;
}


.colorboxActive,
.colorboxActive:hover,
.colorboxActive:focus {
    z-index: 2 !important;
    color: rgb(85, 85, 85) !important;
    background-color: rgba(66,139,202,0.2) !important;
    border-color: rgba(66,139,202,0.2) !important;
    /*    opacity: 0.1;*/
}
    .colorboxActive h3 {
        color: rgb(85, 85, 85) !important;
    }
    .colorboxActive h4 {
        color: rgb(85, 85, 85) !important;
    }
    .colorboxActive p {
        color: rgb(85, 85, 85) !important;
    }


.acog-inactive {
    display: none;
}

.bootstrap-tagsinput {
    min-width: 180px;
}

.bootstrap-tagsinput input {
    width: 100%;
    min-width: 180px;
}
.checklist,
.ul,
.li{
    color:black;
}

.charm-pill {
  display: inline-block;
  border-radius: 999px;
  padding: 0.25em 1em;
  margin: 0 0.25em 0.25em 0;
  font-size: 0.95em;
  background: #eee;
  color: #333;
  font-weight: 500;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.charm-pill.high-risk {
  background: #c00;
  color: #fff;
  border: none;
}
.charm-pill.epidural {
  background: #ff7f32;
  color: #fff;
  border: none;
}
.charm-pill.shoulder {
  background: #222;
  color: #fff;
  border: none;
}
.charm-pill.diabetes {
  background: #444;
  color: #fff;
  border: none;
}