@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@font-face {
    font-family: Avenir;
    src:url(AvenirNext-Regular-08.ttf);
}
@font-face {
	font-family: Avenir Ultra Light;
	src: url(AvenirNext-UltraLight-11.ttf);
}
@font-face {
	font-family: Avenir Medium;
	src: url(AvenirNext-Medium-06.ttf);
}
@font-face{
	font-family: Helvetica Neue Light;
	src: url(HelveticaNeue-Light-08.ttf);
}

::-webkit-scrollbar{
	display: none;
}
:root {
	--A01BG: #005B97;
	--A02BG: #009245;
	--A03BG: #93278F;
	--A04BG: #6D4C3D;
	--A05BG: #FBB03B;
	--A06BG: #009444;
	--A07BG: #CC3641;
	--B01BG: #00729A;
	--C01BG: #F94144;
	--C02BG: #F9C74F;
	--C03BG: #43AA8B;
	--C04BG: #F9844A;
	--C05BG: #577590;
	--C06BG: #277DA1;
	--LOAD1: #D8F3DC;
	--LOAD2: #95D5B2;
	--LOAD3: #1B4332;
}

body{
	font-family: Avenir;
	background-color: white;
	height: 99.5vh;
	background-attachment: fixed;
	background-size:cover;
	background-position: center;
	background-position: fixed;
	background-repeat: no-repeat;
	background-image: url("Background-Day.png");
	margin: 0;
	color: rgba(46,46,46,1.00);
	font-size: 2vmin !important;
}

.header{
	position: absolute;
	width: 100vw;
	height: 6vh;
	top: 0;
	left: 0;
}
.headerL{
	width:33.33vw;
	height: 100%;
	display: inline-block;
	float: left;
}
.headerC{
	width: 33.33vw;
	height: 100%;
	display: inline-block;
	float: none;
}
.headerR{
	width: 33.33vw;
	height: 100%;
	display: inline-block;
	float: right;
	font-family: Open Sans;
	font-weight: bold;
}

.Logo{
	width: 7vh;
	height: 7vh;
	background-color: rgba(255,255,255,0.6);
	margin:1.5vh auto;
	overflow: hidden;
}
.Logo img{
	width: 7vh;
	object-fit: scale-down;
}
.Name{
	height: 4vh;
	min-width: 30%;
	background-color: rgba(255,255,255,0.6);
	float: right;
	margin: 1vh;
	border-radius: calc(2vh + 10px);
	color: rgba(107,107,107,1.00);
	padding: 0.625vh 1.18vw;
	line-height: calc(4vh + 2.5px);
	font-size: 1.6vmin;
	text-align: center;
	
}
.Avatar{
	height: calc(4vh + 10px);
	width: calc(4vh + 10px);
	background-color: rgba(255,255,255,0.6);
	float: right;
	margin: 1vh;
	border-radius: calc(2vh + 10px);
	line-height: calc(4vh + 6px);
	font-size: 2vmin;
	text-align: center;
	box-sizing: border-box;
}


.Ribbon {
	width: 100vw;
	height: 13vh;
	display: block;
	margin: 7vh 0 2vh;
	overflow: hidden;
	color: rgba(75,75,75,1.00) !important;
	border-bottom: 1px solid rgba(75,75,75,1.00);
	border-top: 1px solid rgba(75,75,75,1.00);
	padding: 0.7vh 0 0.3vh;
	background-color: rgba(255,255,255,0.55);
}
.ribTitles {
	height: 2vh;
	text-align: center;
}
.ribLeft {
	width: 91vw;
	padding: 0 0 0 1vw;
	height: calc(100% - 2vh);
	display: inline-block;
	float: left;
	overflow: hidden;
}
.dateDiv {
	width: 12vw;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	float: left;
	margin-right: 2vw;
	height: 100%;
}
.dateLine {
	width: 100%;
	display: table-cell;
	margin: 0.3vh 0;
	vertical-align: middle;
}
.msDiv {
	width: 77vw;
	display: flex;
	flex-direction: column;
	overflow: scroll;
	float: right;
	flex-flow: wrap;
	font-size: 1.5vmin;
	height: 100%;
}
.msCB {
	width: 11vw;
	height: 2.5vh;
	overflow: hidden;
}
.msCB label {
	font-size: 1.5vmin !important;
}
.ribLeft input[type=date], select, button {
	border-radius: 1vh;
	border-width: 1px;
	border-style: solid;
	font-family: Avenir;
	font-size: 1.5vmin;
	color: rgba(75,75,75,1);
}
.ribLeft input[type=date] {
	float: right;
	height: 4vh;
	width: 8.5vw;
	text-align: end;
}
.ribLeft input[type=date]:hover {
	background-color: rgba(227,227,227,1.00);
	cursor: pointer;
}
.dl {
	height: 4vh;
	text-align: right;
	width: 2.5vw;
	line-height: 4vh;
	overflow: hidden;
	display: inline-block;
}
.ribLeft label {
	font-size: 1.5vmin;
}
.ribLeft select {
	margin-left: 2vw;
	padding: 0 2vw;
}
.ribLeft option {
	font-size: 2vmin;
}
.Ribbon input[type=checkbox] {
	height: 1.5vmin;
	width: 1.5vmin;
}
.Ribbon input[type=checkbox] {
	background-color: rgba(200,200,200,1.00);
	cursor: pointer;
}
.Ribbon button {
	border-radius: .5vh;
	border-width: 1px;
	border-style: solid;
	background-color: rgba(229,229,229,1.00);
	font-family: Avenir;
	height: 4vh;
	padding: 0 1.5vw;
	font-size: 1.5vmin;
	margin: 1vh 0;
	width: 5.5vw;
}
.Ribbon button:hover {
	background-color: rgba(180,180,180,1.00);
	cursor: pointer;
}

