﻿/*
HAYDEN'S COLOR SCHEME

dark-slate-blue					#153859
green							#4be48a
pink							#ff6a73
blue							#5580ff
light blue (for bars)			#d9e8ff
peach							#ff9b8b
new lightest blue (for labels)	#f6fcff
legend background				#f3f8ff
footer background				#153a59
*/

:root {
	--color_01: #153859;	/* dark-slate-blue */
	--color_02: #4be48a;	/* green */
	--color_03: #ff6a73;	/* pink */
	--color_04: #5580ff;	/* blue */
	--color_05:	#d9e8ff;	/* light blue (for bars) */
	--color_06: #ff9b8b;	/* peach */
	--color_07:	#f6fcff;	/* new lightest blue (for labels) */
	--color_08:	#f3f8ff;	/* legend background */
	--color_09: #153a59;	/* footer background */
	--color_10: #b3dfff;
	--color_11: #5400a3;
	--font_list_11: 'Gotham Black Regular';
	--font_list_12: Roboto-Medium;
	--font_list_13: Roboto-Regular;
	--font_list_14: Montserrat;
	--font_list_15: Tahoma;
	--font_list_16: Arial, Verdana;
	--font_list_17: Helvetica, Arial, Verdana, sans-serif;
	--font_list_18: sans-serif;
	--font_list_19: Verdana, Arial, Helvetica, sans-serif;
	--font_list_20: Arial, Verdana, Helvetica, sans-serif;
	--font_list_21: Verdana, Arial, sans-serif;
	--font_list_22: Arial, Helvetica, sans-serif;
	--font_list_23: 'Arial Black', Helvetica;
	--font_list_24: Verdana, Tahoma, sans-serif;
	--font_list_25: Roboto-Medium, sans-serif;
}

@font-face {
	font-family: 'Gotham Black Regular';
	src: url('./GothamBlackRegular/');
	src: url('./GothamBlackRegular/Gotham-Black-Regular.eot') format('embedded-opentype'), url('./GothamBlackRegular/Gotham-Black-Regular.woff2') format('woff2'), url('./GothamBlackRegular/Gotham-Black-Regular.woff') format('woff'), url('./GothamBlackRegular/Gotham-Black-Regular.ttf') format('truetype'), url('./GothamBlackRegular/Gotham-Black-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Roboto-Medium;
	src: url('./Roboto-Medium/Roboto-Medium.eot') format('embedded-opentype'), url('./Roboto-Medium/Roboto-Medium.woff2') format('woff2'), url('./Roboto-Medium/Roboto-Medium.woff') format('woff'), url('./Roboto-Medium/Roboto-Medium.ttf') format('truetype'), url('./Roboto-Medium/Roboto-Medium.svg') format('svg');
}

@font-face {
	font-family: Roboto-Regular;
	src: url('./Roboto-Regular/Roboto-Regular.eot') format('embedded-opentype'), url('./Roboto-Regular/Roboto-Regular.woff2') format('woff2'), url('./Roboto-Regular/Roboto-Regular.woff') format('woff'), url('./Roboto-Regular/Roboto-Regular.ttf') format('truetype'), url('./Roboto-Regular/Roboto-Regular.svg') format('svg');
}

.topbarlinks-text {
	color: #2E0357;
}

table.dealers a,
div.brand_dialog a {
	color: var(--color_01) !important;
}

a {
	text-decoration: none;
	color: var(--color_01);
}

	a:visited {
		color: var(--color_01);
	}

section#breadcrumb_bar {
	width: 100%;
	border-top: solid 4px #2E0357;
}

.login-menu-label {
	display: inline-block;
	background: var(--color_01);
	color: #fff;
	padding: 3px 20px;
	font-size: 10px;
}

.login-menu-label-divider {
	border-bottom: 1px solid var(--color_01);
}

.navigation-left-label {
	background: #4d1f78;
	color: #fff;
}

