html {
	margin:0px;
	padding:0px;
	scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin:0px;
	padding:0px;
}

.loader {
	border: 10px solid #777; /* Light grey */
	border-top: 10px solid #61b1cf; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.guidence_prompt_container {
    display:inline-block;
    position:relative;
    background-color: #61b1cf;
	padding: 3px;
    text-align: center;
	border-radius: 1000px;
    color:#FFFFFF;
	float: right;
	min-width: 20px;
	cursor: help;
}

.guidence_prompt_container .guidence_prompt {
    min-width:400px; 
    max-width:600px; 
    top:50%;
    right:100%;
    margin-right:5px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#FFFFFF;
    background-color:#62696c;
    font-weight:normal;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; 
	opacity:0; 
	transition: opacity 0.4s;
	font-size: 14px;
}

.guidence_prompt_container:hover .guidence_prompt {
    visibility:visible; opacity:1;
}

.guidence_prompt_container .guidence_prompt i {
    position:absolute;
    top:50%;
    left:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.guidence_prompt_container .guidence_prompt i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color:#62696c;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.modification_hint_container {
	padding: 7px;
}

.hint_history_container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hint_history_item {
	display: flex;
	gap: 10px;
	align-items: center;
}

#background_image {
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center;    
    z-index: -1;
}

input[type="submit"], input[type="button"], input[type="checkbox"], button {
	cursor: pointer;
}

input[type="button"],input[type="submit"],input[type="number"] {
		-webkit-appearance: none;
		color: black;
}

input[type="text"],input[type="password"],input[type="number"] {
	border:#ccc 1px solid;
	padding:5px;
}

textarea {
	border:#ccc 1px solid;
	padding:5px;
}

select {
	-webkit-appearance:none;
	border:#ccc 1px solid;
	padding:5px 25px 5px 5px;
	border-radius: 0px;
	background: #fff url('/images/selectbox_arrow.png') no-repeat right center;
	background-size: contain;
}

form {
	margin:0px;
	border:0px;
}

#body_div {
    width:100%;
    display: flex;
    justify-content: center;
}

#container {
	min-width:800px;
	max-width: 75%;
    background-color:rgba(255, 255, 255, 0.90);
	padding: 0px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

#mobile_menu {
	display:none;
}

#master_header {
	background-color: #333;
}

#header_container {
	width:800px;
	margin:0px auto;
}

#header_bar {
	background-color:#333;
	padding:5px;
	position: sticky;
	z-index: 2;
}

#header_image {
	 height:180px;
	 width:780px;
}

.header_fixed {
	position: fixed;
	top:0px;
	width:100%;
}

.mobile_menu_button {
	display:none;
}

#status_bar {
	z-index: 9999999;
	background-color:#333;
	color:#fff;
	text-align: center;
	font-size:16px;
	padding:5px;
	position:sticky;
	top: 0px;
	display:flex;
	line-height: 35px;
	vertical-align: middle;
}

#footer_bar {
	background-color:#333;
	padding:5px 0 5px 0;
	position:sticky;
	bottom:0px;
}

#menu_content {
	margin:10px auto;
	color:#fff;
	text-align: center;
}

#login_box {
	padding:3px;
	display:inline;
	color:#fff;
}

#login_box th{
	font-size:12px;
	text-align: left;
	font-weight: 100;
}

#login_button {
	border:#ccc 1px solid;
	background-color:#21abdc;
	color:#fff;
	padding:5px;
}

#login_splash {
	background:url("/images/surefibg.png");
	height: 100%;	
	width: 100%;	
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	bottom:0px;
	position: fixed;
	top:0px;
	left:0px;
	z-index: -99;
}

#save_div {
	display:inline;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	background-color:#090;
	color:#fff;
	font-weight: bold;
	z-index:100000001;
	text-align: center;
	border-bottom: #999 2px solid;
	margin: 0px;
}

#error_div {
	display:inline;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	background-color:#A00;
	color:#fff;
	font-weight: bold;
	z-index:199999999;
	text-align: center;
	border-bottom: #999 2px solid;
	margin: 0px;
}

