.format_img {
	height: 150px;
	width: 200px;
}

.floatRight40 {
	width: 40%;
	float: right;
}

.floatRight40 .graybox {
	width: auto;
	margin-inline-end: 24px;
}

.floatLeft70 {
	width: 70%;
	float: left;
}

.floatLeft60 {
	width: 60%;
	float: left;
}

body {
	margin: 0;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
	font-family: "Roboto", "Helvetica Neue", "Segoe UI", sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1px;
	line-height: 1.5;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
}

h2 {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: -0.5px;
	text-align: left;
	margin-bottom: 0.75em;
	box-shadow: rgb(224, 224, 224) 0px -1px 0px 0px inset;
	padding: 0px 24px 24px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
}

h4 {
	font-size: 21px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
}

h6 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	text-align: left;
}

a {
	color: #008dce;
}

a:hover {
	color: #0074b5;
	text-decoration: none;
}

b, strong
{
	font-weight: 500;
}

.bold-link {
	font-weight: 500;
}

.small-link {
	font-size: 12px;
	font-weight: 400;
}

.caption {
	font-size: 12px;
	color: #474747;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: 0.1px;
	text-align: left;
}

.table-for-checkboxes td {
	display: block;
}

.table-for-checkboxes td input {
	width: 16px;
	height: 16px;
	border-radius: 100px;
}

.table-for-checkboxes td input[type='radio']:checked {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #008dce !important;
    -webkit-appearance: none;
    padding: 0;
    margin-top: 0;
    vertical-align: middle;
    margin-inline-end: 4px;
    outline: none;
    box-shadow: 0px 0px 0px 3px #ffffff inset;
    border: 1px solid #008dce !important;
}

.table-for-checkboxes td label {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	display: inline;
}



.table-for-disabled-checkboxes td {
	display: block;
}

.table-for-disabled-checkboxess td input {
	width: 16px;
	height: 16px;
	border-radius: 100px;
}

.table-for-disabled-checkboxes td input[type='radio']:checked {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: grey !important;
    -webkit-appearance: none;
    padding: 0;
    margin-top: 0;
    vertical-align: middle;
    margin-inline-end: 4px;
    outline: none;
    box-shadow: 0px 0px 0px 3px #ffffff inset;
    border: 1px solid grey !important;
}

.table-for-disabled-checkboxes td label {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	display: inline;
}
form {
	border: none;
}

.form-group60 {
	padding: 0 24px 0px 24px;
}

.form-group {
	padding: 0 24px 0px 24px;
}
.form-group.inputSize4 input {
	width: 4em;
}
.form-group.inputSize7 input {
	width: 7em;
}

.form-group.inputSize9 input {
	width: 8em;
}

.form-group.inputSize11 input, .form-group.inputSize11 select {
	width: 11em;
}

.form-group.inputSize8 input, .form-group.inputSize8 select {
	width: 9em;
}

.form-group input, .form-group select {
	margin-inline-start: 12px;
}


.successInput input[type="text"]{
	margin-inline-start: 12px;
	width:700px;
	border:0px;
}
.form-group input[type="submit"] {
	margin-inline-start: 0;
}

.form-group.inputWithAnchor label {
	display: block;
}

.form-group.inputWithAnchor input {
	display: inline;
	margin-inline-end: 12px;
}

fieldset.graybox {
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	padding-top: 24px;
	margin-inline-start: 24px;
	margin-bottom: 24px;
	width: 60%;
}

.hint-beneath {
	display: block;
	font-size: 12px;
}

.button-submit:hover {
	background-image: -webkit-linear-gradient(to bottom, #6daf2c, #599b18);
	background-image: -o-linear-gradient(to bottom, #6daf2c, #599b18);
	background-image: linear-gradient(to bottom, #6daf2c, #599b18);
}

.dl-horizontal dt {
	text-align: left;
}

.table-horizontal td:first-child {
	padding-inline-end: 12px;
}

tfoot tr {
	background-color: #f5f5f5;
}

#didYouFileConfirmationModal button.close {
	margin: -20px -30px 0 0;
}

#didYouFileConfirmationModal .modal-content {
	padding: 24px;
}

#didYouFileConfirmationModal .modal-footer {
	margin-top: 0;
	padding: 0;
	border-top: none;
	text-align: center;
}