#div-report-summary {
	margin: 0;
	margin-top: 30px;
	background: none;
	background-color: var(--color_05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.divQuadInner {
	border: 2px;
	border-style: solid;
	border-color: #4d1f78;
	margin: 5px;
}

.divQuadHeader-theme {
	background-color: #4d1f78;
	color: white;
}

.hj-nav-button {
	background-color: #4d1f78;
	border: 1px #4d1f78 solid;
	padding: 2px 5px;
	color: white !important;
	text-decoration: none;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

	.hj-nav-button:hover {
		background-color: #ebeef3;
		color: black !important;
	}

.hj-divTableContainer {
	border: solid 2px #4d1f78;
	padding: 10px;
	margin-bottom: 10px;
}

.hj-childRow {
	/* class attached to child <tr> and it's <td> inserted by datatables */
	background-color: #4d1f78;
}

.hj-childtable {
	padding-left: 50px;
	width: 100%;
	background-color: white;
}

#mega-menu-Hvac li.dc-mega-li {
	background-color: #4d1f78;
	border-bottom: 2px solid #b11419;
}

.button {
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	display:inline-block;
	padding:4px 20px 4px 20px;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	background-color:#6f38c1;
	*background-color:#854bdb;
	border-width:1px;
	border-style:solid;
	border-color:#7026d5;
	*border:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom:1;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow:#397aac 0 2px 2px;
	-webkit-font-smoothing:antialiased;
	color:#ffffff;
	font-size:1.2em;
	cursor:pointer
}

table.fullwidth {
	width:100%;
}

table.fulltable {
	width: 100%;
	border-collapse: collapse;
}

	table.fulltable td {
		border-right: solid 1px #000;
		padding: 3px 3px;
	}

	table.fulltable thead {
		background-color: #4A8D60;
		color: #fff;
		font-weight: bold;
	}

table.tabs {
	border-spacing: 0;
	margin-bottom: 15px;
	margin-top: 20px;
}

	table.tabs td {
		padding: 14px 40px;
		font-size: 12px;
		border-bottom: 1px solid #999999;
		white-space: nowrap;
	}

		table.tabs td:last-child {
			width: 100%;
		}

	table.tabs .active {
		border: 1px solid #999999;
		border-bottom: none;
		font-size: 18px;
		font-weight: 300;
		white-space: nowrap;
		color:#4a0b85;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;

	}

table.tdborders td {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

table.data {
	width: 100%;
	border-spacing: 0px;
	font-family: var(--font_list_15);
	font-size: 12px;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-bottom: 3px solid #999;
}

	table.data thead td {
		background-color: #490793;
		color: #fff;
		padding:15px 8px;
		font-size: 14px;
		font-weight: bold;
		vertical-align:middle;
		text-align:left;
		border-bottom: 3px solid #AF1015;
	}

	table.data > tbody > tr:nth-child(even) td {
		background-color: #e5e5e5;
		border-bottom: 1px solid #e0e0e0;
	}

	table.data > tbody > tr:nth-child(odd) td {
		background: #FFF;
		border-bottom:1px solid #e5e5e5;
	}

	table.data tbody td {
		padding: 10px;
	}

	table.data > tbody > tr:hover td {
	}

	table.data .name {
		font-size:12px;
	}

	
	ul.dropdown {
		text-align:center;
		width:100%;
		position: relative;
		list-style-type: none;
		margin: 0;
		padding:0;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
	}

	ul.dropdown .title {
		background-color:#D8D8D8;
		color:#000000;
		padding:20px 10px;
		margin:0px;
		font-weight:bold;
		font-size:12px;
	}
	ul.dropdown .title:hover {
	   background-color: var(--color_11);
	   color:#ffffff;
	}

	ul.dropdown > li {
		color: #222;
		background: #e2e2e2;
	}

	ul.dropdown > li:hover {
		color: #000;
		background: #e2e2e2;
	}


	ul.dropdown li ul {
		display: none;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 50px;
		padding:0;
		margin:0;
		list-style-type: none;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
	}

	ul.dropdown li ul li {
		width: 300px;
		height: 30px;
		text-align:left;
	}

	ul.dropdown li.last-item {
		background:url("images/top_shadow.png");
		background-position-y:bottom;
		padding-bottom:13px;
	}

	ul.dropdown li ul li:hover {
		background-color:#eee;

	}

	ul.dropdown li ul li a {
		width: 300px;
		height: 30px;
		display: block;
		color: #000;
		background: #f1f1f1;
		border-top: 1px solid #666;
		padding-top: 8px;
		padding-left:40px;
	}


	ul.dropdown li ul li a:hover {
		color: #fff;
		background-color: #888;
	}

/* Color overrides from Reporting.css */
.roi_banner_new {
	background: var(--color_01);
}

h3.ui-accordion-header.ui-state-active {
	background: var(--color_01) !important;
	color: #fff !important;
}

#left_side_roidiv {
	background: var(--color_05); /* Old browsers */
	background: -moz-linear-gradient(top, var(--color_05) 0%, var(--color_05) 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--color_05)), color-stop(49%,var(--color_05)), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color_05)', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.roi_box {
	background: var(--color_05); /* Old browsers */
	background: -moz-linear-gradient(top, var(--color_05) 0%, var(--color_05) 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--color_05)), color-stop(49%,var(--color_05)), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, var(--color_05) 0%,var(--color_05) 49%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color_05)', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#accordion .ui-state-active {
	background-color: var(--color_11) !important;
}

