@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{
	width: 10px;
	display: none;
}
::-webkit-scrollbar-track{
	background-color: rgba(0,114,255,0.00);
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #878787;
}
*/

::-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;
}

.header{
	position: absolute;
	width: 100vw;
	height: 10vh;
	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-right: 50px;
	margin-top: calc(3vh - 5px);
	border-radius: calc(2vh + 10px);
	color: rgba(107,107,107,1.00);
	padding: 5px 15px;
	line-height: calc(4vh + 2.5px);
	font-size: 10pt;
	text-align: center;
	
}
.Avatar{
	height: calc(4vh + 10px);
	width: calc(4vh + 10px);
	background-color: rgba(255,255,255,0.6);
	float: right;
	margin-right: 3px;
	margin-top: calc(3vh - 5px);
	border-radius: calc(2vh + 10px);
	color: rgba(107,107,107,1.00);
	line-height: calc(4vh + 6px);
	font-size: 15pt;
	text-align: center;
	border: solid 1px rgba(107,107,107,1.00);
	box-sizing: border-box;
}

.sidebar{
	background-color: rgba(255,255,255,0.95);
	width: 300px;
	position: absolute;
	top: 10vh;
	left: 50px;
	border-radius: 5px;
	border-color: darkgray;
	border-width: 1px;
	border-style: solid;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: default;
}
.sidebar-buttons{
	/*margin-top: 20px;*/
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: flex;
}
.sidebar-buttons:hover{
	background-color: lightgray;
}
.sidebar-buttons:active{
	background-color: aliceblue;
}
.sb-button{
	width: 30px;
	height: 30px;
	background-size: cover;
	border-radius: 8px;
}
.OC{
	background-image: url("document.png");
	background-size: cover;
}
.OR{
	background-image: url("phone.png");
	background-size: cover;
}
.RR{
	background-image: url("download.png");
	background-size: cover;
}
.BV{
	background-image: url("checkbox.png");
	background-size: cover;
}
.A07{
	background-image: url("rocket.png");
	background-size: cover;
}
.sb-label{
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	margin-left: 15px;
	width: 180px;
}
.MsgBubble{
	min-width: 20px;
	height: 20px;
	padding: 5px;
	border-radius: 15px;
	background-color: red;
	color: white;
	line-height: 18px;
	text-align: center;
	font-size: 14pt;
	font-family: Open Sans;
	font-weight: bolder;
	display: none;
}

.Welcome{
	width: 0px;
	height: calc(7vh - 10px);
	max-height: calc(7vh - 10px);
	border-radius: 4.5vh;
	//padding: 1px 15px;;
	margin: 1.5vh 50px;
	font-family: Open Sans;
	color: rgba(107,107,107,1.00);
	//text-shadow: 5px 5px 15px rgba(0,0,0,1.00);
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	white-space: nowrap;
	text-align: center;
	
}
.wName{
	font-size: 16pt;
	font-weight: bold;
}
.wMessage{
	font-size: 11pt;
}

.canvas{
	background-color: rgba(255,255,255,0.95);
	max-width: calc(100vw - 480px);
	height: 0vh;
	max-height: calc(90vh - 75px);
	position: absolute;
	top: 10vh;
	left: 370px;
	border-radius: 5px;
	border-color: darkgray;
	border-width: 1px;
	border-style: solid;
	padding: 20px 30px;
	overflow: hidden;
	visibility: hidden;
}
.canvasTop{
	font-family: Helvetica Neue Light;
	border-bottom: solid rgba(203,203,203,1.00) 1px;
	height: 50px;
	color: rgba(203,203,203,1.00);
	display: flex;
}
.inLabel{
	margin-left: auto !important;
	color: black!important;
	font-family: Open Sans !important;
	font-weight: bolder !important;
	display: flex;
}
.inIcon{
	width: 50px !important;
	height: 50px !important;
	margin-left: 15px !important;
}
.canvasTopElement{
	line-height: 50px;
	position: relative;
	color: rgba(142,142,142,1.00);
	max-height: 50px;
	display: flex;
	cursor: pointer;
	margin-right: 50px;
	width: 150px;
}
.cte-button{
	width: 30px;
	height: 30px;
	background-size: cover;
	border-radius: 8px;
	margin-top: 10px;
	margin-left: 10px;
}
.cte-label{
	vertical-align: middle;
	line-height: 50px;
	display: inline-block;
	margin-left: 5px;
	font-weight: 300;
	font-size: larger;
	letter-spacing: 2px;
}

.canvasBody{
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	max-width: calc(100% - 100px);
	max-height: calc(90vh - 140px - 75px);
	
}
.canvasBody table{
	border-collapse: collapse;
	cursor: default;
	width: auto;
	max-width: calc(100% - 2px);
	max-height: calc(90vh - 145px - 75px);
	overflow: scroll;
	display: inline-block;
}

