:root {
	--tidalPrimaryDarkBlue: #223C75;
	--tidalPrimaryBlue: #3058A7;
	--tidalPrimaryLightBlue: #2493D1;
	--tidalSecondaryDarkPurple: #554a82;
	--tidalSecondaryPurple: #5859a6;
	--tidalSecondaryLightBlue: #68cade;
	
	--tidalWhite: #FFFFFF;
	--tidalGrey: #808080;
	--tidalLightGrey: rgb(224,224,224);
	--tidalBlack: #000000;
	--tidalBlue: #4d77cb;
	--tidalAlmostBlack: #262626;
	--tidalWrapperBackground: rgb(245,245,245);
	--tidalTableHeader: rgb(105, 105, 105);
	--tidalTableHeaderBlue: #eff3fa;
	--tidalLinkBlack: #404040;
	--tidalRed: #ff0000;
	--tidalGreen: #008000;
	--tidalLightGreen: #00ce00;
	--tidalOrange: #ffa500;
}

@mixin flexbox() {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@mixin flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex:  $values;
  -webkit-flex:  $values;
  -ms-flex:  $values;
  flex:  $values;
}

@mixin order($val) {
  -webkit-box-ordinal-group: $val;  
  -moz-box-ordinal-group: $val;     
  -ms-flex-order: $val;     
  -webkit-order: $val;  
  order: $val;
}

.wrapper {
  @include flexbox();
}

.item {
  @include flex(1 200px);
  @include order(2);
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media print {
    .noprint {
        display: none;
    }
}

@font-face {
  font-family: Oswald Regular;
  src: url(/fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: Oswald Light;
  src: url(/fonts/Oswald-Light.ttf);
}

@font-face {
  font-family: Oswald;
  src: url(/fonts/Oswald-ExtraLight.ttf);
}

@font-face {
  font-family: Oswald Stencil;
  src: url(/fonts/Oswald-Stencil.ttf);
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Regular.ttf);
}

#header {
	background-color: var(--tidalAlmostBlack);
	padding: 20px 0px 20px 20px;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	height: 100%;
}

table, th, td {
	
}

th, td {
	text-align:center;
	padding: 5px 0px 0px 0px;
}

th {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 700;
}

td {
	//font-family: 'DM Mono', monospace;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 400;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
}

h1 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	margin-block-start: 0px;
	font-family: 'Roboto', sans-serif;
	color: var(--tidalLinkBlack);
}

h2 {
	font-size: 2em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	display: block;
	margin-block-start: 0px;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	display: block;
	margin-block-start: 0px;
}

h1.proposal {
	font-size: 28px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
	display: block;
	margin-block-start: 0px;
	font-family: Oswald Regular;
	color: var(--tidalPrimaryBlue);
}

h1.productDetails {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	word-break: break-word;
}

h2.tidalDefault {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalLinkBlack);
}

h2.proposal {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
	display: block;
	margin-block-start: 0px;
	font-family: Oswald;
	color: var(--tidalPrimaryBlue);
}

h2.dashboard {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalLinkBlack);
}

h2.how_do_i {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalPrimaryBlue);
}

h2.h2_help {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalLinkBlack);
}