.popup-menu-header {
	background-color: #2e0357;
}

.white .left-most .dc-mega-li {
	background-color: #4d1f78;
}

.tms-divider {
	height: 8px;
	background-color: var(--color_05);
}

.fixedToolbar {
	background-color:#E9E4Ed !important;
}

.indexelement {
	display: block;
	position: relative;
 }

.white .left-most .dc-mega-li {
	background-color: #4d1f78;
}

.popup-menu-header {
	background-color: #2e0357;
}

.roi_green_text {
	font-size: 35px;
	color: var(--color_01);
	text-align:center;
	font-weight:bold;
}

.elementMid,
.elementNarrow,
.elementWide {
	vertical-align: top;
}

.elementMid {
	width: 600px;
}

.elementNarrow {
	width: 350px;
}

.signupForm,
.docindexForm,
.wideindexForm,
.indexForm {
	margin-top: 20px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.form_topper {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

div.row40 {
	display: inline-block;
	width: 40%;
	margin: 0;
}


div.nav {
	margin: 0 100px;
}

div.nav h1 {
	text-align: left;
}

.nav {
	margin-bottom: 0;
	list-style: none;
}

ul.nav-tabs {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
	background-color: var(--color_01);
	overflow: hidden;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
ul.nav-tabs > li {
	text-align: left;
	display: inline-block;
	font-size: 1.5em;
	padding: 15px;
	border-bottom: 1px solid var(--color_01);
}

ul.nav-tabs > li > a {
	color: #ffffff;
}

ul.nav-tabs > li.active {
	background-color: #ffffff;
}

ul.nav-tabs > li.active {
	color: var(--color_01);
}

ul.nav-tabs > li:hover {
	background-color: #ffffff;
	border-bottom: 1px solid var(--color_01);
}

ul.nav-tabs > li:hover a {
	color: #000000;
}

/* Opportunities */
div#main {
	width: 90%;
	min-height: 100%;
	margin: 0 auto;
}

#main h1,
#pulses h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	text-align: left;
}

.t3hid {
	display: none;
}
th {
	text-align: center;
}

/* Begin tabs */
div.tab-content {
	background: none !important;
	background-color: transparent !important;
}
ul.nav-tabs {
	background-color: var(--color_01) !important;
	border: none !important;
}
ul.nav-tabs>li {
	margin: 3px 0 0 3px !important;
	background-color: transparent !important;
	border: none !important;
}
ul.nav-tabs>li>a {
	font-family: var(--font_list_16) !important;
	font-weight: normal !important;
	color: #ffffff !important;
	border: none !important;
	padding: 10px 15px;
}
ul.nav-tabs>li.ui-state-active {
	background-color: #ffffff !important;
	color: var(--color_01) !important;
	border: none !important;
}
ul.nav-tabs>li.ui-state-active>a {
	color: var(--color_01) !important;
	border: none !important;
}
ul.nav-tabs>li>a:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
	border: none !important;
}

div.ui-tabs {
	padding: 0 !important;
	border: none !important;
}

div.tab-pane {
	border: none !important;
	background-color: transparent !important;
}
/* End tabs */

/* Market Analysis */
#new-report {
	display: inline;
	margin-left: 30px;
	vertical-align: top;
}
#generate-new-report {
	cursor: pointer;
}


/* BEGIN Footer */

div.footer {
	display: inline-block;
	height: auto;
	height: fit-content;
	margin: 0;
	padding: 0;
	position:relative;
	background-color: var(--color_09);
	z-index:100;
	width: 100%;
	font-size:12px;
	font-family: var(--font_list_15);
	height: fit-content;
	color: #ffffff;
}

.footer-container {
	height: auto;
	height: fit-content;
	width: 100%;
	padding: 5px 0;
	text-align: left;
}

