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

::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background-color: rgba(0,114,255,0.00);
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #878787;
}

body{
	background-color: white;
	height: 100vh;
	background-attachment: fixed;
	background-size:cover;
	background-position: center;
	background-position: fixed;
	background-repeat: no-repeat;
}

h3{
	align-content: center;
	margin-top: 10pt auto;
	margin-bottom: 0 auto;
	color: whitesmoke;
	font-size: 12pt;
	align-self: center;
	text-align: center;
}

#TrendTitles{
	color: #1D4080;
}
#container {
    display: inline-table;
	border-radius: 25px;
    height: 50px;
    margin: 25px auto;
    width: 50px;
	float: right;
	background-color: white;
}
#grad1{
	background-image: radial-gradient(#1D4080,green);
}

.Cover{
	width:100%;
	background: radial-gradient(#A2BBD7, #D2ECFE);
}


.TopDiv{
	width: 100vw;
	left: 0;
	top: 0;
	overflow: hidden;
	position:fixed;
	height: 80px;
	padding-top: 4pt;
	padding-bottom: 15pt;
	text-align:left;
	font-family: Avenir Medium;
	font-size: 14pt;
	display: flex;
	color: white;
	border-bottom: 2px solid white;
	background: #1D4080;
	z-index: 10;
}
.NavLogo{
	width: 25vw;
	float: left;
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
	/*margin-right: 2%;*/
}
.logo{
	width: 25vw;
	max-width: 350px;
	object-fit: scale-down;
}
.NavName{
	width:15vw;
	float: right;
	display: inline-block;
	text-align: left;
	margin-top: 36px;
	margin-left: 2vw;
	cursor: pointer;
}
.NavName-content{
	display: none;
	position: absolute;
	z-index: 11;
}
.NavName:hover .NavName-content{
	display: block;
}
.LogoutButton {
    background-color: #33538D;
	font-family: Avenir Medium;
    color: white;
    border: 1px solid white;
    cursor: pointer;
    width: 100%;
}


.NavTitle{
	width: 50vw;
	display: inline-block;
	text-align: center;
}
.NavAvatar{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 12pt;
	color:#1D4080;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	margin-top: 100px;
	width: 25vw;
	margin-left: 12.5vw;
	position: relative;
}
.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;
}

.transform-active {
  margin-top: 50px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
	color: #33538D;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.LookingGlass{
	position: relative;
    overflow: hidden;
    width: 99vw;
    z-index: 9;
    height: 100vh;
}

