body {
	overflow-y: scroll;
}
.header {
    margin-left: 10px;
    margin-right: 10px;
    /*text-shadow: -2px -1px black;*/

    background-color: rgba(0, 0, 0, .075);
    /*box-shadow: -2px 5px black;*/
    border-color: black;
    border-width: 1px;
    border-radius: 8px;
    border-style: solid;
}

.subheader {
    background-color: red;
    color: white;
    border-color: red;
    border-width: 2px;
    border-radius: 8px;
    border-style: solid;
}

.login {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 180px;
    padding-bottom: 230px;
    /*  border-color:black;
      border-width:2px;
      border-radius:8px;
      border-style:solid;*/
    background-color: rgba(0, 0, 0, .075);
}

.nav-tabs .nav-link {
    margin-left: 10px;
    margin-right: 0px;
    border: 1px solid transparent;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
    color: white;
    width: 120px;
    font-weight: bold;
    background-color: #0697c4;
    border-color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    border-style: solid;
}

.dvMenuContent {
    margin-left: 10px;
    margin-right: 10px;
	border: none;
    font-weight: bold;
    padding:7px;

}

.rowClass {
    border-color: white;
    border-radius: 6px;
    border-width: 2px;
    border-style: inset;
    background-color: rgba(0, 0, 0, .075);
    padding: 5px;
    font-size: 14px;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.map {
    height: 50px;
    width: 100%;
}

.lblTxt {
    color: #e23510;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
}

.logo {
    border-color: white;
    border-width: 2px;
    border-radius: 12px;
    border-style: solid;
    background-color: #0697c4;
    color: white;
}

.right-tabs .nav {
    float: right;
    border-bottom: 0px;
}

.right-tabs .nav li {
    float: left
}

.right-tabs .tab-content {
    float: left;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

.btn-Logout {
    padding: 3px;
    /*margin-top:3px;*/
    font-weight: lighter;
    width: 80px;
    height: 30px;
    background-color: #0697c4;
    color: white;
    border-color: white;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
}

.dt-head {
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    vertical-align: bottom;
}

.sc-ag-style {
    color: white;
    font-weight: bold;
    font-size: 50px;
    padding: 7px;
}

.sc-agh-style {
    color: #7B7AB6;
    font-weight: bold;
    font-size: 25px;
    padding: 4px;
}

.mobile .sc-agh-style {
	font-size: 36px;
}

.sc-d-style {
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 4px;
}

.sc-ind-style {
    color: #958FEE;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
}

.mobile .sc-ind-style {
	font-size: 32px;
}

.dv-brdr1 {
    border-color: white;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    background-color: #484c47;
}

.dp-class1 {
    border-color: white;
    border-radius: 6px;
    height: 35px;
    background-color: #5a6268;
    color: yellow;
    font-weight: bold;
    font-size: 16px;
}

.dp-class {
    border-color: white;
    border-radius: 6px;
    height: 35px;
    background-color: #5a6268;
    color: yellow;
    font-weight: bold;
    font-size: 16px;
}
.datepicker{
    z-index:1200 !important;
}

div.row label {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.5vw;
}
@media screen and (min-width: 1320px) {
	div.row label {
		font-size: 20px;
		height: 23px;
	}
}

.row {
	padding-top: 5px;
    padding-bottom: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.expanded .row {
	margin-left: -10px;
}
.tablet #dvScore .row .col-md-7 {
	flex: none;
    max-width: 110%;
}
button {
	cursor: pointer;
}
select {
	cursor: pointer;
}
#dvScore {
	padding-left: 0px;
	margin-top: -40px;
}
.expanded #dvScore {
	padding-left: 15px;
	margin-top: 0;
}
.dvScoreDiv .row {
	background: #363C45;
    color: white;
    border-bottom: 2px #49515B solid;
}

#dvMap #dvSelLocHom {
	width: 150px;
}
.basicPadding {
	margin-left: 5px;
    margin-right: 5px;
}

.dvScoreDiv .lightRow {
	background-color: #49515B;
}

.dvScoreDiv {
	padding-left: 15px;
	flex: 0 1 auto;
}

.mainScoreDiv {
	width: 100%;
	max-width: 100%;
}

.dvScoreDiv.mainScoreDiv {
	position: relative;
    left: 50%;
    transform: translate(-50%, 0);
	max-width: auto;
}

body .footerFiller {
	height: 0px;
}
body.expanded .footerFiller {
	height: 60px;
}

#dvMap {
	flex: 500 0 1%;
}

#map1 {
	position: relative;
}

#controls_container {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 400;
	width: 30px;
	height: 100%;
}

#mapHighlightRow {
    position: absolute;
    z-index: 5;
}

#mapRow {
	padding-top: 0;
}

.aggregateScore {
	z-index: 5;
	position: absolute;
    text-align: center;
	
	padding: 0;
    padding-top: 2%;
	
	height: 32%;
    width: 16%;
    margin-top: -32%;
    margin-left: 0%;
    left: 42%;
    font-size: 1.8vw;
	
	pointer-events: none;
}

.graphInnerText {
	position: relative;
	margin: 0 0 0 0;
	font-size: 1em;
    font-size: 1.5vw;
}

