
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url("BrandonGrotesque-Light.otf");
  src: url("fonts/BrandonGrotesque-Light.otf")format("opentype")
}
/*--
	Common Css
--*/

body {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  color: #000;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 22px;
  line-height: 28px;
  color: black;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  display: inline;
}
a, a:hover {
  color: #000;
  text-decoration: none;
}
li a{
  text-align: center;
}
.bolded {
  font-weight: 550;
}
/*--
	Header Start 
--*/

.head {
  position: fixed;
  z-index: 5;
}

header{
  position: fixed;
}

input{
  border: 1px solid #D3D3D3;
}

/* Phone CSS */
@media only screen 
and (max-device-width: 812px)
and (min-device-width: 350px){
  
.updates table, th, td {
  border: 1px solid white;
  padding: 8px 1px 8px 1px;
}

.updates .table-header1{
  background-color: #CFCFCF;
  padding-right: 120px;
  padding-top: 12px;
  font-size: 23px;
}

.updates .table-header2{
  background-color: #CFCFCF;
  padding-right: 150px;
  padding-top: 12px;
  font-size: 23px;
}

.updates .table-data1{
  background-color: #898D94;
  font-size: 20px;
}

.updates .table-data2{
  background-color: #5A6063;
  font-size: 20px;
}

.updates .table-top{
  background: linear-gradient(white, #CFCFCF);
}

.updates .table-bottom{
  background: linear-gradient(#CFCFCF, white);
}

.server td{
  width: 50%;
}

.server .server-table{
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.server .time{
  white-space: pre-wrap;
}
/*---------------------------------------------
					Liquid Analytics Toolbar 
-----------------------------------------------*/
.toolbar {
  width: 100%;
  z-index: 1;
  background-color: white;
}

.logo {
  width: 180px;
  height: 90px;
  margin-left: -15px;
  margin-top: -8px;
}

.company {
  float: left;
  padding-top: 30px;
  padding-left: 70px;
}

.company-title{
  font-size: 20px;
  line-height: 28px;
  color: black;
}

.la-navbar-properties{
  color: #000;
  background-color: white;
}

.menu{
  font-size: 16px;
  padding: 10px 90px 10px 0px;
  text-align: center;
  display: block;
  font-weight: 300;
}
.menu-border{
  border-top: 1px solid rgb(0, 0, 0);
}

.menu-border:hover {
  border-top: 5px solid rgb(0, 0, 0);
}

.item-clicked {
  border-top: 5px solid rgb(0, 0, 0);
}

/*---------------------------------------------
					Liquid Analytics News Feed 
-----------------------------------------------*/

.news-header {
  padding: 8px 4px 8px 4px;
  font-size: 280px;
  background-color: #3C80E0;
  color: white;
  font-weight: 400;
}
.news-table-header{
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: -10px;
  font-weight: 400;
  width: 150%;
  display: block;
}
.new-section {
  background-color: black;
}

.news {
  padding-bottom: 45px;
}

.news .date {
  color: #606568;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 24px;
}

.news .ios-header {
  font-size: 28px;
  font-weight: 600;
  white-space: pre-wrap;
}

.news .content {
  padding-bottom: 20px;
  font-size: 20px;
  white-space: pre-wrap;
}
/* Change Log Style */
.news .cl-content {
  padding-bottom: 20px;
  font-size: 15px;
  white-space: pre-wrap;
}
.news .cl-ios-header {
  font-size: 17px;
  font-weight: 600;
  white-space: pre-wrap;
  display: inline-block;
}
.news .cl-date {
  color: #606568;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 18px;
  display: inline-block;
}
/* -------------- */
.news .upcoming {
  color: #000;
  font-style: bold;
}

.news .full-schedule{
  font-size: 15px;
}
.news td {
  vertical-align: top;
}
.news .news-table{
  width: 100.5%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -4px;
  margin-top: 55px;
  table-layout: fixed;
}
.news .news-cl-table{
  width: 100.5%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -4px;
  margin-top: 25px;
  table-layout: fixed;
}
.news .table-head-border{
  border-top: 2px solid white;
}
.news .middle-border{
  border-right: 1px solid #b3b3b3;
  min-width: 100%;
  max-width: 580px;
  width: 60%;
}

/*---------------------------------------------
					Liquid Analytics Logout 
-----------------------------------------------*/

.logout-page {
  font-size: 23px;
  padding-right: 25px;
  width: 100%;
  margin-top: 100px;
}

.logout-page .logout-text {
  text-align: right;
  line-height: 15px;
}

.logout-page .logout-button{
  color: #3C80E0;
  font-weight: 800;
  font-size: 17px;
}

.logout-page .bold-name{
  font-weight: 800;
}
/*---------------------------------------------
					Liquid Analytics Server Status 
-----------------------------------------------*/

.server{
  margin-top: 10px;
}

.server-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 15px;
  font-weight: 400;
  width: 150%;
  display: block;
}

.server-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 60px;
}

.server hr{
  width: 100%;
}
.server .content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 5px;
  line-height: 15px;
}
.server .service-content {
  font-size: 17px;
  padding-top: 10px;
  padding-left: 5px;
  line-height: 15px;
}
.server .header-content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 5px;
}
.server .date-content {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 5px;
}

.status-on{
  color: #00cc00;
  font-weight: 800;
}

.status-off{
  color: #F44336;
  font-weight: 800;
}

.status-w{
  color: rgb(228, 228, 26);
  font-weight: 800;
}
.server .polymer-icons{
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: 10px;
  margin-left: 5px;
}
.server .server-icons {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: 5px;
  margin-left: 5px;
}
.server .check-box-icon{
  color: #4CAF50;
}
.server .warning-icon{
  color: #FFC107;
}
.server .cancel-icon{
  color: #F44336;
}
.server .refresh-icon{
  width: 30px;
  height: 30px;
  margin-top: -10px;
}
.server .refresh-icon:hover{
  cursor: pointer;
}
.server td{
  border: 0px;
}
.time-greater{
  color: #F44336;
  font-weight: 800;
}

.time-less{
  color: #00cc00;
  font-weight: 800;
}
/*---------------------------------------------
					Liquid Analytics Tools 
-----------------------------------------------*/

.tools {
  margin-top: 10px;
}
.tools-title{
  font-size: 30px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.tools-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 45px;
  font-weight: 400;
  width: 100%;
  display: block;
}
/* Tool search box */
.tools .tools-input{
  width: 100%;
  height: 35px;
  font-size: 20px;
}
.tools .user-input {
  text-align: center;
  font-size: 25px;
}
.tools .tools-menu {
  font-size: 16px;
  float: right;
  height: 35px;
  margin-bottom: -10px;
}
.tools .tool-menu-icon {
  width: 30px;
  height: 30px;
}
.tools .tools-submit{
  border: 1px solid black;
  font-size: 6px;
  height: 35px;
  float: right;
  margin-bottom: -10px;
}
.tools .tools-submit:hover{
  color: white;
  background-color: #96C2F8;
}
.tools .submit-button-container {
  margin-top: 10px;
}
.tools .user-input-dropdown-mobile{
  width: 110px;
  float: left;
  margin-top: -20px;
}
.tools .dropdown-item{
  font-size: 50px;
}
.tools .tool-error {
  text-align: center;
}
.tools .filter-tab {
  padding: 0;
  font-size: 16px;
  display: inline-block;
}
.tools .type-filter-tab-mobile {
  width: 100%;
}
.tools .status-filter-tab-mobile {
  width: 100%;
}
.tools .filter-tab-time-picker {
  padding: 0;
  width: 23%;
  font-size: 16px;
  display: inline-block;
}
.tools .time-picker {
  font-size: 13px;
  margin-top: 13px;
  text-align: center;
}
.tools .search-reset {
  margin-left: -35px;
  margin-right: 5px;
  padding: 2px;
}
.tools .search-reset:hover {
  cursor: pointer;
  color: #96C2F8;
}
.tools .submit-spinner {
  float: left;
  margin-left: 5px;
  margin-right: -20px;
}
/* ---------------- */

/* Tool Cart List */
.tools .cart-list {
  width: 100%;
  max-height: 370px;
  overflow: auto;
}
.tools .hover-highlight:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
}
.tools .highlight {
  background-color: #96C2F8;
}

.tools .cart-list-table{
  width: 100%;
  overflow: auto;
}
.tools .cell-content {
  font-size: 10px;
  padding: 5px 0px 5px 5px;
  line-height: 25px;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tools .truncate {
  max-width: 70px;
}
.tools .small-width {
  width: 0.1%;
  padding-right: 1px;
}
.tools .cart-list-previous {
  float: right;
  margin-left: 0px;
}
.tools .cart-list-next {
  float: right;
  margin-right: 0px;
}
.tools .page-numbers {
  float: right;
  margin-right: 10px;
  visibility: collapse;
}
.tools .list-button {
  border: 1px solid grey;
  font-size: 10px;
  border-radius: 0;
  height: 10px;
  margin-bottom: 2px;
  visibility: collapse;
}
.tools .list-button:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
}
.tools .no-carts {
  font-size: 18px;
  padding: 10px;
  font-weight: 800;
}
/* ---------------- */

/* Tools main body */
.tools .tools-table-container {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
.tools .tools-table{
  width: 100%;
  white-space: nowrap;
}
.tools .tools-table td{
  border: 1px solid grey;
  word-wrap: break-word;
}
.tools .content {
  font-size: 14px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 18px;
  padding-right: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.tools .line-item-content {
  font-size: 14px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 14px;
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.tools .cart-body-line-items {
  vertical-align: top;
}
.tools .cart-body {
  width: 100%;
  max-height: 550px;
  overflow: auto;
}
.tools .line-items {
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.tools .cart-body-cell {
  width: 100%;
}
.tools .cart-view-data-button {
  visibility: collapse;
  font-size: 10px;
  float: right;
  border: 1px solid grey;
  margin-right: 10px;
}
.tools .order-preview-button {
  visibility: collapse;
  font-size: 10px;
  float: right;
  border: 1px solid grey;
  margin-right: 10px;
}
.tools .cart-view-data-button:hover, .order-preview-button:hover{
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
}
.tools .cart-info-spinner {
  float: right;
  margin-right: 10px;
}
.tools .line-info-spinner {
  float: right;
  margin-right: -30px;
}
.tools .cart-history-spinner {
  float: right;
  margin-top: -40px;
  margin-right: -25px;
}
.tools .clipboard-cart-id {
  float: right;
  margin-top: 53px;
  margin-right: 10px;
  visibility: collapse;

}.tools .clipboard-cart-id:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
  border: 1px solid black;
}
/* ---------------- */

/* Tools View Data Pop up */
.tools .popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 80%;
}
.tools .data-modal{
  visibility: hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.tools .popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.tools .popup-close:hover, .popup-close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.tools .json-pretty {
  white-space: pre-wrap;
  font-size: 13px;
}
.tools .popup-clipboard {
  border: 1px solid black;
  font-size: 12px;
  float: right;
  margin-right: 40px;
}
.tools .popup-clipboard:hover {
  color: white;
  background-color: #96C2F8;
}
.tools .popup-input-text {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}
/* ---------------- */

/* Tools History */
.tools .cart-history {
  width: 100%;
  max-height: 450px;
  overflow: auto;
  display: none;
}
.tools .cart-history-table{
  width: 99.9%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: auto;
}
.tools .history-toggle-button{
  visibility: collapse;
  border: 1px solid black;
  font-size: 6px;
  height: 35px;
  margin-left: 130px;
  float: left;
  margin-top: -40px;
}
.tools .history-toggle-button:hover{
  color: white;
  background-color: #96C2F8;
}
.tools .cart-history-diagram {
  width: 100%;
  display: block;
}
.tools .cart-history-diagram-table {
  width: 99.9%;
  border-collapse: collapse;
  visibility: collapse;
}
.tools .cart-history-diagram-table td{
  padding: 5px;
  
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid #DCDCDC;
  min-width: 10px;
}
.tools .cart-history-diagram-table .process-content {
  font-size: 14px;
  text-align: center;
  border: 1px solid black;
}
.tools .cart-history-diagram-table .diagram-content {
  font-size: 14px;
  white-space: pre-wrap;
  line-height: 24px;
}
.tools .cart-history-diagram-table .device-id-content {
  font-size: 12px;
  white-space: pre-wrap;
  line-height: 24px;
  text-align: center;
}
.tools .cart-history-diagram-table .diagram-cell {
  text-align: center;
}
.tools .cart-history-diagram-table .center-icon {
  text-align: center;
}
.tools .cart-history-diagram-table .diagram-icon-fail {
  color: red;
}
.tools .cart-history-diagram-table .server-icon:hover{
  color: #96C2F8;
  cursor: pointer;
}
.tools .cart-history-diagram-table .diagram-images {
  width: 40px;
  height: 25px;
}
.tools .cart-history-diagram-table .arrow-icon {
  width: 50px;
  height: 15px;
}
.tools .cart-history-diagram-table .server-icon {
  width: 40px;
  height: 25px;
}
.tools .cart-history-diagram-table .backend-icon {
  width: 40px;
  height: 25px;
}
.tools .cart-history-device-info {
  width: 99.9%;
  border-collapse: collapse;
}
.tools .cart-history-device-info td{
  padding: 5px;
  border: 1px solid white;
  min-width: 100px;
  text-align: left;
  font-size: 13px;
  white-space: pre-wrap;
  vertical-align: top;
}
.tools .bubble {
  background-color: white;
  border: 1px solid black;
  width: 160px;
  max-height: 120px;
  border-radius: 5px;
  position: absolute;
  margin-top: -100px;
  visibility: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  padding: 5px;
}
.tools .clickable-icon {
  border: 1px solid #808080;
  padding: 3px;
  width: 45px;
  height: 30px;
}
.tools .clickable-icon:hover {
  background-color: #96C2F8;
  border: 1px solid black;
  cursor: pointer;
}
.tools .clipboard-device-id {
  margin-left: 8px;


}.tools .clipboard-device-id:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
  border: 1px solid black;
}
.tools .clipboard-external-id {
  margin-left: 4px;


}.tools .clipboard-external-id:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
  border: 1px solid black;
}
.tools .no-device-id {
  font-size: 16px;
  text-align: center;
}
/* ---------------- */
/* Tools Password Manager */
.tools .pw-table-container {
  max-width: 945px;
  width: 945px;
  min-width: 945px;
  overflow: hidden;
}
.tools .pw-table{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tools .pw-table td{
  border: 1px solid grey;
  word-wrap: break-word;
}
.tools .pw-content {
  font-size: 14px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 18px;
  padding-right: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.tools .pw-search {
  width: 600px;
  height: 40px;
  border: 1px solid black;
}
/*--
  Segmented Control Tools
--*/

.tools .segmented-main{
  margin-left: 0px;
  text-align: center;
  display: block;
  margin-top: 0px;
}
.tools .segmented {
  display: inline-block;
}
.tools .tools-page {
  padding-top: 0px;
  margin-top: -40px;
}
.tools .segmented-layout{
  margin-top: 2px;
  margin-left: 5px;
  float: left;
}
.tools .segmented .label {
  border: 1px black;
  border-style: solid solid solid solid;
  cursor: pointer;
  float: left;
  padding: 8px;
  text-align: center;
  margin-left: -3px;
  margin-right: -3px;
  min-width: 170px;
  border-radius: 0px;
}
.tools .segmented .label:hover{
  background-color: #96C2F8;
  color: white;
}
.tools .segmented :first-child .label {
  border-radius: 0px 0px 0px 0px;
}
.tools .segmented :last-of-type .label {
  border-radius: 0 0px 0px 0;
  border-right-style: solid;
}
.tools .segmented input {
  display: none;
}
.tools .segmented input:checked + .label {
  background-color: #3C80E0;
  border-color: black;
  color: white;
}
/*---------------------------------------------
					Liquid Analytics FAQ 
-----------------------------------------------*/
.faq {
  margin-top: 10px;
}
.faq-title{
  font-size: 30px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.faq-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 15px;
  font-weight: 400;
  width: 100%;
  display: block;
}
/*---------------------------------------------
					Liquid Analytics Server Release Updates 
-----------------------------------------------*/

.updates {
  margin-top: 10px;
}

.updates-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 15px;
  font-weight: 400;
}

.updates-title{
  font-size: 30px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.updates .content {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
  white-space: pre-wrap;
}

.updates .title{
  font-size: 26px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}

.updates .bullets {
  margin-left: 30px;
  font-size: 20px;
}

.updates .bullets2{
  margin-left: 60px;
  font-size: 20px;
}

.updates .past-release:hover{
  border-radius: 35px;
  color: white;
  background-color: #96C2F8;
}
.updates .prod{
  margin-top: 50px;
}
/*---------------------------------------------
					Liquid Analytics MC 
-----------------------------------------------*/

.mc {
  margin-top: -40px;
}

.mc-title{
  font-size: 30px;
  font-style: bold;
  font-weight: 550;
  padding-left: 10px;
  display: inline;
}

.mc-top{
  margin-top: 60px;
}

.mc-download{
  margin-bottom: 10px;
}

.mc-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
}

.mc .content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 5px;
}

.mc-itemlist{
  align-content: center;
  text-align: center;
  margin-top: 30px;
  padding: 15px 10px 15px 10px;
}

.mc-item{
  width: 34%;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-size: 23px;
}

.mc-item:hover{
  border-radius: 35px;
  color: white;
  background-color: #96C2F8;
}

.mc-logo{
  width: 35px;
  height: 35px;
  float: left;
}

.java{
  color: #1A67D8;
}

.java:hover{
  color: #1A67D8;
}

.vid-container{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
}

.vid-container iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------------------
					Liquid Analytics Client 
-----------------------------------------------*/
.client {
  margin-top: 10px;
}

.client #notes {
  margin-top: -40px;
}