.TO-DOsMaster{
	height: auto;
	width: 60%;
	margin-top: 90px;
	left: 0;
	/*position: relative;*/
	padding-bottom: 1%;
	padding-top: 1%;
	display:table;
	text-align: center;
	/*background: linear-gradient(white,#8e989e,white);
	background-image: url("Background-TODO-Evening.png");
	background-size: cover;*/
	border-bottom: 1px solid #1D4080;
	float: left;
}
.TO-DOsTitle{
	width:70%;
	margin-left: 1%;
	text-align: left;
	font-family: Avenir;
	display: inline-block;
	font-size: 24pt;
	color: white;
	float: left;
}
.TO-DOsSummary{
	width: 100%;
	vertical-align: bottom;
	display: inline-block;
	padding-bottom: 5px;
}
.TO-DOsTotal{
	width: auto;
	float: left;
	display: inline;
	text-align: left;
	font-size: 18pt;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 5px;
}
.TO-DOsDescription{
	float: left;
	font-size: 10pt;
	color: gray;
	padding-top: 12px;
}
.TO-DOs{
	/*width: 24%;*/
	width: 468px;/*Had to fix the width to 410px as correction to table not displaying correctly when records do not overflow*/
	height: auto;/*250*/
	overflow: hidden;
	border-radius: 7px;
	border: 1px solid #828181;
	display: inline-block;
	margin: 0.45%;
	font-family: Avenir;
	background: radial-gradient(at -50px -50px, #d5d7d8, #f6fafc);
	/*background-image: radial-gradient(at -25px -25px, #1D4080,#1e4755);*/
	/*box-shadow: 3px 3px 3px 1px grey;*/
}
.TableTitle{
	width:100%;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	font-family: Avenir;
	font-size: 14pt;
	color: #1D4080;
}

.TrendMaster{
	height: auto;
	width: 100%;
	left: 0;
	padding-bottom: 1%;
	padding-top: 1%;
	/*background: linear-gradient(white,#b3b3b3,white);
	background-image: url("Background-TREND-Evening.png");
	background-size: cover;*/
	border-bottom: 1px solid #1D4080;
	display: table;
	text-align: center;
}
.Trends{
	border-radius: 7px;
	padding: 10px;
	background: white;
	border: 1px solid #828181;
	display: inline-block;
	margin: 0.5%;
	font-family: Avenir;
	overflow: hidden;
}
.ChartTitle{
	width:100%;
	text-align: center;
	font-family: Avenir;
	font-size: 14pt;
	color: #1D4080;
}
.TrendSummary{
	width: 100%;
	position: relative;
	z-index: 1;
	vertical-align: bottom;
	/*display: inline-block;*/
	padding-bottom: 5px;
}
.TrendTotal{
	width: auto;
	float: left;
	display: inline;
	text-align: left;
	font-size: 18pt;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 5px;
}
.TrendDescription{
	float: left;
	font-size: 10pt;
	color: gray;
	padding-top: 12px;
}
.ChartContainer{
	margin-top: -27px;
	position: relative;
	margin-bottom: -90px;
}

.TableContent{
	width: 100%;
	font-size: 11pt;
	border: 0;
	padding-left: 18px;
}
.TableContent tbody{
	display: block;
	overflow: auto;
	height: 125px;
}
.TableContent td:nth-child(1){
	width: 168px !important;
	text-align: left;
}
.TableContent td:nth-child(2){
	width: 88px !important;
	text-align: right;
	font-size: 10pt;
}
.TableContent td:nth-child(3){
	width: 88px !important;
	text-align: right;
	font-size: 10pt;
}
.TableContent td:nth-child(4){
	width: 56px !important;
	text-align: right;
}
.TableContent td{
	border-bottom: 0.1px solid #B0B4C3;
}

.TableHeaders{
	width: 100%;
	padding-left: 18px;
}
.TableHeaders thead{
	display: block;
	overflow: auto;
}
.TableHeaders th{
	border: 0;
	border-bottom: 1px solid gray;
	font-size: 10pt;
}
.TableHeaders th:nth-child(1){
	width: 168px !important;
}
.TableHeaders th:nth-child(2){
	width: 88px !important;
}
.TableHeaders th:nth-child(3){
	width: 88px !important;
}
.TableHeaders th:nth-child(4){
	width: 56px !important;
	/*padding-right: 18px;*/
	
}

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

.CSAT{
	width: 100%;
	height: auto;
	overflow: hidden;
	/*border-radius: 7px;
	border: 1px solid #828181;*/
	display: inline-block;
	margin: 0.45%;
	font-family: Avenir;
	/*background: radial-gradient(at -50px -50px, #d5d7d8, #f6fafc);*/
}
.CSATMaster{
	height: auto;
	width: 40%;
	margin-top: 90px;
	right: 0;
	padding-bottom: 1%;
	padding-top: 1%;
	display:table;
	text-align: center;
	border-bottom: 1px solid #1D4080;
	float: right;
}
.CSATTitle{
	width:98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	font-family: Avenir;
	display: inline-block;
	font-size: 24pt;
	color: white;
}
.CSATSummary{
	width: 15%;
	vertical-align: bottom;
	display: inline-block;
	padding-top: 35px;
	float: left;
	padding-bottom: 20px;
}
.CSATTotal{
	padding-top: 13px;
	width: auto;
	height: 50px;
	float: left;
	display: inline;
	text-align: left;
	font-size: 16pt;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;
	line-height: 1;
}
.CSATSmileyAVE{
	width: 75px;
	vertical-align: bottom;
	display: inline-block;
	padding-top: 13px;
	padding-left: 115px;
	float: left;
}
.CSATPercentage{
	width: 75px;
	height: 50px;
    vertical-align: middle;
    display: inline-block;
    padding-top: 13px;
    float: left;
	color: #1D4080;
	font-size: 35px;
	margin-right: 10px;
}
.CSATStarAVE{
	width: 50%;
	vertical-align: bottom;
	display: inline-block;
	float: left;
	margin-top: -10px;
}
.TableContentCSAT{
	width: 100%;
	font-size: 11pt;
	border: 0;
	/*height: calc(~"98vh - 174px");*/
	height: 80vh;
}
.TableContentCSAT tbody{
	display: block;
	overflow: auto;
	height: 100%;
}
.CSATQuote{
	font-family: Baskerville;
	font-size: 48pt;
}
.TableContentCSAT td:nth-child(1){
	width: 78% !important;
	text-align: left;
	font-size: 16pt;
}
.TableContentCSAT td:nth-child(2){
	width: 20% !important;
	text-align: left;
	vertical-align: bottom;
	font-size: 11pt;
}
.TableContentCSAT td{
	border-bottom: 0.1px solid #B0B4C3;
}

.TableHeadersCSAT{
	width: 100%;
	padding-left: 18px;
}
.TableHeadersCSAT thead{
	display: block;
	overflow: auto;
}
.TableHeadersCSAT th{
	border: 0;
	border-bottom: 1px solid gray;
	font-size: 10pt;
}
.TableHeadersCSAT th:nth-child(1){
	width: 20% !important;
}
.TableHeadersCSAT th:nth-child(2){
	width: 10% !important;
}
.TableHeadersCSAT th:nth-child(3){
	width: 70% !important;
}

.star-ratings-css {
  	unicode-bidi: bidi-override;
  	color: #515151;
  	font-size: 50px;
  	height: 50px;
  	width: 250px;
  	margin: 0 auto 25px;
  	position: relative;
  	padding: 0;
  	text-shadow: 0px 1px 0 #a2a2a2;
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
.star-ratings-css-top {
  color: #E3CD00;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

.SurveyModal {
	font-family: Avenir medium;
	color: #1D4080;
  	display: none;
  	position: fixed;
	margin-top: 107px;
	margin-left: 0;
  	z-index: 11;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto;
  	/*background-color: rgba(255,255,255,0.95);*/
	background-image:  radial-gradient(at -50px -50px, rgba(213,215,216,0.45), #1D4080);
}
.modal-dialog{
	background-color: white;
    margin-left: 20vw;
    margin-right: 20vw;
    padding-top: 1vw;
    padding-bottom: 3vw;
    margin-top: 2vw;
}
.SurveyModal-Content {
  	background-color: #fefefe;
  	margin: 15% auto;
  	padding: 20px;
  	border: 1px solid #888;
  	width: 45%;
}
.SurveyModal-Content p{
	font-size: 2.3vmin;
	font-family: Verdana,sans-serif;
	color: rgba(64,139,193,1.00);
}
.SurveyModal-Content textarea{
	margin-bottom: 0;
}
.SurveyModal-Buttons{
	height: 4vmin;
	padding-top: 10px;
	margin: auto;
}
.SurveyModal-Buttons button{
	height: 5vmin;
	width: 15vmin;
	font-size: 2vmin;
	color: #1D4080;
}
.Close-SurveyModal {
  color: #1D4080;
  float: right;
  font-size: 28px;
  font-weight: bold;
	margin-right: 5px;
	margin-top: -20px;
}
.Close-SurveyModal:hover,
.Close-SurveyModal:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.SurveyModal table {
	border-collapse: collapse;
	width: auto;
}
.SurveyModal td, th {
	border: 1px solid #ddd;
	padding: 8px;
}
.SurveyModal tr:nth-child(even){background-color: #F2F2F2; color: #1D4080;}
.SurveyModal tr:nth-child(odd){background-color: #D2D2D2; color: #1D4080;}
.SurveyModal tr:hover {background-color: #ddd;}
.SurveyModal th {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		color: white;
	}
.SurveyModal th {
		background-color: #1D4080;
	}

#ST {
	width: 100%;
	margin: 0;
	text-align: center;
	font-family: Avenir;
	color: #1D4080;
}
#ST p{
	font-size: 2vmin;
}
.SurveySection {
	font-family: Avenir medium;
	color: #1D4080;
}
.SurveySection table {
	border-collapse: collapse;
	width: auto;
}
.SurveySection td, th {
	border: 1px solid #ddd;
	padding: 8px;
}
.SurveySection tr:nth-child(even){background-color: #F2F2F2; color: #1D4080;}
.SurveySection tr:nth-child(odd){background-color: #D2D2D2; color: #1D4080;}
.SurveySection tr:hover {background-color: #ddd;}
.SurveySection th {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		color: white;
	}
.SurveySection th {
		background-color: #1D4080;
	}