@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: #009245;
	--A02BG: #93278F;
	--A03BG: #F94144;
	--A04BG: #6D4C3D;
	--A05BG: #FBB03B;
	--A06BG: #009444;
	--A07BG: #00729A;
	--B01BG: #005B97;
	--B02BG: #CC3641;
	--C01BG: #F9844A;
	--C02BG: #CC3641;
	--C03BG: #43AA8B;
	--C04BG: #005B97;
	--C05BG: #577590;
	--C06BG: #277DA1;
	--LOAD1: #D8F3DC;
	--LOAD2: #95D5B2;
	--LOAD3: #1B4332;
	--E01BG: #FBB03B;
}

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: 4vw;
	margin-top: calc(3vh - 5px);
	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-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: 2vmin;
	text-align: center;
	border: solid 1px rgba(107,107,107,1.00);
	box-sizing: border-box;
}

.mainLeft {
	position: absolute;
    top: 10vh;
    left: 3.5vw;
    width: 23vw;
    height: 89vh;
}

.sidebar{
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	border-radius: 0.56vh;
	border-color: darkgray;
	border-width: 0.11vh;
	border-style: solid;
	padding-top: calc(10vh / 3);
	padding-bottom: calc(10vh / 3);
	cursor: default;
	box-shadow:  -0.11vh 0.11vh 0.56vh 0.11vh rgba(87,87,87,0.5);
	max-height: 80vh;
	overflow: scroll;
}
.CollapSidebar {
	padding: 15px 0;
	background-color: rgba(255,255,255,0.65);
}
.Collapsible {
	margin-top: -1px !important;
	padding-left: 5px !important;
    display: flex;
}
.CollapTitle {
	width: calc(100% - 50px);
	display: inline-block;
	margin: 0;
	line-height: calc(27px + (0.78vh * 2));
	height: calc(27px + (0.78vh * 2));
}
.InCollapTitle {
	border-bottom: 1px solid rgba(91,91,91,1.00);
}
.active, .Collapsible:hover {
  	background-color: lightgray;
}
.CollapButton {
	margin: 0.78vh;
	position: relative;
	height: 23px;
	width: 23px;
	border: 2px solid white;
	border-radius: 50%;
	background-color: darkgrey;
	float: left;
}
.CollapButton::before, .CollapButton::after {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 13px;
	height: 3px;
	background-color: #eef5df;
	display: none;
	content: "";
}
.CollapButton::before {
	display: block;
}
.CollapButton.plus::after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
}
.CollapButton:hover { cursor: pointer; }

.CollapBubble {
	margin: calc((27px + (0.78vh * 2))/4) 0.1vw;
	position: relative;
	height: calc((27px + (0.78vh * 2))/2);
	min-width: calc((27px + (0.78vh * 2))/2);
	border: 2px solid rgba(255,255,255,1.00);
	border-radius: calc(27px / 2);
	background-color: rgba(47,115,177,1.00);
	color: white;
	float: right;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    font-size: 90%;
    line-height: calc((27px + (0.78vh * 2))/2);
	font-weight: bold;
	padding: 0 0.5vw;
}
.ContentBubble {
	border: 2px solid rgba(255,255,255,1.00);
	background-color: rgba(47,115,177,1.00) !important;
	
}
.CollapContent {
	display: none;
	overflow: hidden;
	background-color: rgba(229,229,229,1.00);
	border-bottom: 1px solid rgba(91,91,91,1.00);
}