.client-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 15px;
  font-weight: 400;
}

.client-title{
  font-size: 30px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.client .content {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
  margin-top: -15px;
  white-space: pre-wrap;
}

.client .title{
  font-size: 26px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}

.client .ticket{
  font-size: 18px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}
.canvas{
  visibility: collapse;
}
.client .ds{
  font-weight: 800;
}
.glyphicon-plus{
  margin-top: 20px;
  margin-right: 15px;
}
.glyphicon-minus{
  margin-top: 20px;
  margin-right: 15px;
}
.client .client-popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 80%;
}
.client .client-modal{
  visibility:hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.client .client-popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.client .client-popup-close:hover, .client-popup-close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.client .popUpSpinner {
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.client-icons{
  padding: 0;
  height: 40px;
  width: 40px;
}
/*---------------------------------------------
					Liquid Analytics Reports 
-----------------------------------------------*/

#technical-data{
  display: none;
}
#device-info{
  display: none;
}
#usage{
  display: none;
}
#errors-and-warnings{
  display: none;
}
#queueInfo{
  margin-top: -50px;
  margin-bottom: 40px;
}

.reports .main-reports-spinner-mobile {
  margin-top: -55px;
  float: right;
}
.reports {
  margin-top: -15px;
}
.reports-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
}

.reports-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-left: 10px;
  margin-top: -3px;
  padding-bottom: 10px;
}
.reports .general-content {
  font-size: 13px;

  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.reports .ow-content {
  font-size: 14px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .bo-content {
  font-size: 12px;
  text-align: left;
  align-content: left;
}

.reports .td-content {
  font-size: 14px;
  margin-right: -15px;
  max-width: 150px;
  text-align: left;
  align-content: left;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .rs-content {
  font-size: 14px;

  text-align: left;
  align-content: left;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.reports .sw-content {
  font-size: 14px;
  margin-right: -15px;

  text-align: left;
  align-content: left;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .bs-content{
  font-size: 14px;
  max-width: 120px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .white-space-pre-wrap{
  white-space: pre-wrap
}
.reports .white-space-pre{
  white-space: pre;
}
.smaller{
  font-size: 12px;
}
.user-id{
  font-size: 13px;
}
.reports .os-content {
  font-size: 14px;
  max-width: 170px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .truncate{ 
  font-size: 14px;
  max-width: 50px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .extend {
  font-size: 12.2px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.reports .expand-item{
  min-width: 75px;
  font-size: 14px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
}
.reports .cell-width {
  width: 1%;
  min-width: 100px;
  padding-right: 2px;
}
.reports .cell-fixed-width{
  width: 0.15%;
  padding-right: 2px;
}
.reports .cell-fixed-width-mid{
  width: 0.27%;
  padding-right: 2px;
}
.reports .qi-cell-width{
  width: 1%;
}
.reports .qi-cell-width-undefined{
  width: 1%;
}

.reports .header{
  font-weight: 900;
  margin-top: -15px;
  margin-bottom: -10px;
  font-size: 12px;
  padding-top: 10px;
  line-height: 20px;
  padding-right: 1px;

  text-align: left;
  
  word-wrap: break-word;
}

.reports .content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 15px;
  white-space: pre-wrap;
}
.reports .title{
  font-size: 26px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}

.reports .hide-this{
  table-layout: fixed;
  overflow: hidden;
  line-height: 0;
  visibility: collapse;
  padding: 0;
  height: 0;
  display: none;
}
.reports .hide-first-row{
  line-height: 0;
  top: 0;
  visibility: hidden;
}
.reports .hide-header{
  font-weight: 900;
  margin-right: -40px;
  margin-top: -15px;
  margin-bottom: -10px;
  font-size: 13px;
  padding-top: 10px;
  line-height: 0px;
  top: 0;
  
  text-align: left;
  
  word-wrap: break-word;
}
/*
.reports td, th{
  border: 1px solid black;
  font-size: 16px;
  white-space: nowrap;
}
.reports-table{
  text-align: center;
  table-layout: fixed;
  display: block;
  border-collapse: collapse;
  border-spacing: 0px;
  min-width: 720px;
  overflow-x: hidden;
}
.reports thead{
  display: block;
  top: 0;
  width: 100%;
}
.reports .table-body{
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}
.reports .bs-table-body{
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 460px;
}
.reports tr{
  display: table-row;
  width: 100%;
}
*/


.reports .no-data{
  margin-top: 25px;
  font-weight: 800;
  text-align: left;
  font-size: 23px;
  border: none;
}
.row-count{
  font-size: 15px;
  display: block;
  margin-top: -38px;
  text-align: right;
}
.last-updated {
  font-size: 14px;
  display: block;
  margin-right: 10px;
  text-align: left;
}
.bolding{
  font-weight: 700;
}
.warning{
  font-size: 13px;
  text-align: left;
  display: block;
  width: 100%;
}
.aws-view{
  color: blue;
  min-width: 30px;
}
.aws-view:hover{
  cursor: pointer;
}
/* TEST */
.reports .fixed-table-container{
  width: 100%;
}
.reports .reports-table {
  border-collapse: collapse;
  width: 100%;
  display: block;
}
.reports thead {
  background-color: white;

  margin-bottom: -25px;
}
.reports thead, .table-body, .bs-table-body{
  display: block;
}
.reports .table-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
}
.reports .bs-table-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 430px;
}
.reports .fixed-table-container td{
  min-width: 80px;
  height: 25px;
  border: solid 1px black;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 20px;
}
.reports .fixed-table-container th{
  min-width: 80px;
  height: 25px;
  border: solid 1px black;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 20px;
}
.reports .date-picker {
  margin-top: 2px;
  width: 50%;
  height: 33.5px;
  margin-left: 10px;
}
/* --- */
/* REPORTS POP UP CONTENT AND GRAPHS */
.reports .popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 80%;
}
.reports .special-download-popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 80%;
}
.reports .modal{
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
.reports .graph-modal, .download-modal{
  visibility:hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
.reports .popup-close, .bs-popup-close, .os-popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.reports .popup-close:hover, .popup-close:focus, .bs-popup-close:hover, .bs-popup-close:focus, .os-popup-close:hover, .os-popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reports .graph-popup-close, .download-popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.reports .graph-popup-close:hover, .graph-popup-close:focus, .download-popup-close:hover, .download-popup-close:hover:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reports .popup-row-close{
  color: #aaa;
  float: right;
  margin-right: -35px;
  font-size: 28px;
  font-weight: bold;
  display: none;
}
.reports .popup-row-close:hover, .popup-row-close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reports .popup-table{
  width: 100%;
  height: 500px;
  table-layout: fixed;
}
.reports .popup-table tbody{
  width: 100%;
  height: 500px;
  display: block;
  overflow-y: scroll;
}
.reports .popup-table tr{
  display: table;
  width: 100%;
}
.reports .popup-table tr:hover{
  cursor: pointer;
}
.reports .popup-cell-width{
  max-width: 200px;
  overflow-x: hidden;
}
.reports .popup-clicked{
  white-space: pre-wrap;
}
.reports .popup-error{
  text-align: center;
  font-size: 25px;
}
.reports .full-item{
  display: none;
}
.reports .report-table-spinner, .main-reports-spinner {
  display: block;
  margin-top: -40px;
}
.downloadButtonMobile:hover, .graphButtonMobile:hover, .graphButtonToggle:hover {
  background-color: #96C2F8;
  color: white;
}
.queryDropdown {
  width: 65%;
  float: left;
  margin-top: -14px;
}
.mainDropdown {
  width: 100%;

}
.graphDropdown {
  width: 220px;
  float: left;
  margin-top: -14px;
}
.graphYDropdown {
  display: none;
  width: 220px;
  float: left;
  margin-top: -14px;
}
.graphMergeDropdown {
  display: none;
  width: 220px;
  float: left;
  margin-top: -14px;
}
.downloadButtonMobile {
  display: inline;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid black;
  height: 33.5px;
}

.specialDownloadButton {
  border-radius: 0px 0px 0px 0px;
  border: 1px solid black;
  width: 100%;
}
.selectAllButton {
  font-size: 10px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid black;
}
.graphButtonMobile {
  display: inline;
  height: 33.5px;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid black;
}
.graphButtonToggle {
  float: left;
  margin-top: 2px;
  height: 33.5px;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid black;
}
.reports .graph-spinner{
  margin: auto;
}
.downloadProgress{
  font-size: 17px;
  text-align: center;
}
.reportWarningIcon {
  color: #FFC107;
  margin-top: -5px;
}
.report-icons{
  padding: 0;
  height: 40px;
  width: 40px;
}

.downloadWarning {
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
  visibility: hidden;
}
.initialMessage {
  text-align: center;
}

.reports .date-reset {
  height: 33.5px;
  padding: 4px;
  margin-left: -30px;
}
.reports .date-reset:hover {
  cursor: pointer;
  color: #96C2F8;
}
.reports .table-info {
  margin-top: -40px;
}
.reports .search-input-mobile{
  width: 65%;
  border: 1px solid black;
  height: 34px;
  font-size: 20px;
  margin-top: 1px;
  font-size: 14px;
}
.reports .search-tool-mobile{
  float: left;
  width: 100%;
  margin-top: 2px;
}

.reports .special-search-input {
  width: 148px;
  border: 1px solid black;
  height: 24px;
  font-size: 20px;
  margin-top: 44px;
  margin-left: -250px;
  margin-right: 40px;
  font-size: 14px;
  float: right;
}
.reports .search-reset {
  height: 33.5px;
  padding: 4px;
  margin-bottom: 3px;
  margin-left: -30px;
}
.reports .search-reset:hover {
  cursor: pointer;
  color: #96C2F8;
}
.reports .filter-icon {
  display: inline-block;
  height: 34px;
  width: 35px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  margin-bottom: 5px;
}
.reports .filter-buttons {
  padding-left: 0;
  padding-right: 0;
}
.reports .dropdown-content {
  max-width: 1000px !important;
}
.reports .custom-filter {
  float: left;
  margin-top: 36px;
  margin-right: -50px;
}
.reports .special-dropdown-container-mobile {
  float: left;
  width: 100%;
  display: none;
}
.reports .special-filter-input {
  width: 115px;
}
.reports .special-filter-input-operator {
  width: 65px;
}
.reports .special-filter-buttons {
  padding-left: 0;
  padding-right: 0;
}
.reports .filter-icon:hover {
  cursor: pointer;
  color: #96C2F8;
}
.reports .cart-check-redirect:hover {
  cursor: pointer;
  color: white;
  background-color: #96C2F8;
}
.reports .table-info-box {
  margin-top: 10px;
  display: block;
}
.reports .table-drilldown-item:hover {
  cursor: pointer;
  color: white;
  background-color: #96C2F8;
}
/*--
	footer Start 
--*/
footer {
  background: white;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#site-footer {
  height: 135px;
  background: white;
}

#index-footer{
  height: 135px;
  background: white;
}

/*--
  Segmented Control reports
--*/

.reports .segmented-main{
  margin-left: 0px;
  text-align: center;
  display: block;
  margin-top: 0px;
}
.reports .segmented {
  display: inline-block;
}
.reports .reports-page {
  padding-top: 0px;
  margin-top: -40px;
}
.reports .segmented-layout{
  margin-top: 2px;
  margin-left: 5px;
  float: left;
}
.reports .segmented .label {
  border: 1px black;
  border-style: solid solid solid solid;
  cursor: pointer;
  float: left;
  padding: 8px;
  text-align: center;
  margin-left: -3px;
  margin-right: -3px;
  width: 100%;
  min-width: 280px;
  border-radius: 0px;
}
.reports .segmented :first-child .label {
  border-radius: 0px 0px 0px 0px;
}
.reports .segmented :last-of-type .label {
  border-radius: 0 0px 0px 0;
  border-right-style: solid;
}
.reports .segmented input {
  display: none;
}
.reports .segmented input:checked + .label {
  background-color: #3C80E0;
  border-color: black;
  color: white;
}
/* ---------------- */

.segmented .label {
  background-color: white;
  color: black;
}
.segmented input:checked + span {
  background-color: #3C80E0;
}
/* -------- */
.hidden-token{
  visibility: collapse;
  display: none;
}
/*-------------------------------
----------- LOGIN PAGE ---------*/


.loginpage body {
  margin: 0;
  padding: 0;
  background: white;
  background-size: cover;
  background-position: center;
}

.loginpage .loginbox{
  width: 50%;
  min-width: 335px;
  height: 520px;
  background: white;
  color: white;
  top: 35%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 40px 30px;
}
.loginpage #community-box{
  border: 1px solid black;
  width: 100%;
  height: 200px;
  background: white;
  color: black;
  top: 85%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 5px 5px;
  overflow-y: auto;
  visibility: collapse;
}

.loginpage .community-box td{
  font-size: 20px; 
}

.loginpage .community-box tr:hover{
  cursor: pointer;
}

.loginpage .community-box table{
  width: 100%;
}

.loginpage .community-box #community-list {
  color: black;
  top: 90%;
}

.loginpage .hide-status{
  visibility: hidden;
}

.loginpage .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.loginpage h1{
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 28px;
  color: black;
  line-height: 1px;
}

.loginpage .loginbox p {
  margin: 0;
  padding: 0;
  color: black;
}

.loginpage input {
  width: 100%;
  margin-bottom: 20px;
}

.loginpage input[type="text"], input[type="password"]{
  border: 1px solid black;
  outline: none;
  height: 40px;
  color: black;
  font-size: 16px;
}

.loginpage #submit:disabled{
  color: #6D6D6D;
  background-color: #F5F5F5;
}
.loginpage #submit:disabled:hover{
  color: #6D6D6D;
  background-color: #F5F5F5;
  cursor: default;
}
.loginpage #submit{
  margin-top: 50px;
  text-align: center;
  border: 1px solid black;
  outline: none;
  height: 40px;
  background: white;
  color: black;
  font-size: 18px;
  border-radius: 20px;
}

.loginpage #submit:hover{
  cursor: pointer;
  background: #96C2F8;
  color: white;
}
.loginpage #continue:hover{
  cursor: pointer;
  background: #96C2F8;
  color: white;
}
.loginpage #continue{
  margin-top: 220px;
  text-align: center;
  border: 1px solid black;
  outline: none;
  height: 40px;
  background: white;
  color: black;
  font-size: 18px;
  border-radius: 20px;
  display: none;
}

.loginpage .loginbox a{
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: black;
  margin: auto;
}

.loginpage .loginbox a:hover{
  color: #ffc107;
  cursor: pointer;
}

.loginpage .highlight {
  background-color: #96C2F8;
  font-weight: 800;
}

.loginpage #company-logo{
  margin-top: 100px;
  width: 250px;
  height: 125px;
  text-align: center;
}

.loginpage .close {
  margin-top: -50px;
  margin-right: 10px;
}
}

