﻿/*@page {
    size: A4 portrait;
}*/

.blink_me {
    animation: blinker 2.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.psummy {
    color: black !important;
    font-weight:bold;
}
#chsago svg .strengline {
    stroke: black;
    opacity: 0.7;
}

#chsago svg .gridstrengline {
    stroke: black;
    opacity: 0.2;
    /*    opacity: 0.7;*/
}

#chsago svg .gridweakline {
    stroke: darkgray;
    opacity: 0.2;
    /*    opacity: 0.5;*/
}

#chsago svg .weakline {
    stroke: darkgray;
    /*    opacity: 0.2;*/
    opacity: 0.5;
}

#chsago svg .weaklines {
    stroke: darkgray;
    opacity: 0.8;
}

#chsago svg path.redline {
    stroke: black;
    stroke-width: 1.5px;
    opacity: 1;
}

#chsago svg .Redline {
    stroke: red;
    opacity: 0.5;
}

#chsago svg path.line {
    stroke: blue;
    /* fill: red; */
    stroke-width: 2px;
}

#chsago svg path.BPline {
    stroke: blue;
    /* fill: red; */
    stroke-width: 2px;
}

#chsago svg path.BPline:hover {
    stroke-width: 6px;
}

#chsago svg path.lineODA {
    stroke: blue;
    /*fill: red;*/
    stroke-width: 2px;
}

#chsago svg circle.lineODA {
    stroke: blue;
    fill: blue;
}

#chsago svg circle.lineODA:hover {
    r: 10;
}

#chsago svg path.lineOrder {
    stroke: red;
    stroke-width: 2px;
}

#chsago svg path.lineOrder:hover {
    /*        stroke:blue;*/
    stroke-width: 7px;
}

#chsago svg circle.line {
    stroke: blue;
    fill: blue;
}

#chsago .lineHR {
    stroke: red;
    fill: red;
}

#chsago .linetotal {
    stroke: red;
    fill: red;
}

#chsago svg path.lineHR {
    stroke-width: 2px;
}

#chsago svg circle.lineHR:hover {
    r: 10;
}

#chsago svg circle.lineHR {
    stroke: red;
    stroke-width: 2px;
}

#chsago .lineTEMP {
    stroke: blue;
    fill: blue;
}

#chsago .lineRR {
    stroke: orange;
    fill: orange;
}

#chsago .lineBP {
    stroke: black;
}

#chsago svg circle.line:hover {
    r: 10;
}

#chsago svg rect.danger {
    fill: red;
    stroke: none;
    opacity: 0.3;
    stroke-width: 0;
}

#chsago svg rect.warning {
    fill: yellow;
    stroke: none;
    opacity: 0.8;
    stroke-width: 0;
}

#chsago svg rect.header {
    fill: inherit;
    stroke: none;
    opacity: 0.6;
    stroke-width: 0;
}

#chsago svg circle.info {
    fill: deepskyblue;
    stroke: none;
    opacity: 1;
    stroke-width: 0;
}

#chsago svg path.white_line {
    stroke: white;
    stroke-width: 4px;
}

#chsago svg .show {
    stroke: white;
    font-size: 1.1rem;
    fill: black;
}

#chsago svg .invis {
    stroke: none;
    stroke-width: 0;
    opacity: 0;
    fill: transparent;
}


/*#head.fixed {
    position: fixed !important;
    top: 60px;
    z-index: 2;
    background-color: white;
}*/

#chsago .nav-tabs .nav-item.show .nav-link, #chsago .nav-tabs .nav-link.active {
    background-color: cadetblue;
}

#chsago table, #chsago th, #chsago td {
    border: 1px solid black;
}

#chsago ::-webkit-scrollbar {
    display: none;
}

#chsago #maincontain {
    height: calc(100vh - 230px);
}

#chsago .btn-footer-active {
}

#chsago .card-problem {
    /*height: 110px;*/
    height: 165px;
    border-radius: 10px;
    background-size: cover;
    border: 3px solid;
    overflow: hidden;
}


#chsago .text-overflow-ellipsis {
    text-overflow: ellipsis
}

#chsago .right-menu {
    top: 500px;
    height: auto;
    right: 0px;
    left: auto;
    vertical-align: middle;
}

#chsago #videoCamera, #chsago #videoCameraNurse {
    background: #222;
    --width: 100%;
    width: var(--width);
    height: calc(var(--width) * 0.75);
}