.sbKPITitle {
	width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 1vh;
	margin-top: calc(-10vh / 4);
}
.sidebar-buttons{
	padding-left: calc(10vh / 3);
	padding-top: 0.78vh;
	padding-bottom: 0.78vh;
	display: flex;
}
.sidebar-buttons:hover{
	background-color: lightgray;
}
.sidebar-buttons:active{
	background-color: aliceblue;
}
.sb-button{
	width: calc(10vh / 3);
	height: calc(10vh / 3);
	background-size: cover;
	border-radius: 8px;
}
/*ICONS START*/
.A01{
	background-image: url("document.png");
	background-size: cover;
}
.A02{
	background-image: url("download.png");
	background-size: cover;
}
.A03{
	background-image: url("BVF.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("phone.png");
	background-size: cover;
}
.B02{
	background-image: url("Gifts.png");
	background-size: cover;
}
.C01{
	background-image: url("checkbox.png");
	background-size: cover;
}
.C02{
	background-image: url("rocket.png");
	background-size: cover;
}
.C03{
	background-image: url("Deadline.png");
	background-size: cover;
}
.C04{
	background-image: url("checkbox.png");
	background-size: cover;
}
.C05{
	background-image: url("NoNotes.png");
	background-size: cover;
}
.C06{
	background-image: url("JTSHCall.png");
	background-size: cover;
}
.D01{
	background-image: url("Shield.png");
	background-size: cover;
}
.D02{
	background-image: url("MedCross.png");
	background-size: cover;
}
.D03{
	background-image: url("Draft.png");
	background-size: cover;
}
.E01{
	background-image: url("Mailtrays.png");
	background-size: cover;
}
/*ICONS END*/

.sb-label{
	vertical-align: middle;
	line-height: 30px;
	line-height: calc(10vh / 3);
	display: inline-block;
	margin-left: 15px;
	width: 14vw;
	font-size: 1.2vw;
	font-size: 0.9vw;
}
.sbm-label{
	vertical-align: middle;
	line-height: calc(10vh / 3);
	display: inline-block;
	margin-left: 15px;
	width: 14vw;
	font-size: 0.9vw;
}
.MsgBubble{
	min-width: 1.39vw;
	height: 1.39vw;
	padding: 0.56vh;
	border-radius: 1.39vw;
	background-color: red;
	color: white;
	line-height: 2vmin;
	text-align: center;
	font-size: 2vmin;
	font-family: Open Sans;
	font-weight: bolder;
	display: none;
}
.MsgBubbleV2 {
	position: relative;
	height: calc((27px + (0.78vh * 2))/2);
	min-width: calc((27px + (0.78vh * 2))/2);
	border: 2px solid rgba(255,255,255,1.00);
	border-radius: calc(27px / 2);
	background-color: rgba(47,115,177,1.00);
	color: white;
	float: right;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    font-size: 75%;
    line-height: calc((27px + (0.78vh * 2))/2);
	font-weight: bold;
	padding: 0 0.5vw;
}
.MetricBubble{
	background-color: #00729A !important;
}

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

.miniApps {
	margin-top: 1vh;
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	border-radius: 0.56vh;
	border-color: darkgray;
	border-width: 0.11vh;
	border-style: solid;
	padding-top: 1vh;
	padding-bottom: 1vh;
	cursor: default;
	box-shadow: -0.11vh 0.11vh 0.56vh 0.11vh rgba(87,87,87,0.5);
}
.miniAppsTitle {
	display: inline-block;
	padding-left: 1vh;
	font-size: 1vw;
}
.CaseDropdown {
    display: inline-block;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-block-end: 0;
}
.CaseDropdown input[name="Cases"] {
	width: 9vw;
	font-size: 1vw;
}
.CaseDropdown datalist {
	overflow: scroll;
}
.CTButton {
	
	width: 5vw;
	font-size: 1vw;
}

.canvas{
	background-color: rgba(255,255,255,0.75);
	max-width: 65vw;
	height: 0vh;
	max-height: calc(90vh - 75px);
	position: absolute;
	top: 10vh;
	left: 27.5vw;
	border-radius: 0.56vh;
	border-color: darkgray;
	border-width: 0.11vh;
	border-style: solid;
	padding: 2.22vh 2.08vw;
	overflow: hidden;
	visibility: hidden;
	box-shadow: -0.11vh 0.11vh 0.56vh 0.11vh 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: 25%;
}
.StatusField{
	width: 40%;
	overflow: hidden;
}

.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{
	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;
}
tr.HClass td{
	font-family: Avenir Medium !important;
	color: white !important; 
	background: #295FA4 !important;
}
tr.NClass td{
	
}
.tableImage{
	vertical-align: middle;
	text-align: center;
}
.tableImage img{
	display: block;
	height: 25px;
	width:  25px;
	margin: 0 auto;
}
/*
#moduleSeparator {
	display: none
}
#B01 {
	display: none;
}
*/
#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;
}

#B02TD{
	display: none;
}
#B02TD th{
	background-color: var(--B02BG) !important;
	color: white !important;
}