/* iPad CSS Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

  .updates table, th, td {
    border: 1px solid white;
    padding: 8px 50px 8px 5px;
  }
  
  .updates .table-header1{
    background-color: #CFCFCF;
    padding-right: 120px;
    padding-top: 12px;
    font-size: 23px;
  }
  
  .updates .table-header2{
    background-color: #CFCFCF;
    padding-right: 150px;
    padding-top: 12px;
    font-size: 23px;
  }
  
  .updates .table-data1{
    background-color: #898D94;
    font-size: 20px;
  }
  
  .updates .table-data2{
    background-color: #5A6063;
    font-size: 20px;
  }
  
  .updates .table-top{
    background: linear-gradient(white, #CFCFCF);
  }
  
  .updates .table-bottom{
    background: linear-gradient(#CFCFCF, white);
  }
  
  .server td{
    width: 50%;
  }
  
  .server .server-table{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
  
  .server .time{
    white-space: pre-wrap;
  }
  /*---------------------------------------------
            Liquid Analytics Toolbar 
  -----------------------------------------------*/
  .toolbar {
    width: 102%;
    z-index: 1;
    background-color: white;
  }
  
  .logo {
    width: 180px;
    height: 90px;
    margin-left: -15px;
    margin-top: -8px;
  }
  
  .company {
    float: left;
    padding-top: 30px;
    padding-left: 70px;
  }
  
  .company-title{
    font-size: 20px;
    line-height: 28px;
    color: black;
  }
  
  .la-navbar-properties{
    color: #000;
    background-color: white;
  }
  
  .menu{
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    display: block;
    font-weight: 300;
  }
  .menu-border{
    border-top: 1px solid rgb(0, 0, 0);
  }

  .main-button {
    width: 105px;
    min-width: 105px;
  }
  
  .menu-border:hover {
    border-top: 5px solid rgb(0, 0, 0);
  }
  
  .item-clicked {
    border-top: 5px solid rgb(0, 0, 0);
  }
  
  .mobile-button{
    font-size: 30px;
    position: absolute;
  }
  /*---------------------------------------------
            Liquid Analytics News Feed 
  -----------------------------------------------*/
  
  .news-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    font-weight: 400;
  }
  .news-table-header{
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: -10px;
    font-weight: 400;
    width: 150%;
    display: block;
  }
  .new-section {
    background-color: black;
  }
  
  .news {
    padding-bottom: 45px;
  }
  
  .news .date {
    color: #606568;
    padding-bottom: 2px;
    padding-top: 0px;
    font-size: 24px;
  }
  
  .news .ios-header {
    font-size: 28px;
    font-weight: 600;
    white-space: pre-wrap;
  }
  
  .news .content {
    padding-bottom: 20px;
    font-size: 20px;
    white-space: pre-wrap;
  }
  /* Change Log Style */
  .news .cl-content {
    padding-bottom: 20px;
    font-size: 15px;
    white-space: pre-wrap;
  }
  .news .cl-ios-header {
    font-size: 18px;
    font-weight: 600;
    white-space: pre-wrap;
    display: inline-block;
  }
  .news .cl-date {
    color: #606568;
    padding-bottom: 2px;
    padding-top: 0px;
    font-size: 18px;
    display: inline-block;
  }
  /* -------------- */
  .news .upcoming {
    color: #000;
    font-style: bold;
  }
  
  .news .full-schedule{
    font-size: 15px;
  }
  .news td {
    vertical-align: top;
  }
  .news .news-table{
    width: 100.5%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -4px;
    margin-top: 55px;
    table-layout: fixed;
  }
  .news .news-cl-table{
    width: 100.5%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -4px;
    margin-top: 25px;
    table-layout: fixed;
  }
  .news .table-head-border{
    border-top: 2px solid white;
  }
  .news .middle-border{
    border-right: 1px solid #b3b3b3;
    min-width: 100%;
    max-width: 580px;
    width: 60%;
  }
  
  /*---------------------------------------------
            Liquid Analytics Logout 
  -----------------------------------------------*/
  
  .logout-page {
    font-size: 23px;
    padding-right: 25px;
    width: 100%;
    margin-top: 100px;
  }
  
  .logout-page .logout-text {
    text-align: right;
    line-height: 15px;
  }
  
  .logout-page .logout-button{
    color: #3C80E0;
    font-weight: 800;
    font-size: 17px;
  }
  
  .logout-page .bold-name{
    font-weight: 800;
  }
  /*---------------------------------------------
            Liquid Analytics Server Status 
  -----------------------------------------------*/
  
  .server{
    margin-top: -60px;
  }
  
  .server-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
    width: 150%;
    display: block;
  }
  
  .server-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 60px;
  }
  
  .server hr{
    width: 240%;
  }
  .server .content {
    font-size: 25px;
    padding-left: 5px;
    line-height: 25px;
  }
  .server .service-content {
    font-size: 17px;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 15px;
  }
  .server .header-content {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
  }
  .server .date-content {
    font-size: 23px;
    padding-top: 10px;
    padding-left: 5px;
  }
  
  .status-on{
    color: #00cc00;
    font-weight: 800;
  }
  
  .status-off{
    color: #F44336;
    font-weight: 800;
  }
  
  .status-w{
    color: rgb(228, 228, 26);
    font-weight: 800;
  }
  .server .polymer-icons{
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: 40px;
    margin-left: 5px;
  }
  .server .server-icons {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-right: 40px;
    margin-left: 5px;
  }
  .server .check-box-icon{
    color: #4CAF50;
  }
  .server .warning-icon{
    color: #FFC107;
  }
  .server .cancel-icon{
    color: #F44336;
  }
  .server .refresh-icon{
    width: 30px;
    height: 30px;
    margin-top: -10px;
  }
  .server .refresh-icon:hover{
    cursor: pointer;
  }
  .server td{
    border: 0px;
  }
  .time-greater{
    color: #F44336;
    font-weight: 800;
  }
  
  .time-less{
    color: #00cc00;
    font-weight: 800;
  }
  /*---------------------------------------------
            Liquid Analytics Tools 
  -----------------------------------------------*/
  
  .tools {
    margin-top: -60px;
  }
  .tools-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .tools-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 45px;
    font-weight: 400;
    width: 100%;
    display: block;
  }
  /* Tool search box */
  .tools .tools-input{
    width: 500px;
    height: 35px;
    font-size: 20px;
    margin-left: 20px;
  }
  .tools .user-input {
    text-align: center;
    font-size: 25px;
  }
  .tools .tools-menu {
    font-size: 16px;
    float: right;
    height: 35px;
    margin-bottom: -10px;
    margin-right: -80px;
  }
  .tools .tool-menu-icon {
    width: 30px;
    height: 30px;
  }
  .tools .tools-submit{
    border: 1px solid black;
    font-size: 6px;
    height: 35px;
    float: right;
    margin-bottom: -10px;
  }
  .tools .tools-submit:hover{
    color: white;
    background-color: #96C2F8;
  }
  .tools .submit-button-container {
    display: inline-block;
  }
  .tools .user-input-dropdown{
    width: 110px;
    margin-bottom: -30px;
    margin-top: -50px;
  }
  .tools .dropdown-item{
    font-size: 50px;
  }
  .tools .tool-error {
    text-align: center;
  }
  .tools .filter-tab {
    padding: 0;
    font-size: 16px;
    display: inline-block;
  }
  .tools .type-filter-tab {
    width: 150px;
  }
  .tools .status-filter-tab {
    width: 110px;
  }
  .tools .filter-tab-time-picker {
    padding: 0;
    width: 100px;
    font-size: 16px;
    display: inline-block;
  }
  .tools .time-picker {
    font-size: 13px;
    margin-top: 13px;
    float: right;
  }
  .tools .search-reset {
    margin-left: -35px;
    margin-right: 5px;
    padding: 2px;
  }
  .tools .search-reset:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .tools .submit-spinner {
    float: left;
    margin-left: 5px;
    margin-right: -20px;
  }
  /* ---------------- */
  
  /* Tool Cart List */
  .tools .cart-list {
    width: 105%;
    max-height: 370px;
    overflow: auto;
  }
  .tools .hover-highlight:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
  }
  .tools .highlight {
    background-color: #96C2F8;
  }
  
  .tools .cart-list-table{
    width: 100%;
    overflow: auto;
  }
  .tools .cell-content {
    font-size: 11px;
    padding: 5px 0px 5px 5px;
    line-height: 25px;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tools .truncate {
    max-width: 10px;
  }
  .tools .small-width {
    width: 0.1%;
    padding-right: 0px;
  }
  .tools .cart-list-previous {
    float: right;
    margin-left: 0px;
  }
  .tools .cart-list-next {
    float: right;
    margin-right: 0px;
  }
  .tools .page-numbers {
    float: right;
    margin-right: 10px;
    visibility: collapse;
  }
  .tools .list-button {
    border: 1px solid grey;
    font-size: 10px;
    border-radius: 0;
    height: 10px;
    margin-bottom: 2px;
    visibility: collapse;
  }
  .tools .list-button:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
  }
  .tools .no-carts {
    font-size: 18px;
    padding: 10px;
    font-weight: 800;
  }
  /* ---------------- */
  
  /* Tools main body */
  .tools .tools-table-container {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .tools .tools-table{
    width: 100%;
    white-space: nowrap;
  }
  .tools .tools-table td{
    border: 1px solid grey;
    word-wrap: break-word;
  }
  .tools .content {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 18px;
    padding-right: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
  }
  .tools .line-item-content {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 14px;
    padding-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
  }
  .tools .cart-body-line-items {
    vertical-align: top;
  }
  .tools .cart-body {
    width: 115%;
    max-height: 550px;
    overflow: auto;
  }
  .tools .line-items {
    width: 108%;
    height: 100%;
    max-height: 500px;
    overflow-y: auto;
  }
  .tools .cart-body-cell {
    width: 405px;
    max-width: 405px;
    min-width: 405px;
  }
  .tools .cart-view-data-button {
    visibility: collapse;
    font-size: 10px;
    float: right;
    border: 1px solid grey;
    margin-right: 10px;
  }
  .tools .order-preview-button {
    visibility: collapse;
    font-size: 10px;
    float: right;
    border: 1px solid grey;
    margin-right: 10px;
  }
  .tools .cart-view-data-button:hover, .order-preview-button:hover{
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
  }
  .tools .cart-info-spinner {
    float: right;
    margin-right: 10px;
  }
  .tools .line-info-spinner {
    float: right;
    margin-right: -30px;
  }
  .tools .cart-history-spinner {
    float: right;
    margin-top: -40px;
    margin-right: -25px;
  }
  .tools .clipboard-cart-id {
    float: right;
    margin-top: 53px;
    margin-right: 10px;
    visibility: collapse;
  
  }.tools .clipboard-cart-id:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
    border: 1px solid black;
  }
  /* ---------------- */
  
  /* Tools View Data Pop up */
  .tools .popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 70%;
  }
  .tools .data-modal{
    visibility: hidden;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  
  .tools .popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .tools .popup-close:hover, .popup-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .tools .json-pretty {
    white-space: pre;
    font-size: 16px;
  }
  .tools .popup-clipboard {
    border: 1px solid black;
    font-size: 12px;
    float: right;
    margin-right: 40px;
  }
  .tools .popup-clipboard:hover {
    color: white;
    background-color: #96C2F8;
  }
  .tools .popup-input-text {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
  }
  /* ---------------- */
  
  /* Tools History */
  .tools .cart-history {
    width: 105%;
    max-height: 450px;
    overflow: auto;
    display: none;
  }
  .tools .cart-history-table{
    width: 99.9%;
    border-collapse: collapse;
    table-layout: fixed;
    overflow: auto;
  }
  .tools .history-toggle-button{
    visibility: collapse;
    border: 1px solid black;
    font-size: 6px;
    height: 35px;
    margin-left: 130px;
    float: left;
    margin-top: -40px;
  }
  .tools .history-toggle-button:hover{
    color: white;
    background-color: #96C2F8;
  }
  .tools .cart-history-diagram {
    width: 105%;
    display: block;
  }
  .tools .cart-history-diagram-table {
    width: 99.9%;
    border-collapse: collapse;
    visibility: collapse;
  }
  .tools .cart-history-diagram-table td{
    padding: 5px;
    
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #DCDCDC;
    min-width: 100px;
  }
  .tools .cart-history-diagram-table .process-content {
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
  }
  .tools .cart-history-diagram-table .diagram-content {
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 24px;
  }
  .tools .cart-history-diagram-table .device-id-content {
    font-size: 12px;
    white-space: pre-wrap;
    line-height: 24px;
    text-align: center;
  }
  .tools .cart-history-diagram-table .diagram-cell {
    text-align: center;
  }
  .tools .cart-history-diagram-table .center-icon {
    text-align: center;
  }
  .tools .cart-history-diagram-table .diagram-icon-fail {
    color: red;
  }
  .tools .cart-history-diagram-table .server-icon:hover{
    color: #96C2F8;
    cursor: pointer;
  }
  .tools .cart-history-diagram-table .diagram-images {
    width: 70px;
    height: 35px;
  }
  .tools .cart-history-diagram-table .arrow-icon {
    width: 130px;
    height: 15px;
  }
  .tools .cart-history-diagram-table .server-icon {
    width: 70px;
    height: 40px;
  }
  .tools .cart-history-diagram-table .backend-icon {
    width: 70px;
    height: 40px;
  }
  .tools .cart-history-device-info {
    width: 99.9%;
    border-collapse: collapse;
  }
  .tools .cart-history-device-info td{
    padding: 5px;
    border: 1px solid white;
    min-width: 100px;
    text-align: left;
    font-size: 13px;
    white-space: pre-wrap;
    vertical-align: top;
  }
  .tools .bubble {
    background-color: white;
    border: 1px solid black;
    width: 80px;
    max-height: 180px;
    border-radius: 5px;
    position: absolute;
    margin-left: 120px;
    margin-top: -60px;
    visibility: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding: 5px;
  }
  .tools .clickable-icon {
    border: 1px solid #808080;
    padding: 3px;
    width: 75px;
    height: 45px;
  }
  .tools .clickable-icon:hover {
    background-color: #96C2F8;
    border: 1px solid black;
    cursor: pointer;
  }
  .tools .clipboard-device-id {
    margin-left: 8px;
  
  
  }.tools .clipboard-device-id:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
    border: 1px solid black;
  }
  .tools .clipboard-external-id {
    margin-left: 4px;
  }
  .tools .clipboard-external-id:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
    border: 1px solid black;
  }
  .tools .no-device-id {
    font-size: 16px;
    text-align: center;
  }
  /* ---------------- */
  /* Tools History */
  .tools .pw-table-container {
    max-width: 945px;
    width: 945px;
    min-width: 945px;
    overflow: hidden;
  }
  .tools .pw-table{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .tools .pw-table td{
    border: 1px solid grey;
    word-wrap: break-word;
  }
  .tools .pw-content {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 18px;
    padding-right: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
  }
  .tools .pw-search {
    width: 600px;
    height: 40px;
    border: 1px solid black;
  }
  /*--
    Segmented Control Tools
  --*/
  
  .tools .segmented-main{
    margin-left: 0px;
    text-align: center;
    display: block;
    margin-top: 0px;
  }
  .tools .segmented {
    display: inline-block;
  }
  .tools .tools-page {
    padding-top: 0px;
    margin-top: -40px;
  }
  .tools .segmented-layout{
    margin-top: 2px;
    margin-left: 5px;
    float: left;
  }
  .tools .segmented .label {
    border: 1px black;
    border-style: solid solid solid solid;
    cursor: pointer;
    float: left;
    padding: 8px;
    text-align: center;
    margin-left: -3px;
    margin-right: -3px;
    min-width: 190px;
    border-radius: 0px;
  }
  .tools .segmented :first-child .label {
    border-radius: 0px 0px 0px 0px;
  }
  .tools .segmented :last-of-type .label {
    border-radius: 0 0px 0px 0;
    border-right-style: solid;
  }
  .tools .segmented input {
    display: none;
    pointer-events: none;
  }
  .tools .segmented input span {
    pointer-events: none;
  }
  .tools .segmented input:checked + .label {
    background-color: #3C80E0;
    border-color: black;
    color: white;
  }
  /*---------------------------------------------
            Liquid Analytics FAQ 
  -----------------------------------------------*/
  .faq {
    margin-top: -60px;
  }
  .faq-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .faq-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
    width: 100%;
    display: block;
  }
  /*---------------------------------------------
            Liquid Analytics Server Release Updates 
  -----------------------------------------------*/
  
  .updates {
    margin-top: -60px;
  }
  
  .updates-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .updates-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .updates .content {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 15px;
    white-space: pre-wrap;
  }
  
  .updates .title{
    font-size: 26px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  
  .updates .bullets {
    margin-left: 30px;
    font-size: 20px;
  }
  
  .updates .bullets2{
    margin-left: 60px;
    font-size: 20px;
  }
  
  .updates .past-release:hover{
    border-radius: 35px;
    color: white;
    background-color: #96C2F8;
  }
  .updates .prod{
    margin-top: 50px;
  }
  /*---------------------------------------------
            Liquid Analytics MC 
  -----------------------------------------------*/
  
  .mc {
    margin-top: -115px;
  }
  
  .mc-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-left: 10px;
    display: inline;
  }
  
  .mc-top{
    margin-top: 60px;
  }
  
  .mc-download{
    margin-bottom: 130px;
  }
  
  .mc-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .mc .content {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
  }
  
  .mc-itemlist{
    float: right;
    margin-top: 30px;
    padding: 15px 40px 15px 40px;
  }
  
  .mc-item{
    margin-left: 80px;
    margin-right: 80px;
    padding: 5px 30px 5px 30px;
    text-align: center;
    font-size: 23px;
  }
  
  .mc-item:hover{
    border-radius: 35px;
    color: white;
    background-color: #96C2F8;
  }
  
  .mc-logo{
    width: 43px;
    height: 44px;
    float: left;
  }
  
  .java{
    color: #1A67D8;
  }
  
  .java:hover{
    color: #1A67D8;
  }
  
  .vid-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
  }
  
  .vid-container iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /*---------------------------------------------
            Liquid Analytics Client 
  -----------------------------------------------*/
  .client {
    margin-top: -60px;
  }
  
  .client #notes {
    margin-top: -40px;
  }
  
  .client-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .client-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .client .content {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: -15px;
    white-space: pre-wrap;
  }
  
  .client .title{
    font-size: 26px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  
  .client .ticket{
    font-size: 18px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  .canvas{
    visibility: collapse;
  }
  .client .ds{
    font-weight: 800;
  }
  .glyphicon-plus{
    margin-top: 20px;
    margin-right: 15px;
  }
  .glyphicon-minus{
    margin-top: 20px;
    margin-right: 15px;
  }
  .client .client-popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 40%;
  }
  .client .client-modal{
    visibility:hidden;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  
  .client .client-popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .client .client-popup-close:hover, .client-popup-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .client .popUpSpinner {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  
  .client-icons{
    padding: 0;
    height: 40px;
    width: 40px;
  }
  /*---------------------------------------------
            Liquid Analytics Reports 
  -----------------------------------------------*/
  
  #technical-data{
    display: none;
  }
  #device-info{
    display: none;
  }
  #usage{
    display: none;
  }
  #errors-and-warnings{
    display: none;
  }
  #queueInfo{
    margin-top: -50px;
    margin-bottom: 40px;
  }
  #reports-dropdown {
    display: none;
  }
  .reports .main-reports-spinner {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .reports {
    margin-top: -60px;
    min-width: 900px;
  }
  .reports-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .reports-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-left: 10px;
    margin-top: -3px;
    padding-bottom: 40px;
  }
  .reports .general-content {
    font-size: 14px;
  
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .reports .ow-content {
    font-size: 14px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .bo-content {
    font-size: 14px;
    text-align: left;
    align-content: left;
    white-space: pre;
  }
  
  .reports .td-content {
    font-size: 14px;
    margin-right: -15px;
    max-width: 150px;
    text-align: left;
    align-content: left;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .rs-content {
    font-size: 14px;
  
    text-align: left;
    align-content: left;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .reports .sw-content {
    font-size: 14px;
    margin-right: -15px;
  
    text-align: left;
    align-content: left;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .bs-content{
    font-size: 14px;
    max-width: 120px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .white-space-pre-wrap{
    white-space: pre-wrap
  }
  .reports .white-space-pre{
    white-space: pre;
  }
  .smaller{
    font-size: 12px;
  }
  .user-id{
    font-size: 13px;
  }
  .reports .os-content {
    font-size: 14px;
    max-width: 170px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .truncate{ 
    font-size: 14px;
    max-width: 50px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .extend {
    font-size: 12.2px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
  }
  .reports .expand-item{
    min-width: 75px;
    font-size: 14px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
  }
  .reports .cell-width {
    width: 1%;
    min-width: 100px;
    padding-right: 2px;
  }
  .reports .cell-fixed-width{
    width: 0.2%;
    padding-right: 2px;
  }
  .reports .cell-fixed-width-mid{
    width: 0.27%;
    padding-right: 2px;
  }
  .reports .qi-cell-width{
    width: 1%;
  }
  .reports .qi-cell-width-undefined{
    width: 1%;
  }
  
  .reports .header{
    font-weight: 900;
    margin-right: -40px;
    margin-top: -15px;
    margin-bottom: -10px;
    font-size: 13px;
    padding-top: 10px;
    line-height: 20px;
  
    text-align: left;
    
    word-wrap: break-word;
  }
  
  .reports .content {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15px;
    white-space: pre-wrap;
  }
  .reports .title{
    font-size: 26px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  
  .reports .hide-this{
    table-layout: fixed;
    overflow: hidden;
    line-height: 0;
    visibility: collapse;
    padding: 0;
    height: 0;
    display: none;
  }
  .reports .hide-first-row{
    line-height: 0;
    top: 0;
    visibility: hidden;
  }
  .reports .hide-header{
    font-weight: 900;
    margin-right: -40px;
    margin-top: -15px;
    margin-bottom: -10px;
    font-size: 13px;
    padding-top: 10px;
    line-height: 0px;
    top: 0;
    
    text-align: left;
    
    word-wrap: break-word;
  }
  /*
  .reports td, th{
    border: 1px solid black;
    font-size: 16px;
    white-space: nowrap;
  }
  .reports-table{
    text-align: center;
    table-layout: fixed;
    display: block;
    border-collapse: collapse;
    border-spacing: 0px;
    min-width: 720px;
    overflow-x: hidden;
  }
  .reports thead{
    display: block;
    top: 0;
    width: 100%;
  }
  .reports .table-body{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
  }
  .reports .bs-table-body{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 460px;
  }
  .reports tr{
    display: table-row;
    width: 100%;
  }
  */
  
  .reports .no-data{
    font-weight: 800;
    text-align: left;
    font-size: 23px;
    border: none;
  }
  .row-count{
    font-size: 17px;
    display: block;
    margin-top: -38px;
    text-align: right;
  }
  .last-updated {
    font-size: 17px;
    display: block;
    margin-right: 120px;
    text-align: right;
  }
  .bolding{
    font-weight: 700;
  }
  .warning{
    font-size: 13px;
    text-align: left;
    display: block;
    width: 40%;
    margin-top: -22px;
  }
  .aws-view{
    color: blue;
    min-width: 30px;
  }
  .aws-view:hover{
    cursor: pointer;
  }
  /* TEST */
  .reports .fixed-table-container{
    width: 100%;
  }
  .reports .reports-table {
    border-collapse: collapse;
    width: 100%;
    display: block;
  }
  .reports thead {
    background-color: white;
  
    margin-bottom: -25px;
  }
  .reports thead, .table-body, .bs-table-body{
    display: block;
  }
  .reports .table-body {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
  }
  .reports .bs-table-body {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 430px;
  }
  .reports .fixed-table-container td{
    min-width: 80px;
    height: 25px;
    border: solid 1px black;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 20px;
  }
  .reports .fixed-table-container th{
    min-width: 80px;
    height: 25px;
    border: solid 1px black;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 20px;
  }
  .reports .date-picker {
    margin-top: 2px;
    width: 150px;
    height: 33.5px;
    margin-left: 10px;
  }
  /* --- */
  /* REPORTS POP UP CONTENT AND GRAPHS */
  .reports .popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 80%;
  }
  .reports .special-download-popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 40%;
  }
  .reports .modal{
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  .reports .graph-modal, .download-modal{
    visibility:hidden;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  .reports .popup-close, .bs-popup-close, .os-popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .reports .popup-close:hover, .popup-close:focus, .bs-popup-close:hover, .bs-popup-close:focus, .os-popup-close:hover, .os-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .reports .graph-popup-close, .download-popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .reports .graph-popup-close:hover, .graph-popup-close:focus, .download-popup-close:hover, .download-popup-close:hover:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .reports .popup-row-close{
    color: #aaa;
    float: right;
    margin-right: -35px;
    font-size: 28px;
    font-weight: bold;
    display: none;
  }
  .reports .popup-row-close:hover, .popup-row-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .reports .popup-table{
    width: 100%;
    height: 500px;
    table-layout: fixed;
  }
  .reports .popup-table tbody{
    width: 100%;
    height: 500px;
    display: block;
    overflow-y: scroll;
  }
  .reports .popup-table tr{
    display: table;
    width: 100%;
  }
  .reports .popup-table tr:hover{
    cursor: pointer;
  }
  .reports .popup-cell-width{
    max-width: 200px;
    overflow-x: hidden;
  }
  .reports .popup-clicked{
    white-space: pre-wrap;
  }
  .reports .popup-error{
    text-align: center;
    font-size: 25px;
  }
  .reports .full-item{
    display: none;
  }
  .reports .report-table-spinner, .main-reports-spinner {
    display: block;
    margin-top: -40px;
  }
  .downloadButton:hover, .graphButton:hover, .graphButtonToggle:hover {
    background-color: #96C2F8;
    color: white;
  }
  .queryDropdown {
    width: 350px;
    float: left;
    margin-top: -14px;
  }
  .graphDropdown {
    width: 150px;
    float: left;
    margin-top: -14px;
  }
  .graphYDropdown {
    display: none;
    width: 220px;
    float: left;
    margin-top: -14px;
  }
  .graphMergeDropdown {
    display: none;
    width: 220px;
    float: left;
    margin-top: -14px;
  }
  .downloadButton {
    float: right;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid black;
    height: 33.5px;
  }
  .specialDownloadButton {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid black;
    width: 100%;
  }
  .selectAllButton {
    font-size: 10px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid black;
  }
  .graphButton {
    float: left;
    margin-top: 2px;
    height: 33.5px;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid black;
  }
  .graphButtonToggle {
    float: left;
    margin-top: 2px;
    height: 33.5px;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid black;
  }
  .reports .graph-spinner{
    margin: auto;
  }
  .downloadProgress{
    font-size: 17px;
    text-align: center;
  }
  .reportWarningIcon {
    color: #FFC107;
    margin-top: -5px;
  }
  .report-icons{
    padding: 0;
    height: 40px;
    width: 40px;
  }
  
  .downloadWarning {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
    visibility: hidden;
  }
  .initialMessage {
    text-align: center;
  }
  
  .reports .date-reset {
    height: 33.5px;
    padding: 4px;
    margin-left: -30px;
  }
  .reports .date-reset:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .reports .table-info {
    margin-top: -40px;
  }
  .reports .search-input{
    width: 300px;
    border: 1px solid black;
    height: 34px;
    font-size: 20px;
    margin-top: 1px;
    font-size: 14px;
  }
  .reports .search-tool{
    float: right;
    margin-top: 2px;
  }
  
  .reports .special-search-input {
    width: 148px;
    border: 1px solid black;
    height: 24px;
    font-size: 20px;
    margin-top: 44px;
    margin-left: -250px;
    margin-right: 40px;
    font-size: 14px;
    float: right;
  }
  .reports .search-reset {
    height: 33.5px;
    padding: 4px;
    margin-left: -30px;
    margin-bottom: 3px;
  }
  .reports .search-reset:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .reports .filter-icon {
    display: inline-block;
    height: 34px;
    width: 35px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    margin-bottom: 5px;
  }
  .reports .filter-buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .reports .dropdown-content {
    max-width: 1000px !important;
  }
  .reports .custom-filter {
    float: left;
    margin-top: 36px;
    margin-right: -50px;
  }
  .reports .special-dropdown-container {
    float: right;
    margin-right: 120px;
    margin-top: -20px;
    display: none;
  }
  .reports .special-filter-input {
    width: 115px;
  }
  .reports .special-filter-input-operator {
    width: 65px;
  }
  .reports .special-filter-buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .reports .filter-icon:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .reports .cart-check-redirect:hover {
    cursor: pointer;
    color: white;
    background-color: #96C2F8;
  }
  .reports .table-info-box {
    margin-top: 70px;
    display: block;
  }
  .reports .table-drilldown-item:hover {
    cursor: pointer;
    color: white;
    background-color: #96C2F8;
  }
  /*--
    footer Start 
  --*/
  footer {
    background: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #site-footer {
    height: 135px;
    background: white;
  }
  
  #index-footer{
    height: 135px;
    background: white;
  }
  
  /*--
    Segmented Control reports
  --*/
  
  .reports .segmented-main{
    margin-left: 0px;
    text-align: center;
    display: block;
    margin-top: 0px;
  }
  .reports .segmented {
    display: inline-block;
  }
  .reports .reports-page {
    padding-top: 0px;
    margin-top: -40px;
  }
  .reports .segmented-layout{
    margin-top: 2px;
    margin-left: 5px;
    float: left;
  }
  .reports .segmented .label {
    border: 1px black;
    border-style: solid solid solid solid;
    cursor: pointer;
    float: left;
    padding: 8px;
    text-align: center;
    margin-left: -3px;
    margin-right: -3px;
    width: 100%;
    min-width: 188px;
    border-radius: 0px;
  }
  
  .reports .segmented :first-child .label {
    border-radius: 0px 0px 0px 0px;
  }
  .reports .segmented :last-of-type .label {
    border-radius: 0 0px 0px 0;
    border-right-style: solid;
  }
  .reports .segmented input {
    display: none;
    pointer-events: none;
  }
  .reports .segmented label span {
    pointer-events: none;
  }
  .reports .segmented input:checked + .label {
    background-color: #3C80E0;
    border-color: black;
    color: white;
  }
  /* ---------------- */
  
  .segmented .label {
    background-color: white;
    color: black;
  }
  .segmented input:checked + span {
    background-color: #3C80E0;
  }
  /* -------- */
  .hidden-token{
    visibility: collapse;
    display: none;
  }
  /*-------------------------------
  ----------- LOGIN PAGE ---------*/
  
  
  .loginpage body {
    margin: 0;
    padding: 0;
    background: white;
    background-size: cover;
    background-position: center;
  }
  
  .loginpage .loginbox{
    width: 50%;
    min-width: 335px;
    height: 520px;
    background: white;
    color: white;
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 40px 30px;
  }
  .loginpage #community-box{
    border: 1px solid black;
    width: 100%;
    height: 300px;
    background: white;
    color: black;
    top: 55%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 5px 5px;
    overflow-y: auto;
    visibility: collapse;
  }
  
  .loginpage .community-box td{
    font-size: 20px; 
  }
  
  .loginpage .community-box tr:hover{
    cursor: pointer;
  }
  
  .loginpage .community-box table{
    width: 100%;
  }
  
  .loginpage .community-box #community-list {
    color: black;
    top: 90%;
  }
  
  .loginpage .hide-status{
    visibility: hidden;
  }
  
  .loginpage .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
  }
  
  .loginpage h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 28px;
    color: black;
    line-height: 1px;
  }
  
  .loginpage .loginbox p {
    margin: 0;
    padding: 0;
    color: black;
  }
  
  .loginpage input {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .loginpage input[type="text"], input[type="password"]{
    border: 1px solid black;
    outline: none;
    height: 40px;
    color: black;
    font-size: 16px;
  }
  
  .loginpage #submit:disabled{
    color: #6D6D6D;
    background-color: #F5F5F5;
  }
  .loginpage #submit:disabled:hover{
    color: #6D6D6D;
    background-color: #F5F5F5;
    cursor: default;
  }
  .loginpage #submit{
    margin-top: 50px;
    text-align: center;
    border: 1px solid black;
    outline: none;
    height: 40px;
    background: white;
    color: black;
    font-size: 18px;
    border-radius: 20px;
  }
  
  .loginpage #submit:hover{
    cursor: pointer;
    background: #96C2F8;
    color: white;
  }
  .loginpage #continue:hover{
    cursor: pointer;
    background: #96C2F8;
    color: white;
  }
  .loginpage #continue{
    margin-top: 350px;
    text-align: center;
    border: 1px solid black;
    outline: none;
    height: 40px;
    background: white;
    color: black;
    font-size: 18px;
    border-radius: 20px;
    display: none;
  }
  
  .loginpage .loginbox a{
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: black;
    margin: auto;
  }
  
  .loginpage .loginbox a:hover{
    color: #ffc107;
    cursor: pointer;
  }
  
  .loginpage .highlight {
    background-color: #96C2F8;
    font-weight: 800;
  }
  
  .loginpage #company-logo{
    margin-top: -100px;
    width: 250px;
    height: 125px;
    text-align: center;
  }
  
  .loginpage .close {
    margin-top: -50px;
    margin-right: 10px;
  }
}

