﻿



/*@page {
    size: A4 portrait;
}*/


.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;
}



#lab_table.table tr {
	font-size: 14px;
}

#lab_table.table tbody td {
	padding: 2px 2px 2px 4px
}

.modal {
	background-color: rgba(0,0,0,.5);
}

	.modal .modal-dialog.modal-loading {
		margin: auto;
		margin-top: 40vh;
		color: #fff;
		text-align: center;
	}

	.modal .modal-dialog.modal-fullscreen {
		max-width: 100vw;
		max-height: 100vh;
		width: 100%;
		height: 100%;
		margin: 0;
	}

		.modal .modal-dialog.modal-fullscreen .modal-content {
			border: 0;
			border-radius: unset;
			height: 100%;
			max-height: 100%;
		}

.modal-backdrop {
	display: none;
}

.card .card-header {
	display: flex;
	justify-content: space-between !important;
}

	.card .card-header:after {
		content: none;
	}

.card.note1 .card-header {
	background-color: var(--cyan);
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.card.note2 .card-header {
	background-color: #595959;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.card.card-day {
	background-color: transparent;
	box-shadow: none;
}

	.card.card-day .card-header {
		background-color: var(--teal);
		color: #fff;
	}

.patient-card {
	border-left-width: 10px;
	border-left-color: #fff;
}

	.patient-card.patient-card-type-1 {
		border-left-color: #dc3545 !important;
	}

	.patient-card.patient-card-type-2 {
		border-left-color: #ea7dc7 !important;
	}

	.patient-card.patient-card-type-3 {
		border-left-color: #ffc107 !important;
	}

	.patient-card.patient-card-type-4 {
		border-left-color: #28a745 !important;
	}

	.patient-card.patient-card-type-5 {
		border-left-color: #fff !important;
	}

#chnuro .red {
	background-color: red;
}

/*@page {
    size: A4 portrait;
    size: A4 portrait;
    margin: 0 0px;
}*/

#chnuro .hh:hover {
	background-color: lightgray;
}

#chnuro .fa-2xs {
	font-size: 5px !important;
}

#chnuro .fa-xs {
	font-size: 10px !important;
}

#chnuro .fa-lg {
	font-size: 18px !important;
}

#chnuro .fa-2x {
	font-size: 21px !important;
}

#chnuro .fa-3x {
	font-size: 24px !important;
}

#chnuro .rotate {
	width: 30px;
	transform: rotate(-180deg);
	writing-mode: vertical-lr;
}

#chnuro .rotate2 {
	transform: rotate(-180deg);
	writing-mode: vertical-lr;
}

#chnuro .eye {
	width: 50px;
}

#chnuro br {
	content: "";
	margin: 0.5em;
	display: block;
	margin-bottom: -20px;
}

#chnuro #none {
	display: none;
}

#chnuro .table-bordered td, #chnuro .table-bordered th {
	border: 1px solid black !important;
	padding: 1px
}

#chnuro table, #chnuro table #chnuro tr, #chnuro table td, #chnuro table thead, #chnuro table tbody {
	color: black;
	/*height: 100%;*/
	border: 1px solid #0000 !important;
}

#chnuro .table td, #chnuro .table th {
	padding: 0.1rem;
	vertical-align: middle !important;
	border-top: 1px solid #dee2e6;
}

#chnuro .remarks {
	width: 20px !important;
}


.leftflow {
	max-height: calc(100vh - 310px);
	overflow-x: hidden;
}
.leftflowindex {
	max-height: calc(100vh - 145px);
/*	overflow-x: hidden;*/
	/*overflow-x: hidden;*/
}
/*.cc {
	max-height: calc(100vh - 270px);
}*/


::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	border-radius: 4px;
	background: transparent;
	transition: all .3s ease;
}

	::-webkit-scrollbar:hover {
		background: #c6c7ca;
	}

::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.3);
	border-radius: 4px;
}

	::-webkit-scrollbar-thumb:hover {
		background: #777779;
	}

::-webkit-scrollbar-track {
	background: transparent;
}

	::-webkit-scrollbar-track:hover {
		background: rgba(0,0,0,.15);
	}

@keyframes blinking {
	from, to {
		border-right-color: #f8f9fa
	}

	50% {
		border-right-color: #0070c0
	}
}
.blink {
	animation: blinker 2s linear infinite;
	color: darkslategrey;
	font-family: sans-serif;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}