#C01TD{
	display: none;
}
#C01TD th{
	background-color: var(--C01BG) !important;
	color: white !important;
}
#C02TD{
	display: none;
}
#C02TD th{
	background-color: var(--C02BG) !important;
	color: white !important;
}
#C03TD{
	display: none;
}
#C03TD th{
	background-color: var(--C03BG) !important;
	color: white !important;
}
#C04TD{
	display: none;
}
#C04TD th{
	background-color: var(--C04BG) !important;
	color: white !important;
}
#C05TD{
	display: none;
}
#C05TD th{
	background-color: var(--C05BG) !important;
	color: white !important;
}
#C06TD{
	display: none;
}
#C06TD th{
	background-color: var(--C06BG) !important;
	color: white !important;
}

.LATable thead th:nth-child(3) {
    padding: 3px 10px !important;
}
.LATable thead th:nth-child(4) {
    padding: 3px 10px !important;
}
.LATable thead th:nth-child(6) {
    padding: 3px 10px !important;
}
.LATable thead th:nth-child(7) {
    padding: 3px 10px !important;
}
.LATable thead th:nth-child(8) {
    padding: 3px 10px !important;
}
.LATable tr > *:last-child {
	width: 64px;
}
.LATable tr > *:nth-last-child(2) {
	width: 64px;
}
.LATable tr > *:nth-last-child(3) {
	width: 64px;
}
#D01TD{
	display: none;
}
#D01TD th{
	background-color: var(--A01BG) !important;
	color: white !important;
}
#D02TD{
	display: none;
}
#D02TD th{
	background-color: var(--A02BG) !important;
	color: white !important;
}
#D03TD{
	display: none;
}
#D03TD th{
	background-color: var(--C04BG) !important;
	color: white !important;
}
#E01TD{
	display: none;
}
#E01TD th{
	background-color: var(--E01BG) !important;
	color: white !important;
}

#E01TD thead th:nth-child(2) {
	padding: 5px 12px !important;
}
#E01TD thead th:nth-child(4) {
	padding: 5px !important;
}
#E01TD thead th:nth-child(5) {
	padding: 5px !important;
}
#E01TD thead th:nth-child(6) {
	padding: 5px !important;
}
#E01TD thead th:nth-child(7) {
	padding: 5px !important;
}
#E01TD thead th:nth-child(8) {
	padding: 5px !important;
}

#A01KP, #A02KP, #A03KP, #A04KP, #A05KP, #A06KP, #A07KP, #B01KP, #D01KP, #D02KP, #D03KP, #E01KP{
	height: 100%;
	max-height: calc(90vh - 78px);
	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%;
}

.CaseTrackerModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	background-color: rgba(255,255,255,0.40);
}
.CTMContent {
	background-color: rgba(48,94,131,0.90);
	/*background: radial-gradient(at 0% top, rgba(5,102,141,0.9) 0%, rgba(0,175,185,0.75) 85%, rgba(0,129,167,1) 90%, rgba(2,195,154,0.65) 95%, rgba(240,243,189,0.6) 100%);*/
	background: radial-gradient(at 0% top, rgba(3,83,164,1) 0%, rgba(0,40,85,.75) 85%, rgba(0,18,51,.7) 90%, rgba(0,61,91,.65) 95%, rgba(66,122,161,.6) 100%);
	box-shadow: 0 0 1vmin 0.5vmin rgba(0,0,0,0.50);
	margin: 10vh auto 5vh;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 1vmin;
	width: calc(92vw - 40px);
	height: 84vh;
	overflow: hidden;
}
.close {
	color: #aaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
}
.close:hover, .close:focus {
  	color: black;
  	text-decoration: none;
  	cursor: pointer;
}

/*MODAL STYLES*/