/* iPad CSS Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

  .updates table, th, td {
    border: 1px solid white;
    padding: 8px 50px 8px 5px;
  }
  
  .updates .table-header1{
    background-color: #CFCFCF;
    padding-right: 120px;
    padding-top: 12px;
    font-size: 23px;
  }
  
  .updates .table-header2{
    background-color: #CFCFCF;
    padding-right: 150px;
    padding-top: 12px;
    font-size: 23px;
  }
  
  .updates .table-data1{
    background-color: #898D94;
    font-size: 20px;
  }
  
  .updates .table-data2{
    background-color: #5A6063;
    font-size: 20px;
  }
  
  .updates .table-top{
    background: linear-gradient(white, #CFCFCF);
  }
  
  .updates .table-bottom{
    background: linear-gradient(#CFCFCF, white);
  }
  
  .server td{
    width: 50%;
  }
  
  .server .server-table{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
  
  .server .time{
    white-space: pre-wrap;
  }
  /*---------------------------------------------
            Liquid Analytics Toolbar 
  -----------------------------------------------*/
  .toolbar {
    width: 102%;
    z-index: 1;
    background-color: white;
  }
  
  .logo {
    width: 180px;
    height: 90px;
    margin-left: -25px;
    margin-top: -8px;
  }
  
  .company {
    float: left;
    padding-top: 30px;
    padding-left: 70px;
  }
  
  .company-title{
    font-size: 20px;
    line-height: 28px;
    color: black;
  }
  
  .la-navbar-properties{
    color: #000;
    background-color: white;
  }
  
  .menu{
    font-size: 16px;
    padding: 10px 40px 10px 0px;
    text-align: center;
    display: block;
    font-weight: 300;
  }
  .menu-border{
    border-top: 1px solid rgb(0, 0, 0);
  }

  .main-button {
    width: 70px;
    min-width: 70px;
  }
  
  .menu-border:hover {
    border-top: 5px solid rgb(0, 0, 0);
  }
  
  .item-clicked {
    border-top: 5px solid rgb(0, 0, 0);
  }
  
  .mobile-button{
    font-size: 30px;
    position: absolute;
  }
  /*---------------------------------------------
            Liquid Analytics News Feed 
  -----------------------------------------------*/
  
  .news-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    font-weight: 400;
  }
  .news-table-header{
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: -10px;
    font-weight: 400;
    width: 150%;
    display: block;
  }
  .new-section {
    background-color: black;
  }
  
  .news {
    padding-bottom: 45px;
  }
  
  .news .date {
    color: #606568;
    padding-bottom: 2px;
    padding-top: 0px;
    font-size: 24px;
  }
  
  .news .ios-header {
    font-size: 28px;
    font-weight: 600;
    white-space: pre-wrap;
  }
  
  .news .content {
    padding-bottom: 20px;
    font-size: 20px;
    white-space: pre-wrap;
  }
  /* Change Log Style */
  .news .cl-content {
    padding-bottom: 20px;
    font-size: 15px;
    white-space: pre-wrap;
  }
  .news .cl-ios-header {
    font-size: 18px;
    font-weight: 600;
    white-space: pre-wrap;
    display: inline-block;
  }
  .news .cl-date {
    color: #606568;
    padding-bottom: 2px;
    padding-top: 0px;
    font-size: 18px;
    display: inline-block;
  }
  /* -------------- */
  .news .upcoming {
    color: #000;
    font-style: bold;
  }
  
  .news .full-schedule{
    font-size: 15px;
  }
  .news td {
    vertical-align: top;
  }
  .news .news-table{
    width: 100.5%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -4px;
    margin-top: 55px;
    table-layout: fixed;
  }
  .news .news-cl-table{
    width: 100.5%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -4px;
    margin-top: 25px;
    table-layout: fixed;
  }
  .news .table-head-border{
    border-top: 2px solid white;
  }
  .news .middle-border{
    border-right: 1px solid #b3b3b3;
    min-width: 100%;
    max-width: 580px;
    width: 60%;
  }
  
  /*---------------------------------------------
            Liquid Analytics Logout 
  -----------------------------------------------*/
  
  .logout-page {
    font-size: 23px;
    padding-right: 25px;
    width: 100%;
    margin-top: 100px;
  }
  
  .logout-page .logout-text {
    text-align: right;
    line-height: 15px;
  }
  
  .logout-page .logout-button{
    color: #3C80E0;
    font-weight: 800;
    font-size: 17px;
  }
  
  .logout-page .bold-name{
    font-weight: 800;
  }
  /*---------------------------------------------
            Liquid Analytics Server Status 
  -----------------------------------------------*/
  
  .server{
    margin-top: -60px;
  }
  
  .server-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
    width: 150%;
    display: block;
  }
  
  .server-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 60px;
  }
  
  .server hr{
    width: 240%;
  }
  .server .content {
    font-size: 25px;
    padding-left: 5px;
    line-height: 25px;
  }
  .server .service-content {
    font-size: 17px;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 15px;
  }
  .server .header-content {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
  }
  .server .date-content {
    font-size: 23px;
    padding-top: 10px;
    padding-left: 5px;
  }
  
  .status-on{
    color: #00cc00;
    font-weight: 800;
  }
  
  .status-off{
    color: #F44336;
    font-weight: 800;
  }
  
  .status-w{
    color: rgb(228, 228, 26);
    font-weight: 800;
  }
  .server .polymer-icons{
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: 40px;
    margin-left: 5px;
  }
  .server .server-icons {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-right: 40px;
    margin-left: 5px;
  }
  .server .check-box-icon{
    color: #4CAF50;
  }
  .server .warning-icon{
    color: #FFC107;
  }
  .server .cancel-icon{
    color: #F44336;
  }
  .server .refresh-icon{
    width: 30px;
    height: 30px;
    margin-top: -10px;
  }
  .server .refresh-icon:hover{
    cursor: pointer;
  }
  .server td{
    border: 0px;
  }
  .time-greater{
    color: #F44336;
    font-weight: 800;
  }
  
  .time-less{
    color: #00cc00;
    font-weight: 800;
  }
  /*---------------------------------------------
            Liquid Analytics Tools 
  -----------------------------------------------*/
  
  .tools {
    margin-top: -60px;
  }
  .tools-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .tools-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 45px;
    font-weight: 400;
    width: 100%;
    display: block;
  }
  /* Tool search box */
  .tools .tools-input{
    width: 500px;
    height: 35px;
    font-size: 20px;
    margin-left: 20px;
  }
  .tools .user-input {
    text-align: center;
    font-size: 25px;
  }
  .tools .tools-menu {
    font-size: 16px;
    float: right;
    height: 35px;
    margin-bottom: -10px;
    margin-right: -80px;
  }
  .tools .tool-menu-icon {
    width: 30px;
    height: 30px;
  }
  .tools .tools-submit{
    border: 1px solid black;
    font-size: 6px;
    height: 35px;
    float: right;
    margin-bottom: -10px;
  }
  .tools .tools-submit:hover{
    color: white;
    background-color: #96C2F8;
  }
  .tools .submit-button-container {
    display: inline-block;
  }
  .tools .user-input-dropdown{
    width: 110px;
    margin-bottom: -30px;
    margin-top: -50px;
  }
  .tools .dropdown-item{
    font-size: 50px;
  }
  .tools .tool-error {
    text-align: center;
  }
  .tools .filter-tab {
    padding: 0;
    font-size: 16px;
    display: inline-block;
  }
  .tools .type-filter-tab {
    width: 150px;
  }
  .tools .status-filter-tab {
    width: 110px;
  }
  .tools .filter-tab-time-picker {
    padding: 0;
    width: 100px;
    font-size: 16px;
    display: inline-block;
  }
  .tools .time-picker {
    font-size: 13px;
    margin-top: 13px;
    float: right;
  }
  .tools .search-reset {
    margin-left: -35px;
    margin-right: 5px;
    padding: 2px;
  }
  .tools .search-reset:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .tools .submit-spinner {
    float: left;
    margin-left: 5px;
    margin-right: -20px;
  }
  /* ---------------- */
  
  /* Tool Cart List */
  .tools .cart-list {
    width: 105%;
    max-height: 370px;
    overflow: auto;
  }
  .tools .hover-highlight:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
  }
  .tools .highlight {
    background-color: #96C2F8;
    font-weight: 800;
  }
  
  .tools .cart-list-table{
    width: 100%;
    overflow: auto;
  }
  .tools .cell-content {
    font-size: 12px;
    padding: 5px 0px 5px 5px;
    line-height: 25px;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tools .truncate {
    max-width: 10px;
  }
  .tools .small-width {
    width: 0.1%;
    padding-right: 0px;
  }
  .tools .cart-list-previous {
    float: right;
    margin-left: 0px;
  }
  .tools .cart-list-next {
    float: right;
    margin-right: 0px;
  }
  .tools .page-numbers {
    float: right;
    margin-right: 10px;
    visibility: collapse;
  }
  .tools .list-button {
    border: 1px solid grey;
    font-size: 10px;
    border-radius: 0;
    height: 10px;
    margin-bottom: 2px;
    visibility: collapse;
  }
  .tools .list-button:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
  }
  .tools .no-carts {
    font-size: 18px;
    padding: 10px;
    font-weight: 800;
  }
  /* ---------------- */
  
  /* Tools main body */
  .tools .tools-table-container {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .tools .tools-table{
    width: 100%;
    white-space: nowrap;
  }
  .tools .tools-table td{
    border: 1px solid grey;
    word-wrap: break-word;
  }
  .tools .content {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 18px;
    padding-right: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
  }
  .tools .line-item-content {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 14px;
    padding-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
  }
  .tools .cart-body-line-items {
    vertical-align: top;
  }
  .tools .cart-body {
    width: 115%;
    max-height: 550px;
    overflow: auto;
  }
  .tools .line-items {
    width: 108%;
    height: 100%;
    max-height: 500px;
    overflow-y: auto;
  }
  .tools .cart-body-cell {
    width: 405px;
    max-width: 405px;
    min-width: 405px;
  }
  .tools .cart-view-data-button {
    visibility: collapse;
    font-size: 10px;
    float: right;
    border: 1px solid grey;
    margin-right: 10px;
  }
  .tools .order-preview-button {
    visibility: collapse;
    font-size: 10px;
    float: right;
    border: 1px solid grey;
    margin-right: 10px;
  }
  .tools .cart-view-data-button:hover, .order-preview-button:hover{
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
  }
  .tools .cart-info-spinner {
    float: right;
    margin-right: 10px;
  }
  .tools .line-info-spinner {
    float: right;
    margin-right: -30px;
  }
  .tools .cart-history-spinner {
    float: right;
    margin-top: -40px;
    margin-right: -25px;
  }
  .tools .clipboard-cart-id {
    float: right;
    margin-top: 53px;
    margin-right: 10px;
    visibility: collapse;
  
  }.tools .clipboard-cart-id:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
    border: 1px solid black;
  }
  /* ---------------- */
  
  /* Tools View Data Pop up */
  .tools .popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 70%;
  }
  .tools .data-modal{
    visibility: hidden;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  
  .tools .popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .tools .popup-close:hover, .popup-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .tools .json-pretty {
    white-space: pre;
    font-size: 16px;
  }
  .tools .popup-clipboard {
    border: 1px solid black;
    font-size: 12px;
    float: right;
    margin-right: 40px;
  }
  .tools .popup-clipboard:hover {
    color: white;
    background-color: #96C2F8;
  }
  .tools .popup-input-text {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
  }
  /* ---------------- */
  
  /* Tools History */
  .tools .cart-history {
    width: 105%;
    max-height: 450px;
    overflow: auto;
    display: none;
  }
  .tools .cart-history-table{
    width: 99.9%;
    border-collapse: collapse;
    table-layout: fixed;
    overflow: auto;
  }
  .tools .history-toggle-button{
    visibility: collapse;
    border: 1px solid black;
    font-size: 6px;
    height: 35px;
    margin-left: 130px;
    float: left;
    margin-top: -40px;
  }
  .tools .history-toggle-button:hover{
    color: white;
    background-color: #96C2F8;
  }
  .tools .cart-history-diagram {
    width: 105%;
    display: block;
  }
  .tools .cart-history-diagram-table {
    width: 99.9%;
    border-collapse: collapse;
    visibility: collapse;
  }
  .tools .cart-history-diagram-table td{
    padding: 5px;
    
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #DCDCDC;
    min-width: 100px;
  }
  .tools .cart-history-diagram-table .process-content {
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
  }
  .tools .cart-history-diagram-table .diagram-content {
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 24px;
  }
  .tools .cart-history-diagram-table .device-id-content {
    font-size: 12px;
    white-space: pre-wrap;
    line-height: 24px;
    text-align: center;
  }
  .tools .cart-history-diagram-table .diagram-cell {
    text-align: center;
  }
  .tools .cart-history-diagram-table .center-icon {
    text-align: center;
  }
  .tools .cart-history-diagram-table .diagram-icon-fail {
    color: red;
  }
  .tools .cart-history-diagram-table .server-icon:hover{
    color: #96C2F8;
    cursor: pointer;
  }
  .tools .cart-history-diagram-table .diagram-images {
    width: 70px;
    height: 35px;
  }
  .tools .cart-history-diagram-table .arrow-icon {
    width: 130px;
    height: 15px;
  }
  .tools .cart-history-diagram-table .server-icon {
    width: 70px;
    height: 40px;
  }
  .tools .cart-history-diagram-table .backend-icon {
    width: 70px;
    height: 40px;
  }
  .tools .cart-history-device-info {
    width: 99.9%;
    border-collapse: collapse;
  }
  .tools .cart-history-device-info td{
    padding: 5px;
    border: 1px solid white;
    min-width: 100px;
    text-align: left;
    font-size: 13px;
    white-space: pre-wrap;
    vertical-align: top;
  }
  .tools .bubble {
    background-color: white;
    border: 1px solid black;
    width: 80px;
    max-height: 180px;
    border-radius: 5px;
    position: absolute;
    margin-left: 120px;
    margin-top: -60px;
    visibility: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding: 5px;
  }
  .tools .clickable-icon {
    border: 1px solid #808080;
    padding: 3px;
    width: 75px;
    height: 45px;
  }
  .tools .clickable-icon:hover {
    background-color: #96C2F8;
    border: 1px solid black;
    cursor: pointer;
  }
  .tools .clipboard-device-id {
    margin-left: 8px;
  
  
  }.tools .clipboard-device-id:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
    border: 1px solid black;
  }
  .tools .clipboard-external-id {
    margin-left: 4px;
  }
  .tools .clipboard-external-id:hover {
    color: white;
    background-color: #96C2F8;
    cursor: pointer;
    border: 1px solid black;
  }
  .tools .no-device-id {
    font-size: 16px;
    text-align: center;
  }
  /* ---------------- */
  /* Tools History */
  .tools .pw-table-container {
    max-width: 945px;
    width: 945px;
    min-width: 945px;
    overflow: hidden;
  }
  .tools .pw-table{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .tools .pw-table td{
    border: 1px solid grey;
    word-wrap: break-word;
  }
  .tools .pw-content {
    font-size: 14px;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 18px;
    padding-right: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
  }
  .tools .pw-search {
    width: 600px;
    height: 40px;
    border: 1px solid black;
  }
  /*--
    Segmented Control Tools
  --*/
  
  .tools .segmented-main{
    margin-left: 0px;
    text-align: center;
    display: block;
    margin-top: 0px;
  }
  .tools .segmented {
    display: inline-block;
  }
  .tools .tools-page {
    padding-top: 0px;
    margin-top: -40px;
  }
  .tools .segmented-layout{
    margin-top: 2px;
    margin-left: 5px;
    float: left;
  }
  .tools .segmented .label {
    border: 1px black;
    border-style: solid solid solid solid;
    cursor: pointer;
    float: left;
    padding: 8px;
    text-align: center;
    margin-left: -3px;
    margin-right: -3px;
    min-width: 190px;
    border-radius: 0px;
  }
  .tools .segmented .label:hover{
    background-color: #96C2F8;
    color: white;
  }
  .tools .segmented :first-child .label {
    border-radius: 0px 0px 0px 0px;
  }
  .tools .segmented :last-of-type .label {
    border-radius: 0 0px 0px 0;
    border-right-style: solid;
  }
  .tools .segmented input {
    display: none;
  }
  .tools .segmented input:checked + .label {
    background-color: #3C80E0;
    border-color: black;
    color: white;
  }
  /*---------------------------------------------
            Liquid Analytics FAQ 
  -----------------------------------------------*/
  .faq {
    margin-top: -60px;
  }
  .faq-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .faq-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
    width: 100%;
    display: block;
  }
  /*---------------------------------------------
            Liquid Analytics Server Release Updates 
  -----------------------------------------------*/
  
  .updates {
    margin-top: -60px;
  }
  
  .updates-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .updates-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .updates .content {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 15px;
    white-space: pre-wrap;
  }
  
  .updates .title{
    font-size: 26px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  
  .updates .bullets {
    margin-left: 30px;
    font-size: 20px;
  }
  
  .updates .bullets2{
    margin-left: 60px;
    font-size: 20px;
  }
  
  .updates .past-release:hover{
    border-radius: 35px;
    color: white;
    background-color: #96C2F8;
  }
  .updates .prod{
    margin-top: 50px;
  }
  /*---------------------------------------------
            Liquid Analytics MC 
  -----------------------------------------------*/
  
  .mc {
    margin-top: -115px;
  }
  
  .mc-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-left: 10px;
    display: inline;
  }
  
  .mc-top{
    margin-top: 60px;
  }
  
  .mc-download{
    margin-bottom: 130px;
  }
  
  .mc-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .mc .content {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
  }
  
  .mc-itemlist{
    float: right;
    margin-top: 30px;
    padding: 15px 40px 15px 40px;
  }
  
  .mc-item{
    margin-left: 60px;
    margin-right: 60px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 23px;
  }
  
  .mc-item:hover{
    border-radius: 35px;
    color: white;
    background-color: #96C2F8;
  }
  
  .mc-logo{
    width: 43px;
    height: 44px;
    float: left;
  }
  
  .java{
    color: #1A67D8;
  }
  
  .java:hover{
    color: #1A67D8;
  }
  
  .vid-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
  }
  
  .vid-container iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /*---------------------------------------------
            Liquid Analytics Client 
  -----------------------------------------------*/
  .client {
    margin-top: -60px;
  }
  
  .client #notes {
    margin-top: -40px;
  }
  
  .client-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .client-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-top: -3px;
    margin-left: 10px;
    padding-bottom: 20px;
  }
  
  .client .content {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: -15px;
    white-space: pre-wrap;
  }
  
  .client .title{
    font-size: 26px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  
  .client .ticket{
    font-size: 18px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  .canvas{
    visibility: collapse;
  }
  .client .ds{
    font-weight: 800;
  }
  .glyphicon-plus{
    margin-top: 20px;
    margin-right: 15px;
  }
  .glyphicon-minus{
    margin-top: 20px;
    margin-right: 15px;
  }
  .client .client-popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 40%;
  }
  .client .client-modal{
    visibility:hidden;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  
  .client .client-popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .client .client-popup-close:hover, .client-popup-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .client .popUpSpinner {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  
  .client-icons{
    padding: 0;
    height: 40px;
    width: 40px;
  }
  /*---------------------------------------------
            Liquid Analytics Reports 
  -----------------------------------------------*/
  
  #technical-data{
    display: none;
  }
  #device-info{
    display: none;
  }
  #usage{
    display: none;
  }
  #errors-and-warnings{
    display: none;
  }
  #queueInfo{
    margin-top: -50px;
    margin-bottom: 40px;
  }
  #reports-dropdown {
    display: none;
  }
  .reports .main-reports-spinner {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .reports {
    margin-top: -60px;
    min-width: 900px;
  }
  .reports-header {
    padding: 8px 4px 8px 4px;
    font-size: 28px;
    background-color: #3C80E0;
    color: white;
    margin-top: 55px;
    font-weight: 400;
  }
  
  .reports-title{
    font-size: 40px;
    font-style: bold;
    font-weight: 550;
    padding-top: 10px;
    margin-left: 10px;
    margin-top: -3px;
    padding-bottom: 40px;
  }
  .reports .general-content {
    font-size: 14px;
  
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .reports .ow-content {
    font-size: 14px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .bo-content {
    font-size: 14px;
    text-align: left;
    align-content: left;
    white-space: pre;
  }
  
  .reports .td-content {
    font-size: 14px;
    margin-right: -15px;
    max-width: 150px;
    text-align: left;
    align-content: left;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .rs-content {
    font-size: 14px;
  
    text-align: left;
    align-content: left;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .reports .sw-content {
    font-size: 14px;
    margin-right: -15px;
  
    text-align: left;
    align-content: left;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .bs-content{
    font-size: 14px;
    max-width: 120px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .white-space-pre-wrap{
    white-space: pre-wrap
  }
  .reports .white-space-pre{
    white-space: pre;
  }
  .smaller{
    font-size: 12px;
  }
  .user-id{
    font-size: 13px;
  }
  .reports .os-content {
    font-size: 14px;
    max-width: 170px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .truncate{ 
    font-size: 14px;
    max-width: 50px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  .reports .extend {
    font-size: 12.2px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
  }
  .reports .expand-item{
    min-width: 75px;
    font-size: 14px;
    text-align: left;
    align-content: left;
    white-space: pre-wrap;
  }
  .reports .cell-width {
    width: 1%;
    min-width: 100px;
    padding-right: 2px;
  }
  .reports .cell-fixed-width{
    width: 0.15%;
    padding-right: 2px;
  }
  .reports .cell-fixed-width-mid{
    width: 0.27%;
    padding-right: 2px;
  }
  .reports .qi-cell-width{
    width: 1%;
  }
  .reports .qi-cell-width-undefined{
    width: 1%;
  }
  
  .reports .header{
    font-weight: 900;
    margin-right: -40px;
    margin-top: -15px;
    margin-bottom: -10px;
    font-size: 13px;
    padding-top: 10px;
    line-height: 20px;
  
    text-align: left;
    
    word-wrap: break-word;
  }
  
  .reports .content {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15px;
    white-space: pre-wrap;
  }
  .reports .title{
    font-size: 26px;
    font-style: bold;
    font-weight: 550;
    padding-top: 30px;
  }
  
  .reports .hide-this{
    table-layout: fixed;
    overflow: hidden;
    line-height: 0;
    visibility: collapse;
    padding: 0;
    height: 0;
    display: none;
  }
  .reports .hide-first-row{
    line-height: 0;
    top: 0;
    visibility: hidden;
  }
  .reports .hide-header{
    font-weight: 900;
    margin-right: -40px;
    margin-top: -15px;
    margin-bottom: -10px;
    font-size: 13px;
    padding-top: 10px;
    line-height: 0px;
    top: 0;
    
    text-align: left;
    
    word-wrap: break-word;
  }
  /*
  .reports td, th{
    border: 1px solid black;
    font-size: 16px;
    white-space: nowrap;
  }
  .reports-table{
    text-align: center;
    table-layout: fixed;
    display: block;
    border-collapse: collapse;
    border-spacing: 0px;
    min-width: 720px;
    overflow-x: hidden;
  }
  .reports thead{
    display: block;
    top: 0;
    width: 100%;
  }
  .reports .table-body{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
  }
  .reports .bs-table-body{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 460px;
  }
  .reports tr{
    display: table-row;
    width: 100%;
  }
  */
  
  .reports .no-data{
    font-weight: 800;
    text-align: left;
    font-size: 23px;
    border: none;
  }
  .row-count{
    font-size: 17px;
    display: block;
    margin-top: -38px;
    text-align: right;
  }
  .last-updated {
    font-size: 17px;
    display: block;
    margin-right: 120px;
    text-align: right;
  }
  .bolding{
    font-weight: 700;
  }
  .warning{
    font-size: 13px;
    text-align: left;
    display: block;
    width: 40%;
    margin-top: -22px;
  }
  .aws-view{
    color: blue;
    min-width: 30px;
  }
  .aws-view:hover{
    cursor: pointer;
  }
  /* TEST */
  .reports .fixed-table-container{
    width: 100%;
  }
  .reports .reports-table {
    border-collapse: collapse;
    width: 100%;
    display: block;
  }
  .reports thead {
    background-color: white;
  
    margin-bottom: -25px;
  }
  .reports thead, .table-body, .bs-table-body{
    display: block;
  }
  .reports .table-body {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
  }
  .reports .bs-table-body {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 430px;
  }
  .reports .fixed-table-container td{
    min-width: 80px;
    height: 25px;
    border: solid 1px black;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 20px;
  }
  .reports .fixed-table-container th{
    min-width: 80px;
    height: 25px;
    border: solid 1px black;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 20px;
  }
  .reports .date-picker {
    margin-top: 2px;
    width: 150px;
    height: 33.5px;
    margin-left: 10px;
  }
  /* --- */
  /* REPORTS POP UP CONTENT AND GRAPHS */
  .reports .popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 80%;
  }
  .reports .special-download-popup-content{
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid black;
    width: 40%;
  }
  .reports .modal{
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  .reports .graph-modal, .download-modal{
    visibility:hidden;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
  }
  .reports .popup-close, .bs-popup-close, .os-popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .reports .popup-close:hover, .popup-close:focus, .bs-popup-close:hover, .bs-popup-close:focus, .os-popup-close:hover, .os-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .reports .graph-popup-close, .download-popup-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .reports .graph-popup-close:hover, .graph-popup-close:focus, .download-popup-close:hover, .download-popup-close:hover:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .reports .popup-row-close{
    color: #aaa;
    float: right;
    margin-right: -35px;
    font-size: 28px;
    font-weight: bold;
    display: none;
  }
  .reports .popup-row-close:hover, .popup-row-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .reports .popup-table{
    width: 100%;
    height: 500px;
    table-layout: fixed;
  }
  .reports .popup-table tbody{
    width: 100%;
    height: 500px;
    display: block;
    overflow-y: scroll;
  }
  .reports .popup-table tr{
    display: table;
    width: 100%;
  }
  .reports .popup-table tr:hover{
    cursor: pointer;
  }
  .reports .popup-cell-width{
    max-width: 200px;
    overflow-x: hidden;
  }
  .reports .popup-clicked{
    white-space: pre-wrap;
  }
  .reports .popup-error{
    text-align: center;
    font-size: 25px;
  }
  .reports .full-item{
    display: none;
  }
  .reports .report-table-spinner, .main-reports-spinner {
    display: block;
    margin-top: -40px;
  }
  .downloadButton:hover, .graphButton:hover, .graphButtonToggle:hover {
    background-color: #96C2F8;
    color: white;
  }
  .queryDropdown {
    width: 350px;
    float: left;
    margin-top: -14px;
  }
  .graphDropdown {
    width: 150px;
    float: left;
    margin-top: -14px;
  }
  .graphYDropdown {
    display: none;
    width: 220px;
    float: left;
    margin-top: -14px;
  }
  .graphMergeDropdown {
    display: none;
    width: 220px;
    float: left;
    margin-top: -14px;
  }
  .downloadButton {
    float: right;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid black;
    height: 33.5px;
  }
  .specialDownloadButton {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid black;
    width: 100%;
  }
  .selectAllButton {
    font-size: 10px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid black;
  }
  .graphButton {
    float: left;
    margin-top: 2px;
    height: 33.5px;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid black;
  }
  .graphButtonToggle {
    float: left;
    margin-top: 2px;
    height: 33.5px;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid black;
  }
  .reports .graph-spinner{
    margin: auto;
  }
  .downloadProgress{
    font-size: 17px;
    text-align: center;
  }
  .reportWarningIcon {
    color: #FFC107;
    margin-top: -5px;
  }
  .report-icons{
    padding: 0;
    height: 40px;
    width: 40px;
  }
  
  .downloadWarning {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
    visibility: hidden;
  }
  .initialMessage {
    text-align: center;
  }
  
  .reports .date-reset {
    height: 33.5px;
    padding: 4px;
    margin-left: -30px;
  }
  .reports .date-reset:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .reports .table-info {
    margin-top: -40px;
  }
  .reports .search-input{
    width: 300px;
    border: 1px solid black;
    height: 34px;
    font-size: 20px;
    margin-top: 1px;
    font-size: 14px;
  }
  .reports .search-tool{
    float: right;
    margin-top: 2px;
  }
  
  .reports .special-search-input {
    width: 148px;
    border: 1px solid black;
    height: 24px;
    font-size: 20px;
    margin-top: 44px;
    margin-left: -250px;
    margin-right: 40px;
    font-size: 14px;
    float: right;
  }
  .reports .search-reset {
    height: 33.5px;
    padding: 4px;
    margin-left: -30px;
    margin-bottom: 3px;
  }
  .reports .search-reset:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .reports .filter-icon {
    display: inline-block;
    height: 34px;
    width: 35px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    margin-bottom: 5px;
  }
  .reports .filter-buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .reports .dropdown-content {
    max-width: 1000px !important;
  }
  .reports .custom-filter {
    float: left;
    margin-top: 36px;
    margin-right: -50px;
  }
  .reports .special-dropdown-container {
    float: right;
    margin-right: 120px;
    margin-top: -20px;
    display: none;
  }
  .reports .special-filter-input {
    width: 115px;
  }
  .reports .special-filter-input-operator {
    width: 65px;
  }
  .reports .special-filter-buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .reports .filter-icon:hover {
    cursor: pointer;
    color: #96C2F8;
  }
  .reports .cart-check-redirect:hover {
    cursor: pointer;
    color: white;
    background-color: #96C2F8;
  }
  .reports .table-info-box {
    margin-top: 70px;
    display: block;
  }
  .reports .table-drilldown-item:hover {
    cursor: pointer;
    color: white;
    background-color: #96C2F8;
  }
  /*--
    footer Start 
  --*/
  footer {
    background: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #site-footer {
    height: 135px;
    background: white;
  }
  
  #index-footer{
    height: 135px;
    background: white;
  }
  
  /*--
    Segmented Control reports
  --*/
  
  .reports .segmented-main{
    margin-left: 0px;
    text-align: center;
    display: block;
    margin-top: 0px;
  }
  .reports .segmented {
    display: inline-block;
  }
  .reports .reports-page {
    padding-top: 0px;
    margin-top: -40px;
  }
  .reports .segmented-layout{
    margin-top: 2px;
    margin-left: 5px;
    float: left;
  }
  .reports .segmented .label {
    border: 1px black;
    border-style: solid solid solid solid;
    cursor: pointer;
    float: left;
    padding: 8px;
    text-align: center;
    margin-left: -3px;
    margin-right: -3px;
    width: 100%;
    min-width: 180px;
    border-radius: 0px;
  }
  /*
  .reports .segmented .label:hover{
    background-color: #96C2F8;
    color: white;
  }*/
  .reports .segmented :first-child .label {
    border-radius: 0px 0px 0px 0px;
  }
  .reports .segmented :last-of-type .label {
    border-radius: 0 0px 0px 0;
    border-right-style: solid;
  }
  .reports .segmented input {
    display: none;
  }
  .reports .segmented input:checked + .label {
    background-color: #3C80E0;
    border-color: black;
    color: white;
  }
  /* ---------------- */
  
  .segmented .label {
    background-color: white;
    color: black;
  }
  .segmented input:checked + span {
    background-color: #3C80E0;
  }
  /* -------- */
  .hidden-token{
    visibility: collapse;
    display: none;
  }
  /*-------------------------------
  ----------- LOGIN PAGE ---------*/
  
  
  .loginpage body {
    margin: 0;
    padding: 0;
    background: white;
    background-size: cover;
    background-position: center;
  }
  
  .loginpage .loginbox{
    width: 50%;
    min-width: 335px;
    height: 520px;
    background: white;
    color: white;
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 40px 30px;
  }
  .loginpage #community-box{
    border: 1px solid black;
    width: 100%;
    height: 300px;
    background: white;
    color: black;
    top: 55%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 5px 5px;
    overflow-y: auto;
    visibility: collapse;
  }
  
  .loginpage .community-box td{
    font-size: 20px; 
  }
  
  .loginpage .community-box tr:hover{
    cursor: pointer;
  }
  
  .loginpage .community-box table{
    width: 100%;
  }
  
  .loginpage .community-box #community-list {
    color: black;
    top: 90%;
  }
  
  .loginpage .hide-status{
    visibility: hidden;
  }
  
  .loginpage .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
  }
  
  .loginpage h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 28px;
    color: black;
    line-height: 1px;
  }
  
  .loginpage .loginbox p {
    margin: 0;
    padding: 0;
    color: black;
  }
  
  .loginpage input {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .loginpage input[type="text"], input[type="password"]{
    border: 1px solid black;
    outline: none;
    height: 40px;
    color: black;
    font-size: 16px;
  }
  
  .loginpage #submit:disabled{
    color: #6D6D6D;
    background-color: #F5F5F5;
  }
  .loginpage #submit:disabled:hover{
    color: #6D6D6D;
    background-color: #F5F5F5;
    cursor: default;
  }
  .loginpage #submit{
    margin-top: 50px;
    text-align: center;
    border: 1px solid black;
    outline: none;
    height: 40px;
    background: white;
    color: black;
    font-size: 18px;
    border-radius: 20px;
  }
  
  .loginpage #submit:hover{
    cursor: pointer;
    background: #96C2F8;
    color: white;
  }
  .loginpage #continue:hover{
    cursor: pointer;
    background: #96C2F8;
    color: white;
  }
  .loginpage #continue{
    margin-top: 350px;
    text-align: center;
    border: 1px solid black;
    outline: none;
    height: 40px;
    background: white;
    color: black;
    font-size: 18px;
    border-radius: 20px;
    display: none;
  }
  
  .loginpage .loginbox a{
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: black;
    margin: auto;
  }
  
  .loginpage .loginbox a:hover{
    color: #ffc107;
    cursor: pointer;
  }
  
  .loginpage .highlight {
    background-color: #96C2F8;
    font-weight: 800;
  }
  
  .loginpage #company-logo{
    margin-top: -100px;
    width: 250px;
    height: 125px;
    text-align: center;
  }
  
  .loginpage .close {
    margin-top: -50px;
    margin-right: 10px;
  }
}

