@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 {
	--DIBG: rgba(33,78,139,1.00);
	--SIBG: green;
	--HWBG: steelblue;
	--OTBG: crimson;
	--CSBG: coral;
}

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

.header{
	position: absolute;
	width: 100vw;
	height: 10vh;
	top: 0;
	left: 0;
}
.content{
	position: absolute;
	height: 42vh;
	top: 10vh;
	left: 0;
	right: 0;
}
.details{
	position: relative;
	max-width:  94vw;
	height: 45vh;
	top: 102vh;
	margin: auto;
}
.details-functions{    
	float: left;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 10vw;
    height: 45vw;
}

.details-filler{    
	float: right;
    display: block;
    position: relative;
    width: 45px;
    height: 45vw;
}
.details-filler-close{
	height: 45px;
	width: 45px;
	background-color: rgba(255,255,255,0.9);
	float: right;
	margin-top: calc(3vh - 5px);
	border-radius: calc(2vh + 10px);
	color: rgba(107,107,107,1.00);
	line-height: 44px;
	font-size: 15pt;
	text-align: center;
	border: solid 1px rgba(107,107,107,1.00);
	box-sizing: border-box;
}
.details-filler-close:hover{
	background-color: var(--INBG);
	color: white;
	border: solid 1px white;
}
.details-functions-buttons{
    height: 4vh;
    width: calc(10vw - 30px);
    background-color: rgba(255,255,255,0.9);
    float: right;
    margin: auto;
    border-radius: calc(2vh + 10px);
    color: rgba(107,107,107,1.00);
    padding: 5px 15px;
    line-height: calc(4vh + 2.5px);
    font-size: 1.5vmin;
    text-align: center;
    border: solid 1px rgba(107,107,107,1.00);
	overflow: hidden;
	
}
.details-functions-buttons:hover{
	background-color: var(--INBG);
	color: white;
	border: solid 1px white;
}
.details-title{
    color: white;
    font-family: open sans;
    font-size: 2.5vmin;
    margin-bottom: 10pt;
    text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.details-table{
    height: 45vh;
    overflow: scroll;
    width: calc(94vw - 10vw - 45px);
    position: relative;
    top: 0;
    left: 0;
	display: inline-block;
}
.details-table table{
    border-collapse: collapse;
    cursor: default;
    max-width: calc(94vw - 10vw - 45px);
    max-height: calc(90vh - 145px - 75px);
	height: 45vh;
    overflow: scroll;
    margin: auto;
    display: block;
    padding: 0 1vw;
}

.details-table thead th{
	position: sticky;
	top: 0;
	border: 0px;
}

.details-table tr:nth-child(even){
	background-color: #f2f2f2;
}
.details-table tr:nth-child(odd){
	background-color: white;
}
.details-table tr:hover{
	background-color: #ddd;
}
.details-table td, th{
	border: 1px solid #ddd;
	
}
.details-table th{
	font-family: Open Sans;
	padding: 5px 20px;
	font-size: 2vmin;
	font-weight: bold;
	background-color: rgba(33,78,139,1.00) !important;
	color: white !important;
}
.details-table td{
	font-family: Avenir;
	font-size: 1.8vmin;
	color: darkslategray;
	padding: 8px 10px;
	text-align: center;
}
.headerL{
	width: 40vw;
	height: 100%;
	display: inline-block;
	float: left;
}
.headerC{
	width: 20vw;
	height: 100%;
	display: inline-block;
	float: none;
}
.headerR{
	width: 40vw;
	height: 100%;
	display: inline-block;
	float: right;
	font-family: Open Sans;
	font-weight: bold;
}

.ScopeSelector{
	height: 4vh;
	min-width: 29%;
	background-color: rgba(255,255,255,0.6);
	float: right;
	margin-right: calc(14% - 16px);
	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: 1.5vmin;
	text-align: center;
	font-weight: bolder;
	font-family: Open Sans;
	border: solid 1px rgba(107,107,107,1.00);
	
}

.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: 1.8vmin;
	text-align: center;
	border: solid 1px rgba(107,107,107,1.00);
	
}
.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: 2.5vmin;
	text-align: center;
	border: solid 1px rgba(107,107,107,1.00);
	box-sizing: border-box;
}
.indicator{
	width: calc((100% - (14px * 2))/2);
	height: calc(42vh - 10px);
	margin: 5px 0 0 5px;
	text-align: center;
	color: #3E3E3E;
	background-color: #E8E8E8;
	border-radius: 20px 20px 0 0;
	display: inline-block;
	border: 1px #4B4B4B solid;
	padding: 5px 0 0;
	overflow: hidden;
	scrollbar-width: none;
}
.indicator h1, h2, h3, h4, h5, h6{
	margin: 20px 0;
	margin-block-start: 0;
	margin-block-end: 0;
	height: 40px;
	line-height: 40px;
}
.indicator h1{
	text-align: left;
	padding-left: 20px;
	float: left;
	font-size: 0.8em;
}
.indicator h4{
	text-align: right;
	padding-right: 20px;
	float: right;
	font-size: 0.7em;
}
.indicator span{
	font-size: 1em;
}
.indicator #GHeader{
	height: 10%;
	width: 90%;
	position: relative;
	top: 0;
	left: 5%;
	text-align: center;
}
.indicator #GHeader h1{
	font-size: 14pt;
	font-family: Arial;
	color: #4F4F4F;
}
.indicator #GContent {
	height: 80%; 
	width: 80%; 
	padding: 10% 10%;
}
.indicator #goalmark{
	display: block;
	position: relative;
	top: -5%;
	left: -5%;
	margin-top: -50%;
	transform: rotate(calc(-90deg + (0.5713 * 180deg)));
	transform-origin: 50% 50%;
	height: 110%;
	width:  110%;
}
.indicator #GTitles{
	display: block;
	position: relative;
	top: -130%;
	left: 0%;
	height: 110%;
	width:  100%;
	font-family: Arial;
	dominant-baseline: middle;
	text-anchor: middle;
}
.indicator #GGoal{
	font-size: 14pt;
	fill: gray;
}
.indicator #GActual{
	font-size: 54pt;
	fill: rgba(129,203,181,1.00);
}
.indicator #GLabel{
	font-size: 12pt;
	fill: rgba(129,203,181,1.00);
}
.indicator-functions{
    display: block;
    position: relative;
    float: right;
    padding: 2pt;
    margin: 2pt 10pt;
}
.indicator-functions button{
    height: 20pt;
    background-color: rgba(33,78,139,1.00);
    float: right;
    margin: auto;
    border-radius: calc(2vh + 10px);
    color: white;
    padding: 5px 15px;
    font-size: 10pt;
    text-align: center;
    border: solid 1px white;
}
.indicator-functions button:hover{
	background-color: #D0D0D0;
	color: var(--INBG);
	border: solid 1px var(--INBG);
}
.indicator-color{
	width: 100%;
	height: 5px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 1px;
		
}
.indicator-half {
	width: calc(96% / 4);
}