.SVGStyle {
	display: block;
	margin: auto;
}
.TrackerStyle {
	fill: url(#white);
	stroke: url(#stroke);
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width: 1;
}
.LineStyle {
	stroke: white;
	stroke-linecap:round;
	stroke-linejoin:round;
	fill-opacity:.9;
}
.StageLine {
	stroke: white;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 0;
	fill: none;
}
.completedStage {
	stroke-width: 2 !important;
	stroke: white;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	/*filter: url(#f3);*/
}

#PLP {
	box-shadow:0 0 2px 1px #8eb716, inset 0 0 2px 1px #8eb716;
	
}
#PLPf {
	fill: white;
}
.ring2 {
	  box-shadow:0 0 1px 0px #cbe572, inset 0 0 1px 0px #cbe572;
	  -moz-animation: ring 2s ease-in-out;
	  -moz-animation-iteration-count: infinite;
	  -moz-animation-delay: 0.5s;
	  -webkit-animation: ring 2s ease-in-out;
	  -webkit-animation-iteration-count: infinite;
	  -webkit-animation-delay: 0.5s;
	  animation: ring 2s ease-in-out;
	  animation-iteration-count: infinite;
	  animation-delay: 0.5s;
}
/*
@-webkit-keyframes ring {
	  0% {-webkit-transform: scale(0.4, 0.4); opacity: 0.0;}
	  50% {opacity: 0.6;}
	  100% {-webkit-transform: scale(1.1, 1.1); opacity: 0.0;}
}
*/
/*
@-moz-keyframes ring {
	  0% {-moz-transform: scale(0.4, 0.4); opacity: 0.0;}
	  50% {opacity: 0.6;}
	  100% {-moz-transform: scale(1.1, 1.1); opacity: 0.0;}
}
*/
/*
@keyframes ring {
	  0% {transform: scale(0.4 631.12 23); opacity: 0.0;}
	  50% {opacity: 0.6;}
	  100% {transform: scale(1.1 631.12 23); opacity: 0.0;}
}
*/