/* Browser CSS */
@media only screen 
and (min-device-width : 1025px) {
  
.updates table, th, td {
  border: 1px solid white;
  padding: 8px 50px 8px 5px;
}

.updates .table-header1{
  background-color: #CFCFCF;
  padding-right: 120px;
  padding-top: 12px;
  font-size: 23px;
}

.updates .table-header2{
  background-color: #CFCFCF;
  padding-right: 150px;
  padding-top: 12px;
  font-size: 23px;
}

.updates .table-data1{
  background-color: #898D94;
  font-size: 20px;
}

.updates .table-data2{
  background-color: #5A6063;
  font-size: 20px;
}

.updates .table-top{
  background: linear-gradient(white, #CFCFCF);
}

.updates .table-bottom{
  background: linear-gradient(#CFCFCF, white);
}

.server td{
  width: 50%;
}

.server .server-table{
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.server .time{
  white-space: pre-wrap;
}
/*---------------------------------------------
					Liquid Analytics Toolbar 
-----------------------------------------------*/
.toolbar {
  width: 100%;
  z-index: 1;
  background-color: white;
}

.logo {
  width: 180px;
  height: 90px;
  margin-left: -15px;
  margin-top: -8px;
}

.company {
  float: left;
  padding-top: 30px;
  padding-left: 70px;
}

.company-title{
  font-size: 20px;
  line-height: 28px;
  color: black;
}

.la-navbar-properties{
  color: #000;
  background-color: white;
}

.menu{
  font-size: 16px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  display: block;
  font-weight: 300;
}
.menu-border{
  border-top: 1px solid rgb(0, 0, 0);
}

.menu-border:hover {
  border-top: 5px solid rgb(0, 0, 0);
}

.item-clicked {
  border-top: 5px solid rgb(0, 0, 0);
}

.mobile-button{
  font-size: 30px;
  position: absolute;
}
/*---------------------------------------------
					Liquid Analytics News Feed 
-----------------------------------------------*/

.news-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  font-weight: 400;
}
.news-table-header{
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: -10px;
  font-weight: 400;
  width: 150%;
  display: block;
}
.new-section {
  background-color: black;
}

.news {
  padding-bottom: 45px;
}

.news .date {
  color: #606568;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 24px;
}

.news .ios-header {
  font-size: 28px;
  font-weight: 600;
  white-space: pre-wrap;
}

.news .content {
  padding-bottom: 20px;
  font-size: 20px;
  white-space: pre-wrap;
}
/* Change Log Style */
.news .cl-content {
  padding-bottom: 20px;
  font-size: 15px;
  white-space: pre-wrap;
}
.news .cl-ios-header {
  font-size: 18px;
  font-weight: 600;
  white-space: pre-wrap;
  display: inline-block;
}
.news .cl-date {
  color: #606568;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 18px;
  display: inline-block;
}
/* -------------- */
.news .upcoming {
  color: #000;
  font-style: bold;
}

.news .full-schedule{
  font-size: 15px;
}
.news td {
  vertical-align: top;
}
.news .news-table{
  width: 100.5%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -4px;
  margin-top: 55px;
  table-layout: fixed;
}
.news .news-cl-table{
  width: 100.5%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -4px;
  margin-top: 25px;
  table-layout: fixed;
}
.news .table-head-border{
  border-top: 2px solid white;
}
.news .middle-border{
  border-right: 1px solid #b3b3b3;
  min-width: 100%;
  max-width: 580px;
  width: 60%;
}

/*---------------------------------------------
					Liquid Analytics Logout 
-----------------------------------------------*/

.logout-page {
  font-size: 23px;
  padding-right: 25px;
  width: 100%;
  margin-top: 100px;
}

.logout-page .logout-text {
  text-align: right;
  line-height: 15px;
}

.logout-page .logout-button{
  color: #3C80E0;
  font-weight: 800;
  font-size: 17px;
}

.logout-page .bold-name{
  font-weight: 800;
}
/*---------------------------------------------
					Liquid Analytics Server Status 
-----------------------------------------------*/

.server{
  margin-top: -60px;
}

.server-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
  width: 150%;
  display: block;
}

.server-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 60px;
}

.server hr{
  width: 240%;
}
.server .content {
  font-size: 25px;
  padding-top: 10px;
  padding-left: 5px;
  line-height: 15px;
}
.server .service-content {
  font-size: 17px;
  padding-top: 10px;
  padding-left: 5px;
  line-height: 15px;
}
.server .header-content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 5px;
}
.server .date-content {
  font-size: 23px;
  padding-top: 10px;
  padding-left: 5px;
}