div.bottom-links {
	display: table;
	position: relative;
	height: 150px;
	width: 1080px;
	text-align: left;
	vertical-align: middle;
	align-items: center;
}
div.footer-part-1,
div.footer-part-2,
div.footer-part-3 {
	display: inline-block;
	position: absolute;
	height: 100%;
}

div.footer-part-1 {
	left: 0;
}

div.footer-part-2 {
	width: fit-content;
	left: 450px;
}

div.footer-part-3 {
	right: 0;
}

div.footer-part-3 div.follow-us {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

div.footer-table {
	display: table;
	height: 100%;
}

div.footer-table-cell {
	display: table-cell;
	vertical-align: middle;
}

div.logo {
	padding-left: 20px;
}

div#mobile-menu-container {
	padding-right: 40px;
}

div.logo,
div#top-level-menu-container,
div#mobile-menu-container {
	display: inline-block;
	height: 90px;
	width: auto;
	width: fit-content;
}

div.logo a {
	position: relative;
	width: auto;
	width: fit-content;
	overflow: auto;
	width: 193px;
	height: 69px;
}

div.logo a,
div#top-level-menu-container > ul,
div#mobile-menu-container a {
	display: table-cell;
	height: inherit;
	vertical-align: middle;
}

div.logo img {
	width: 193px;
}

div#top-level-menu-container ul {
	list-style-type: none;
}

div#top-level-menu-container ul > li {
	display: inline;
	float: left;
	text-align: center;
}

div#top-level-menu-container ul > li,
div#top-level-menu-container ul > li > a {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

div#top-level-menu-container > ul > li.phone {
	position: relative;
	font-size: 20px;
	top: -4px;
}

div#top-level-menu-container > ul > li > a {
	text-decoration: none;
	vertical-align: middle;
	padding: 0 12px;
	display: block;
}

div#top-level-menu-container > ul > li > img {
	margin-left: 50px;
	margin-right: 10px;
	position: relative;
	height: 18px;
}

img.big-logo {
	height: 110px;
}

ul.links {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div.footer-part-2 ul.links li {
	font-family: var(--font_list_17);
	font-weight: normal;
	font-size: 20px;
	list-style-type: none;
	padding: 6px 0;
}

div.footer-part-3 a {
	display: inline-block;
	cursor: pointer;
	margin-left: 36px;
	width: 36px;
	float: right;
}

div.footer-part-3 a:last-child {
	margin-left: 0;
}

div.bottom-links {
	margin-bottom: 30px;
}

img.print_button,
img.report_button {
	width: 23px;
	position: absolute;
	right: 0;
	top: 2px;
}

.buttonHelper img.print_button,
.buttonHelper img.report_button {
	top: -2px;
	right: -10px;
}

img.print_button,
img.report_button,
img.trash_button,
div.back-button img {
	filter: brightness(0) saturate(100%) invert(64%) sepia(41%) saturate(6514%) hue-rotate(166deg) brightness(102%) contrast(102%);
}

div.footer-part-3 img {
	filter: brightness(0) saturate(100%) invert(62%) sepia(96%) saturate(287%) hue-rotate(92deg) brightness(102%) contrast(90%);
}

div.copyright,
div.terms {
	display: block;
	position: relative;
	bottom: 0;
	width: 100%;
	font-family: var(--font_list_17);
	font-size: 20px;
	text-align: center;
	color:  #c0c0c0;
	padding: 12px 0;
}

div.terms {
	margin-bottom: 40px;
}

div.terms a {
	color: #ffffff;
}


/* END footer */


/*input[type="text"]:hover,
input[type="password"]:hover {
	border: none !important;
}*/

input.email-submit {
	font-family: var(--font_list_17);
	font-size: 20px;
	min-width: 150px;
	width: 750px;
	margin: 20px 0 0 170px;
	padding: 7px 40px;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

div#debugContainer {
	display: block;
	position: relative;
	bottom: 0;
}

/* BEGIN Header */
div.header-shadow {
	display: block;
	position: absolute;
	width: 100%;
	height: 90px;
	top: 0;
	box-shadow: 0 0 20px #d0e0ff;
}

div.header {
	max-width: 1280px;
	margin: 0 auto;
}

section#last_login {
	margin-top: 20px;
	position: relative;
}

div#user-welcome {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	height: fit-content;
}

