@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
html,
body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	font-weight: 400;
}
strong {
	font-weight: 500
}
a,
a:visited {
	color: rgb(51, 118, 129);
}
a:hover {
	color: black
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	text-transform: uppercase;
	color: rgb(98, 87, 87)
}
h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 110% }
h4,
h5 { font-size: 100% }
a,
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.base,
.loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #365660;
	z-index: 1
}
.loading {
	display: none;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.35);
}
.loading img {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px
}
.wrapper,
.footer {
	position: relative;
	z-index: 2;
}
.header {
	background: #365660;
	background: -moz-linear-gradient(top,  #365660 0%, #1f3038 100%);
	background: -webkit-linear-gradient(top,  #365660 0%,#1f3038 100%);
	background: linear-gradient(to bottom,  #365660 0%,#1f3038 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365660', endColorstr='#1f3038',GradientType=0 );
	color: white;
	padding: 20px;
	text-align: center
}
.header img {
	filter: brightness(0) invert(1);
}
.content {
	display: table;
	width: 100%
}
.content .menu,
.content .panel {
	display: table-cell;
	vertical-align: top;
	background-color: white;
	padding: 30px;
	box-sizing: border-box;
	position: relative
}
.content .panel {
	padding-top: 70px;
}
.panel h1:first-of-type {
	margin-top: 0
}
.menu {
	white-space: nowrap;
	border-right: 1px solid rgb(28, 28, 28);
	background-color: #dae7eb !important;
}
.menu a,
.menu a:visited {
	text-decoration: none;
	color: rgb(116, 115, 115);
	display: block;
	transition: .5s;
	padding-bottom: 5px
}
.menu a:hover {
	color: black
}
.menu a:last-of-type {
	padding-bottom: 0
}
.panel {
	width: 100%
}
.footer {
	text-align: center;
	padding: 30px;
	color: #f2f2f2
}
.section {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 30px;
	margin-bottom: 30px
}
.section_center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.section_login {
	max-width: 300px
}
.section_login p {
	margin: 0 0 10px 0
}
.section_login p:last-of-type {
	margin-bottom: 0
}
.section_login p:first-of-type {
	font-weight: bold;
	font-size: 115%;
}
input[type=submit],
input[type=text],
input[type=password],
textarea,
select,
.button {
	outline: none;
	border: 1px solid grey;
	border-radius: 0;
	background-color: #f2f2f2;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 6px;
	display: inline-flex;
	-webkit-appearance: none;
}
input[type=submit],
.button,
input[type=submit]:visited,
.button:visited {
	background-color: rgb(4, 173, 4);
	border: none;
	padding: 7px;
	color: white;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s
}
input[type=submit]:hover,
.button:hover {
	background-color: rgb(0, 65, 0);
	color: white;
	text-decoration: none;
}
.button_active {
	background-color: rgb(0, 65, 0) !important;
}
.button,
.button:visited,
input[type=submit] {
	background: #4f7e8c;
	background: -moz-linear-gradient(top,  #4f7e8c 0%, #314a59 100%);
	background: -webkit-linear-gradient(top,  #4f7e8c 0%,#314a59 100%);
	background: linear-gradient(to bottom,  #4f7e8c 0%,#314a59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7e8c', endColorstr='#314a59',GradientType=0 );
}
.button:hover,
input[type=submit]:hover {
	background: #314a59;
	background: -moz-linear-gradient(top,  #314a59 0%, #4f7e8c 100%);
	background: -webkit-linear-gradient(top,  #314a59 0%,#4f7e8c 100%);
	background: linear-gradient(to bottom,  #314a59 0%,#4f7e8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314a59', endColorstr='#4f7e8c',GradientType=0 );
}
input[name=email] {
	position: fixed;
	top: -10000px
}
select {
	background-image: url(/library/icons/down.PNG);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 30px;
	cursor: pointer;
	min-width: 150px
}
.full {
	width: 100%;
	box-sizing: border-box
}
.warning {
	background-color: rgb(250, 193, 187);
	padding: 30px;
	margin: 0 0 30px 0;
	padding: 30px
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse;
	overflow: auto
}
.data tr td,
.data tr th {
	padding: 8px;
	border: 1px solid rgb(44, 44, 44);
	vertical-align: middle
}
.data tr th {
	background: rgb(22,22,22);
	background: -moz-linear-gradient(top,  rgba(22,22,22,1) 0%, rgba(124,124,124,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(124,124,124,1) 100%);
	background: linear-gradient(to bottom,  rgba(22,22,22,1) 0%,rgba(124,124,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#7c7c7c',GradientType=0 );
	color: white;
	border-right: 1px solid white
}
.data tr th:last-of-type {
	border-right: 1px solid rgb(44, 44, 44);;
}
.data tr th:first-of-type {
	border-left: 1px solid rgb(44, 44, 44);;
}
.data tr:nth-child(odd) td {
	background-color: #f2f2f2
}
.form tr td {
	padding: 10px
}
.form tr td:first-of-type {
	padding-left: 0
}
.form tr td:last-of-type {
	padding-right: 0
}
.form tr:first-of-type td {
	padding-top: 0
}
.form tr:last-of-type td {
	padding-bottom: 0
}
.form input,
.form .button,
.form select,
.form textarea {
	margin: 0
}
.valign_bottom {
	vertical-align: bottom
}
.valign_top {
	vertical-align: top
}
.note_box {
	padding: 30px 60px 30px 30px;
	background-color: #c5d8dd;
	margin-bottom: 10px;
	position: relative;
}
.note_icon {
	position: absolute;
	right: 30px;
	top: 30px
}
.accordion_header {
	background-color: rgb(28, 28, 28);
	cursor: pointer;
	padding: 16px;
	color: white;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.accordion_content {
	display: none
}
.required_field {
	border-left: 10px solid red !important;
}
.pagination .button {
	margin-right: 10px
}
.paginationDisabled {
	opacity: .25
}
.date_field {
	width: 150px;
	cursor: pointer;
	background-image: url(/library/icons/date.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.data_important tr:nth-child(odd) td {
	background-color: #f7e6e6
}
.data_important tr:nth-child(even) td {
	background-color: #f4d8d8
}
.button_disabled {
	opacity: .25;
	pointer-events: none;
}
.icon {
	height: 27px;
	width: auto;
	margin: 0 auto -4px auto;
	transition: .5s
}
a .icon:hover {
	transform: scale(0.8)
}

.login_icon img {
	height: 75px;
	width: auto;
}
.login_icon {
	text-align: center;
	padding-bottom: 10px
}

.sub_logo {
	height: 40px;
	width: auto;
	margin-bottom: -4px
}
.add_to_quote {
	cursor: pointer;
	transition: .5s
}
.add_to_quote:hover {
	transform: scale(0.9);
}
.menu_counter {
	font-size: 80%;
	font-weight: bold;
	color: rgb(111, 45, 45) !important;
}
.search_engine {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #cccccc;
	border-radius: 0 0 0 10px;
	padding: 10px
}
.search_engine td {
	padding-right: 5px
}
.search_engine td:last-of-type {
	padding-right: 0
}
.quote_builder {
	padding: 30px;
	font-size: inherit !important;
	border: 1px dashed grey;
	margin-bottom: 30px;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
}
.reports {
	overflow: auto;

}
.report_block {
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	border: 1px solid black;
	padding: 30px;
	background-color: #dae7eb;
	margin: 0 1% 2% 1%;
	vertical-align: top;
	box-sizing: border-box
}
.report_block:nth-child(2n+1) {
	margin-left: 0
}
.report_block:nth-child(2n+2) {
	margin-right: 0
}
.nowrap {
	white-space: nowrap
}
.data_report th {
	background-color: #365660 !important
}
.data_report td,
.data_report th {
	border-color: #365660 !important
}
.data_report tr:nth-child(odd) td {
	background-color: #aec6cd
}
.data_report tr:nth-child(even) td {
	background-color: #d4e1e5
}
.report_block h2 {
	font-size: 115%;
	margin-top: 0
}
.center {
	text-align: center
}
.report_block_chart {
	background-color: #dae7eb;
	width: 100%;
	height: 450px;
	box-sizing: border-box;
	border: 1px solid #365660
}
.task_detail_table {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	background-color: rgb(242, 206, 202)
}
.task_detail_table div {
	display: table-cell;
	vertical-align: top;
	padding: 10px
}
.task_detail_table div:nth-child(2) {
	width: 100%;
}
.task_detail_table div:nth-child(1) a {
	display: block;
	margin-bottom: 15px
}
.task_detail_table div:nth-child(1) {
	background-color: rgb(240, 228, 227);
	border-right: 1px solid salmon
}
.task_detail_table div:nth-child(2) p:last-of-type {
	margin-bottom: 0;
}
.task_detail_table div:nth-child(2) p:first-of-type {
	margin-top: 0;
}
.task_detail_table p {
	margin: 0;
}

.task_detail_completed {
	text-decoration: line-through;
	opacity: .5;
}
.task_detail_completed .detail_complete,
.task_detail_completed .detail_edit {
	display: none !important
}
.detail_popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.50);
	display: none;
	z-index: 100
}
.detail_popup .detail_edit_popup {
	background-color: white;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 0;
	bottom: 0;
	overflow: auto;
	box-sizing: border-box;
	padding: 30px
}
.highlight {
	background-color: rgb(247, 228, 201) !important;
	font-weight: bold !important
}
.is_required_field {
	background-color: rgb(252, 177, 169) !important
}
.assigned_add_on td {
	padding: 10px !important;
	background-color: #f2f2f2;
	border: 1px solid #cccccc
}
