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

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;
	box-shadow:  -1px 1px 5px 1px rgba(87,87,87,0.5);
}
.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;
}
/*ICONS START*/
.A01{
	background-image: url("phone.png");
	background-size: cover;
}
.A02{
	background-image: url("mail2.png");
	background-size: cover;
}
.A03{
	background-image: url("handshake.png");
	background-size: cover;
}
.A04{
	background-image: url("lawsuit.png");
	background-size: cover;
}
.A05{
	background-image: url("folder.png");
	background-size: cover;
}
.A06{
	background-image: url("CSAT-Happy-icon.png");
	background-size: cover;
}
.A07{
	background-image: url("rocket.png");
	background-size: cover;
}
.B01{
	background-image: url("conservatorships.png");
	background-size: cover;
}
/*ICONS END*/

.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.75);
	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;
	box-shadow:  -1px 1px 5px 1px rgba(87,87,87,0.5);
}
.canvasTop{
	font-family: Helvetica Neue Light;
	/*border-bottom: solid #585858 1px;*/
	height: 50px;
	color: #585858;
	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: #585858;
	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);
}
.canvasBodyKPIs{
	margin-top: 5px !important;
	margin-left: 0px !important;
	margin-right: 50px !important;
	max-height: calc(100% - 50px);
}
.canvasBody table{
	border-collapse: collapse;
	cursor: default;
	width: auto;
	max-width: calc(100% - 20px);
	max-height: calc(90vh - 145px - 75px);
	overflow: scroll;
	display: inline-block;
}
.ClientField{
	width: 40%;
}

.canvasBody thead th{
	position: sticky;
	top: 0;
	border: 0px;
}
.canvasBody thead th:nth-child(1){
	padding: 3px 10px;
}

.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 25px;
	font-size: 9pt;
	font-weight: bold;
}
.canvasBody td{
	font-family: Avenir;
	font-size: 8pt;
	color: darkslategray;
	padding: 4px 10px;
}
.canvasBody tr td:last-child{
	/*width: 1%;
	white-space: nowrap;*/
	flex: 1;
}
#MITotalLabel{
	text-align: right;
}
#MITotalValue{
	text-align: center;
}

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

.canvasKPI{
	text-align: center;
}

.indicator{
	width: calc((100% - 76px)/4);
	height: 330px; /*360px*/
	margin: 5px;
	text-align: center;
	color: #3E3E3E;
	background-color: #FFFFFF;
	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: 1em;
}
.indicator h4{
	text-align: right;
	padding-right: 20px;
	float: right;
}
.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;
}

.indicator2X{
	width: calc((100% - 28px)/2) !important;
}
.indicator4X{
	width: calc(100% - 24px) !important;
}

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

.RedClass{
	color: rgb(255,220,220) !important; 
	background: #D33030 !important;
	font-weight: bolder !important;
	text-align: center;
}
.YellowClass{
	color: rgba(180,129,78,1.00) !important; 
	background: rgba(255,245,196,1.00) !important;
	font-weight: bolder !important;
	text-align: center;
}
.GreenClass{
	color: white !important; 
	background: rgba(108,172,105,1.00) !important;
	font-weight: bolder !important;
	text-align: center;
}
.tableImage{
	vertical-align: middle;
	text-align: center;
}
.tableImage img{
	display: block;
	height: 25px;
	width:  25px;
	margin: 0 auto;
}

#A01TD{
	display: none;
}
#A01TD th{
	background-color: var(--A01BG) !important;
	color: white !important;
}
#A02TD{
	display: none;
}
#A02TD th{
	background-color: var(--A02BG) !important;
	color: white !important;
}
#A03TD{
	display: none;
}
#A03TD th{
	background-color: var(--A03BG) !important;
	color: white !important;
}
#A04TD{
	display: none;
}
#A04TD th{
	background-color: var(--A04BG) !important;
	color: white !important;
}
#A05TD{
	display: none;
}
#A05TD th{
	background-color: var(--A05BG) !important;
	color: white !important;
}
#A06TD{
	display: none;
}
#A06TD th{
	background-color: var(--A06BG) !important;
	color: white !important;
}
#A06TDT{
	display: none;
}
#A07TD{
	display: none;
}
#A07TD th{
	background-color: var(--A07BG) !important;
	color: white !important;
}
#B01TD{
	display: none;
}
#B01TD th{
	background-color: var(--B01BG) !important;
	color: white !important;
}

#A01KP, #A02KP, #A03KP, #A04KP, #A05KP, #A06KP, #A07KP, #B01KP{
	height: 100%;
	max-height: calc(90vh - 140px - 75px);
	display: none;
	overflow: hidden;
}

#OCKP{
	height: 100%;
	max-height: calc(90vh - 140px - 75px);
	display: none;
	overflow: hidden;
}
#ORKP{
	height: 100%;
	max-height: calc(90vh - 140px - 75px);
	display: none;
	overflow: hidden;
}
#ORAN{
	height: 100%;
	max-height: calc(90vh - 140px - 75px);
	display: none;
	overflow: hidden;
}
#ORAN th{
	background-color: rgba(33,78,139,1.00) !important;
	color: white !important;
}

#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{
	color:#585858;
	border-bottom: 0px solid #585858;
}
#cb3{
	display: none !important;
	color:#585858;
	fill: #585858;
	stroke: #585858;
}

.chart{
	width: 100%; /*calc((100vw - 30px - 60px)/5)*/
	height: calc(296px - 17px);
	display: block;
	float: left;
	position: relative;
}

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

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

.DONEs {
	margin: 0 auto;
	max-height: calc(100% - 400px) !important;
}

.canvas25 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.AVGs {
	width: 100% !important;
	height: calc(100% - 40px) !important;
}

.canvas75 {
	width: 74%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.canvas50 {
	width: 49%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.ind980{
	width: 98% !important;
	height: 98% !important;
}
.ind1x1{
	width: 100% !important;
	height: calc(100% - 40px) !important;
}
.ANASummary{
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	height: 24%;
}
.ANADetails{
	display: none;
	vertical-align: top;
	padding: 5px 0;
	height: 74%;
	
}