/*
 * This stylesheet contains the style elements that are likely to be common across all sites.
 * You should only need to modify this file in rare cases. Most of the deploy specific
 * customizations can be made in custom.css.
 */
@import url(document.css);

@import url(search.css);

@import url(report.css);

@import url(calendar.css);

@import url(cart.css);

@import url(tabs.css);

@import url(treasurer.css);
	 /* TODO: Move this to the treasurerweb project */
@import url(tax.css);

body {
	color: #222;
	background-color: #FFF;
	font-style: normal;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
}

* {
	font-family: arial, helvetica, sans-serif;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
	text-decoration: underline !important;
}

a:visited {
	color: #A74992;
	text-decoration: underline !important;
}

a:hover {
	color: #9D3306;
	text-decoration: underline !important;
}

a:active {
	color: #9D3306;
	text-decoration: underline !important;
}

#version {
	text-align: right;
	color: #333333;
	font-size: 12px;
}

.attribution {
	font-size: 75%;
}

p.error {
	color: #b00020;
	min-height: 48px;
	padding: 24px 2px 2px 52px;
	font-style: italic;
	background: url(../images/warning.png) 0 50% no-repeat;
}

p.warning {
	color: #f60;
	min-height: 48px;
	padding: 24px 2px 2px 52px;
	font-style: italic;
	background: url(../images/info.png) 0 50% no-repeat;
}

div.warning {
	color: #f57900;
	min-height: 24px;
	padding: 6px 6px 6px 32px;
	background: #fbdcbd url(../images/important.png) 4px 4px no-repeat;
	width: 300px;
	border: 1px solid;
	font-weight: bold;
}

div.warning h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #f57900;
}
div.warning p {
	margin: 0;
	padding: 0;
	color: #222;
}

p.info {
	min-height: 48px;
	padding: 24px 2px 2px 52px;
	font-style: italic;
	background: url(../images/info.png) 0 50% no-repeat;
}

th a {
	color: #fff;
	text-decoration: underline;
}

th a:active {

}

th a:hover {
	color: #fff;
	text-decoration: underline;
}

th a:visited {
	color: #fff;
	text-decoration: underline;
}

#header {
	padding: 10px;
	margin: 0;
}

#header h1 {
	padding: 0;
	margin: 0;
}

input.invalid {
	padding-right: 24px;
	background: white url(../images/warning-sm.png) 100% 0% no-repeat;
}

select.invalid {
	background: #fab;
}

fieldset.invalid {
	border: 1px solid red;
}

table.invalid {
	border: 1px solid red;
}

table.outlined td {
	border-bottom: 1px solid #ccc;
}

.combobox {
	min-width: 150px;
	max-width: 300px;
}

#nav {
	width: 100%;
}

#nav ul {
	margin: 0;
	padding: 5px 0;
	display: block;
	width: 100%;
	font-weight: 600;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav ul li a {
	padding: 0 10px;
	margin: 0;
}

#nav ul li.first a {
	border-left: none;
}

#columns {
	border-collapse: collapse;
	width: 100%;
}

#header_cell {
	padding: 0;
}

#left_column,#right_column {
	vertical-align: top;
}

#left_column {
	width: 20%;
}

#right_column {
	width: 75%;
}

#left {
	padding: 5px;
	min-height: 450px;
	display: table-cell;
	width: 20%;
}

#middle {
	font-size: inherit;
	padding: 10px;
	margin: 0 0 15px 0;
	width: 75%;
	display: table-cell;
}

#middle_left {
	width: 50%;
	vertical-align: top;
	font-size: inherit;
	padding: 0 50px 0 0;
	border-right: 1px solid #ccc;
	margin: 0 50px 0 0;
	display: table-cell;
}

#middle_right {
	width: 50%;
	vertical-align: top;
	font-size: inherit;
	padding: 0 0 0 50px;
	margin: 0;
	display: table-cell;
}

#footer_cell {
	padding: 0;
}

#footer {
	font-size: inherit;
	clear: both;
	width: 100%;
}

#accountTypes {
	margin-bottom: 15px;
}

#sort_search_results {
	width: 180px;
}

#searchResultsTable { /*border: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 15px 0;
}

/* Force horizontal scroll for searchResultsTable */
#searchResultsTable {
	overflow-x: auto !important;
	display: block !important;
}

#searchResultsTable table {
	width: 100% !important;
	min-width: 1000px !important; /* Force minimum width to trigger horizontal scroll */
	display: table !important;
}

#searchResultsTable th {
	text-align: left;
}

#searchResultsTable a {
	display: block;
}

#searchResultsTable td {
	padding: 5px;
	vertical-align: top;
}