@keyframes CSAT{
	0%{
		transform: scale(0);
	}
	90%{
		transform: scale(1);
	}
	98%{
		transform: scale(0.98);
	}
	100%{
		transform: scale(1);
	}
}

.chart{
	width: calc((100vw - (14px * 2) - (10px * 2))/2);
	height: calc(42vh - 92px);
	display: block;
	float: left;
	position: relative;
	margin: 0 5px;
}
.chart-half {
	width: calc((100vw - (30px * 2) - (10px * 2))/4);
}
.chartpie {
	height: calc(42vh - 92px);
}

.chart img{
	max-height: 99%;
	max-width: 99%;
	animation-name: CSAT;
	animation-duration: 3s;
	transition-timing-function:ease-in;
}
/*
.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;
}
*/

#DITB{
	display: none;
}
#DITB th{
	background-color: var(--DIBG) !important;
}
#SITB{
	display: none;
}
#SITB th{
	background-color: var(--SIBG) !important;
}
#HWTB{
	display: none;
}
#HWTB th{
	background-color: steelblue !important;
}
#OTTB{
	display: none;
}
#OTTB th{
	background-color: crimson !important;
}
#CSTB{
	display: none;
}
#CSTB th{
	background-color: var(--CSBG) !important;
}

.SITBBG{
	background-color: var(--SIBG) !important;
}
.DITBBG{
	background-color: var(--DIBG) !important;
}
.HWTBBG{
	background-color: var(--HWBG) !important;
}
.OTTBBG{
	background-color: var(--OTBG) !important;
}
.CSTBBG{
	background-color: var(--CSBG) !important;
}

.ExpiredMaster{
	width: 100%;
	height: 100%;
	position: absolute;
	background:url(ExpiredBG.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
}
.Expired{
	width: 468px;
	text-align: center;
	height: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 7px;
	border: 0.5px solid #828181;
	display: inline-block;
	font-family: Avenir;
	background: radial-gradient(at -50px -50px, #d5d7d8, #f6fafc);	
}
.ExpiredTitle{
	width:100%;
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;
	font-family: Avenir;
	font-size: 14pt;
}
.logInBTN{
	background-color: #33538D;
	font-family: Avenir Medium;
	font-size: 10pt;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 60%;
}

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

.green {
	color: forestgreen!important;
}
.red {
	color: firebrick !important;
}
