/* CSS Document */

.ui-widget {
	font-size: 16px;
}

.ui-accordion-content {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

/* Large buttons on the blue background, designed to attract user attention. */
.large_button_blue_bg:focus {
	background: #1A83F5;
}
.large_button_blue_bg:hover {
	background: #1A83F5;
}

/* Styles for the boxes containing links to the various customer types. */
.intro_box {
	border: solid;
	border-width: 2px;
	border-color: black;
}

.intro_box:hover {
	cursor: pointer;
	box-shadow: 0 0 4px 3px #FF3300;
	-webkit-box-shadow: 0 0 4px 3px #FF3300;
	-moz-box-shadow: 0 0 4px 3px #FF3300;
	border-color: #FF3300;
}

.intro_box img {
	white-space: nowrap;
	border: none;
	outline: none;
	width: 100%;
}

.intro_box p {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #0e46c1;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.intro_box a {
	border: none;
	outline: none;
	text-decoration: none;
}

p {
	padding-bottom: 0px;
}

#tm_div {
	font-size: 10pt;
}

#tm_div #tm_trial_msg p {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}

/*
** Form Styles: 
*/

/* Makes input elements that are buttons have the same size as the html button element. */
input.ui-button {
    padding: .5em 1em;
}

form input[type='text'], form input[type='password'], form textarea, 
form select {
	border: solid;
	border-width: 1px;
	border-color: #808080;
	border-radius: 7px;
	outline: none;
	margin: 2px;
	padding: 7px;
	font-size: 1em;
	
}

form .date_picker {
	background-image: url("/images/calendar_button2.png");
	background-position: 97% center;
	background-repeat: no-repeat;
	background-size: auto;
}

form input:focus[type='text'], form input:focus[type='password'], 
form textarea:focus, form select:focus {
	border-width: 3px;
	border-color: #0E46C1;
	margin: 0px;
}

form .flex_container_2_item_narrow p {
	margin: 0px;
	padding: 0px;
}

form .flex_container_2_item_narrow p.field_name {
	margin: 0px;
	padding-left: 2px;
}

form .flex_container_2_item_narrow input[type=text] {
	width: calc(93% - 18px);
}

form .flex_container_2_item_narrow input[type=password] {
	width: calc(93% - 18px);
}

form .flex_container_2_item_narrow .postal_address {
	width: calc(93% - 18px);
	height: 2.3em;
}

form select {
	background-color: transparent;
}

/** Class to apply to a div containing a form that's a single column on all devices. */
.one_column_form_div {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.one_column_form_div p {
	margin: 0px;
	padding: 0px;
}

.one_column_form_div p.field_name {
	margin: 0px;
	padding-left: 2px;
}

.one_column_form_div .postal_address {
	height: 2.3em;
}

.one_column_form_div input[type=text] {
	width: calc(100% - 18px);
}

.one_column_form_div input[type=password] {
	width: calc(100% - 18px);
}
	
/* Smartphones in portrait mode: */
@media only screen and (max-width: 640px) {
	form .flex_container_2_item_narrow input[type=text] {
		width: calc(100% - 18px);
	}
	form .flex_container_2_item_narrow input[type=password] {
		width: calc(100% - 18px);
	}
	form .flex_container_2_item_narrow .postal_address {
		width: calc(100% - 18px);
	}
	
	.one_column_form_div {
		width: 98%;
	}
	.one_column_form_div input[type=text] {
		width: calc(100% - 18px);
	}
	.one_column_form_div input[type=password] {
		width: calc(100% - 18px);
	}
	.one_column_form_div .postal_address {
		width: calc(100% - 18px);
		height: 2.3em;
	}
}

/* End of Form Styles */

/* Smartphones in portrait mode: */
@media only screen and (max-width: 640px) {
	.ui-widget {
		font-size: 18px;
	}
}

/* Tablets and smartphones in landscape mode: */
@media only screen and (max-width: 959px) and (min-width: 641px) {
	.ui-widget {
		font-size: 18px;
	}
}