.status-on{
  color: #00cc00;
  font-weight: 800;
}

.status-off{
  color: #F44336;
  font-weight: 800;
}

.status-w{
  color: rgb(228, 228, 26);
  font-weight: 800;
}
.server .polymer-icons{
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: 40px;
  margin-left: 5px;
}
.server .server-icons {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: 40px;
  margin-left: 5px;
}
.server .check-box-icon{
  color: #4CAF50;
}
.server .warning-icon{
  color: #FFC107;
}
.server .cancel-icon{
  color: #F44336;
}
.server .refresh-icon{
  width: 30px;
  height: 30px;
  margin-top: -10px;
}
.server .refresh-icon:hover{
  cursor: pointer;
}
.server td{
  border: 0px;
}
.time-greater{
  color: #F44336;
  font-weight: 800;
}

.time-less{
  color: #00cc00;
  font-weight: 800;
}
/*---------------------------------------------
					Liquid Analytics Tools 
-----------------------------------------------*/

.tools {
  margin-top: -60px;
}
.tools-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.tools-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 45px;
  font-weight: 400;
  width: 100%;
  display: block;
}
/* Tool search box */
.tools .tools-input{
  width: 500px;
  height: 35px;
  font-size: 20px;
  margin-left: 20px;
}
.tools .user-input {
  text-align: center;
  font-size: 25px;
}
.tools .tools-menu {
  font-size: 16px;
  float: right;
  height: 35px;
  margin-bottom: -10px;
  margin-right: -200px;
}
.tools .tool-menu-icon {
  width: 30px;
  height: 30px;
}
.tools .tools-submit{
  border: 1px solid black;
  font-size: 6px;
  height: 35px;
  float: right;
  margin-bottom: -10px;
}
.tools .tools-submit:hover{
  color: white;
  background-color: #96C2F8;
}
.tools .submit-button-container {
  display: inline-block;
}
.tools .user-input-dropdown{
  width: 110px;
  margin-bottom: -30px;
  margin-top: -50px;
}
.tools .dropdown-item{
  font-size: 50px;
}
.tools .tool-error {
  text-align: center;
}
.tools .filter-tab {
  padding: 0;
  font-size: 16px;
  display: inline-block;
}
.tools .type-filter-tab {
  width: 280px;
}
.tools .status-filter-tab {
  width: 130px;
}
.tools .filter-tab-time-picker {
  padding: 0;
  width: 100px;
  font-size: 16px;
  display: inline-block;
}
.tools .time-picker {
  font-size: 13px;
  margin-top: 13px;
  float: right;
}
.tools .search-reset {
  margin-left: -35px;
  margin-right: 5px;
  padding: 2px;
}
.tools .search-reset:hover {
  cursor: pointer;
  color: #96C2F8;
}
.tools .submit-spinner {
  float: left;
  margin-left: 5px;
  margin-right: -20px;
}
/* ---------------- */