#searchResultsTable table {
	border-collapse: collapse;
	border: none;
}

#searchResultsTable table table td {
	padding-top: 0;
}

/* Override the summary table border=1 */
.summary table {
	width: 100%;
	border-style: none;
	border: none;
	border-width: 0px;
	border-spacing: 0;
}

.summary table td {
	border-style: none;
	border: none;
	border-width: 0px;
	border-spacing: 0;
}

.accountThumb {
	border: none;
}

.iconic-space {
	margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 20px !important;
}

table#footer tr td {
	font-size: inherit;
	width: 33%;
	vertical-align: top;
}

table#footer tr td.center {
	font-size: inherit;
	padding: 0;
	vertical-align: top;
}

table#footer tr td.right {
	font-size: inherit;
	text-align: right;
}

div.flowLayout div {
	font-size: inherit;
	float: left;
	margin: 0 10px 10px 0;
}

div.flowLayout_clear {
	font-size: inherit;
	clear: left;
}

.center {
	text-align: center;
}

h1 {
	font-size: 125%;
	font-weight: 600;
	color: #000;
}

h2 {
	font-size: 110%;
	font-weight: 600;
	color: #000;
}

h3 {
	font-size: 100%;
	font-weight: 600;
	color: #000;
}

h4 {
	font-size: 90%;
	font-weight: 600;
	color: #000;
}

h5 {
	font-size: 85%;
	font-weight: 600;
	color: #000;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}

th {
	font-size: inherit;
	background: #003366;
	color: white;
	padding: 5px;
}

th a {
	font-size: inherit;
	color: white;
	text-decoration: none;
}

table {
	font-size: inherit;
	border-spacing: 0px;
}

.sortableDataTable th {
	border-right: 1px solid #ccc;
}

.sortableDataTable td {
	padding: 5px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sortableDataTable td td {
	border-right: none;
	border-bottom: none;
}

.sortableDataTable tr.highlightable:hover {
	background: #ABCDF3;
}

.sortableDataTable {
	width: 100%;
	border-left: 1px solid #ccc;
	/*	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 5px;*/
	border-spacing: 0;
	border-collapse: collapse;
}

.tableRow1,#searchResultsTable .odd {
	font-size: inherit;
	background: #ffffff;
}

.tableRow2,#searchResultsTable .even {
	font-size: inherit;
	background: #eeeeee;
}

.tableRow2 td,#searchResultsTable .even td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Hack since IE doesn't support the > operator */
.tableRow2 td td,#searchResultsTable .even td td {
	border: none;
}

/*used by stripeTable.js*/
table.stripe tbody tr.oddRow {
	background-color: #eee;
}

table.stripe {
	border-collapse: collapse;
}

/* Highlight new reports */
.newReport {
	background-color: #ffc;
	font-weight: bold;
}

.tooltipv2 {
	width: 200px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #ffc;
	color: #222;
	text-align: left;
	font-weight: normal;
}

.trigger {
	cursor: help;
}

.clickable {
	cursor: pointer;
}

.text {
	font-size: inherit;
	width: 100%;
}

input.text {
	font-size: inherit;
	width: 150px;
}

#delete {
	font-size: inherit;
	vertical-align: bottom;
}

.deleteIcon img {
	border: none;
}

#search_results td.item {
	font-size: inherit;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}


/* Search Result Link Icon */
p.print {
	height: 32px;
	background: url(../images/printer.png) no-repeat;
}

p.print a {
	padding-left: 30px;
	vertical-align: middle;
}

a.iconic {
	height: 32px;
	padding: 10px 10px 0 40px;
	margin: 10px 15px 25px 0px;
	vertical-align: bottom;
	display: block;
	float: left;
	background-color: #eee;
	border: 1px solid #ccc;
	text-decoration: none !important;
}
a.iconic:ACTIVE {
	background-color: #ccc;
}
a.print {
	background: url(../images/printer.png) 6px 50% no-repeat;
	background-color: #eee;
	float: right;
	margin-right: 0;
}
a.modifySearch {
	background: url(../images/modify-search.png) 6px 50% no-repeat;
	background-color: #eee;
}
a.newSearch {
	background: url(../images/new-search.png) 6px 50% no-repeat;
	background-color: #eee;
}

#reportTypes {
	list-style-type: none;
}

.tabcontent {
	font-size: inherit;
	display: none;
}

div.suggestions {
	font-size: inherit;
	border: 1px solid black;
	position: absolute;
	background-color: white;
	color: black;
	z-index: 5;
	cursor: default;
}

div.suggestions div {
	font-size: inherit;
	padding: 0 10px;
}