#error_div ul{
	font-size:12px;
	width:400px;
	margin:5px auto;
	text-align: left;
}


#menu {
	text-align: left;
	display: inline;
}

#menu li {
	display: inline-block;
	position: relative;
	padding: 5px 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#menu ul li {
	padding: 6px 20px;
}

#menu li:hover {
	background: #61b1cf;
	color: #fff;
	z-index:999999;
}

#menu li.selected {
	background: #61b1cf;
	color: #fff;
}

#menu li ul {
  padding: 0;
  position: absolute;
  top: 28px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

}

#menu li ul li { 
  background: #61b1cf; 
  display: block; 
  color: #fff;
}
#menu li ul li:hover { background: #62696c; }

#menu ul.flyaway_menu {
	visibility: hidden;
	top: 0px;
	left: 200px;
}

#menu li:hover>ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

h1 {
	text-align: center;
}

#content_div {
	min-width: 800px;
	width: 95%;
	margin:0px auto;
	padding-bottom: 100px;
	min-height: 100vh;
}

.details_table {
	margin:20px auto;
	border:#ccc 1px solid;
	min-width: 500px;
	width: 500px;
	padding:5px;
	background-color:#fff;
}

.details_table td {
	padding:5px;
	background-color:#eee;
}

.details_table th {
	padding:5px;
	text-align: right;
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.details_table .header {
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	padding:5px 25px;
	border-bottom:#62696c 3px solid;
}

.details_table .subheader {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	padding:5px 25px;
}

.details_table .tab {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	padding:15px 25px;
	cursor:pointer;
}

/*.details_table .tab:hover {
	background-color:#61b1cf;
}*/

.details_table .footer {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
}

.details_table .footer input[type="button"],.details_table .footer input[type="submit"] {
	background-color:#fff;
	border:#ccc 1px solid;
	color: black;
}

.details_table .subheader input[type="button"],.details_table .subheader input[type="submit"] {
	background-color:#fff;
	border:#ccc 1px solid;
}

.results_table input[type="submit"]:disabled {
	background-color: #999;
}

.device_type_values_table {
	margin:20px auto;
	border:#ccc 1px solid;
	min-width: 500px;
	width: 500px;
	padding:5px;
}

.device_type_values_table .header {
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	padding:5px 25px;
	border-bottom:#62696c 3px solid;
}

.device_type_values_table .footer {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:4px;
	text-align: center;
}

.device_type_values_table .footer input {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:2px;
	text-align: center;
	border:#fff 1px solid;
}

.device_type_values_table .footer input:hover {
	background-color:#61b1cf;
}


.order_dashboard_table {
	margin:20px auto;
	border:#ccc 1px solid;
	min-width: 800px;
	width: 95%;
	padding:-5px;
	background-color:#fff;
}

.order_dashboard_table th {
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	padding:5px 25px;
}

.order_dashboard_table .order_row {
	border:#ccc 1px solid;
	background-color:#eee;
	padding:5px;
	min-height:100px;
	display: flex;
	flex-wrap: wrap;
}

.order_dashboard_table .break {
	flex-basis: 100%;
	height: 0;
}

.order_dashboard_table .order_id_div {
	background-color:#62696c;
	color:#fff;
	writing-mode: vertical-rl;
	text-orientation: mixed;	
	padding:3px;
	text-align: center;
	font-size:24px;
	display: inline-flex;
}

.order_dashboard_table .order_distributor_div {
	background-color:#62696c;
	display: inline-flex;
	width:100px;
	height:100px;
	margin-left: 5px;
}

.order_dashboard_table .order_content_div {
	background-color:#ffffff;
	display: inline-flex;
	margin-left: 5px;
	border:#ccc 1px solid;
	padding:5px;
	flex-grow: 2;
}

.order_dashboard_table .order_paid_div {
	background-color:#ffffff;
	display: inline-flex;
	margin-left: 5px;
	border:#ccc 1px solid;
	padding:5px;
	width:150px;
}

.order_dashboard_table .order_paid_div div {
	height:60px;
	width:150px;

	text-align: center;
	vertical-align: middle;
	margin:0px;
	padding:14px 0px;
}

.order_dashboard_table .order_status_div {
	background-color:#ffffff;
	display: inline-flex;
	margin-left: 5px;
	border:#ccc 1px solid;
	padding:5px;
	width:150px;
}

.order_dashboard_table .order_status_div div {
	height:88px;
	width:150px;
	line-height: 88px;
	text-align: center;
	vertical-align: middle;
	margin:0px;
	padding:0px;
}

.order_dashboard_table .product_div {
	background-color:#ffffff;
	display: inline-flex;
	margin: 2px;
	border:#ccc 1px solid;
	padding:5px;
	flex-basis: 22%;
}

.order_dashboard_table .product_div div {
	width:100%;
	padding:3px;
	font-size:24px;
	text-align: center;
}

.results_table {
	margin:20px auto;
	border:#ccc 1px solid;
	min-width: 800px;
	width: 95%;
	padding:5px;
	background-color:#fff;
}

.results_table td {
	padding:3px;
}

.results_table input[type="button"],.results_table  input[type="submit"] {
	background-color:#fff;
	border:#ccc 1px solid;
}

.results_table .row_1{
	background-color:#eee;
}

.results_table .row_2{
	background-color:#f7f7f7;
}

.results_table .row_1_green{
	background-color:#efe;
}

.results_table .row_2_green{
	background-color:#f7fff7;
}

.results_table .row_1_red{
	background-color:#fee;
}

.results_table .row_2_red{
	background-color:#fff7f7;
}

.results_table .row_1_blue{
	background-color:#eef;
}

.results_table .row_2_blue{
	background-color:#f7f7ff;
}

.results_table .row_1_orange{
	background-color:#ffeecc;
}

.results_table .row_2_orange{
	background-color:#fff7dd;
}




.results_table .record:hover{
	background-color:#CAEDAA;
}

.results_table .record{
	cursor:pointer;
}

.results_table .header {
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	padding:5px 25px;
	border-bottom:#62696c 3px solid;
}


.results_table .subheader {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	padding:5px 25px;
}


.results_table .search_box {
	border:#62696c 3px solid;
}

.results_table .footer {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:5px;
	text-align: center;
}

.results_table th {
	padding:5px;
	font-size:16px;
	text-align: center;
	background-color:#62696c;
	color:#fff;
}

.hierarchy_table {
	margin:20px auto;
	border:#ccc 1px solid;
	min-width: 200px;
	width: 200px;
	padding:5px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.hierarchy_table td {
	padding:5px;
}

.hierarchy_table th {
	padding:5px;
	text-align: right;
}

.hierarchy_table .header {
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	padding:5px 25px;
	border-bottom:#62696c 3px solid;
}

.hierarchy_table .footer {
	background-color:#62696c;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	-webkit-border-radius:  0 0 15px 15px;
	border-radius:  0 0 15px 15px;
}

.hierarchy_table .footer input[type="button"],.details_table .footer input[type="submit"] {
	background-color:#fff;
	border:#ccc 1px solid;
}

.hierarchy_table a {
	color:#666;
	text-decoration: none;
}


.hierarchy_table .distributor {
	border:#ccc 1px solid;
	margin:2px 0px;
	padding:5px 15px 5px 5px;
	cursor:pointer;
}

.hierarchy_table .distributor:hover {
	background-color:#eee;
}

.hierarchy_table .dealer {
	border:#ccc 1px solid;
	margin:2px 0px;
	padding:5px 15px 5px 20px;
	cursor:pointer;
}

.hierarchy_table .dealer:hover {
	background-color:#eee;
}

.hierarchy_table .group {
	border:#ccc 1px solid;
	margin:2px 0px;
	padding:5px 15px 5px 35px;
	cursor:pointer;
}

.hierarchy_table .group:hover {
	background-color:#eee;
}

.hierarchy_table .user {
	border:#ccc 1px solid;
	margin:2px 0px;
	padding:5px 15px 5px 50px;
	cursor:pointer;
}

.hierarchy_table .user:hover {
	background-color:#eee;
}

.app_button {
	background-color:#61b1cf;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	padding:5px 25px;
	margin:0px auto;
	border:#62696c 2px solid;
	cursor:pointer;
}

.app_button:hover{
	background-color:#62696c;
}

.response_table {
	border:#62696c 1px solid;
	background-color:#fff;
	padding:3px;
}

.response_table .action_header{
	background-color:#62696c;
	padding:3px;
}

.response_table .action_device_header {
	border:#62696c 2px solid;
}

.response_table .action_device_details {
	border:#62696c 2px solid;
	background-color:#fff;
}

.response_table td{
	font-size:12px;
}

.response_table th{
	font-size:12px;
}

.response_table input[type="button"] input[type="submit"] {
	background-color:#fff;
	border:#ccc 1px solid;
}

.response_table p {
	margin:2px;
}

.response_table div {
	padding:3px;
	margin:2px 0px;
}

#inventory_table {
	background-color:#fff;
	width:100%;
	font-size:14px;
}

#inventory_table td{
	background-color:#fff;
}