span.information {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.tidalStoreCategoryFilter {
	font-size: 10px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: var(--tidalGrey);
	text-align: left;
	font-style: normal;
	margin: 0px 0px 0px 0px;
}

.tidalStoreProductDetailsLegend {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: var(--tidalGrey);
	text-align: left;
	font-style: normal;
	margin: 0px 0px 0px 0px;
}

p.dashboardLocation {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: var(--tidalBlue);
	margin: 12px 0px 0px 0px;
}

p.bodyText {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

li.bodyText {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

li.how_do_i {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

li.tidalBundleDescription {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

ul.how_do_i {
	list-style-image: url('../images/tidalDotUL.png');
}

ul.tidalBundleDescription {
	list-style-image: url('../images/tidalDotUL.png');
}

div.how_do_i{
	width: 600px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.shipFromAddress{
	width: 50%;
	float: left;
	//border: 1px black dotted;
	vertical-align: top;
}

div.shipToAddress{
	margin-left: 50%;
	//border: 1px black dotted;
	vertical-align: top;
}

div.shippingWrapper{
	//border: 1px black dotted;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	vertical-align: top;
}

div.packingListWrapper{
	padding: 20px 20px 20px 20px;
	border: 2px black solid;
	display: inline-block;
}

p.bodyTextRN {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0px 0px 0px 5px;
	border-style: solid;
    border-width: 0px 0px 0px 2px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
}

p.logout {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--tidalGrey);
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	word-break: break-word;
}

div.logout {
	color: var(--tidalPrimaryBlue);
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.mainLink {
	font-family: 'Open Sans', sans-serif;
	//font-weight: 600;
	font-size: 14px;
	color: var(--tidalPrimaryBlue);
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	border-style: solid;
    border-width: 0px 0px 0px 2px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
}

p.tidalFormLink {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: var(--tidalPrimaryBlue);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;

}

p.subStep {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: var(--tidalLinkBlack);
}

p.inventoryMenu {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: var(--tidalPrimaryBlue);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

p.inventoryMenuCategory {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--tidalPrimaryBlue);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	overflow-wrap: break-word; 
}

div.inventoryMenuCategory {
	width: 100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.inventoryMenuLeft {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--tidalPrimaryBlue);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

p.motd {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	border-style: solid;
    border-width: 0px 0px 0px 2px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
	//width: 600px;
}

p.loginFormBodyText {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	//border-style: solid;
    //border-width: 0px 0px 0px 2px;
	//border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
	//width: 600px;
}

p.dashboardStatusBar {
	text-align: center;
}

div.dashboardStatus {
	justify-content: flex-end;
	margin: 0px 0px 0px 0px;
}

p.dashboardStatus {
	font-size: 14px;
	text-align: right;
	margin: 12px 0px 0px 0px;
}

div.autoTable {
	display: inline-block;
}

div.autoTableStore {
	display: inline-block;
	width: 100%;
}

.store-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	grid-row-gap: 40px;
	//padding: 10px;
	//border: 1px dotted blue;
	width: 100%;
	margin: 0 auto;
}

.productDetailsContainer {
	width: 100%;
	//border: 1px solid black;
}

.store-grid-container > div {
	//background-color: rgba(55, 255, 255, 0.8);
	text-align: center;
	//padding: 20px 0;
	//font-size: 30px;
}

div.store-grid-cell {
	//border: 1px dotted blue;
	//box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

h1.store-grid-cell{
	//border: 1px dotted blue;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.store-grid-cell-title{
	top: 0;
	height: 60px;
	//border: 1px dotted blue;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.store-grid-cell-top {
	width: 100%;
	top: 0;
	height: 225px;
	//border: 1px dotted blue;
}

div.store-grid-cell-bottom {
	width: 100%;
	bottom: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	//border: 1px dotted blue;
	display: block;
}

div.store-grid-cell p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

p.store-grid-cell-identity {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.store-grid-cell {
	max-height: 100%;
	max-width: 100%;
	//border: 1px dotted blue;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	
}

img.productDetails {
	//max-height: 100%;
	//max-width: 100%;
	//border: 1px dotted blue;
	//display: block;
	//margin-left: auto;
	//margin-right: auto;
	//vertical-align: middle;
	width: 300px;
	padding: 0px 0px 0px 0px;
}

hr.productDetails {
	background-color: transparent;
    display: block;
    height: 1px;
    border-width: 0;
    border-top: 1px solid #bfbfbf;
    line-height: 19px;
}

hr.motd {
	background-color: transparent;
    display: block;
    height: 1px;
    border-width: 0;
    border-top: 1px solid #bfbfbf;
    line-height: 19px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.inventory {
	//max-height: 100%;
	//max-width: 100%;
	//border: 1px dotted blue;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	height: 50px;
}

img.store-grid-cell-cart {
	max-height: 200px;
	max-width: 200px;
	//border: 1px dotted blue;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

img.tidalStoreViewCart {
	max-height: 100px;
	max-width: 100px;
	//border: 1px dotted blue;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

input.store-grid-cell {
	border: none;
	outline: 0;
	padding: 10px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
}

input.store-grid-cell-selected {
	border: 1px solid black;
	outline: 0;
	padding: 10px;
	color: var(--tidalBlack);
	background-color: var(--tidalWhite);
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
}

.store-grid-cell button:hover {
	opacity: 0.7;
}

select.tidalStore {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 10px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

p.inventoryMenuBottom {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--tidalPrimaryBlue);
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

p.tidalManaged {
	font-family: 'Baloo 2', cursive;
	font-size: 12px;
	margin: 4px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

p.proposal {
	font-family: Lato;
	font-size: 12px;
}

p.ticketNote {
	font-family: Lato;
	font-size: .8em;
}

b.ticketDisplay {
	font-family: Roboto, Helvetica, sans-serif;
	font-size: 1em;
	color: var(--tidalPrimaryBlue);
}

h1.indexTitle {
	font-family: 'Poppins', sans-serif;
	font-size: 64px;
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2.indexTitleSub {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	text-align: center;
	margin: -8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.indexTitleSubDescription {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: var(--tidalGrey);
	text-align: center;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

a.indexTitleSubLink {
	color: #026ccf;
	text-decoration: none;
}

p.indexTitleSubLink {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #026ccf;
	text-align: center;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.indexLogonForm {
	margin: 48px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.indexLoginFormWrapper {
	display: block;
}

.indexLogonFormTextbox {
	position: relative;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.indexLogonFormTemplate {
	width: 350px;
}

.indexLogonFormTextboxLabel {
	position: absolute;
	pointer-events: none;
	transition-timing-function: ease-in;
	transition-duration: .125s;
	top: .70rem;
	white-space: nowrap;
	overflow: hidden;
	left: 1rem;
	font-size: 12px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	color: #86868b;
	text-align: left;
	font-style: normal;
}

.indexLogonFormTextboxInput {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.indexLogonFormButton {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 28px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
}

h1.tidalDefaultFormH1 {
	font-family: 'Poppins', sans-serif;
	font-size: 64px;
	text-align: center;
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2.tidalDefaultFormH2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 24px 0px 24px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalLinkBlack);
	text-align: left;
}

h2.tidalSupportTicketFormH2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 0px 0px 12px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	color: var(--tidalLinkBlack);
	text-align: left;
}

h2.dashboardInventoryH2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalBlack);
	text-align: left;
}

p.tidalDefaultFormText {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: var(--tidalGrey);
	text-align: center;
	margin: 24px 0px 48px 0px;
	padding: 0px 0px 0px 0px;
	width: 45vw;
	margin-left: auto;
	margin-right: auto;
}

.tidalDefaultBodyText {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: var(--tidalGrey);
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.tidalDefaultBodyTextLink {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #026ccf;
	text-align: left;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: 400;
}

p.tidalCertificateDetailsText {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #222222;
	text-align: left;
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.tidalMOTDText {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #222222;
	text-align: left;
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	text-justify: inter-word;
}

p.tidalDefaultFormTextSmall {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: var(--tidalGrey);
	text-align: left;
	margin: 12px 48px 24px 48px;
	padding: 0px 0px 0px 0px;
	width: 30vw;
}

p.tidalDefaultFormTextLeft {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: var(--tidalGrey);
	text-align: left;
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 0px;
}

p.tidalFormText {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: var(--tidalGrey);
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.dashboard_ticket_card_note_text {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: var(--tidalGrey);
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

b.certificate {
	font-size: 12px;
	color: var(--tidalGrey);
}

table.tidalDefaultFormTable {
	width: 100%;
}

.tidalDefaultForm {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	float: left;
}

.tidalDefaultFormTemplate {

}

.tidalDefaultFormWrapper {
	display: block;
}

.tidal_network_change_request_form_row {
	display: flex;
	//position: relative;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tidalDefaultFormTextbox {
	position: relative;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tidalDefaultFormTextboxLeft {
	position: relative;
	margin: -24px 0px -24px 0px;
	padding: 0px 0px 0px 0px;
}

.tidalDefaultFormTextboxLabel {
	position: absolute;
	pointer-events: none;
	transition-timing-function: ease-in;
	transition-duration: .125s;
	top: .70rem;
	white-space: nowrap;
	overflow: hidden;
	left: 1rem;
	font-size: 12px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	color: #86868b;
	text-align: left;
	font-style: normal;
}

.tidal_network_change_request_label {
	//position: absolute;
	pointer-events: none;
	transition-timing-function: ease-in;
	transition-duration: .125s;
	top: .70rem;
	white-space: nowrap;
	overflow: hidden;
	left: 1rem;
	font-size: 12px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	color: #86868b;
	text-align: left;
	font-style: normal;
	margin-right: 1em;
	padding-left: .94118rem;
}

.tidalDefaultFormTextboxInput {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 37.5vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidal_network_change_request_input {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 37.5vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	margin-right: 1em;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidalDefaultFormTextboxInputHalf {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 18.75vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidalDefaultFormTextAreaInput {
	font-family: monospace;
    white-space: pre;
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	width: 75vw;
	height: 50vh;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.2rem 0 .8rem .94118rem;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidalSupportTicketFormTextAreaInput {
	font-size: 18px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	width: 50vw;
	height: 20vh;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.2rem 0 .8rem .94118rem;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	text-wrap: unrestricted;
}

.tidalDefaultFormSelectLabel {
	position: absolute;
	pointer-events: none;
	transition-timing-function: ease-in;
	transition-duration: .125s;
	top: .70rem;
	white-space: nowrap;
	overflow: hidden;
	left: 1rem;
	font-size: 12px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	color: #86868b;
	text-align: left;
	font-style: normal;
}

.tidalDefaultFormSelectLabelLeft {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #86868b;
	text-align: left;
	font-style: normal;
	margin: 0px 0px 0px 0px;
}

.tidalDefaultFormSelect {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 37.5vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidalDefaultRadioCheckBox {
	top: .70rem;
	white-space: nowrap;
	overflow: hidden;
	left: 1rem;
	font-size: 18px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-style: normal;
	vertical-align:middle;
}

.tidalDefaultFormButton {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 28px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	width: 200px;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
	float: right;
}

.tidalDefaultFormButtonLeft {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 28px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	width: 200px;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
	float: left;
}

.tidalHTMLButton {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 28px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	width: 200px;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
	float: left;
	margin: 0px 0px 0px 1em;
}

.tidalHTMLButtonOrders {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 200px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	//width: 200px;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
	float: left;
	margin: 0px 0px 1em 1em;
}

.tidalStoreViewCartFormButton {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 28px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	width: 200px;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
	float: right;
	margin: 0px 0px 0px 20px;
}

pre.ticketDisplay {
	font-family: 'Poppins', sans-serif;
	font-size: 11.2px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre.how_do_i {
	font-family: 'Poppins', sans-serif;
	font-size: 11.2px;
	margin: 0px 25px 0px 25px;
	padding: 20px 25px 20px 25px;
	background-color: #f8f8f8;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

ul.proposal {
	font-family: Lato;
	font-size: 12px;
}

ol.proposal {
	font-family: Lato;
	font-size: 12px;
}

td.hideTop > td, td.hideTop {
	//border-left-style: hidden;
	border-top-style: hidden;
	//border-right-style: hidden;
}

th.hideRight > th, th.hideRight {
	border-right-style: hidden;
}

th.hideLeftTopRight > th, th.hideLeftTopRight {
	border-left-style: hidden;
	border-top-style: hidden;
	border-right-style: hidden;
}

td.shadeTableCellTidalProgramOptions > td, td.shadeTableCellTidalProgramOptions {
	background-color: #bee0f4;
}

fieldset.tidalMDMSupportRequest {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0.35em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 2px solid var(--tidalTableHeaderBlue);
	//width: 450px;
}

legend.tidalMDMSupportRequest {
	padding: 0.2em 0.5em;
	border: 2px solid var(--tidalTableHeaderBlue);
	color: var(--tidalPrimaryLightBlue);
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

fieldset.tidalForm {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0.35em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 2px solid var(--tidalTableHeaderBlue);
	//width: 450px;
}

legend.tidalForm {
	padding: 0.2em 0.5em;
	border: 2px solid var(--tidalTableHeaderBlue);
	color: var(--tidalPrimaryLightBlue);
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

fieldset.tidalFormFieldset {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0.35em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 2px solid var(--tidalTableHeaderBlue);
	width: 450px;
}

legend.tidalFormLegend {
	padding: 0.2em 0.5em;
	border: 2px solid var(--tidalTableHeaderBlue);
	color: var(--tidalPrimaryLightBlue);
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle; 
  position: relative;
  bottom: .08em;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#logo {
	font-size: .7em;
	color: white;
	margin: -22px 0px 0px 72px;
	padding: 0px 0px 0px 0px;
}

#logout {
	color: var(--tidalPrimaryBlue);
	text-decoration: none;
}

#mainLink {
	color: var(--tidalPrimaryBlue);
	text-decoration: none;
}

.mainLink {
	color: var(--tidalPrimaryBlue);
	text-decoration: none;
}

#mainLinkQuoteTool {
	color: var(--tidalBlack);
	text-decoration: none;
}

#formHyperlink {
	color: rgb(48, 88, 167);
	text-decoration: none;
	font-size: 12px;
}

#deviceStatusLink {
	color: var(--tidalLinkBlack);
	text-decoration: none;
}

tr.highlight {
	background-color: #f9fafb;
}

#bodyTextLink {
	color: var(--tidalBlue);
	text-decoration: none;
}

#htmlLink {
	color: var(--tidalBlue);
	text-decoration: none;
}

#h1Link {
	color: var(--tidalLinkBlack);
	text-decoration: none;
}

#htmlLinkBold {
	color: rgb(48, 88, 167);
	text-decoration: none;
	font-weight: bold;
}

#refreshLink {
	color: rgb(48, 88, 167);
	text-decoration: none;
	font-size: 12px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#catalogLink {
	color: var(--tidalPrimaryBlue);
	text-decoration: none;
}

#orderLink {
	color: black;
	text-decoration: none;
}

#deviceLink {
	color: var(--tidalBlue);
	text-decoration: none;
}

.dashboardLink {
	color: var(--tidalBlue);
	text-decoration: none;
}

.dashboardEmailLink{
	color: var(--tidalBlue);
	text-decoration: none;
	font-size: 12px;
	position: relative;
	top: -6px;
}

#tidalMDMInventoryLink {
	color: rgb(48, 88, 167);
	text-decoration: none;
	font-weight: bold;
}

#mdmAccessoriesQuantity {
	width: 50px;
}

#tab {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#body {
	background-color: white;
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 60px; 
	//padding: 40px 60px 40px 60px;
}

#subtitle {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-style: solid;
    border-width: 0px 0px 0px 2px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
}

#subtitleRN {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pageNote {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
	border-style: solid;
    border-width: 0px 0px 0px 2px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
}

span.pageNote {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

p.textBlueBar {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
	border-style: solid;
    border-width: 0px 0px 0px 2px;
	border-color: var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue); var(--tidalTableHeaderBlue);
}

#logonForm {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}

#warningMsg {
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footerSpacer {
	margin: 15px 0px 15px 0px;
}

#footer {
	background-color: var(--tidalAlmostBlack);
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#tidalStoreProductLink {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

p.footer {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: white;
	padding: 5px 25px 0px 0px;
}

.tidalFormLabel {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.tidalFormInput {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 26px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
	border-color: transparent transparent #7d7d7d transparent;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalFormInputTextArea {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 78px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #7d7d7d #7d7d7d #7d7d7d #7d7d7d;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalFormSubmit {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

.logonFormLabel {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.logonFormInput {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 26px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
	border-color: transparent transparent #7d7d7d transparent;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.logonFormInputTextArea {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 78px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #7d7d7d #7d7d7d #7d7d7d #7d7d7d;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.logonFormSubmit {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

.submitButton {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

button.packingList {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

button.forgot-password {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 980px;
	background: var(--tidalPrimaryBlue);
	color: var(--tidalWhite);
	font-size: 18px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	min-width: 28px;
	padding: 18px 31px;
	box-sizing: border-box;
	display: block;
	width: auto;
	border-radius: 8px;
	border-radius: 12px;
	white-space: normal;
	display: inline-block;
	border: 0;
	overflow: visible;
	vertical-align: inherit;
}

.tidalFormLabel {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.tidalFormInput {
	font-family: Roboto, Helvetica, sans-serif;
	width: 100%;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 26px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
	border-color: transparent transparent #7d7d7d transparent;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalFormTextArea {
	font-family: Roboto, Helvetica, sans-serif;
	width: 100%;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 78px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #7d7d7d #7d7d7d #7d7d7d #7d7d7d;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalFormSubmit {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

.tidalMDMSupportRequestLabel {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.tidalMDMSupportRequestInput {
	font-family: Roboto, Helvetica, sans-serif;
	width: 100%;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 26px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
	border-color: transparent transparent #7d7d7d transparent;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalMDMSupportRequestTextArea {
	font-family: Roboto, Helvetica, sans-serif;
	width: 100%;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 78px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #7d7d7d #7d7d7d #7d7d7d #7d7d7d;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalMDMSupportRequestSubmit {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

.tidalMDMInventoryLabel {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.tidalMDMInventoryInput {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 26px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
	border-color: transparent transparent #7d7d7d transparent;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalMDMInventoryTextArea {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 78px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #7d7d7d #7d7d7d #7d7d7d #7d7d7d;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalMDMInventorySubmit {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

.tidalFormLabel {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.tidalFormInput {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 26px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
	border-color: transparent transparent #7d7d7d transparent;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalFormTextArea {
	font-family: Roboto, Helvetica, sans-serif;
	width: 450px;
	box-shadow: none;
	padding: 0px 4px 6px 0px;
    height: 78px;
    background: transparent;
    border-radius: 0;
	border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #7d7d7d #7d7d7d #7d7d7d #7d7d7d;
	color: rgb(125, 125, 125);
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
}

.tidalFormSelect {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
    color: var(--tidalPrimaryBlue);
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}

.tidalFormSubmit {
	background: #026ccf;
    color: var(--tidalWhite);
	border: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    width: auto;
    padding: 6px 12px !important;
	-webkit-border-radius: 4px;
    box-shadow: none;
}

.accountCUP {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.account_cup_role {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-size: .7em;
}

th,td {
	padding: 2px 5px 2px 5px;
}

table.dashboardStatus {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

tr.dashboardStatus {
	
}

th.dashboardStatus {
	text-align: center;
	height: 20px;
	vertical-align: middle;
}

td.dashboardStatus {
	border: none;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	//border: 1px solid black;
}

tr.tableInventory {
	height: 40px;
}

th.tableInventory {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}

.tableInventory th:nth-child(1) {
	width: 25%;
}
.tableInventory td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventory th:nth-child(2) {
	width: 5%;
}
.tableInventory td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventory th:nth-child(3) {
	width: 15%;
}
.tableInventory td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventory th:nth-child(4) {
	width: 15%;
}
.tableInventory td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventory th:nth-child(5) {
	width: 15%;
}
.tableInventory td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventory th:nth-child(6) {
	width: 15%;
}
.tableInventory td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventory th:nth-child(7) {
	width: 10%;
}
.tableInventory td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}

th.tableInventoryMeridian {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}

.tableInventoryMeridian th:nth-child(1) {
	width: 10%;
}
.tableInventoryMeridian td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(2) {
	width: 10%;
}
.tableInventoryMeridian td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(3) {
	width: 10%;
}
.tableInventoryMeridian td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(4) {
	width: 20%;
}
.tableInventoryMeridian td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(5) {
	width: 20%;
}
.tableInventoryMeridian td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(6) {
	width: 10%;
}
.tableInventoryMeridian td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(7) {
	width: 10%;
}
.tableInventoryMeridian td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tableInventoryMeridian th:nth-child(8) {
	width: 10%;
}
.tableInventoryMeridian td:nth-child(8) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}

.deviceDetails th:nth-child(1) {
	width: 20%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);

}
.deviceDetails td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.deviceDetails th:nth-child(2) {
	width: 20%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.deviceDetails td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.deviceDetails th:nth-child(3) {
	width: 20%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.deviceDetails td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.deviceDetails th:nth-child(4) {
	width: 10%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.deviceDetails td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.deviceDetails th:nth-child(5) {
	width: 10%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.deviceDetails td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.deviceDetails th:nth-child(6) {
	width: 10%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.deviceDetails td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.deviceDetails th:nth-child(7) {
	width: 10%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.deviceDetails td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}

th.manageDepotSettings {
	height: 40px;
	color: #333333;
}

.manageDepotSettings th {
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}

.manageDepotSettings td {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

th.tableTickets {
	height: 40px;
	color: #333333;
}

.tableTickets th:nth-child(1) {
	width: 5%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.tableTickets th:nth-child(2) {
	width: 5%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.tableTickets th:nth-child(3) {
	width: 20%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.tableTickets th:nth-child(4) {
	width: 20%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.tableTickets th:nth-child(5) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.tableTickets th:nth-child(6) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.tableTickets th:nth-child(7) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.tableTickets th:nth-child(8) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(8) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.tableTickets th:nth-child(9) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tableTickets td:nth-child(9) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.clientSummary th:nth-child(1) {
	//width: 10%;
	width: 200px;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;

}
.clientSummary td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(2) {
	//width: 50%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(3) {
	//width: 25%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(4) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(5) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(6) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(7) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(8) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(8) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(9) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(9) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(10) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(10) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(11) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(11) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(12) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(12) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(13) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(13) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(14) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(14) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.clientSummary th:nth-child(15) {
	//width: 15%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.clientSummary td:nth-child(15) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.tidalMDMSummary {
	padding: 5px 5px 5px 5px;
}

th.tidalMDMSummary {
	height: 40px;
	color: var(--tidalLinkBlack);
}

.tidalMDMSummary th:nth-child(1) {
	width: 25%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	

}
.tidalMDMSummary td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(2) {
	width: 5%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(3) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(4) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(5) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(6) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(7) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(8) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
}
.tidalMDMSummary td:nth-child(8) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
}
.tidalMDMSummary th:nth-child(9) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.tidalMDMSummary td:nth-child(9) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.ticketDisplay {
	border-collapse: collapse;
	table-layout: fixed;
	//width: 600px;
	margin: 10px 0px 0px 0px;
	font-size: .7em;
}

.ticketDisplay th:nth-child(1) {
	width: 90%;
	height: 40px;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;

}
.ticketDisplay td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.ticketDisplay th:nth-child(2) {
	width: 10%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;

}
.ticketDisplay td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.ticketDisplay th:nth-child(3) {
	width: 10%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;

}
.ticketDisplay td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.table800 {
	width: 800px;
}

th,td.table800 {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.table800 {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.table800	{
	padding: 5px 10px 5px 10px;
}

.table800 th:nth-child(1) {
	width: 20%;
}

.table800 th:nth-child(2) {
	width: 25%;
}
.table800 th:nth-child(3) {
	width: 10%;
}
.table800 th:nth-child(4) {
	width: 10%;
}
.table800 th:nth-child(5) {
	width: 10%;
}

table.shippingAccount {
	width: 100%;
}

th,td.shippingAccount {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.shippingAccount {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.shippingAccount	{
	padding: 5px 10px 5px 10px;
}

.shippingAccount th:nth-child(1) {
	width: 5%;
}

.shippingAccount th:nth-child(2) {
	width: 95%;
}

table.mdmPermissions {
	width: 100%;
}

th,td.mdmPermissions {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.mdmPermissions {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.mdmPermissions	{
	padding: 5px 10px 5px 10px;
}

.mdmPermissions th:nth-child(1) {
	width: 60%;
}

.mdmPermissions th:nth-child(2) {
	width: 10%;
}
.mdmPermissions th:nth-child(3) {
	width: 10%;
}
.mdmPermissions th:nth-child(4) {
	width: 10%;
}
.mdmPermissions th:nth-child(5) {
	width: 10%;
}

th.inventoryReport {
	height: 50px;
}

.inventoryReport th:nth-child(1) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.inventoryReport td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.inventoryReport th:nth-child(2) {
	width: 30%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.inventoryReport td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.inventoryReport th:nth-child(3) {
	width: 30%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.inventoryReport td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.inventoryReport th:nth-child(4) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.inventoryReport td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.inventoryReport th:nth-child(5) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.inventoryReport td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.inventoryReport th:nth-child(6) {
	width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.inventoryReport td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.blueTheme {

}

th,td.blueTheme {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.blueTheme {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.blueTheme	{
	padding: 5px 10px 5px 10px;
}

table.certificatesTable {
	width: 100% !important;
	table-layout:fixed;
}

table.certificatesTable tr:first-child th:first-child {
	border-top-left-radius: 12px;
}

table.certificatesTable tr:first-child th:last-child {
	border-top-right-radius: 12px;
}

table.certificatesTable tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}

table.certificatesTable tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}

table.autoTable {
	width: 100% !important;
	table-layout:fixed;
}

th,td.autoTable {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.autoTable {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.autoTable	{
	padding: 5px 10px 5px 10px;
}

table.packingListItems {
}

th,td.packingListItems {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.packingListItems {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.packingListItems	{
	padding: 5px 10px 5px 10px;
}

.packingListItems th:nth-child(1) {
	width: 15%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListItems td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListItems th:nth-child(2) {
	//width: 15%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListItems td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListItems th:nth-child(3) {
	width: 15%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListItems td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.packingList {
}

th,td.packingList {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.packingList {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.packingList	{
	padding: 5px 10px 5px 10px;
}
/*
.packingList th:nth-child(1) {
	width: 15%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingList td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingList th:nth-child(2) {
	width: 15%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingList td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingList th:nth-child(3) {
	//width: 20%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingList td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.packingList th:nth-child(4) {
	//width: 20%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingList td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.packingList th:nth-child(5) {
	width: 15%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingList td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
*/
table.packingLists {
}

th,td.packingLists {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.packingLists {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.packingLists	{
	padding: 5px 10px 5px 10px;
}

.packingLists th:nth-child(1) {
	//width: 5%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingLists td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingLists th:nth-child(2) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingLists td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingLists th:nth-child(3) {
	//width: 25%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingLists td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingLists th:nth-child(4) {
	//width: 25%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingLists td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingLists th:nth-child(5) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingLists td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingLists th:nth-child(6) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingLists td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.packingListsCustomer {
}

th,td.packingListsCustomer {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.packingListsCustomer {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.packingListsCustomer	{
	padding: 5px 10px 5px 10px;
}

.packingListsCustomer th:nth-child(1) {
	//width: 5%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(1) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListsCustomer th:nth-child(2) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(2) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListsCustomer th:nth-child(3) {
	//width: 25%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(3) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListsCustomer th:nth-child(4) {
	//width: 25%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(4) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListsCustomer th:nth-child(5) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(5) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

.packingListsCustomer th:nth-child(6) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(6) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer th:nth-child(7) {
	//width: 10%;
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}
.packingListsCustomer td:nth-child(7) {
	overflow: hidden;
	//white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 5px 5px 5px;
}

table.fullWidth {
	width: 100%;
}

th,td.fullWidth {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.fullWidth {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.fullWidth	{
	padding: 5px 10px 5px 10px;
}

table.tidalStoreViewCart {
	width: 1==%;
}

th,td.tidalStoreViewCart {
	overflow: hidden;
	text-overflow: ellipsis;
}

th.tidalStoreViewCart {
	padding: 5px 10px 5px 10px;
	background-color: var(--tidalTableHeaderBlue);
	height: 40px;
}

td.tidalStoreViewCart	{
	padding: 2px 2px 2px 2px;
}

div.productDetailsWrapper {
	display:inline-block;
	vertical-align: top;
	margin: 50px 0px 0px 0px;
}

div.productDetailsImage {
	display:inline-block;
	vertical-align: top;
	width: 25vw;
	text-align: right;
}

div.productDetailsBody {
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	vertical-align: top;
	width: 50vw;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}

p.productDetailsManufacturer {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: var(--tidalPrimaryBlue);
}

p.productDetailsAbout {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
    line-height: 24px;
	font-weight: 700;
	color: #0F1111;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.productDetailsScanSourceDescription {
	font-family: 'Poppins', sans-serif;
	color: #0F1111;
	word-wrap: break-word;
	text-align: -webkit-match-parent;
	font-size: 14px;
    line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


span.tidalStoreProductDetailsMSRP{
	color: #B12704;
	font-size: 18px;
    line-height: 24px;
	font-weight: 400;
}

div.ui {
	width: 175px;
	border: 2px solid var(--tidalTableHeaderBlue);
	text-align: center;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 20px 10px 10px 10px;
	border-radius: 12px;
}

img.ui {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;
}

h1.packingListHeader {
	display: inline-block;
}

img.packingListHeader {
	display: inline-block;
	float: right;
	width: 200px;
}

div.activeClient {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 75px;
	margin: 1em 0px 0px 0px;
}

img.activeClient {
	margin: 0px 0px 0px 0px;
	max-height: 75px;
	max-width: 200px;
	object-fit: contain;
}

.viewCartLineItemWrapper {
	background-color: var(--tidalWrapperBackground);
	padding: 24px 24px 12px 24px;
	border-radius: 12px;
}

div.viewCartLineItem {
	display: flex;
	flex-wrap: wrap;
	width: 60vw;
	height: 200px;
	border-radius: 12px;
	margin: 0px 0px 12px 0px;
	background-color: var(--tidalWhite);
}

div.viewCartLineItemImage {
	height: 100%;
	width: 200px;
	vertical-align: top;
}

div.viewCartLineItemInfo {
	display:flex;
	height: 100%;
	flex-grow: 1;
	vertical-align: top;
	padding: 12px 12px 12px 12px;
	flex-direction: column;
	flex: 1;
}

div.viewCartLineItemInfoWrapper {
	justify-content: normal;
}

div.viewCartLineItemInfoSubWrapper {
	display: flex;
	justify-content: space-between;
}

div.viewCartLineItemDescription {

}

div.viewCartLineItemPrice {
	
}

.viewCartLineItemDetails {
	margin: 12px 0px 0px 0px;
	margin-bottom: auto;
	justify-content: normal;
}

div.viewCartLineItemDelete {
	margin-top: auto;
	margin-left: auto;
}

.viewCartLineItemQuantity {
	border: 0;
	border-radius: 0;
	padding-left: 2px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 700;
}

.viewCartLineItemQuantityWrapper {
	width: 50px;
	border-bottom: 1px solid #8c8c8c;
}

.tidalStoreOrderConfirmationNumber {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: var(--tidalGrey);
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.tidalStoreOrderConfirmationMap {
	border: 2px solid var(--tidalLightGrey);
	border-radius: 10px 10px 10px 10px;
	width: 604px;
	margin: 1em 0px 1em 0px;
}

.tidalStoreOrderConfirmationMapSub {
	padding: 20px;
}

.tidalStoreOrderConfirmationCustomerInformation {
	border: 2px solid var(--tidalLightGrey);
	border-radius: 10px 10px 10px 10px;
	width: 604px;
	padding: 20px;
}

.tidalStoreOrderConfirmationExit {
	
}

.dashboardTicketWrapper {
	background-color: var(--tidalWrapperBackground);
	margin: 12px 0px 0px 0px;
	padding: 1px 12px 12px 12px;
	border-radius: 12px;
}

.dashboardTicketWrapperSub {
	background-color: rgb(255,255,255);
	display: flex;
	flex-grow: 1;
	flex: 1;
	justify-content: space-between;
	vertical-align: top;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	margin: 12px 0px 0px 0px;
	padding: 6px 12px 6px 12px;
}

.dashboardTicketSummary {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 800;
}

.dashboardTicketLineItem {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

.dashboardTicketLineItemSub {
	color: var(--tidalGrey);
	font-size:12px;
}

.dashboardTicketColumn01 {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 100%;
}

.dashboardTicketColumn02 {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
}

.dashboardTicketColumn03 {
	display: flex;
	flex-direction: column;
	text-align: right;
	width: 100%;
}

.indexTitleWrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
}

.mainWrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

.mainHeader123 {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: var(--tidalAlmostBlack);
	padding: 20px 20px 20px 20px;
}

.mainHeader {
    display: flex;
    flex-direction: row;
    width: 100%;
    //background-color: var(--tidalAlmostBlack);
    background-color:#a9a8a8;
    padding: 20px 20px 20px 20px;
    justify-content: space-between;
}

.mainBody {
	flex: 1 0 auto;
	background-color: white;
	padding: 40px 40px 0px 40px;
	padding-top: 0px;
	//padding-bottom: 60px; 
}

.mainFooter {
	background-color: var(--tidalAlmostBlack);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:60px;
	text-align: center;
	margin: 2em 0px 0px 0px;
}

.mainHeaderImage {
	
}

.mainHeaderText {

}

p.mainHeaderText {
	font-size: .7em;
	color: white;
	margin: -22px 0px 0px 72px;
	padding: 0px 0px 0px 0px;
}

.accountServicesWrapper {
	display: flex;
	flex-direction: column;
}

.accountServices {
	display: flex;
	flex-wrap: wrap;
}

.accountServicesAdmin {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

span.keeptogether {
	white-space: nowrap;
}

.shoppingCartColumnLeft {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.shoppingCartColumnRight {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.shoppingCartGrandTotal {
	font-weight: 800;
	text-align: right;
}

.indexWrapper {
	display: flex;
	flex-direction: column;
}

.mainMenuWrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: var(--tidalGrey);
}

.mainBodyWrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: var(--tidalGrey);
}

.mainMenuTabs {
	display: flex;
	justify-content: flex-end;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-radius: 0px 0px 0px 0px;
}

.mainMenuElementFirst {
	border-width: 2px 1px 0px 2px;
	border-style: solid;
	border-color: var(--tidalWhite);
	border-radius: 6px 6px 0px 0px;
	padding: 6px 12px 6px 12px;
}

.mainMenuElement {
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: var(--tidalWhite);
	border-radius: 6px 6px 0px 0px;
	padding: 6px 12px 6px 12px;
}

.mainMenuElementLast {
	border-width: 2px 2px 0px 1px;
	border-style: solid;
	border-color: var(--tidalWhite);
	border-radius: 6px 6px 0px 0px;
	padding: 6px 12px 6px 12px;
}

.mainMenuElementFirstSelected {
	background: var(--tidalGrey);
	border-width: 2px 1px 0px 2px;
	border-style: solid;
	border-color: var(--tidalGrey);
	border-radius: 6px 6px 0px 0px;
	padding: 6px 12px 6px 12px;
}

.mainMenuElementSelected {
	background: var(--tidalGrey);
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: var(--tidalGrey);
	border-radius: 6px 6px 0px 0px;
	padding: 6px 12px 6px 12px;
}

.mainMenuElementLastSelected {
	background: var(--tidalGrey);
	border-width: 2px 2px 0px 1px;
	border-style: solid;
	border-color: var(--tidalGrey);
	border-radius: 6px 6px 0px 0px;
	padding: 6px 12px 6px 12px;
}

#mainMenuLink {
	color: var(--tidalGrey);
	text-decoration: none;
}

#mainMenuLinkSelected {
	color: var(--tidalWhite);
	text-decoration: none;
}

.mainMenuBody {
	display: flex;
	flex-direction: column;
}

.mainMenuBlock {
	display: flex;
}

.customerInformationBlock {
	display: flex;
	flex-direction: column;
	width: auto;
}

.customerInformationOptions {
	display: flex;
	align-items: center;
	width: auto;
	margin: 0px 0px 0px 22%;
}

.dashboardButtonWrapper {
	display: flex;
	flex-direction: column;
	margin: 0px 0px 0px 0px;
	padding: 12px 3px 12px 3px;
	text-decoration: none;
}

.dashboardButtonLabel {
	color: var(--tidalGrey);
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0px 0px 6px 0px;
}

.dashboardButtonIcon {
	border-radius: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--tidalGrey);
	margin: 6px 0px 0px 0px;
	padding: 12px 12px 2px 12px;
}

.mainMenuBlockButton {
	background-color: var(--tidalBlue);
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tidalBlue);
}

.mainMenuBlockButtonInactive {
	background-color: var(--tidalGrey);
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--tidalGrey);
}

h2.customerInformationName {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalLinkBlack);
	text-align: left;
}

p.customerInformationDetails {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #222222;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.bodySection {
	display: flex;
	flex-direction: column;
}

.bodySectionSubRowFormat {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0px 0px 0px;
}

h2.bodyh2Header {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	color: var(--tidalAlmostBlack);
	text-align: left;
}

.tidal_store_header {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: var(--tidalPrimaryDarkBlue);
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	display: block;
	text-align: left;
	border-bottom: 2px solid var(--tidalPrimaryBlue);
}

.account-details-warning {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	margin: 0px 0px .2em 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalRed);
	text-align: left;
}

.dashboardInventoryCardMenu {
	margin: 12px 0px 0px 0px;
}

.dashboard_inventory_sub_menu_wrapper {
	display: flex;
	flex-direction: column;
	margin: 12px 0px 0px 0px;
}

.dashboard_inventory_sub_menu_tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0px 0px 0px 0px;
}

.dashboard_inventory_sub_menu_element_first_selected {
	margin: 0px 6px 0px 0px;
	border-style: solid;
    border-width: 0px 0px 2px 0px;
	border-color: var(--tidalGrey);
}

.dashboard_inventory_sub_menu_element_first {
	margin: 0px 6px 0px 0px;
}

.dashboard_inventory_sub_menu_element_selected {
	margin: 0px 6px 0px 6px;
	border-style: solid;
    border-width: 0px 0px 2px 0px;
	border-color: var(--tidalGrey);
}

.dashboard_inventory_sub_menu_element {
	margin: 0px 6px 0px 6px;
}

.dashboard_inventory_sub_menu_element_last_selected {
	margin: 0px 0px 0px 6px;
	border-style: solid;
    border-width: 0px 0px 2px 0px;
	border-color: var(--tidalGrey);
}

.dashboard_inventory_sub_menu_element_last {
	margin: 0px 0px 0px 6px;
}

#dashboard_inventory_sub_menu_link_selected {
	color: var(--tidalGrey);
	text-decoration: none;
}

#dashboard_inventory_sub_menu_link {
	color: var(--tidalGrey);
	text-decoration: none;	
}

.dashboard_inventory_card_module_inactive_message {
	text-align: center;
	margin: 128px 0px 0px 0px;
}

.dashboard_inventory_device_wrapper {
	display: flex;
	flex-direction: column;
	background-color: var(--tidalWrapperBackground);
	margin: 12px 0px 0px 0px;
	padding: 1px 12px 12px 12px;
	border-radius: 12px;
}

.dashboard_inventory_device_unit {
	background-color: var(--tidalWhite);
	display: flex;
	border-radius: 12px;
	margin: 12px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
}

div.dashboard_inventory_device_unit_c1 {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	margin: 0px 12px 0px 0px;
	//height: 150px;
}

div.dashboard_inventory_device_unit_c2 {
	display: flex;
	flex: 0 0 20%;
	flex-direction: column;
	justify-content: top;
	align-items: left;
	text-align: left;
	margin: 0px 12px 0px 12px;
}

div.dashboard_inventory_device_unit_c3 {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	justify-content: top;
	align-items: left;
	text-align: left;
	margin: 0px 12px 0px 12px;
}

div.dashboard_inventory_device_unit_c4 {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: top;
	align-items: right;
	text-align: right;
	margin: 0px 0px 0px 12px;
}

div.dashboard_inventory_device_unit_c4_top {
	flex: 1 0 auto;
}

div.dashboard_inventory_device_unit_c4_bottom {

}

p.dashboard_inventory_device_unit_c1 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

p.dashboard_inventory_device_unit_c2 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

p.dashboard_inventory_device_unit_c3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

p.dashboard_inventory_device_unit_c4 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.dashboard_inventory_tidal_management_button {
	margin: 12px 0px 0px 0px;
}

.support_card_menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.dashboard_status_card_wrapper {
	border-radius: 12px;
	background-color: var(--tidalWrapperBackground);
	margin: 12px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
}

.dashboard_status_card_r1 {
	background-color: var(--tidalWhite);
	border-radius: 12px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
}

.dashboard_status_card_r2 {
	display: flex;
	flex-direction: row;
	margin: 12px 0px 0px 0px;
}

.dashboard_status_card_r2_c1 {
	background-color: var(--tidalWhite);
	border-radius: 12px;
	width: 50%;
	margin: 0px 6px 0px 0px;
	padding: 12px 12px 12px 12px;
}

.dashboard_status_card_r2_c2 {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 0px 0px 0px 6px;
}

.dashboard_status_card_r2_c2_r1 {
	background-color: var(--tidalWhite);
	border-radius: 12px;
	height: 200px;
	margin: 0px 0px 6px 0px;
	padding: 12px 12px 12px 12px;
}

.dashboard_status_card_r2_c2_r2 {
	background-color: var(--tidalWhite);
	border-radius: 12px;
	height: 200px;
	margin: 6px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
}

.dashboard_status_card_r3 {
	background-color: var(--tidalWhite);
	border-radius: 12px;
	height: 200px;
	margin: 12px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
}

.dashboard_status_card_text {
	margin: 0px 0px 0px 0px;
}

.tidalProvisionCollector {
	margin: 1em 0px 0px 0px;
}

.ordersDetailsWrapper {
	display: flex;
	flex-direction: row;
}

.ordersDetailsLeft {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.ordersDetailsRight {
	display: flex;
	flex-direction: column;
}

.ordersViewActionsWrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0px 0px 0px 0px;
}

.decommissioningRequestAccessoriesWrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.tidalDefaultFormTextboxRow {
	display: flex;
	flex-direction: row;
}

.procurementWarehouseBlockWrapper {
	margin: 1em 0px 0px 0px;
	padding: 0px 1em 1em 1em;
	background: var(--tidalWrapperBackground);
	border-radius: 12px;
}

.procurementWarehouseBlock {
	display: flex;
	flex-direction: row;
	margin: 1em 0px 0px 0px;
	padding: 1em 1em 1em 1em;
	background: var(--tidalWhite);
	border-radius: 12px;
}

.procurementWarehouseBlockLeft {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.procurementWarehouseBlockRight {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.uiButtonBlock {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 1em 0px 0px 0px;
}

th.procurement {
	height: 40px;
	color: #333333;
	background-color: var(--tidalTableHeaderBlue);
	padding: 5px 5px 5px 5px;
}

td.procurement {
	height: 40px;
	color: #333333;
	padding: 5px 5px 5px 5px;
}

.procurementTableImageWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.procurementTableImage {
	width: 100px;
	height: 100px;
}

img.procurementTableImage {
	max-width: 100%;
	max-height: 100%;
}

.procurementItemInfoWrapper {
	display: flex;
	flex-direction: row;
	margin: 1em 0px 0px 0px;
	padding: 0px 1em 1em 1em;
	background: var(--tidalWrapperBackground);
	border-radius: 12px;
}

.procurementItemInfo {
	display: flex;
	flex-direction: row;
	margin: 1em 0px 0px 0px;
	padding: 1em 1em 1em 1em;
	background: var(--tidalWhite);
	border-radius: 12px;
}

.no_items_found_wrapper {
	display: flex;
	flex-direction: column;
}

.no_items_found_message {
	text-align: center;
	margin: 1em 0px 0px 0px;
}

.depotWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 1em 0px 0px 0px;
}

.depotItemUnit {
	display: flex;
	flex-direction: column;
	width: 275px;
	padding: 1em;
}

.depotItemUnitImage {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.depotItemUnitDescription {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 1em 0px 0px 0px;
	height: 1em;
}

.depotItemUnitsAvailable {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	margin: 1em 0px 0px 0px;
}

.depotItemUnitSelectWrapper {
	display: flex;
	justify-content: center;
	margin: 1em 0px 0px 0px;
}

.depotItemUnitSelectTextbox {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.depotItemUnitSelect {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 125px;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	//box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.depot_cart_wrapper {
	background-color: var(--tidalWrapperBackground);
	margin: 1em 0px 0px 0px;
	padding: 24px 24px 12px 24px;
	border-radius: 12px;
}

img.viewCartLineItemImage {
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 1em 1em 1em 1em;
}

.depot_request_summary_header {
	margin: 0px 0px 0px 0px;
}

h2.depot_request_summary_header {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalAlmostBlack);
	text-align: left;
}

.depot_request_summary_address_block {
	display: flex;
	flex-wrap: wrap;
	width: 30vw;
	border-radius: 12px;
	margin: 1em 0px 0px 0px;
	padding: 1em 2em 1em 2em;
	background-color: var(--tidalWhite);
}

.tidalDepotMDMSupportFormSelect {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 265px;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidal_support_ticket_type {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 50%;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.request_ad_account {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 25%;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidal_ticket_service_type {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 37.5vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.tidal_depot_settings {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 50%;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.ordersSubMenu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 1em 0px 0px 0px;
}

.scan_source_tracking_wrapper {
	display: flex;
	flex-direction: column;
	margin: 1em 0px 0px 0px;
	padding: 1em 1em 1em 1em;
	background: var(--tidalWrapperBackground);
	border-radius: 12px;
}

.scan_source_tracking_sub_wrapper {
	display: flex;
	flex-direction: row;
	margin: 1em 0px 0px 0px;
	padding: 1em 1em 1em 1em;
	border-radius: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--tidalGrey);
	background: var(--tidalWhite);
	flex: 0 1 auto;
	margin-right:auto;
}

.scan_source_tracking_left {
	display: flex;
	flex-direction: column;
	margin: 0em 1em 1em 0em;
}

.scan_source_tracking_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

h2.scan_source_tracking_header {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: var(--tidalAlmostBlack);
	text-align: left;
}

.scan_source_tracking_header_map {
	border: 2px solid var(--tidalLightGrey);
	border-radius: 10px 10px 10px 10px;
	width: 404px;
	height: 304px;
}

.scan_source_tracking_company_details {

}

.dashboard_soti_block {
	font-size: .8em;
	margin: 0px 0px 0px 0px;
}

.forgot-password {
	width: 350px;
}

p.forgot-password {
	font-size: .8em;
	text-align: right;
}

.forgot-password-instructions {
	color: var(--tidalGrey);
}

.depot_module_inactive {
	width: 100%;
	text-align: center;
	margin: 128px 0px 0px 0px;
}

.calculate_tax_form {
	position: relative;
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.tax_disclaimer {
	font-size: .6em;
}

.dashboard_ticket_status_logo {
	margin: 1em 0px 0px 0px;
	height: 25px;
}

.jump_to_wrapper {
	position: relative;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.jump_to_form {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.jump_to_form_select {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 37.5vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	//margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.jump_to_form_select_label {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #86868b;
	text-align: right;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	right: 12px;
	top: -3rem;
}

.filter_to_form_select_label {
position: relative;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #86868b;
    text-align: right;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    right: 120px;
    top: -1rem;
}

.filter_to_form_select {
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: 'Poppins', sans-serif;
	width: 20.5vw;
	height: 3.29412rem;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	//margin-bottom: .82353rem;
	padding: 1.05882rem .94118rem 0 10px;
        margin-left:20%;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	color: #1d1d1f;
	border-color: #d2d2d7;
	background-color: hsla(0,0%,100%,.8);
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased;
}

.filter_to_wrapper {
	position: relative;
	margin: 12px 0px 0px 25%;
	padding: 0px 0px 0px 0px;
}

.filter_to_form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0px 100px -70px 0px;
    padding: 0px 0px 1px 0px;
}


#page_load_message {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
	height: 50%;
	color: var(--tidalPrimaryDarkBlue);
	pointer-events: none;
	z-index: 99;
}

#page_load_message_sub {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
	height: 400px;
	color: var(--tidalPrimaryDarkBlue);
	pointer-events: none;
	z-index: 99;
}

.page_load_message_wrapper {
	background-color: var(--tidalLightGrey);
	padding-top: 200px;
	padding-bottom: 200px;
	opacity: 0.75;
	text-align: center;
	vertical-align: middle;
	border-radius: 1em;
	z-index: 99;
}

.page_load_message_sub_wrapper {
	background-color: white;
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 1em;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}

.mist_stats_table {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 12px 0px 0px 0px;
}

.mist_stats_port_table_header_wrapper {
	display: flex;
	flex-direction: row;
}

.mist_stats_port_table_body_wrapper {
	display: flex;
	flex-direction: row;
}

.mist_stats_port_table_header {
	font-size: 10px;
	font-family: OpenSans,sans-serif;
	line-height: 1.4;
	text-align: left;
	padding: 4px 6px 4px 6px;
    white-space: nowrap;
	color: #474747;
	font-weight: bold;
}

.mist_stats_port_table_body {
	border-bottom: 1px solid #e1e3e4;
	line-height: 32px;
	font-size: 13px;
    color: #606060;
	font-family: OpenSans,sans-serif;
	font-weight: 300;
}

.mist_stats_port_table_body_last {
	border-style: none;
	line-height: 32px;
	font-size: 13px;
    color: #606060;
	font-family: OpenSans,sans-serif;
	font-weight: 300;
}

.mist_stats_port_table_body_data {
	border-style: none;
}

.mist_stats_port_table {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.mist_stats_table_header {
    font-size: 13px;
    font-weight: 400;
    color: #404345;
    background: #e8eaeb;
    text-transform: uppercase;
    padding: 6px 12px;
}

.mist_stats_table_row {
	display: flex;
	flex-direction: row;
}

.mist_stats_table_row_left_column {
	border-left: none;
	border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
    padding: 9px 24px 9px 6px;
    line-height: normal;
	text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #404345;
    text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 50%;
}

.mist_stats_table_row_right_column {
	line-height: normal;
    padding: 9px 6px 9px 24px;
    white-space: normal;
	overflow: hidden;
    text-overflow: ellipsis;
	border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
    font-weight: 300;
    color: #54595b;
    border-collapse: collapse;
	width: 50%;
}

.mist_device_stats_label {
	font-size: 11px;
	font-family: OpenSans,sans-serif;
	font-weight: 300;
	color: #606060;
	display: inline;
	white-space: nowrap;
}

.mist_device_stats_meter {
}

meter {
	background: #ffffff;
}

meter::-webkit-meter-bar {
	background: #ffffff;
	border: 1px solid #d0d0d0;
}

meter::-webkit-meter-optimum-value {
	background: #10bc5e;
}

meter:-moz-meter-optimum::-moz-meter-bar {
	background: #10bc5e;
}

.mist_guage_table {
	display: flex;
	flex-direction: columnn;
}

.mist_guage_table_column {
	margin: 0px 10px 0px 10px;
}

.mist_guage_table_first {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
}

.mist_guage_table_second {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
}

.mist_switch_table{
	display: flex;
	flex-direction: column;
	margin: 20px 0px 20px 0px;
}

.mist_switch_table_title {
	font-size: 16px;
    font-weight: 300;
    margin-left: 6px;
	font-family: OpenSans,sans-serif;
    line-height: 1.4;
    color: #606060;
}

.mist_switch_table_body{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mist_switch_table_body_first, .mist_switch_table_body_third {
	line-height: 24px;
	font-size: 11px;
    font-weight: 400;
	font-family: OpenSans,sans-serif;
	color: #606060;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	background-color: #f8f8f8;
	display: flex;
	align-self: stretch;
	align-items:center;
}

.mist_switch_table_body_first, .mist_switch_table_body_second, .mist_switch_table_body_third, .mist_switch_table_body_fourth {
	
}

.mist_switch_table_body_second_top, .mist_switch_table_body_second_bottom {
	display: flex;
	flex-direction: row;
}

.mist_switch_table_body_port_label {
	text-align: center;
    color: #a8a8a8;
    font-size: 11px;
	font-weight: 300;
    line-height: 1.4;
	font-family: OpenSans,sans-serif;
}

.mist_switch_table_body_port {
	stroke: #6e6e6e;
    fill: #6e6e6e;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    margin: 1px;
    background-color: #f8f8f8;
}

.mist_switch_table_body_port_up {
	display: flex;
	align-self: stretch;
	flex-grow: 1;
	background-color: #10bc5e;
}