div.suggestions div.selected {
	font-size: inherit;
	color: #9D3306;
	background: #036;
}

.viewAttachment iframe {
	font-size: inherit;
	width: 100%;
	height: 750px;
}

.tabbed_iframe {
	width: 100%;
	height: 220px;
	border: 1px solid #ccc;
}

fieldset {
	border: 1px solid #ccc;
	padding: 15px;
}

#userForm fieldset {
	margin-bottom: 35px;
}

#userForm fieldset legend {
	font-weight: bold;
	padding: 5px;
}

span.dim {
	color: #AAA;
}

select#state {
	min-width: 25px;
	width: 50px;
}

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

.boldLeft {
	padding: 5px;
	text-align: left;
}

.boldRightTop {
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.boldLeftTop {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#productType {
	margin: 0 0 25px 0;
}

#pageRange {
	margin: 0;
	padding: 5px;
}

#myDocuments {
	list-style-type: none;
}

#myDocuments td {
	padding: 15px;
}

.hidden {
	display: none;
}

#userId.error {
	border: 1px solid red;
	padding: 2px;

}
#userIdError {
	padding-left: 10px;
	font-size: 85%;
	color: red;
	font-style: italic;
}

div.timeout {
	width:80;
	font-size: 85%;
	color: blue;
	font-style: italic;
}

div#docTypes {
	width: 250px;
}

.productComment textarea {
  min-height: 130px;
  width: 100%;
}

.menuList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#outerDiv {
	display: block;
	float:left;
	width: 25%;
	height: 650px;
	overflow: auto;
	border-right: 1px solid #ccc;
}

#searchDiv {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 235px;
	width: 100%;
	overflow: auto;
}

.listButton {
	margin: 2px;
	cursor: pointer;
    display: block;
    padding: 3px;
    background: #eeeeee;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #1D4AA5;
}

.togglediv {
	position: relative;
	display: block;
	width: 100%;
	border-top: 5px;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.togglediv .ui-selecting {
	color: #FFFFFF;
	background: #749AE6;
}

.ui-selectee {
	color: #1D4AA5;
}

.ui-widget-content {
	cursor: pointer;
}

.togglediv .odd {
	font-size: inherit;
	color: #1D4AA5;
	background: #ffffff;
	border-top: 0;
}

.togglediv .even {
	font-size: inherit;
	color: #1D4AA5;
	background: #eeeeee;
	border-top: 0;
}

.togglediv .ui-selected {
	color: #FFFFFF;
	background: #1D4AA5;
}

#selectDiv {
	height: auto;
}

#historicalIndexImage {
	display:inline;
	float:right;
	height: 650px;
	width: 73%;
	margin-left: 5px;
}

.string-autocomplete {
	max-height:300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.form-field {
	color: inherit;
    background: none;
    padding: 0px;
    font-weight: normal;
    text-align: left;
}
.page-heading {
  font-size: 125%;
  font-weight: 600;
  color: #000;
}
.content-heading {
  font-size: 110%;
  font-weight: 600;
  color: #000;
}
.footer {
  display: flex;
	align-items: center;
  justify-content: space-between;
}
.footer-left,
.footer-center,
.footer-right {
  flex: 1;
}
.footer-left {
  text-align: left;
}
.footer-center {
  text-align: center;
}
.footer-right {
  text-align: right;
}

.flex-row {
	display: flex;
	gap: 4px;
}
.flex-column {
 flex-direction: column;
}

.table-responsive{
	overflow-x: hidden !important;
	display: block !important;
	width: 100% !important;
}

.table-xs,
.form-scroll-xs {
	overflow-x: auto !important;
	display: block !important;
	width: 100% !important;
}



@media (max-width: 575.98px) {

	.left-base {
		width: 95% !important;
		display: block !important;
		min-height: auto !important;
	}
	.middle-base {
		display: block !important;
		width: 93% !important;
	}
	.tax-account-left {
		display: block !important;
    width: 90% !important;
	}
	.tax-account-main {
		display: block !important;
		overflow-x: auto;
		width: 90% !important;
	}
	.tax-account-main .dashboard-widget {
		width: 98% !important;
		float: left !important;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.dashboard-widget .tax-value table {
		width: 100%;
		margin: 0;
	}
/* Password Request Page Responsive */
	#PAGE_PASSWORD_REQUEST #main_content_row{
		display: block !important;
	}
	#PAGE_PASSWORD_REQUEST #left_column{
		display: block !important;
		width:100% !important;
		height: auto !important;
	}

	#PAGE_PASSWORD_REQUEST #right_column{
		display: block !important;
		width:100% !important;
		height: auto !important;
	}

	/* PAGE_ENTER_DOC input field styling */
	#PAGE_ENTER_DOC input[type="text"],
	#PAGE_ENTER_DOC input[type="numeric"],
	#PAGE_ENTER_DOC input[type="checkbox"],
	#PAGE_ENTER_DOC input.text,
	#PAGE_ENTER_DOC input.numeric,
	#PAGE_ENTER_DOC input.textarea {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	#PAGE_ENTER_DOC_POST_DISPLAY input[type="text"],
	#PAGE_ENTER_DOC_POST_DISPLAY input[type="numeric"],
	#PAGE_ENTER_DOC_POST_DISPLAY input[type="checkbox"],
	#PAGE_ENTER_DOC_POST_DISPLAY input.text,
	#PAGE_ENTER_DOC_POST_DISPLAY input.numeric,
	#PAGE_ENTER_DOC_POST_DISPLAY input.textarea {
		width: 100% !important;
		box-sizing: border-box !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {

	.left-base {
		width: 30% !important;
		display: inline-block !important;
		min-height: auto !important;
	}
	.middle-base {
		display: inline-block !important;
		width: 63% !important;
	}
	#taxAccountSummary.dashboard-widget,
	#inquiryForm.dashboard-widget,
	#taxAccountValueSummary.dashboard-widget {
		width: 100% !important;
		margin-bottom: 10px;
	}

}