div#smalltext1 {
	display: inline-block;
	font-family: var(--font_list_17);
	font-size: 20px;
	text-align: center;
	margin-top: 8px;
}

div#smalltext1 b {
	text-transform: uppercase;
}

div#smalltext2,
div#smalltext3 {
	font-family: var(--font_list_17);
	font-size: 18px;
}

div#smalltext2 {
	display: inline-block;
	text-align: right;
	position: absolute;
	right: 20px;
}

div#smalltext3 {
	display: none;
	text-align: center;
	margin: 10px auto;
}

div.home-container {
	width: 1080px;
	margin: 0 auto;
}

div#mobile-menu-container {
	display: none;
	float: right;
	vertical-align: middle;
}

div#mobile-menu-container img {
	display: block;
	height: 25px;
}


/* BEGIN Home Page */
div.page_holder {
}

header {
	height: 260px;
}

div.landing header {
	height: 156px;
}

div.landing #dms-status,
div.landing #recall-status,
div.landing #change_link {
	display: none;
}

div.please-login {
	float: left;
	margin-left: 20px;
	display: inline-block;
	font-family: var(--font_list_17);
	font-weight: bold;
	font-size: 34px;
	width: 300px;
	text-align: left;
}

div.login-form {
	float: right;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	text-align: left;
}

div.login-form input[type="text"],
div.login-form input[type="password"] {
	font-family: var(--font_list_17);
	font-size: 16px;
	background: unset;
	background-color: #e2e8ed !important;
	width: 300px;
	border: none;
	margin-bottom: 20px;
	padding: 10px;
}

input.login-submit {
	font-family: var(--font_list_17);
	font-size: 16px;
	border-radius: 10px;
	min-width: 150px;
	padding: 6px 34px;
	background-color: var(--color_01);
	color: #ffffff;
	cursor: pointer;
	border: none;
}

div.fixedTop,
section#breadcrumb_bar {
	display: none;
}

hr.purple {
	border-color: var(--color_01);
}


div.not-user {
	float: left;
	clear: both;
	display: inline-block;
	font-family: var(--font_list_17);
	font-weight: bold;
	font-size: 34px;
	width: 100%;
	margin-top: 50px;
}

img.laptop {
	margin: 30px 0;
	width: 300px;
}

div.container div.outer-center,
div.container div.inner-center {
	width: inherit;
}

div#user-welcome div.inner-center {
	text-align: center;
}

.header {
	min-width: unset;
	width: 100%;
}

/* END Home Page */

button.rounded-button,
legend button.rounded-button,
div#LatestSvcEval a,
div#LatestSaleEval a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: var(--color_01);
	color: #ffffff;
	border-radius: 6px;
	padding: 3px 8px;
	cursor: pointer;
	font-size: 13.333px;
}
button.ui-button-text-only {
	border: none !important;
	background-color: var(--color_01) !important;
	color: #ffffff !important;
	border-radius: 6px !important;
	padding: 3px 8px !important;
	cursor: pointer !important;
}
button.ui-button span.ui-button-text {
	color: #ffffff !important;
}



/*@media screen and (pointer: none), screen and (pointer: coarse), screen and (hover: none) {*/
@media screen and (max-width: 1079px) {

	div#top-level-menu-container {
		display: none;
	}

	div.home-container {
		width: 100%;
	}

	div.footer {
		width: 100%;
	}

	div.footer div.outer-center,
	div.footer div.inner-center {
		width: inherit;
	}

	div.footer-part-1 {
		left: 20px;
	}

	div.footer-part-2 {
		left: 400px;
	}

	div.footer-part-3 {
		right: 20px;
	}

	div.bottom-links {
		width: 100%;
	}

	hr.purple {
		width: 95%;
	}

	div#mobile-menu-container {
		display: table-cell;
	}

	div.copyright {
		margin-top: 70px;
	}
}

@media screen and (max-width: 1023px) {

	div.bottom-links > div {
		display: block;
		position: relative;
		width: 100%;
		height: fit-content;
		margin: 80px 0 0 0;
	}

	div.footer-table {
		display: inline-block;
		text-align: center;
		align-items: center;
	}

	div.footer-table-cell {
		display: inline-block;
	}

	div.footer-part-1,
	div.footer-part-2,
	div.footer-part-3 {
		left: unset;
		right: unset;
		text-align: center;
		align-items: center;
	}
}