#inventory_table th{
	background-color:#fff;
	text-align: center;
	color:#333;
	text-decoration: underline;
}

#support_button {
	border:#61b1cf 2px solid;
	font-size:18px;
	background-color: #fff;
	padding:10px 20px;
	color:#333;
}

#support_button:hover {
	cursor:pointer;
	background-color: #61b1cf;
	color:#fff;
}

.distributor_location {
	cursor:pointer;
}

.distributor_location:hover {
	border:#ddd 3px solid;
}

.dashboard_table {
	width:100%;
	border:#666 1px solid;
	padding:3px;
	background-color:#fff;
}

.dashboard_table td {
	padding:3px;
}

.dashboard_table .header {
	font-size:16px;
	padding:3px;
	background-color:#333;
	color:#fff;
	text-align: center;
}

.dashboard_table .sub_header {
	font-size:14px;
	padding:3px;
	background-color:#666;
	color:#fff;
	text-align: center;
}

.dashboard_table .data_box {
	font-size:24px;
	color:#333;
	text-align: center;
	
}

#dashboard_menu {
	display:flex;
	margin:20px;
}

#dashboard_menu_item {
	flex-grow:1;
	text-align: center;
	font-size:18px;
	font-weight: 200;
	cursor:pointer;
}

#dashboard_menu_item:hover {
	font-weight: 400;
	text-shadow: 1px 1px 4px #ccc;
}