.ribRight {
	width: 6vw;
	height: calc(100% - 2vh);
	display: flex;
	flex-direction: column;
	float: right;
	text-align: right;
	overflow: hidden;
	margin: 0 1vw;
}

.ribRight h4, h5, h6 {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0 2vw 0 0;
}
.ribRight h6 {
	margin-top: 0.3em;
}

.Main {
	width: 100vw;
	height: 75vh;
	display: inline-block;
	font-family: Avenir Ultra Light;
}
.Summaries {
	width: 100vw;
	height: 15vh;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
	overflow: hidden;
	margin: 0 0 2vh;
}
.KPIsum {
	width: 30vw;
	height: 100%;
	border: 1px solid rgba(75,75,75,1);
	background-color: rgba(255,255,255,0.35);
	box-sizing: border-box;
	border-radius: 0.5vw;
	text-align: center;
}
.KPIsum h1  {
	margin-block-start: 2.5vh;
	margin-block-end: -0.8vh;
	font-size: 3em;
	font-weight: bold;
}
.KPIsum h4 {
	margin: 0;
	font-size: 1.5em !important;
}
.Charts {
	width: 98vw;
	margin: 0 1vw;
	height: 55vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
}
.chart {
	width: 100% !important /*calc((100vw - 30px - 60px)/5)*/;
	height: 100% !important /*calc(296px - 17px)*/;
	display: block;
	float: left;
	position: relative;
}
.chart canvas {
	height: 100% !important;
	width: 100% !important;
}
.c100H025W {
	width: 29%;
	height: 100%;
	margin: 0 0 0 0.5vw;
	border: 1px solid rgba(75,75,75,1);
	background-color: rgba(255,255,255,0.35);
	box-sizing: border-box;
	border-radius: 0.5vw;
}
.c048H70W {
	width: 69%;
	height: 49%;
	border: 1px solid rgba(75,75,75,1);
	background-color: rgba(255,255,255,0.35);
	box-sizing: border-box;
	border-radius: 0.5vw;
}
.Main table {
	width: 94vw;
	border-collapse: collapse;
	max-height: calc(90vh - 145px - 75px);
	overflow: scroll;
	font-family: Helvetica Neue Light;
	margin: 0 3vw;
	font-size: 2vmin;
	display: none;
}
.Main thead {
	border-bottom: 1px solid rgba(107,107,107,1);
}
.Main thead th {
	padding: 0 0 2vh;
}
.Main tbody {
	font-family: Helvetica Neue Light;
}
.Main tbody td {
	padding: 10px 0;
	border-bottom: 1px solid rgba(163,162,162,1.00);
}
.Main tbody td:nth-child(1) {
	padding: 10px 0 10px 15px;
}
.Main tbody td:nth-child(2) {
	padding: 10px 30px 10px 0;
}
.link {
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top:  0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(99,99,99,0.65);
}
.MeetingContent {
	background-color: #fefefe;
	margin: 20vh 10vw 10vh;
	padding: 20px;
	border: 1px solid #888;
	width: 80vw;
	height: 70vh;
	border-radius: 2vmin;
}
.MeetingInfo {
	width: 20vw;
	height: 60vh;
	margin: 5vh 5vw;
	float: left;
}
.MeetingInfo h3 {
	margin-bottom: 10px;
}
.MeetingInfo h6 {
	margin: 0;
}
.MeetingInfo table {
	margin-top: 3vh;
	width: 100%;
	border-collapse: collapse;
}
.MeetingInfo tr:hover {
	background-color: lightgray;
}
.MeetingInfo td {
	padding: 0.5vh 0;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.canvas {
	width: 49vw;
	height: 0;
	margin: 5vh 0;
	padding-top: calc(49vw * .5625);
	position: relative;
	float: right;
}
.canvas video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5vh;
	left: 0;
	display: none;
}

@media only screen and (max-width: 800px) {
	input, select, label, button {
		font-size: 1.5vmin !important;
	}
	form {
		margin: 2vmin !important;
	}
	input[type=date] {
		width: 14vw;
	}
	.Main table {
		font-size: 1.7vmin !important;
	}
	.ribRight h5 {
		font-size: 0.55em !important;
	}
	.MeetingInfo td {
		font-size: 0.8em;
	}
}