@media screen and (max-width: 767px) {

	div.home-container {
		width: 100%;
	}

	div#mobile-menu-container {
		display: table-cell;
	}

	div.please-login {
		width: 260px;
		font-size: 30px;
	}

	img.laptop {
		margin: 26px 0;
		width: 270px;
	}

	div.login-form {
		width: 280px;
	}

	div.login-form input[type="text"],
	div.login-form input[type="password"] {
		font-size: 14px;
		width: 260px;
	}

	input.login-submit {
		font-size: 14px;
		border-radius: 7px;
		min-width: 100px;
		padding: 4px 23px;
	}

	div.not-user {
		font-size: 28px;
		margin-top: 44px;
	}

}


@media screen and (max-width: 639px) {

	div.home-container {
		width: 100%;
	}

	div.please-login {
		width: 196px;
		font-size: 22px;
	}

	img.laptop {
		margin: 20px 0;
		width: 200px;
	}

	div.login-form {
		width: 220px;
	}

	div.login-form input[type="text"],
	div.login-form input[type="password"] {
		font-size: 11px;
		width: 196px;
	}

	input.login-submit {
		font-size: 11px;
		border-radius: 7px;
		min-width: 100px;
		padding: 4px 23px;
	}

	div.not-user {
		font-size: 23px;
		margin-top: 33px;
	}

	div#smalltext2 {
		display: none;
	}
	div#smalltext3 {
		display: inline-block;
	}
}


@media screen and (max-width: 424px) {

	div.home-container {
		width: 100%;
	}

	div.please-login {
		width: 160px;
		font-size: 20px;
	}

	img.laptop {
		margin: 20px 0;
		width: 120px;
	}

	div.login-form {
		width: 200px;
	}

	div.login-form input[type="text"],
	div.login-form input[type="password"] {
		font-size: 16px;
		width: 160px;
	}

	input.login-submit {
		font-size: 16px;
		border-radius: 7px;
		min-width: 70px;
		padding: 6px 24px;
	}

	div.not-user {
		font-size: 26px;
		margin-top: 20px;
	}
}


@media screen and (max-width: 374px) {

	div.home-container {
		width: 100%;
	}

	div.logo img {
		width: 168px;
	}

	div.please-login {
		width: 140px;
	}

	img.laptop {
		margin: 20px 0;
		width: 120px;
	}

	div.login-form {
		width: 180px;
	}

	div.login-form input[type="text"],
	div.login-form input[type="password"] {
		font-size: 16px;
		width: 140px;
	}

	input.login-submit {
		font-size: 16px;
		border-radius: 7px;
		min-width: 70px;
		padding: 6px 24px;
	}

	div.footer-part-1 img.big-logo {
		height: 90px;
	}

	div.footer-part-1,
	div.footer-part-2,
	div.footer-part-3 {
		display: block;
		width: 300px;
		margin: 24px auto;
	}

}

@media screen and (max-width: 319px) {

	div.logo img {
		width: 140px;
	}

	div.please-login {
		font-size: 18px;
		width: 120px;
	}

	div.login-form {
		width: 160px;
	}

	div.footer-container {
		width: 100%;
	}

	div.bottom-links {
		width: 100%;
	}

	div.footer-part-1,
	div.footer-part-2,
	div.footer-part-3 {
		display: block;
		width: 260px;
		margin: 24px auto;
	}

}

div#accordion {
	margin-bottom: 50px;
}

/* Even is the darker color */
table.watchdog tr:nth-child(even),
table.reportTable tr:nth-child(even),
table.watchdog tr:nth-child(even),
table.reportTable tr.even,
table.watchdog tr.even {
	background-color: var(--color_05);
}

table.watchdog tr:nth-child(odd),
table.reportTable tr:nth-child(odd),
table.watchdog tr:nth-child(odd),
table.reportTable tr.odd,
table.watchdog tr.odd {
	background-color: #ffffff;
}

table.reportTable tbody tr:hover,
table.watchdog tbody tr:hover {
	background-color: var(--color_07);
}

.color-dms {
	color: var(--color_01);
}

.color-crm {
	color: var(--color_02);
}

.color-ft {
	color: var(--color_04);
}

.color-wv {
	color: var(--color_03);
}

.color-lex,
.color-lx {
	color: var(--color_06);
}

ul.nav-tabs,
ul.nav-tabs>li {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

ul.nav-tabs>li>a:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