#toTopButton {
    color: white;
    font-weight: bold;
    font-size: 50px;
    position: fixed;
    bottom: 80px;
    right: 80px;
    background: #62696c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px 0px 5px black;
    cursor: pointer;
}

#youtube_div {
	width:80vw;
	max-width: 960px;
	text-align: center;
	border:#ccc 1px solid;
	padding:5px;
	background-color:#fff;
	margin:0px auto 25px auto;
}

#youtube_div iframe {
	width:80vw;
	height:45vw;
	max-width: 960px;
	max-height: 530px; 
	margin:0px;
	position:relative;
	padding:0px;
	
}

#youtube_carousel {
	overflow: auto;
	display: flex;
	justify-content: flex-start;
	align-content: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	
	
	
	
	
	
}

.youtube_thumbnail_div {
	width:250px;
	padding:10px;
	display:inline-block;
}

.youtube_thumbnail_div img {
	width:250px;
	height:125px;
	border:#ccc 1px solid;
}

@media only screen and (max-width: 1080px) /* Tablet */ {
	.youtube_thumbnail_div {
		width:150px;
		padding:10px;
		display:inline-block;
	}
	
	.youtube_thumbnail_div img {
		width:150px;
		height:75px;
		border:#ccc 1px solid;
	}
}

.hover_div {
    position:fixed;
    top: 100px;
    left:10px;
    width:10%;
    height:45%;
    overflow-x: none;
    overflow-y: auto;
    border:#ccc 1px solid;
}