@media (max-width: 999px) {
	#PAGE_ACCOUNT #left,
	#PAGE_ACCOUNT_SEARCH #left,
	#PAGE_SALE_SEARCH #left,
	#PAGE_RESULTS #left,
	#PAGE_SALE_SEARCH_RESULTS #left,
	#PAGE_ENTER_DOC #left,
	#PAGE_ENTER_DOC_POST_DISPLAY #left,
	#PAGE_DOC_SEARCH #left,
	#PAGE_IP_REPORT #left,
	#PAGE_DOC_SEARCH_RESULTS #left,
	#PAGE_CONFIRM_PAYMENT #left,
	#PAGE_SHOPPING_CART #left {
		display: block;
		width: 95%;
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
		min-height: 100% !important;
	}

	#PAGE_IP_REPORT #left,
	#PAGE_DOC_SEARCH_RESULTS #left,
	#PAGE_CONFIRM_PAYMENT #left {
		display: table-cell !important;
	}

	#PAGE_ACCOUNT #middle,
	#PAGE_ACCOUNT_SEARCH #middle,
	#PAGE_SALE_SEARCH #middle,
	#PAGE_RESULTS #middle,
	#PAGE_SALE_SEARCH_RESULTS #middle,
	#PAGE_ENTER_DOC #middle,
	#PAGE_ENTER_DOC_POST_DISPLAY #middle,
	#PAGE_DOC_SEARCH #middle,
	#PAGE_IP_REPORT #middle,
	#PAGE_DOC_SEARCH_RESULTS #middle,
	#PAGE_CONFIRM_PAYMENT #middle,
	#PAGE_SHOPPING_CART #middle {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}

	/* PAGE_CONFIRM specific responsive rules for table-based layout */
	#PAGE_CONFIRM #left_column,
	#PAGE_CONFIRM #right_column {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}

	#PAGE_CONFIRM #left {
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
		min-height: 100% !important;
	}

	#PAGE_CONFIRM #middle {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.search-options#left {
		display: block;
		width: 95%;
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
		min-height: 100% !important;
	}
	.table-search#middle {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
	.login-left {
		width: 95% !important;
    display: block !important;
		min-height: auto !important;
	}
	.login-middle {
		display: block !important;
    width: 93% !important;
	}
	.login-middle .login-form {
		display: flex;
  	flex-flow: wrap;
	}
	.login-middle .login-form #middle_left {
		border-right: none !important;
    width: 100% !important;
    display: table !important;
	}
	.login-middle .login-form #middle_right {
		display: block !important;
		width: 100% !important;
		padding: 10px 0 15px !important;
	}
	.footer {
		flex-flow: column;
	}
	.footer-center {
		padding: 10px 0;
	}
	.flex-wrap {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin-top: 10px;
	}

	.table-responsive td,
	.table-responsive th {
		word-wrap: break-word;
		overflow-wrap: break-word;
		min-width: 0;
	}
	.table-responsive input,
	.table-responsive select,
	.table-responsive textarea {
		width: 87%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.left-base,
	.middle-base {
		vertical-align: top;
	}

}