/* Tool Cart List */
.tools .cart-list {
  width: 104%;
  max-height: 370px;
  overflow: auto;
}
.tools .hover-highlight:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
}
.tools .highlight {
  background-color: #96C2F8;
  font-weight: 800;
}

.tools .cart-list-table{
  width: 100%;
  overflow: auto;
}
.tools .cell-content {
  font-size: 12px;
  padding: 5px 0px 5px 5px;
  line-height: 25px;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tools .truncate {
  max-width: 120px;
}
.tools .small-width {
  width: 0.1%;
  padding-right: 1px;
}
.tools .cart-list-previous {
  float: right;
  margin-left: 0px;
}
.tools .cart-list-next {
  float: right;
  margin-right: 0px;
}
.tools .page-numbers {
  float: right;
  margin-right: 10px;
  visibility: collapse;
}
.tools .list-button {
  border: 1px solid grey;
  font-size: 10px;
  border-radius: 0;
  height: 10px;
  margin-bottom: 2px;
  visibility: collapse;
}
.tools .list-button:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
}
.tools .no-carts {
  font-size: 18px;
  padding: 10px;
  font-weight: 800;
}
/* ---------------- */

/* Tools main body */
.tools .tools-table-container {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
.tools .tools-table{
  width: 100%;
  white-space: nowrap;
}
.tools .tools-table td{
  border: 1px solid grey;
  word-wrap: break-word;
}
.tools .content {
  font-size: 14px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 18px;
  padding-right: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.tools .line-item-content {
  font-size: 14px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 14px;
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.tools .cart-body-line-items {
  vertical-align: top;
}
.tools .cart-body {
  width: 115%;
  max-height: 550px;
  overflow: auto;
}
.tools .line-items {
  width: 108%;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.tools .cart-body-cell {
  width: 405px;
  max-width: 405px;
  min-width: 405px;
}
.tools .cart-view-data-button {
  visibility: collapse;
  font-size: 10px;
  float: right;
  border: 1px solid grey;
  margin-right: 10px;
}
.tools .order-preview-button {
  visibility: collapse;
  font-size: 10px;
  float: right;
  border: 1px solid grey;
  margin-right: 10px;
}
.tools .cart-view-data-button:hover, .order-preview-button:hover{
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
}
.tools .cart-info-spinner {
  float: right;
  margin-right: 10px;
}
.tools .line-info-spinner {
  float: right;
  margin-right: -30px;
}
.tools .cart-history-spinner {
  float: right;
  margin-top: -40px;
  margin-right: -25px;
}
.tools .clipboard-cart-id {
  float: right;
  margin-top: 53px;
  margin-right: 10px;
  visibility: collapse;

}.tools .clipboard-cart-id:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
  border: 1px solid black;
}
/* ---------------- */

/* Tools View Data Pop up */
.tools .popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 70%;
}
.tools .data-modal{
  visibility: hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.tools .popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.tools .popup-close:hover, .popup-close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.tools .json-pretty {
  white-space: pre;
  font-size: 16px;
}
.tools .popup-clipboard {
  border: 1px solid black;
  font-size: 12px;
  float: right;
  margin-right: 40px;
}
.tools .popup-clipboard:hover {
  color: white;
  background-color: #96C2F8;
}
.tools .popup-input-text {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}
/* ---------------- */

/* Tools History */
.tools .cart-history {
  width: 104%;
  max-height: 450px;
  overflow: auto;
  display: none;
}
.tools .cart-history-table{
  width: 99.9%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: auto;
}
.tools .history-toggle-button{
  visibility: collapse;
  border: 1px solid black;
  font-size: 6px;
  height: 35px;
  margin-left: 130px;
  float: left;
  margin-top: -40px;
}
.tools .history-toggle-button:hover{
  color: white;
  background-color: #96C2F8;
}
.tools .cart-history-diagram {
  width: 105%;
  display: block;
}
.tools .cart-history-diagram-table {
  width: 99.9%;
  border-collapse: collapse;
  visibility: collapse;
}
.tools .cart-history-diagram-table td{
  padding: 5px;
  
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid #DCDCDC;
  min-width: 100px;
}
.tools .cart-history-diagram-table .process-content {
  font-size: 14px;
  text-align: center;
  border: 1px solid black;
}
.tools .cart-history-diagram-table .diagram-content {
  font-size: 14px;
  white-space: pre-wrap;
  line-height: 24px;
}
.tools .cart-history-diagram-table .device-id-content {
  font-size: 12px;
  white-space: pre-wrap;
  line-height: 24px;
  text-align: center;
}
.tools .cart-history-diagram-table .diagram-cell {
  text-align: center;
}
.tools .cart-history-diagram-table .center-icon {
  text-align: center;
}
.tools .cart-history-diagram-table .diagram-icon-fail {
  color: red;
}
.tools .cart-history-diagram-table .server-icon:hover{
  color: #96C2F8;
  cursor: pointer;
}
.tools .cart-history-diagram-table .diagram-images {
  width: 70px;
  height: 35px;
}
.tools .cart-history-diagram-table .arrow-icon {
  width: 130px;
  height: 15px;
}
.tools .cart-history-diagram-table .server-icon {
  width: 70px;
  height: 40px;
}
.tools .cart-history-diagram-table .backend-icon {
  width: 70px;
  height: 40px;
}
.tools .cart-history-device-info {
  width: 99.9%;
  border-collapse: collapse;
}
.tools .cart-history-device-info td{
  padding: 5px;
  border: 1px solid white;
  min-width: 100px;
  text-align: left;
  font-size: 13px;
  white-space: pre-wrap;
  vertical-align: top;
}
.tools .bubble {
  background-color: white;
  border: 1px solid black;
  width: 160px;
  max-height: 120px;
  border-radius: 5px;
  position: absolute;
  margin-left: 120px;
  margin-top: -60px;
  visibility: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  padding: 5px;
}
.tools .clickable-icon {
  border: 1px solid #808080;
  padding: 3px;
  width: 75px;
  height: 45px;
}
.tools .clickable-icon:hover {
  background-color: #96C2F8;
  border: 1px solid black;
  cursor: pointer;
}
.tools .clipboard-device-id {
  margin-left: 8px;


}.tools .clipboard-device-id:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
  border: 1px solid black;
}
.tools .clipboard-external-id {
  margin-left: 4px;
}
.tools .clipboard-external-id:hover {
  color: white;
  background-color: #96C2F8;
  cursor: pointer;
  border: 1px solid black;
}
.tools .no-device-id {
  font-size: 16px;
  text-align: center;
}
/* ---------------- */
/* Tools History */
.tools .pw-table-container {
  max-width: 945px;
  width: 945px;
  min-width: 945px;
  overflow: hidden;
}
.tools .pw-table{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tools .pw-table td{
  border: 1px solid grey;
  word-wrap: break-word;
}
.tools .pw-content {
  font-size: 14px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 18px;
  padding-right: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.tools .pw-search {
  width: 600px;
  height: 40px;
  border: 1px solid black;
}
/*--
  Segmented Control Tools
--*/

.tools .segmented-main{
  margin-left: 0px;
  text-align: center;
  display: block;
  margin-top: 0px;
}
.tools .segmented {
  display: inline-block;
}
.tools .tools-page {
  padding-top: 0px;
  margin-top: -40px;
}
.tools .segmented-layout{
  margin-top: 2px;
  margin-left: 5px;
  float: left;
}
.tools .segmented .label {
  border: 1px black;
  border-style: solid solid solid solid;
  cursor: pointer;
  float: left;
  padding: 8px;
  text-align: center;
  margin-left: -3px;
  margin-right: -3px;
  min-width: 190px;
  border-radius: 0px;
}
.tools .segmented .label:hover{
  background-color: #96C2F8;
  color: white;
}
.tools .segmented :first-child .label {
  border-radius: 0px 0px 0px 0px;
}
.tools .segmented :last-of-type .label {
  border-radius: 0 0px 0px 0;
  border-right-style: solid;
}
.tools .segmented input {
  display: none;
}
.tools .segmented input:checked + .label {
  background-color: #3C80E0;
  border-color: black;
  color: white;
}

/*---------------------------------------------
					Liquid Analytics FAQ 
-----------------------------------------------*/
.faq {
  margin-top: -60px;
}
.faq-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.faq-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
  width: 100%;
  display: block;
}
/*---------------------------------------------
					Liquid Analytics Server Release Updates 
-----------------------------------------------*/

.updates {
  margin-top: -60px;
}

.updates-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
}

.updates-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.updates .content {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
  white-space: pre-wrap;
}

.updates .title{
  font-size: 26px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}

.updates .bullets {
  margin-left: 30px;
  font-size: 20px;
}

.updates .bullets2{
  margin-left: 60px;
  font-size: 20px;
}

.updates .past-release:hover{
  border-radius: 35px;
  color: white;
  background-color: #96C2F8;
}
.updates .prod{
  margin-top: 50px;
}
/*---------------------------------------------
					Liquid Analytics MC 
-----------------------------------------------*/

.mc {
  margin-top: -115px;
}

.mc-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-left: 10px;
  display: inline;
}

.mc-top{
  margin-top: 60px;
}

.mc-download{
  margin-bottom: 130px;
}

.mc-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
}