#needHelpImgLink button.close {
	margin: -20px -30px 0 0;
}

#needHelpImgLink .modal-content {
	padding: 24px;
}

#needHelpImgLink .modal-footer {
	margin-top: 0;
	padding: 0;
	border-top: none;
	text-align: center;
}

#needHelpImgLink .modal-dialog {
	width: auto;
	max-width: 750px;
}

@media screen and (max-width: 790px) {
	#needHelpImgLink .modal-dialog #license-img {
		max-width: 90%;
	}
}

#affirmationPopup button.close, #exitPopup button.close, #saveAsDraftPopup button.close {
	margin: -20px -30px 0 0;
}

#affirmationPopup .modal-content, #exitPopup .modal-content, #saveAsDraftPopup .modal-content {
	padding: 24px;
}

#affirmationPopup .modal-footer, #exitPopup .modal-footer, #saveAsDraftPopup .modal-footer {
	margin-top: 0;
	padding: 0;
	border-top: none;
	text-align: center;
}

#affirmationPopup .modal-footer a, #exitPopup .modal-footer a, #saveAsDraftPopup .modal-footer {
	text-align: center;
}

#affirmationPopup .modal-dialog, #exitPopup .modal-dialog, #saveAsDraftPopup .modal-dialog {
	width: auto;
	max-width: 750px;
}

.affirmationPopup close {
	text-align: center;
}

.mainDiv {
	padding-inline-start: 0;
	padding-inline-end: 0;
}

.hidding {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#content>div {
	padding: 24px;
}

#content h2:first-of-type {
	box-shadow: inset 0 -1px 0 0 #e0e0e0;
	margin: 0 -24px 24px -24px;
	padding: 0 24px 24px 24px;
}

form {
	border: none;;
}

form .container-fluid {
	padding-inline-start: 0;
	padding-inline-end: 0;
}

fieldset {
	border-style: none;
}

.inline-label {
	display: inline;
}

.form-header h5 {
	font-family: Roboto-Medium;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.help-block {
	font-size: 12px;
}

.form-horizontal .form-group {
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.form-group .input-group, .form-control {
	width: 65%;
}

.form-header, .form-body, .form-footer {
	padding: 24px;
}

.form-header, .form-footer {
	background-color: #fafafa;
}

.button-submit {
	border-radius: 2px;
	background-image: linear-gradient(to bottom, #86c845, #72b431);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}

.button-submit:disabled {
  color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}

.button-browse {
	border: 0px;
	padding-inline-start: 16px;
	padding-inline-end: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	height: 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(pie.htc);
	background-image: linear-gradient(to bottom, #14a1e2, #008dce);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
	cursor:pointer;
}

.tablesummary {
	padding: 8px;
}

.space-16 {
	margin-inline-end: 16px;
}

a {
	color: #008dce;
}

#alerts {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

#alerts>div {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
	display: flex;
}

#alerts>div:before {
	background-color: #f8d500;
	background-image: url(../img/error-white.svg);
	background-position: center 22px;
	background-repeat: no-repeat;
	background-size: 28px;
	content: '';
	float: left;
	min-height: 72px;
	min-width: 72px;
}

#alerts>div>div {
	background: #ffffff;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 24px;
}

#alerts>div>div .warning-title {
	font-weight: 500;
	letter-spacing: 0.1px;
}

.alerts-frontpage .warning-message {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 48px;
}

#alerts>div>div p:last-of-type {
	margin-bottom: 0;
}

#timeout_msg {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}


#timeout_msg>div {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
	display: flex;
}

#timeout_msg>div:before {
	background-color: #f8d500;
	background-image: url(../img/error-white.svg);
	background-position: center 22px;
	background-repeat: no-repeat;
	background-size: 28px;
	content: '';
	float: left;
	min-height: 72px;
	min-width: 72px;
}

#timeout_msg>div>div {
	background: #ffffff;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 24px;
}

#timeout_msg>div>div .warning-title {
	font-weight: 500;
	letter-spacing: 0.1px;
}

.timeout_msg-frontpage .warning-message {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 48px;
}

#timeout_msg>div>div p:last-of-type {
	margin-bottom: 0;
}
.dt-left dt {
	text-align: left;
}