#scoreDiv {
	position: relative;
	padding-top: 5px;
    padding-bottom: 5px;
}

#scoreDiv.dashboard {
	margin-top: 8px;
}

.mainScoreDiv #scoreDiv {
	width: 75%;
    left: 50%;
    transform: translate(-50%, 0);
	border-bottom: none;
}

.scoreCircle {
	position: absolute;
	border-radius: 50%;
	border: 2px #958FEE solid;
	background-color: #363C45;
	z-index: 3;
	
    height: 32%;
    width: 16%;
    margin-top: -31.75%;
    margin-left: 0%;
    left: 42%;
}

.hisScoreCircle {
	visibility: hidden;
}

.hisScoreCircle.visible{
	visibility: visible;
}

.scoreAggregateContainer {
	position: relative;
	z-index: 0;
	padding-top: 47.5%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.scoreAggregateBack {
	z-index: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.hisAggregateScore {
	padding-top: 4%;
}

.centerElement {
	display: block;
	margin-left: auto;
    margin-right: auto;
	
	width: 75%;
    height: 75%;
}

.centerElement canvas {
	height: 100%;
	width: 100%;
}

.subRadarGraph {
	max-width: 100%;
	width: 33.3%;
	background-color: #A7A2A1;
}

.scoreOverlayContainer {
	position: relative;
    margin-top: auto;
    margin-bottom: auto;
	width: 100%;
}

.textOverlayContainer {
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	margin-top: -5%;
}

.expanded .textOverlayContainer {
	margin-top: -3%;
}

#dvAnalytics {
	width: auto;
	max-width: 100%;
}

#dvAnalytics .header {
	color: #7B7AB6;
	border: none;
	background: none;
}

.labelPopup {
	color: white;
    font-weight: bold;
    line-height: 1.35;
    overflow: visible;
    white-space: nowrap;
	/*
    background: #363C45;
    border-radius: 5px;
    border: 1px black solid;
	*/
	
	width: 140%;
	margin-left: -20%;
	
	text-align: center;
	
	pointer-events: none;
}

.clickable {
	cursor: pointer;
}

.mobile {
	font-size: 28px;
}

.bedOffset {
	padding-left: 33px;
}

.patientOffset {
	padding-left: 50px;
}

.copyFiller {
	width: 100%;
    height: 1.5em;
}
.copyContainer {
	right: 20px;
    float: right;
    position: absolute;
}
.minLogo {
	width: 1.6em;
	height: 1.5em;
	margin-left: 10px;
    margin-right: 10px;
}
.dvBodyMain {
	padding: 5px;
}
.dvHome {
	padding: 8px;
}
.clicked span{
	color: #11FF11;
}

.hidden {
	height: 0px;
	visibility: hidden;
}

#dvMap select, #dvMap input[type=text] {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#secondaryFooter {
	height: auto;
	padding-top: 30px;
}

.expanded #secondaryFooter {
	padding-top: 10px;
}

#secondaryFooter label {
	margin-left: 10px;
	margin-bottom: 0px;
}

#secondaryFooter a:hover {
	color: #ccc;
    text-decoration: none;
}

.row > .col-md-3 > label {
	top: 0%;
	word-break: normal;
}

.largeRow > .col-md-3 > label {
	position: absolute;
	top: auto;
    bottom: 15%; 
}

.centralTooltip {
    position: absolute;
    top: 25%;
}

div .dijitTooltipContainer {
	background-color: #49515B;
}

@media (max-width: 768px) {
	.right-tabs .nav {
		margin-right: 50px;
	}
	#dvMap {
		max-width: 75%;
	}
	.dvBodyMain {
		padding: 0;
	}
	.dvScoreTitle {
		text-align: center;
	}
	.dvMenuContent {
		margin-right: 0;
	}
	#scoreDiv {
		width: 100%;
	}
	#scoreDiv div {
		width: inherit;
	}
	#scoreDiv .scoreCircle {
		width: 16%;
	}
	.mainScoreDiv #scoreDiv {
		width: 100%;
	}
	#scoreDiv .textOverlayContainer {
		width: 100%;
	}
	#scoreDiv .aggregateScore {
		width: 16%;
	}
	.graphInnerText {
		font-size: 2em;
		font-size: 3vw;
	}
	.fakeDisplay {
		visibility: hidden;
	}
	.lineBreak {
		white-space: nowrap;
	}
	.sc-ind-style {
		font-size: 1em;
		font-size: 3vw;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.sc-d-style {
		font-size: inherit;
	}
	.sc-ind-style .areaFill {
		flex-grow: 1;
	}
	.sc-ind-style #hospitalHeader {
		text-align: left;
	}
	.bedOffset {
		padding-left: 15px;
	}
	.patientOffset {
		padding-left: 15px;
	}
	.tableNumbers {
		text-align: center;
	}
	.sc-agh-style {
		font-size: 1em;
		font-size: 4vw;
		text-align: center;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row {
		margin-right: 0;
	}
	.row  div {
		width: auto;
	}
	.largeRow > .col-md-3 > label {
		position: relative;
	}
}

.mobile #scoreDiv {
	width: 100%;
}