/* Additional responsive breakpoints for table columns */
@media (max-width: 768px) {
	.table-responsive tr{
		display: flex;
		flex-flow: wrap;
		width: 100%;
	}
	.table-responsive th{
		width: 100%;
	}
	.datepicker-account input.text.calendar {
		width: 75px;
	}
	.dashboard-widget .tax-value table {
		margin: 0;
	}
	.shoppingcart-left {
		word-break: break-all;
	}
}

@media (max-width: 1199.98px) {

	.menu2 {
		height: 100% !important;
  	overflow: hidden !important;
	}

}

@media (min-width: 768px) and (max-width: 1000px) {



}


.splash-thead table[border="0"] th {
	background: none;
  font-weight: normal;
  color: inherit;
  text-align: unset;
  padding: 0;
}

.header-cell-th {
	background: none;
  color: inherit;
  text-align: unset;
  padding: 0;
}
.header-cell-th a {
	color: #1D4AA5;
}
.header-cell-th a:visited {
	color: #A74992;
}
.header-cell-th a:hover {
	color: #9D3306;
}
.header-cell-th a:active {
	color: #9D3306;
}
.header-cell-th .field {
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 7px;
}
/* Hide the native password reveal button in Edge */
input[type="password"]::-ms-reveal {
	display: none;
}
.flex-block {
	display: flex;
	gap: 2px;
}
.search-options .thead-label {
	font-size: inherit;
  padding-right: 5px;
  font-weight: 600;
	background: none;
	color: inherit;
	text-align: right;
	padding-left: 0;
	padding-top: 2px;
  display: table-cell;
  vertical-align: top;
}
.search-options .thead-label select {
	float: left;
	width: 100%;
}
.search-options .hasLabel {
	display: table-row;
}
.d-table {
	display: table;
}
.d-table-cell {
	display: table-cell;
}
.d-table-row {
	display: table-row;
}
.w-100 {
	width: 100% !important;
}
.p-5 {
	padding: 5px;
}
.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

/* Hide the native password reveal button in Edge */
input[type="password"]::-ms-reveal {
	display: none;
}
.calendar-button {
    width: 24px;
    height: 21px;
    border: 0;
    background: url('../../web/images/calImages/cal.gif') no-repeat;
		background-position: 6px 0px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

/* Optional: Add hover effects */
.calendar-button:hover {
    opacity: 0.8;
}

/* Optional: Add focus styles for better accessibility */
.calendar-button:focus {
    outline: 2px solid #007bff;
    outline-offset: 1px;
}

.heading-label {
	font-size: 110%;
	font-weight: 600;
	color: #000;
}

input {
	border-style: solid;
	border-width: 1px;
}

.text-nowrap {
	white-space: nowrap;
}

.text-bold {
	font-weight: bold;
}

.text-normal {
	font-weight: normal;
}

#accountTable {
  display: flex;
  flex-direction: column;
	margin-top: 10px;
}
#accountTable .row {
  display: flex;
}
#accountTable .cell {
  flex: 1;
  padding: 3px 6px;
}
#ownerInfo .owner-info-content {
  display: flex;
  flex-direction: column;
}
#ownerInfo .owner-info-content br {
	display: none;
}
#ownerInfo .owner-info-content .fieldLabel {
	display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ownerInfo .owner-info-content .field {
	display: block;
	padding-bottom: 5px;
}
#ownerInfo .owner-info-content .tableHtmlLayout {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 0;
	border-radius: 4px;
}
#ownerInfo .owner-info-content .tableHtmlLayout th {
	background: none;
	color: inherit;
	text-align: unset;
	padding: 0;
}
#ownerInfo .owner-info-content .tableHtmlLayout th .field {
	font-weight: normal;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-15 {
	margin-bottom: 15px;
}
.my-20 {
  margin: 20px 0;
}
.tax-value table tr:first-child th:first-child {
	background: none;
	color: inherit;
	text-align: unset;
	padding: 1px 7px;
}
.history-form input,
.history-form select {
	padding: 0 7px;
	border-radius: 5px;
}
.history-form input {
	height: 35px;
}
.history-form select {
	height: 37px;
	margin-right: 10px;
}
.history-form .btn-go {
	height: 37px;
}
.date-select {
	position: relative;
	margin-right: 10px;
}
.date-select .calendar {
	width: 120px;
}
.date-select .calendar-button {
	position: absolute;
  right: 10px;
  top: 10px;
}
.history-form .middle-date {
	margin-right: 10px;
	font-size: 15px;
}
.date-select select {
	height: 38px;
	margin-right: 10px;
}
.date-select .btn-go {
	height: 38px;
  margin-left: 10px;
  padding: 0 20px;
  font-weight: 600;
}
.login-label {
	font-weight: normal;
	display: inline-block;
	margin: 8px 0 3px 0;
}