@media screen and (max-width: 790px) {
	#didYouFileConfirmationModal .modal-dialog #license-img {
		max-width: 90%;
	}
	.button-display {
		display: block;
		margin-top: 16px;
	}
}

@media screen and (max-width: 640px) {
	label {
		display: inline;
	}
	.floatLeft60 {
		float: none;
		width: auto;
	}
	.floatRight40 {
		float: none;
		width: auto;
	}
	input[type=submit] {
	    margin-top: 12px;
		margin-bottom: 12px;
	}
	.modal-dialog {
	    top:300px;
		width: 300px;
		margin: 30px auto;
	}
}

img.ui-datepicker-trigger {
	position: relative;
	left: -25px;
}

.button-normal1 {
  border: 0px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family:Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 500;
  color: #999;
  text-align: center;
  height: 40px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(pie.htc);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}
.button-normal1-short {
  border: 0px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family:Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 85%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(pie.htc);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}
.button-normal1:hover {
	color: rgba(0, 0, 0, 0.87);
	background-image: linear-gradient(to bottom, #e0e0e0, #bdbdbd);
}
.button-norma1l-short:hover {
	color: rgba(0, 0, 0, 0.87);
	background-image: linear-gradient(to bottom, #e0e0e0, #bdbdbd);
}

.button-normal1:disabled{
	
}

#additionalReview {
	display:none;
}

.tab
{
	width: 49%; 
	padding: 16px 0px 16px 0px;
	border-bottom: 1px solid #e0e0e0; 
	border-collapse: collapse;	
}

.warning-message ul
{
	list-style-type: none;
}

.warning-message ul li {
	margin-bottom: 10px;
}

.tab-group {
	border-top: 1px solid #e0e0e0;
}

.tab-left {
	display: inline-block;
	width: 49%;
	border-right: 1px solid #e0e0e0;
}

.tab-right {
	display: inline-block;
	width: 49%;
}

table.radio-inline {
			margin-inline-start: 120px;
}

.radio-inline input[type=radio] {
			margin-inline-start: 0px;
			width: 2em;
			padding-top: 0;
}

.radio-inline tr td label {
			font-weight: 400;
			padding-inline-end: 15px
}

.inline {
			display: inline-block;
}
.grid-60-40 {
	display:grid;
	grid-template-columns: 60% 40%;
}

@media screen and (max-width: 640px) {
	.hidden640 {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.grid-60-40 {
		display:grid;
		grid-template-columns: 100%;
	}
}

.button-link
{
	font-weight: 500; 
	line-height: 1.5; 
	background-color: transparent;
	color: #008dce;
	text-decoration: none;
}

.tab {
	padding: 16px 0px 16px 0px;
	border-bottom: 1px solid #e0e0e0;
	border-collapse: collapse;
	background-color: #FEFEFE;
}
.tab a:hover, .tab a:focus
{
	color: rgba(0, 0, 0, 0.38);
	text-decoration: none;
}
.tab a:active, .tab a:visited
{
	color: rgba(0, 0, 0, 0.38);
	text-decoration: none;
}
.tab.activeTab a:active, .tab.activeTab a:visited, .tab.activeTab a:focus
{
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
}
.tabbutton
{
	padding: 10px;
	font-weight: 500;
	line-height: 1.5;
	background-color: #FAFAFA;
	color: rgba(0, 0, 0, 0.87);
	opacity: .25;
	text-decoration: none;
}
a.tabbutton.active, a.tabbutton.visited
{
	background-color: transparent;
	color: #008dce;
	opacity: 1.00;
	text-decoration: none;
}
a.tabbutton:hover, a.tabbutton:visited
{
	border: 1px solid #008dce;
	text-decoration: none;
}
.activeTab {
	border-bottom: none;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.87);
	background-color: transparent;
}
.bb-0 {
	border-bottom: none;
}
.progress-list {
	padding-inline-start:0;
	margin-top:2rem;
}
.m-yb-24 {
	margin-bottom: 24px;
}
.m-y-24 {
	margin-top: 24px;
	margin-bottom: 24px;
}
.ml-3 {
	margin-inline-start:1rem;
}
.fw-300 {
	font-weight:300;
}
.fw-400 {
	font-weight: 400;
}
.clear-both {
	clear: both;
	height: 1px;
}