/* General sytle */
@import url("https://use.typekit.net/hnw6oag.css");

body, table td, select, button {
	font-family: franklin-gothic-condensed, sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
	font-family: franklin-gothic-condensed, sans-serif !important;
	font-style: normal;
	font-weight: 400;    
    line-height: 1.4;
    color: #00B7E6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #EAF2F8 !important;
}

#gwtContent {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
	background-color: #EAF2F8 !important;
}

.signupDialog-form tr {

}

.dialog-heading,
.dialog-subHeading {
	font-size: 28px;
	margin-bottom: 12px;
	text-align: center;
	color: #333333;
}

.signupView-buttonConfirm {
	background-color: #00B7E6;
	border: none;
	color: white;
	padding: 10px;
	font-size: 20px;
	
	margin-top: 20px;
	font-weight: bold;
	margin-right: 35px;
	
}

.signupView-buttonBack {
    background-color: #00B7E6;
    border: none;
    color: white;
    padding: 5px;
    font-size: 12px;
    
    margin-top: 20px;
}

.signupView-buttonBack:hover {
	background-color: #00B7E6;
}

input[type="checkbox"] {
    font-weight: 400;
    height: 0.9375rem;
    margin-right: 0.25rem;
    margin-top: -3px;
    position: relative;
    top: 3px;
    width: 0.9375rem;
}

.signupDialog [type='checkbox'] + label, .signupDialog [type='radio'] + label {
	margin-right: 0.5rem;
	color: #333333;
}

.signupDialog input[type="checkbox"] {
	height: 1.5rem;
}

[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

.signupDialog-form tr {
    margin-bottom: 20px;
    display: inline-grid;
    margin-right: 15px;
    width: 45%;
}

td {
    /* display: inherit; */
}

.gwt-Label {
	color: #333333;
	font-size: 20px;
	/* font-weight: bold; */
}

.gwt-PasswordTextBox {
	width: 100%;
	font-family: sans-serif !important;

}

.signupDialog-form {
    margin-top: 15px;
}

.gwt-ListBox {
    width: 100%;
    padding: 5px;
}

.pbForm td {
	padding-bottom:10px;
}

.signupDialog-billingHeading .gwt-Label,
.gwt-Hyperlink {
	font-size: 13px;
	margin-right: 5px;
}

.gwt-TextBox {
	width: 100%;
}
.signupView-buttonConfirm:disabled {
	opacity: 0.3;
}

.signupView-buttonConfirm:hover {
	background-color: #00B7E6;
}


[disabled].button {
	background-color: #00B7E6;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}

.error {
	font-weight: bold;
	font-size: 1.2em;
	color: #EA030D;
}