.canvasBody thead th{
	position: sticky;
	top: 0;
	border: 0px;
}

.canvasBody tr:nth-child(even){
	background-color: #f2f2f2;
}
.canvasBody tr:nth-child(odd){
	background-color: white;
}
.canvasBody tr:hover{
	background-color: #ddd;
}
.canvasBody td, th{
	border: 1px solid #ddd;
	
}
.canvasBody th{
	font-family: Open Sans;
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
}
.canvasBody td{
	font-family: Avenir;
	font-size: 8pt;
	color: darkslategray;
	padding: 8px 20px;
}

#MITotalLabel{
	text-align: right;
}
#MITotalValue{
	text-align: center;
}

.CA1{
	width: calc(30% - 30px);
	height: calc(50% - 30px);
	background-color: cornflowerblue;
	display: none;
}

.canvasFooter{
	font-family: Open Sans;
	margin-top: 20px;
}
.printButton{
	float: right;
	padding: 5px 20px;
	margin: 0 10px;
	border-radius: 100vw;
	background-color: lightgray;
}

.PClass{
	color: rgb(255,220,220) !important; 
	background: rgba(164,0,0,1.00) !important;
	font-weight: bolder !important;
}
.WClass{
	color: rgba(180,129,78,1.00) !important; 
	background: rgba(255,245,196,1.00) !important;
	font-weight: bolder !important;
}
.IClass{
	color: white !important; 
	background: rgba(108,172,105,1.00) !important;
	font-weight: bolder !important;
}

#OCTD{
	display: none;
}
#OCTD th{
	background-color: forestgreen !important;
	color: white !important;
}
#ORTD{
	display: none;
}
#ORTD th{
	background-color: rgba(33,78,139,1.00) !important;
	color: white !important;
}
#RRTD{
	display: none;
}
#RRTD th{
	background-color: rgba(128,72,166,1.00) !important;
	color: white !important;
}
#BVTD{
	display: none;
}
#BVTD th{
	background-color: rgba(239,115,51,1.00) !important;
	color: white !important;
}
#A07TD{
	display: none;
}
#A07TD th{
	background-color: var(--A07BG) !important;
	color: white !important;
}
#A07TD td:nth-child(5),#A07TD td:nth-child(2),#A07TD td:nth-child(3),#A07TD td:nth-child(6){
	padding: 8px 4px;
}
#OCKP{
	height: 100%;
	max-height: calc(90vh - 140px - 75px);
	background-color: cornflowerblue;
	display: none;
	overflow: hidden;
}

#TO-DO{
	stroke: rgba(28,75,106,1.00);
}
#cb1{
	color: rgba(28,75,106,1.00);
	border-bottom: 1px solid rgba(28,75,106,1.00);
}
#cb2{
	display: none !important;
}
#cb3{
	display: none !important;
}

.chart{
	width: 596px;
	height: 296px;
	background-color: whitesmoke;
	border: 2px;
	border-color: cornflowerblue;
	border-style: outset;
	display: block;
	float: left;
	margin: 20px;
}
.gauge{
	width: 296px;
	height: 296px;
	background-color: whitesmoke;
	border: 2px;
	border-color: cornflowerblue;
	border-style: outset;
	display: block;
	float: left;
	margin: 20px;
}
.gauge #GHeader{
	height: 10%;
	width: 90%;
	position: relative;
	top: 0;
	left: 5%;
	text-align: center;
}
.gauge #GHeader h1{
	font-size: 14pt;
	font-family: Arial;
	color: #4F4F4F;
}
.gauge #GContent {
	height: 80%; 
	width: 80%; 
	padding: 10% 10%;
}
.gauge #goalmark{
	display: block;
	position: relative;
	top: -5%;
	left: -5%;
	margin-top: -50%;
	transform: rotate(calc(-90deg + (0.90 * 180deg)));
	transform-origin: 50% 50%;
	height: 110%;
	width:  110%;
}
.gauge #GTitles{
	display: block;
	position: relative;
	top: -130%;
	left: 0%;
	height: 110%;
	width:  100%;
	font-family: Arial;
	dominant-baseline: middle;
	text-anchor: middle;
}
.gauge #GGoal{
	font-size: 14pt;
	fill: gray;
}
.gauge #GActual{
	font-size: 54pt;
	fill: rgba(129,203,181,1.00);
}
.gauge #GLabel{
	font-size: 12pt;
	fill: rgba(129,203,181,1.00);
}
.equation{
	width: 586px;
	height: 286px;
	border: 2px;
	border-color: lightcoral;
	background-color: whitesmoke;
	border-style: outset;
	display: block;
	float: left;
	margin: 20px;
	font-family: Helvetica Neue;
	font-size: 13;
	padding: 5px;
}

.transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}