.TROntime {
	fill:url(#green);
	stroke-linecap:round;
	stroke-linejoin:round;
	/*fill-opacity:.9;*/
}
.TRLate {
	fill:url(#red);
	stroke-linecap:round;
	stroke-linejoin:round;
	/*fill-opacity:.9;*/
}
.TRNA {
	fill:url(#trans);
	stroke-linecap:round;
	stroke-linejoin:round;
	/*fill-opacity:.9;*/
}
.TROpenOntime {
	fill:url(#opengreen);
	stroke-linecap:round;
	stroke-linejoin:round;
}
.TROpenWarning {
	fill:url(#warning);
	stroke-linecap:round;
	stroke-linejoin:round;
}
.TROpenLate {
	fill:url(#openred);
	stroke-linecap:round;
	stroke-linejoin:round;
}

.TrackerCanvas {
	width: calc(90vw - 20px);
	height: calc(80vh - 20px);
	margin: auto;
	display: block;
}
.StageProgress {
	width: 100%;
	height: 3vh;
	background-color: brown;
	border-radius: 1.5vh;
}
.TCSection {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TCTop {
	height: 25vh;
}
.TCTopL, .TCTopM, .TCTopR {
	vertical-align: top;
	height: 100%;
	display: inline-block;
}
.TCTopL {
	width: 31.79vw;
	font-size: 6vmin;
	color: white;
	text-align: center;
	line-height: 20vh;
	text-shadow: 2pt 2pt 2pt rgba(0,0,0,0.5);
}
.TCTopM {
	width: 1vw;
}
.TCTopR {
	width: 52.79vw;
	color: white;
}
.DescIN {
	width: min-content;
	max-width: 14.5vh;
	height: 5vh;
	margin-left: 3vh;
	margin-top: 1vh;
	margin-right: 1vh;
	font-size: 5vh;
	line-height: 5vh;
	text-align: center;
	display: inline-block;
}
.DescDEF {
	max-width: calc(100% - 16.5vh);
	height: 5vh;
	margin-top: 1vh;
	font-size: 3vh;
	line-height: 5vh;
	text-align: left;
	font-style: italic;
	color: rgba(155,155,155,1.00);
	display: inline-block;
	padding: 0 1em;
}
.DescDEFBorders {
	border-left: thin solid rgba(155,155,155,1.00);
	border-right: thin solid rgba(155,155,155,1.00);
}
.DescEXP {
	width: calc(100% - 2vh);
	height: calc(100% - 8vh);
	margin: 1vh;
	text-align: left;
	display: inline-block;
	font-size: 1.8vmin;
	color: white;
	overflow: scroll;
}
.DescEXP p {
	margin-block-start: 0;
	margin-block-end: 1em;
}
.DescEXP ul {
	padding-inline-start: 40px;
}

.TCMiddle {
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: rgba(231,231,231,0.30);
	width: calc(90vw - 20px);
	height: 18vh;
	margin: auto;
	border: none !important;
}
.TCBottom {
	height: 44vh;
	padding-bottom: 1vw;
	padding-top: 1vw;
}
.TCB1 {
	width: 17vw;
	background-color: rgba(245,222,179,0.30);
	display: inline-block;
	margin-right: 1vw;
}
.TCB1 table {
	margin-top: 10%;
	color: white;
	font-size: small;
	border-collapse: collapse;
	max-height: 90%;
}
.TCB1 tr {
	border-bottom: thin solid white;
}
.TCB1 td {
	padding-top: 0.5em;
}
.TCB1 td:nth-child(1) {
	font-weight: bold;
    padding-right: 1em;
    font-size: 1.1em;
}
.TCB1 td:nth-child(2) {
	font-weight: lighter;
}
.TCB2 {
	width: 47vw;
	background-color: rgba(245,222,179,0.30);
	display: inline-block;
	margin-right: 1vw;
	overflow: overlay !important;
}
.TCB3 {
	width: 21vw;
	background-color: rgba(245,222,179,0.30);
	display: inline-block;
}
.TCB1, .TCB2, .TCB3 {
	height: 100%;
	border-radius: 10px;
	padding: 0.5vw;
	vertical-align: top;
	color: white;
	overflow: hidden;
}
.TCBTitle {
	width: 100%;
	height: 10%;
	border-bottom: thin solid white;
	font-size: 2.5vmin;
	text-align: left;
	line-height: 10%;
	display: flex;
	justify-content: left;
	align-items: center;
}
.CSATTitle {
	text-align: center;
}
.Smiley {
	width: 46%;
	margin: 5% 27%;
}
.Smiley img {
	width: 100%;
}
.CSATDetails {
	height: 33%;
	overflow: scroll;
}
.CSATDetails p {
	margin-block-start: 0;
	margin-block-end: 0;
}
.CSATDetails img {
	height: 1em;
}

.Animated {
  	animation: kaboom 5s infinite ease-out;
  	&:nth-child(2) {
		animation-delay: 0.1s;
  	}
  	&:nth-child(3) {
		animation-delay: 0.2s;
  	}
  	&:nth-child(4) {
		animation-delay: 0.3s;
  	}
  	&:nth-child(5) {
		animation-delay: 0.4s;
  	}
}

@keyframes kaboom {
	0% {
		position: -1000px;
		transform: scale(0);
  		}
	100% {
		transform: scale(1);
  		}
}

.stageText {
	fill: white;
}
.bar-highlight {
	fill-opacity: 1;
	filter: url(#f3);
	stroke-width: 2;
	transform: scale(1.03);
	transition: all 1s;
	transform-origin: 50% 50%;
}
.DetailsTable{
	border-spacing: 0;
	margin: 10% auto 10%;
	width: 94%;
	max-height: 80%;
	text-align: center;
	overflow: visible;
	font-size: small;
}
.DetailsTable th {
	border: none !important;
}
.DetailsTable th{
	background-color: var(--A01BG) !important;
	color: white !important;
}

.DetailsTable tr:nth-child(even){
	background-color: #f2f2f2;
}
.DetailsTable tr:nth-child(odd){
	background-color: white;
}

.DetailsTable tbody:before {
	content:"@";
	display:block;
	line-height: 0.5em;
	text-indent:-99999px;
}

.DetailsTable td:first-child {
	text-align: left;
}

.table-highlight {
	background-color: #fdffb6 !important;
	color: black;
	-webkit-background-clip: padding-box; 
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
	transform: scale(1.03);
	transition: all 1s;
	transform-origin: 50% 50%;
	filter: drop-shadow(0em 0.5em 0.2em rgba(0,0,0,0.50));
}
tr.table-highlight td{
	border-bottom: medium solid black;
	border-top: medium solid black;
	border-left: none;
	border-right: none;
}
tr.table-highlight td:first-child{
	border-left: medium solid black;
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	padding: 1em;
	
}
tr.table-highlight td:last-child{
	border-right: medium solid black;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	padding: 1em;
}

#loadingModal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                /*url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50%*/ 
                no-repeat;
}


@keyframes MOVE-BG {
	from {
		transform: translateX(0);
	}
	to { 
		transform: translateX(46px);
	}
}


.loading {
	text-align: center;
	line-height: calc(5vw - 2px);
	color: #4c3f2e;	
	position: relative;
	overflow: hidden;
	margin: calc((100vh - 5vw)/2) auto;
	font-style: italic;
	width: 80vw;
	height: 5vw;
	border-radius: 10vw;
	border: 1px var(--LOAD3) solid;
	box-shadow: inset 0px 0px 0px 0.5vw var(--LOAD1);
	display: block;
	box-sizing: border-box;
}

.bg{
	position: absolute;
	left: -46px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;

  background: -webkit-repeating-linear-gradient(
	145deg,
	var(--LOAD1) 1px,
	var(--LOAD2) 2px,
	var(--LOAD2) 11px,
	var(--LOAD1) 12px,
	var(--LOAD1) 20px
  );
  background: repeating-linear-gradient(
	-55deg,
	var(--LOAD1) 1px,
	var(--LOAD2) 2px,
	var(--LOAD2) 11px,
	var(--LOAD1) 12px,
	var(--LOAD1) 20px
	);

	-webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: .6s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	animation-name: MOVE-BG;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/*Missions Picking Styles*/

.MissionsModal {
  	display: none;
  	position: fixed;
  	z-index: 1; 
  	padding-top: 20px;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto;
  	background-color: rgba(255,255,255,0.40);
	font-size: 8pt;
}
.MissMessage {
	margin-bottom: 1%;
}
.MissMessage p {
	margin: 0;
}
.MissionsContent {
	background-color: #fefefe;
 	margin: auto;
 	padding: 20px;
 	border: 1px solid #888;
 	width: 94%;
	height: calc(100vh - 80px);
    overflow: hidden;
    border-radius: 2vh;
    box-shadow: 0.5vh 0.5vh 2vh;
}
.MissCClose {
	color: #aaaaaa;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
}
.MissCClose:hover,.MissCClose:focus {
  	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

.MITaContainer {
	width: 100%;
	height: 75%;
	overflow: hidden;
}
#ClosingExp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-size: 8pt;
	height: 75%;
	overflow: scroll;
	display: block;
	margin-bottom: 3%;
}
/*
#ClosingExp thead th {
	position: sticky;
	top: 0;
	border-top: thick solid 
}*/

#ClosingExp td, #ClosingExp th {
	border: 1px solid #ddd;
	padding: 2px 8px;
}

#ClosingExp tr:nth-child(even){background-color: #f2f2f2;}

#ClosingExp tr:hover {background-color: #ddd;}

#ClosingExp th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #4CAF50;
	color: white;
	position: sticky;
	top: 0;
	border-top: 0px solid #4CAF50;
	border-spacing: 0px;
	
}
#ClosingExp tr > *:first-child {
	width: 6.5%;
}
#ClosingExp tr > *:nth-child(3) {
	text-align: center;
	width: 6%;
}
#ClosingExp tr > *:nth-child(4) {
	text-align: center;
	width: 5%;
}
#ClosingExp tr > *:nth-child(5) {
	text-align: center;
	width: 5%;
}
#ClosingExp tr > *:nth-child(6) {
	text-align: center;
	width: 7%;
}
#ClosingExp tr > *:nth-child(7) {
	text-align: center;
	width: 7%;
}
#ClosingExp tr > *:nth-child(8) {
	text-align: center;
	width: 7%;
}
#ClosingExp tr > *:nth-child(9) {
	text-align: center;
	width: 7%;
}
#ClosingExp tr > *:nth-child(10) {
	width: 35%;
}
#ClosingExp tr > *:nth-child(11) {
	display: none;
	visibility: hidden;
	color: lightgray;
}
#ClosingExp tr > *:nth-child(12) {
	display: none;
	visibility: hidden;
	color: lightgray;
}
#ClosingExp tr > *:nth-child(13) {
	display: none;
	visibility: hidden;
	color: lightgray;
}
#ClosingExp tr > *:last-child {
	display: none;
	visibility: hidden;
	color: lightgray;
}

input[type=text] {
	border: none;
	background: transparent;
}

.button {
  	border: none;
  	color: white;
  	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 4px 2px;
  	cursor: pointer;
	float: right;
}

.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */

.Row {
	line-height: 20px;
	height: 20px;
}
.Notes {
	font-size: 10pt;
}

.NotExpected {
	color: grey;
}

.SealI {
	height: 25px;
	display: inline-block;
	margin-left: 2pt;
	vertical-align: middle;
}
.Seal {
	height: 20px;
	display: inline-block;
	margin-left: 2pt;
	float: right;
	vertical-align: middle;
}
.SealNOT {
	height: 25px;
	display:none;
}

.fs1vw {
	font-size: 1vw;
}

.dateCell {
	text-align: center;
}