.mc .content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 5px;
}

.mc-itemlist{
  float: right;
  margin-top: 30px;
  padding: 15px 40px 15px 40px;
}

.mc-item{
  margin-left: 110px;
  margin-right: 110px;
  padding: 5px 40px 5px 40px;
  text-align: center;
  font-size: 23px;
}

.mc-item:hover{
  border-radius: 35px;
  color: white;
  background-color: #96C2F8;
}

.mc-logo{
  width: 43px;
  height: 44px;
  float: left;
}

.java{
  color: #1A67D8;
}

.java:hover{
  color: #1A67D8;
}

.vid-container{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
}

.vid-container iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------------------
					Liquid Analytics Client 
-----------------------------------------------*/
.client {
  margin-top: -60px;
}

.client #notes {
  margin-top: -40px;
}

.client-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
}

.client-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-top: -3px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.client .content {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
  margin-top: -15px;
  white-space: pre-wrap;
}

.client .title{
  font-size: 26px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}

.client .ticket{
  font-size: 18px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}
.canvas{
  visibility: collapse;
}
.client .ds{
  font-weight: 800;
}
.glyphicon-plus{
  margin-top: 20px;
  margin-right: 15px;
}
.glyphicon-minus{
  margin-top: 20px;
  margin-right: 15px;
}
.client .client-popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 40%;
}
.client .client-modal{
  visibility:hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.client .client-popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.client .client-popup-close:hover, .client-popup-close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.client .popUpSpinner {
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.client-icons{
  padding: 0;
  height: 40px;
  width: 40px;
}
/*---------------------------------------------
					Liquid Analytics Reports 
-----------------------------------------------*/

#technical-data{
  display: none;
}
#device-info{
  display: none;
}
#usage{
  display: none;
}
#errors-and-warnings{
  display: none;
}
#queueInfo{
  margin-top: -50px;
  margin-bottom: 40px;
}
#reports-dropdown {
  display: none;
}
.reports .main-reports-spinner {
  margin-left: 10px;
  margin-bottom: 5px;
}
.reports {
  margin-top: -60px;
  min-width: 900px;
}
.reports-header {
  padding: 8px 4px 8px 4px;
  font-size: 28px;
  background-color: #3C80E0;
  color: white;
  margin-top: 55px;
  font-weight: 400;
}

.reports-title{
  font-size: 40px;
  font-style: bold;
  font-weight: 550;
  padding-top: 10px;
  margin-left: 10px;
  margin-top: -3px;
  padding-bottom: 40px;
}
.reports .general-content {
  font-size: 15px;

  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.reports .ow-content {
  font-size: 14px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .bo-content {
  font-size: 15px;
  text-align: left;
  align-content: left;
  white-space: pre;
}

.reports .td-content {
  font-size: 14px;
  margin-right: -15px;
  max-width: 150px;
  text-align: left;
  align-content: left;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .rs-content {
  font-size: 14px;

  text-align: left;
  align-content: left;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.reports .sw-content {
  font-size: 14px;
  margin-right: -15px;

  text-align: left;
  align-content: left;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .bs-content{
  font-size: 14px;
  max-width: 120px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .white-space-pre-wrap{
  white-space: pre-wrap
}
.reports .white-space-pre{
  white-space: pre;
}
.smaller{
  font-size: 12px;
}
.user-id{
  font-size: 13px;
}
.reports .os-content {
  font-size: 14px;
  max-width: 170px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .truncate{ 
  font-size: 14px;
  max-width: 50px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.reports .extend {
  font-size: 13px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.reports .expand-item{
  min-width: 75px;
  font-size: 14px;
  text-align: left;
  align-content: left;
  white-space: pre-wrap;
}
.reports .cell-width {
  width: 1%;
  min-width: 100px;
  padding-right: 2px;
}
.reports .cell-fixed-width{
  width: 0.15%;
  padding-right: 2px;
}
.reports .cell-fixed-width-mid{
  width: 0.27%;
  padding-right: 2px;
}
.reports .qi-cell-width{
  width: 54%;
}
.reports .qi-cell-width-undefined{
  width: 1%;
}

.reports .header{
  font-weight: 900;
  margin-right: -40px;
  margin-top: -15px;
  margin-bottom: -10px;
  font-size: 15px;
  padding-top: 10px;
  line-height: 20px;
  
  text-align: left;
  
  word-wrap: break-word;
}

.reports .content {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 15px;
  white-space: pre-wrap;
}
.reports .title{
  font-size: 26px;
  font-style: bold;
  font-weight: 550;
  padding-top: 30px;
}

.reports .hide-this{
  table-layout: fixed;
  overflow: hidden;
  line-height: 0;
  visibility: collapse;
  padding: 0;
  height: 0;
  display: none;
}
.reports .hide-first-row{
  line-height: 0;
  top: 0;
  visibility: hidden;
}
.reports .hide-header{
  font-weight: 900;
  margin-right: -40px;
  margin-top: -15px;
  margin-bottom: -10px;
  font-size: 13px;
  padding-top: 10px;
  line-height: 0px;
  top: 0;
  
  text-align: left;
  
  word-wrap: break-word;
}
/*
.reports td, th{
  border: 1px solid black;
  font-size: 16px;
  white-space: nowrap;
}
.reports-table{
  text-align: center;
  table-layout: fixed;
  display: block;
  border-collapse: collapse;
  border-spacing: 0px;
  min-width: 720px;
  overflow-x: hidden;
}
.reports thead{
  display: block;
  top: 0;
  width: 100%;
}
.reports .table-body{
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}
.reports .bs-table-body{
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 460px;
}
.reports tr{
  display: table-row;
  width: 100%;
}
*/

.scrollbar{
  padding-right: 15px;
}


.reports .no-data{
  font-weight: 800;
  text-align: left;
  font-size: 23px;
  border: none;
}
.row-count{
  font-size: 17px;
  display: block;
  margin-top: -38px;
  text-align: right;
}
.last-updated {
  font-size: 17px;
  display: block;
  margin-right: 120px;
  text-align: right;
}
.bolding{
  font-weight: 700;
}
.warning{
  font-size: 13px;
  text-align: left;
  display: block;
  width: 40%;
  margin-top: -22px;
}
.aws-view{
  color: blue;
  min-width: 30px;
}
.aws-view:hover{
  cursor: pointer;
}
/* TEST */
.reports .fixed-table-container{
  width: 100%;
}
.reports .reports-table {
  border-collapse: collapse;
  width: 100%;
  display: block;
}
.reports thead {
  background-color: white;
  
  margin-bottom: -25px;
}
.reports thead, .table-body, .bs-table-body{
  display: block;
}
.reports .table-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
}
.reports .bs-table-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 430px;
}
.reports .fixed-table-container td{
  min-width: 80px;
  height: 25px;
  border: solid 1px black;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 20px;
}
.reports .fixed-table-container th{
  min-width: 80px;
  height: 25px;
  border: solid 1px black;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 20px;
}
.reports .date-picker {
  margin-top: 2px;
  width: 200px;
  height: 33.5px;
  margin-left: 10px;
}
/* --- */
/* REPORTS POP UP CONTENT AND GRAPHS */
.reports .popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 80%;
}
.reports .special-download-popup-content{
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid black;
  width: 40%;
}
.reports .modal{
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
.reports .graph-modal, .download-modal{
  visibility:hidden;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
.reports .popup-close, .bs-popup-close, .os-popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.reports .popup-close:hover, .popup-close:focus, .bs-popup-close:hover, .bs-popup-close:focus, .os-popup-close:hover, .os-popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reports .graph-popup-close, .download-popup-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.reports .graph-popup-close:hover, .graph-popup-close:focus, .download-popup-close:hover, .download-popup-close:hover:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reports .popup-row-close{
  color: #aaa;
  float: right;
  margin-right: -35px;
  font-size: 28px;
  font-weight: bold;
  display: none;
}
.reports .popup-row-close:hover, .popup-row-close:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reports .popup-table{
  width: 100%;
  height: 500px;
  table-layout: fixed;
}
.reports .popup-table tbody{
  width: 100%;
  height: 500px;
  display: block;
  overflow-y: scroll;
}
.reports .popup-table tr{
  display: table;
  width: 100%;
}
.reports .popup-table tr:hover{
  cursor: pointer;
}
.reports .popup-cell-width{
  max-width: 200px;
  overflow-x: hidden;
}
.reports .popup-clicked{
  white-space: pre-wrap;
}
.reports .popup-error{
  text-align: center;
  font-size: 25px;
}
.reports .full-item{
  display: none;
}
.reports .report-table-spinner, .main-reports-spinner {
  display: block;
  margin-top: -40px;
}
.downloadButton:hover, .graphButton:hover, .graphButtonToggle:hover {
  background-color: #96C2F8;
  color: white;
}
.queryDropdown {
  width: 350px;
  float: left;
  margin-top: -14px;
}
.graphDropdown {
  width: 220px;
  float: left;
  margin-top: -14px;
}
.graphYDropdown {
  display: none;
  width: 220px;
  float: left;
  margin-top: -14px;
}
.graphMergeDropdown {
  display: none;
  width: 220px;
  float: left;
  margin-top: -14px;
}
.downloadButton {
  float: right;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid black;
  height: 33.5px;
}

.specialDownloadButton {
  border-radius: 0px 0px 0px 0px;
  border: 1px solid black;
  width: 100%;
}
.selectAllButton {
  font-size: 10px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid black;
}
.graphButton {
  float: left;
  margin-top: 2px;
  height: 33.5px;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid black;
}
.graphButtonToggle {
  float: left;
  margin-top: 2px;
  height: 33.5px;
  border-radius: 0px 0px 0px 0px;
  border: 0px solid black;
}
.reports .graph-spinner{
  margin: auto;
}
.downloadProgress{
  font-size: 17px;
  text-align: center;
}
.reportWarningIcon {
  color: #FFC107;
  margin-top: -5px;
}
.report-icons{
  padding: 0;
  height: 40px;
  width: 40px;
}

.downloadWarning {
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
  visibility: hidden;
}
.initialMessage {
  text-align: center;
}

.reports .date-reset {
  height: 33.5px;
  padding: 4px;
  margin-left: -30px;
}
.reports .date-reset:hover {
  cursor: pointer;
  color: #96C2F8;
}
.reports .table-info {
  margin-top: -40px;
}
.reports .search-input{
  width: 300px;
  border: 1px solid black;
  height: 34px;
  font-size: 20px;
  margin-top: 1px;
  font-size: 14px;
}
.reports .search-tool{
  float: right;
  margin-top: 2px;
}

.reports .special-search-input {
  width: 148px;
  border: 1px solid black;
  height: 24px;
  font-size: 20px;
  margin-top: 44px;
  margin-left: -250px;
  margin-right: 40px;
  font-size: 14px;
  float: right;
}
.reports .search-reset {
  height: 33.5px;
  padding: 4px;
  margin-left: -30px;
  margin-bottom: 3px;
}
.reports .search-reset:hover {
  cursor: pointer;
  color: #96C2F8;
}
.reports .filter-icon {
  display: inline-block;
  height: 34px;
  width: 35px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  margin-bottom: 5px;
}
.reports .filter-buttons {
  padding-left: 0;
  padding-right: 0;
}
.reports .dropdown-content {
  max-width: 1000px !important;
}
.reports .custom-filter {
  float: left;
  margin-top: 36px;
  margin-right: -50px;
}
.reports .special-dropdown-container {
  float: right;
  margin-right: 120px;
  margin-top: -20px;
  display: none;
}
.reports .special-filter-input {
  width: 115px;
}
.reports .special-filter-input-operator {
  width: 65px;
}
.reports .special-filter-buttons {
  padding-left: 0;
  padding-right: 0;
}
.reports .filter-icon:hover {
  cursor: pointer;
  color: #96C2F8;
}
.reports .cart-check-redirect:hover {
  cursor: pointer;
  color: white;
  background-color: #96C2F8;
}
.reports .table-info-box {
  margin-top: 70px;
  display: block;
}
.reports .table-drilldown-item:hover {
  cursor: pointer;
  color: white;
  background-color: #96C2F8;
}
/*--
	footer Start 
--*/
footer {
  background: white;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#site-footer {
  height: 135px;
  background: white;
}

#index-footer{
  height: 135px;
  background: white;
}

/*--
  Segmented Control reports
--*/

.reports .segmented-main{
  margin-left: 0px;
  text-align: center;
  display: block;
  margin-top: 0px;
}
.reports .segmented {
  display: inline-block;
}
.reports .reports-page {
  padding-top: 0px;
  margin-top: -40px;
}
.reports .segmented-layout{
  margin-top: 2px;
  margin-left: 5px;
  float: left;
}
.reports .segmented .label {
  border: 1px black;
  border-style: solid solid solid solid;
  cursor: pointer;
  float: left;
  padding: 8px;
  text-align: center;
  margin-left: -3px;
  margin-right: -3px;
  width: 100%;
  min-width: 229px;
  border-radius: 0px;
}
.reports .segmented .label:hover{
  background-color: #96C2F8;
  color: white;
}
.reports .segmented :first-child .label {
  border-radius: 0px 0px 0px 0px;
}
.reports .segmented :last-of-type .label {
  border-radius: 0 0px 0px 0;
  border-right-style: solid;
}
.reports .segmented input {
  display: none;
}
.reports .segmented input:checked + .label {
  background-color: #3C80E0;
  border-color: black;
  color: white;
}
/* ---------------- */

.segmented .label {
  background-color: white;
  color: black;
}
.segmented input:checked + span {
  background-color: #3C80E0;
}
/* -------- */
.hidden-token{
  visibility: collapse;
  display: none;
}
/*-------------------------------
----------- LOGIN PAGE ---------*/


.loginpage body {
  margin: 0;
  padding: 0;
  background: white;
  background-size: cover;
  background-position: center;
}

.loginpage .loginbox{
  width: 50%;
  min-width: 335px;
  height: 520px;
  background: white;
  color: white;
  top: 60%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 40px 30px;
}
.loginpage #community-box{
  border: 1px solid black;
  width: 100%;
  height: 300px;
  background: white;
  color: black;
  top: 55%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 5px 5px;
  overflow-y: auto;
  visibility: collapse;
}

.loginpage .community-box td{
  font-size: 20px; 
}

.loginpage .community-box tr:hover{
  cursor: pointer;
}

.loginpage .community-box table{
  width: 100%;
}

.loginpage .community-box #community-list {
  color: black;
  top: 90%;
}

.loginpage .hide-status{
  visibility: hidden;
}

.loginpage .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.loginpage h1{
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 28px;
  color: black;
  line-height: 1px;
}

.loginpage .loginbox p {
  margin: 0;
  padding: 0;
  color: black;
}

.loginpage input {
  width: 100%;
  margin-bottom: 20px;
}

.loginpage input[type="text"], input[type="password"]{
  border: 1px solid black;
  outline: none;
  height: 40px;
  color: black;
  font-size: 16px;
}

.loginpage #submit:disabled{
  color: #6D6D6D;
  background-color: #F5F5F5;
}
.loginpage #submit:disabled:hover{
  color: #6D6D6D;
  background-color: #F5F5F5;
  cursor: default;
}
.loginpage #submit{
  margin-top: 50px;
  text-align: center;
  border: 1px solid black;
  outline: none;
  height: 40px;
  background: white;
  color: black;
  font-size: 18px;
  border-radius: 20px;
}

.loginpage #submit:hover{
  cursor: pointer;
  background: #96C2F8;
  color: white;
}
.loginpage #continue:hover{
  cursor: pointer;
  background: #96C2F8;
  color: white;
}
.loginpage #continue{
  margin-top: 350px;
  text-align: center;
  border: 1px solid black;
  outline: none;
  height: 40px;
  background: white;
  color: black;
  font-size: 18px;
  border-radius: 20px;
  display: none;
}

.loginpage .loginbox a{
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: black;
  margin: auto;
}

.loginpage .loginbox a:hover{
  color: #ffc107;
  cursor: pointer;
}

.loginpage .highlight {
  background-color: #96C2F8;
  font-weight: 800;
}

.loginpage #company-logo{
  margin-top: -100px;
  width: 250px;
  height: 125px;
  text-align: center;
}

.loginpage .close {
  margin-top: -50px;
  margin-right: 10px;
}
}