#chsago .right-menu .btn {
    border-radius: 0; /*.25rem 0 0 .25rem;*/
}

#chsago .modal-full {
    max-width: 100%;
    height: 100vh;
    margin: 0;
}

#chsago .modal-full .modal-body {
    max-height: 100%;
}

#chsago .event-body {
    max-height: 100%;
    overflow: auto;
    margin-top: 5px;
    margin-bottom: 60px;
}

#chsago .modal-header {
    background-color: #212529;
    color: white;
}

#chsago .modal .modal-body datalist {
    width: 121%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#chsago .modal .modal-body datalist option {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

#chsago .nav-tabs .nav-item.show .nav-link, #chsago .nav-tabs .nav-link.active {
    background-color: cadetblue;
}

#chsago table, #chsago th, #chsago td {
    border: 1px solid black;
}

#chsago a.nav-link {
    color: black;
}

#chsago ul.nav-tabs .nav-link.active {
    color: white;
    background-color: dimgrey;
}

#chsago #tableIV tr td div {
    font-size: .75rem;
}

#chsago #tableIV tr td {
    width: 7%;
}

#chsago #tableIV tr td:first-of-type {
    width: 5%;
}

#chsago .nav-tabs .nav-link.active {
    background-color: rgb(73, 80, 87);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
}

#chsago .card.focus-active {
    border-left: 3px solid red;
}

#chsago .focus-active .card-header {
}

#chsago .card.focus-success {
    border-left: 3px solid green;
}

#chsago .btn-group-xs > .btn, #chsago .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

#chsago .card-header {
    background-color: #343a40;
    display: flex !important;
    align-items: center !important;
    color: white;
    justify-content: space-between !important;
    border-radius: 15px !important;
}

    #chsago .card-header label {
        margin: 0px;
    }

#chsago .default {
    border-color: #e7e7e7;
    color: black;
}

    #chsago .default:hover {
        background: #e7e7e7;
    }

#chsago .tbtn {
    padding: .375rem .75rem;
    cursor: pointer;
}

#chsago .btn-footer {
    background-color: white;
    border-radius: 0px;
}

#chsago .btn-footer-active {
    background-color: #6c757d;
}

#chsago .btn-home {
    margin-left: 5px;
    margin-right: 5px;
    height: 50px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#chsago .font {
    font-size: 13px;
    font-family: 'verdana';
}

#chsago .w-33 {
    width: 33.33% !important;
}

#chsago #emar_table tr td.bg-secondary {
    color: white;
}


#chsago #emar_table {
    border-collapse: separate;
    border-spacing: 0px;
}

    #chsago #emar_table thead tr:first-child td {
        background: white;
        position: sticky;
        top: 58px;
        z-index: 1;
    }

    #chsago #emar_table thead tr:nth-child(2) td {
        background: white;
        position: sticky;
        top: 93px;
        z-index: 1;
    }

#chsago .card {
    border-radius: 15px;
}

    #chsago .card .card-header button.btn {
        border-radius: 30%;
    }

#chsago .form-control, #chsago .input-group, #chsago .input-group .btn {
    border-radius: 15px;
}

#chsago textarea {
    border-radius: 15px !important;
}

#chsago .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

#chsago div.header {
    display: none;
}

/*@media print {
    @page {
        margin: -10mm 5mm 3mm 5mm;
    }

    div.header {
        display: block;
    }

    #emar_table thead tr:first-child td {
        position: initial;
    }

    #emar_table thead tr:nth-child(2) td {
        position: initial;
    }

    table, table tr, table td, table thead, table tbody {

    }

}*/

#chsago table td.bg-disble {
    background-color: #6c757d !important;
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

#chsago .modal {
    overflow: hidden;
}

#chsago .modal-body {
    max-height: 600px;
    overflow: auto;
}
/*  .modal-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: #212529;
        color: white;
    }*/




/*@media only screen and (max-width: 1400px) {*/
    /*  #sc {
            height: 300px !important;
            width: 100% !important;
        }

        .chart {
            height: 400px !important;
        }*/
    /* .chart-canvas{
            height:300px;
        }*/
/*}*/

#chsago svg circle.info {
    display:none;
}

.printdcnew {
    padding-left: 3% !important;
    padding-right: 3% !important
}
@media print {

    .table td, .table th .printdcnew {
/*        background-color: green !important;
        padding-left: 0% !important;
        padding-right: 0% !important*/
    }
}




