body
{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
}

iframe
{
	border: 0;
}

.gt_card_message
{
	color: #887777;
	display: inline-block;
	max-width: 500px;
	padding: 16px;
	text-align: left;
}

.gt_card_message_wrapper
{
	text-align: center;
}

.gt_disabled
{
	pointer-events: none;
}

.gt_flex_panel
{
	max-height: 0px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.gt_flex_panel_open
{
	max-height: none;
	opacity: 1;
}

.gt_header_wrapper
{
	height: 0px;
}

.gt_rcv_left
{
}

.gt_row
{
	background-color: rgba(0, 128, 0, 0.02);
}

.gt_row_cell
{
	text-align: center;
}

.gt_row_header
{
	margin-bottom: 6px;
	margin-top: 7px;
}

.gt_row_info_header
{
	display: none;
}

.gt_row_info_header_can_sort
{
	cursor: pointer;
}

.gt_row_info_header_can_sort:hover
{
	filter: brightness(1.5);
}

.gt_row_info_header_sort
{
	color: #000000;
	display: inline-block;
	padding: 0px 4px;
}

.gt_row_title
{
	box-sizing: border-box;
	color: #445544;
	display: inline-block;
	font-size: 11px;
	padding: 4px;
	text-align: right;
	vertical-align: middle;
	width: 39%;
}

.gt_row_value
{
	box-sizing: border-box;
	color: #114411;
	display: inline-block;
	font-size: 15px;
	overflow: hidden;
	padding: 4px;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 59%;
}

.gt_row_white
{
	background-color: white;
	border-top: 1px solid #DDDDDD;
}

.gt_rows_container
{
	height: 100%;
	max-height: calc(100vh - 200px);
	overflow-y: scroll;
}

.gt_scroll
{
	overflow-x: hidden;
	overflow-y: scroll;
}

.gt_slide_container
{
	max-height: 100%;
	max-width: 100%;
	opacity: 0.2;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;  /* Firefox */
	transform: translate(100%, 0) translate3d(0, 0, 0);
	transform-origin: center;
	transition: all 0.25s ease-in-out;
	-ms-overflow-style: none;  /* IE and Edge */
}

.gt_slide_container::-webkit-scrollbar
{
	display: none;
}

.gt_slide_container_in
{
	opacity: 1;
	transform: translate(0, 0) translate3d(0, 0, 0);
}

.gt_slide_container_out
{
	opacity: 0.2;
	transform: translate(-100%, 0)  translate3d(0, 0, 0);
}

#GTBackground_div
{
	position: fixed;
	transition: left 0.35s ease-in-out;
}

.gt_background1
{
	background-color: green;
}

.gt_background2
{
	background-image: url(/images/BlurredBackground1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    opacity: 0.35;
}

.gt_background_matrix
{
	background-image: url(/images/animated_transmission.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    opacity: 0;
}

.gt_logo_img1
{
	width: 100%;
	height: 100%;
	content: url("/images/GTLogoApp.png");
}

.gt_logo_img2
{
	width: 100%;
	height: 100%;
	content: url("/images/GreenThumbLogo3_512.png");
}

.gt_act_ind_con
{
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}

.gt_act_ind_con:before
{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.gt_act_ind
{
	content: url("/images/SpinnerLarge.gif");
	height: 40px;
	margin: 15px;
	object-fit: cover;
	opacity: 0.5;
	width: 40px;
}

.gt_border_div
{
	background-color: rgba(175, 252, 175, 0.98);
	border: 1px solid #006600;
	border-radius: 8px;
	box-sizing: border-box;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.gt_box_shadow
{
	box-shadow: 1px 1px 2px 0px #222222;
}

.gt_box_shadow2
{
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
}

.gt_box_shadow3
{
	box-shadow: 1px 1px 2px 2px #DDDDDD;
}

.gt_center_this
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.gt_desaturate
{
	filter: saturate(5%);
}

.gt_display_none
{
	display: none !important;
}

.gt_divider
{
	background-color: black;
	height: 2px;
	margin: 0px 20px 0px 20px;
	text-shadow: 0 0 0.1em #000000;
}

.gt_divider_bold
{
	background-color: green;
	height: 7px;
	margin: 0px 10px 0px 10px;
	text-shadow: 0 0 0.1em #000000;
}

.gt_float_left
{
	float: left;
}

.gt_float_right
{
	float: right;
}

.gt_h_108
{
	height: 108px;
}

.gt_hidden
{
	pointer-events: none;
	visibility: hidden;
}

.gt_inline_block
{
	display: inline-block;
}

.gt_margin_3
{
	margin: 3px;
}

.gt_margin_5
{
	margin: 5px;
}

.gt_margin_10
{
	margin: 10px;
}

.gt_marginb_20
{
	margin-bottom: 20px;
}

.gt_mrgnr_12
{
	margin-right: 12px;
}

.gt_margint_10
{
	margin-top: 10px;
}

.gt_margint_16
{
	margin-top: 16px;
}

.gt_m_0
{
	margin: 0px;
}

.gt_m_12-4
{
	margin: 12px 4px !important;
}

.gt_m_12-8
{
	margin: 12px 8px !important;
}

.gt_m_16-4
{
	margin: 16px 4px !important;
}

.gt_mb_24
{
	margin-bottom: 24px;
}

.gt_mt_3
{
	margin-top: 3px;
}

.gt_mt_6
{
	margin-top: 6px;
}

.gt_mt_12
{
	margin-top: 12px;
}

.gt_mt_24
{
	margin-top: 24px;
}

.gt_opac_0
{
	opacity: 0;
}

.gt_opac_20
{
	opacity: 0.2;
}

.gt_p_absolute
{
	position: absolute;
}

.gt_p_relative
{
	position: relative;
}

.gt_rotate_180
{
	transform: rotate(180deg);
}

.gt_spacer_black
{
	background-color: black;
	height: 4px;
}

.gt_trnstn_opac
{
	transition: opacity 1s ease-in-out;
}

.gt_width_33p
{
	width: 33%;
}

.gt_big_message
{
	font-size: 18px;
	margin: 4px;
	padding: 8px;
	text-align: center;
}

.gt_faq_question
{
	color: rgb(200, 250, 150);
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

.gt_faq_answer
{
	color: #EEFFEE;
	font-size: 16px;
	padding: 6px 15px;
	text-align: left;
}

@media (min-width: 850px)
{
	.gt_header_wrapper
	{
		height: 16px;
	}

	.gt_rcv_left
	{
		padding-left: 20px !important;
		text-align: left !important;
	}

	.gt_rcv_left_32
	{
		padding-left: 32px !important;
		text-align: left !important;
	}

	.gt_row_cell
	{
		display: inline-block;
		vertical-align: middle;
	}

	.gt_row_cell10
	{
		max-width: 10%;
		width: 10%;
	}

	.gt_row_cell15
	{
		max-width: 15%;
		width: 15%;
	}

	.gt_row_cell20
	{
		max-width: 20%;
		width: 20%;
	}

	.gt_row_cell7-5
	{
		max-width: 7.5%;
		width: 7.5%;
	}

	.gt_row_header10
	{
		width: 10%;
	}

	.gt_row_header15
	{
		width: 15%;
	}

	.gt_row_header20
	{
		width: 20%;
	}

	.gt_row_header7-5
	{
		width: 7.5%;
	}

	.gt_row_info_header
	{
		color: #445544;
		display: block;
		float: left;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
	}

	.gt_row_title
	{
		display: none;
		width: auto;
	}

	.gt_row_value
	{
		display: block;
		padding: 8px 1px 12px 1px;
		text-align: center;
		width: auto;
	}
}