﻿.alhide {
	display: none !important;
}

body {
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

body * {
	font-family: "Poppins", sans-serif;
	font-style: normal;
}

body .page {
	margin: 0;
	width: 100%;
	padding-bottom: 60px;
	background: url(../images/bg.png) no-repeat bottom center fixed;
	background-size: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-variant: normal;
}

.wrapper {
	width: 1280px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

html .jh-logo {
	text-align: center;
	margin-bottom: 0 !important;
}

.jh-logo img {
	max-width: 196px;
	height: auto !important;
}

.jh-title {
	display: none;
}

.wrapper-head {
	background: linear-gradient(180deg, #E1F0F1 -24.29%, #FFFFFF 166.07%);
	padding: 25px 15px;
}

html .header {
	min-height: auto;
}

body .wrapper {
	border: 1px solid #2DCCD3;
	border-radius: 50px;
	padding: 70px 40px 70px 50px;
	margin-top: 36px;
	box-shadow: 9px 11px 4px 0px #588B8D4D;
	background: #fff;
	/* margin-left: 15px;
	margin-right: 15px; */
}

body .page-title {
	line-height: 1.2;
	font-size: 40px;
	font-weight: 800;
	color: #2DCCD3;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 35px;
}

body .page-title span {
	font-weight: 200;
	display: block;
	font-size: 30px;
	text-transform: none;
}

.al-step {
	font-size: 20px;
	font-weight: 500;
	color: #2DCCD3;
	font-style: italic;
}

.al-step-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 23px 0;
}

.al-step-bar span {
	background: #fff;
	border: 0.5px solid #2DCCD3;
	border-radius: 30px;
	height: 9px;
	display: block;
	width: 24%;
}

.al-step-bar span.active {
	background: #2DCCD3;
}

.al-impt-note {
	font-size: 18px;
}

body .box {
	padding: 0;
}

body .dtl-hdr {
	font-size: 30px;
	line-height: 1.2;
	color: #000;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 0;
}

body .dtl-hdr span {
	display: block;
	text-transform: uppercase !important;
	font-variant: normal !important;
	font-weight: 300;
}

.form-horizontal .form-group label {
	color: #2DCCD3;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding-top: 23px;
}

.form-horizontal .form-group label.smallLabel {
	font-size: 16px;
	font-weight: 400;
}

body .form-group input.form-control:not([type="checkbox"]):not([type="radio"]) {
	border: 0;
	border-radius: 0;
	border-bottom: 0.5px solid #818181;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

body .form-group textarea {
	border: 0;
	border-radius: 0;
	border-bottom: 0.5px solid #818181;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	height: auto !important;
}

body .form-group textarea:focus {
	box-shadow: none;
	border-color: #2DCCD3;
}

body .form-group input.form-control:not([type="checkbox"]):not([type="radio"]):focus {
	box-shadow: none;
	border-color: #2DCCD3;
}

body .form-group {
	margin-bottom: 0 !important;
}

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
	color: #D9D9D9 !important;
}

body input:-moz-placeholder,
body textarea:-moz-placeholder {
	color: #D9D9D9 !important;
}

body input::-moz-placeholder,
body textarea::-moz-placeholder {
	color: #D9D9D9 !important;
}

body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
	color: #D9D9D9 !important;
}

body input::placeholder,
body textarea::placeholder {
	color: #D9D9D9 !important;
}


img {
	max-width: 100%;
}

body .footer {
	display: none !important;
}

body .al-btn {
	padding-top: 36px;
}

body .al-btn span,
input.submit-claim-button {
	cursor: pointer;
	font-size: 20px !important;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	border-radius: 100px;
	padding: 12px 34px;
	border: 2px solid #2DCCD3 !important;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}

.al-back-btn {
	border: 2px solid #2DCCD3;
	color: #2DCCD3;
	background: #fff;
}

.al-next-btn,
input.submit-claim-button {
	background: #2DCCD3;
	color: #fff;
}

.al-back-btn:hover {
	background: #ccc !important;
	color: #000;
	border: 2px solid #ccc !important;
}

.al-next-btn:hover,
input.submit-claim-button:hover {
	background: #000 !important;
	color: #fff;
	border: 2px solid #000 !important;
}

.al-btn-wrap {
	display: flex;
	justify-content: space-between;
}

.al-btn-one .al-btn-wrap {
	justify-content: end;
}

.step-wrap {
	display: none;
}

.step-wrap.active {
	display: block;
}

body .form-control {
	font-size: 15px;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}

body .form-horizontal .form-group label.error,
.al-error {
	color: #C10003 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	padding-top: 2px;
	margin-bottom: 0 !important;
}

body .form-group input.form-control.error,
body .form-group textarea.error {
	border-bottom: 0.5px solid #C10003 !important;
}

body .form-control {
	height: 30px;
}

.dtl-hdr span i {
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
}

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
	width: 1.3em;
	height: 1.3em;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #2DCCD3;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	margin-top: -3px;
}

.form-group input[type="checkbox"].error,
.form-group input[type="radio"].error {
	border: 1px solid #C10003;
}

.form-group input[type="radio"] {
	margin: -3px 8px 0 0 !important;
}

.form-group input[type="checkbox"]:checked,
.form-group input[type="radio"]:checked {
	background-color: #2DCCD3;
	outline: 3px auto #2DCCD3;
	outline-offset: -3px;
}

.form-group input[type="checkbox"]+label,
.form-group input[type="checkbox"]+label+label,
.form-group input[type="radio"]+label,
.form-group input[type="radio"]+label+label {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-left: 0 !important;
}

table.naturalofclaim td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.form-group table {
	width: 50%;
}

.payment-tb table {
	width: 90%;
}

.form-group table label {
	padding-top: 10px !important;
}

body .datetimepicker {
	padding: 15px !important;
}

body .datetimepicker table tr td.active.active {
	background: #2DCCD3 !important;
}

body .table-condensed>thead>tr>th.dow {
	font-weight: bold;
}

body [class*=" datetimepicker-dropdown"]:before {
	content: none;
}

body .table-condensed>tbody>tr>td,
body .table-condensed>tbody>tr>th,
body .table-condensed>tfoot>tr>td,
body .table-condensed>tfoot>tr>th,
body body .table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 6px 8px;
}

.form-group strong {
	font-weight: bold;
}

.smallLabel-dark-small {
	font-size: 11px;
	display: block;
	line-height: 1.2;
	padding-top: 4px;
}

.new-additem {
	padding-top: 20px;
}

.del-btn {
	padding-top: 23px;
}

.new-select select {
	height: auto;
}


body .dtl-hdr span {
	margin-bottom: 0;
}

.form-control[type="text"][readonly] {
	background: transparent !important;
}

.form-control[type="text"][disabled],
textarea.form-control[disabled] {
	background: #f7f7f7 !important;
}

input.date {
	cursor: pointer;
}

body .alert-danger {
	background: transparent;
}

.addNewRow {
	text-transform: none !important;
	font-size: 14px !important;
	font-style: italic !important;
	background: #2DCCD3;
	border-radius: 60px;
	border-color: #2DCCD3;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	padding: 10px 20px 8px 20px;
}

.addNewRow:hover {
	background: #000;
	border-color: #000;
}

.deleteRow {
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	padding: 10px 20px 8px 20px;
	border-radius: 60px;
	text-transform: none !important;
	font-size: 14px !important;
	font-style: italic !important;
}

.algreenText {
	display: block;
	color: #2DCCD3;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 10px;
}

body .attachment {
	border: 0;
	margin: 0;
	padding: 8px 15px;

}

body .attachment .uploadWrap {
	border: 0.5px solid #2DCCD3 !important;
	border-radius: 60px;
	padding: 5px;
}

.algg {
	color: #2DCCD3;
}

.attachment input[type="file"] {
	/* background: #2DCCD3; */
	width: 100%;
	line-height: 38px;
	/* text-indent: 8px; */
	cursor: pointer;
	font-style: italic;
	font-size: 13px;
	text-align: left !important;
	color: #000;
}

.attachment input[type="file"]:focus {
	outline: none;
}

.attachment input[type="file"]::-webkit-file-upload-button,
.attachment input[type="file"]::file-selector-button {
	background: #2DCCD3;
	color: #fff;
	border: 0;
	border-radius: 60px;
	padding: 10px 30px;
	cursor: pointer;
	/* float: right; */
	margin: 0;
	font-size: 16px;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	font-style: italic;
	width: 150px;
	margin-right: 10px;
	text-transform: capitalize !important;
}

.has-file input[type="file"]::-webkit-file-upload-button,
.has-file input[type="file"]::file-selector-button {
	/* display: none; */
	/* background-color: #EC3B2A;
	text-indent: -99999px; */

}

.has-file .uploadWrap:before {
	/* content: "Delete";
	position: absolute;
	left: 30px;
	left: 70px;
	top: 22px;
	color: #fff; */
}

.has-file input[type="file"] {
	/* width: calc(100% - 155px); */
	padding-right: 15px;
}

/* .attachment input[type="file"]::-webkit-file-upload-button:hover,
.attachment input[type="file"]::file-selector-button:hover {
	background: #000;
} */

.has-file .remove-file {
	display: none;
}

.uploadWrap {
	display: flex;
	justify-content: space-between;
	/* flex-direction: row-reverse; */
}

.attachment:not(.has-file) .remove-file {
	display: none !important;
}

.remove-file {
	background: #EC3B2A;
	float: right;
	font-style: italic;
	color: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 400 !important;
	border-radius: 60px;
	padding: 8px 30px;
	height: 38.5px;
	line-height: 24px;
	cursor: pointer;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	width: 150px;
	text-align: center;
	display: none !important;
}

body .after-upload {
	line-height: 38px;
	padding-left: 8px;
	padding-top: 0;
	padding-right: 8px;
	cursor: pointer;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	align-items: center;
	padding-right: 0;
	/* width: calc(100% - 180px); */
}

/* .after-upload:before {
	content: "Choose File";
	display: inline-block;
	background: #2DCCD3;
	color: #fff;
	border: 0;
	border-radius: 60px;
	padding: 0px 30px;
	height: 38.5px;
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	font-style: italic;
	width: 150px;
	margin-right: 10px;
	text-transform: capitalize !important;
} */

body .uploaded-delete .remove-file {
	display: none;
}

body .after-upload+input+.uploaded-delete .remove-file {
	/* display: block !important; */
}

.step-wrap ul {
	padding-left: 20px;
}

.font-15 {
	font-size: 15px;
}

.font-18 {
	font-size: 18px;
}

body i {
	font-style: italic;
}

.d-block {
	display: block;
}

.alert-grey {
	background: #f7f7f7;
	border-radius: 20px;
}

#MainContent_chkAgreed {
	margin-top: -3px;
	margin-left: 0 !important;
	position: relative;
	margin-right: 5px;
}

body .checkbox-inline {
	padding-left: 0 !important;
}

body .agreeStatement {
	font-size: 15px;
	cursor: auto;
}

body .agreeStatement label {
	font-size: 15px !important;
	padding-top: 0 !important;
}

.enterVeri {
	color: #2DCCD3;
	font-size: 14px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

body .alert-danger span:not(:empty) {
	padding: 5px 0px;
}

.uploaded-delete input {
	opacity: 1;
	position: relative;
	z-index: 1;
}

input.upload-file-delete {
	height: 38.5px !important;
}

.uploaded-delete {
	position: relative;
	line-height: 1;
	height: 38.5px !important;
}

.uploaded-delete .remove-file {
	/* position: absolute;
	right: 0;
	top: 0; */
}

.mandatory:after {
	font-weight: 500;
	font-size: 18px;
}

/* ---- responsive ---- */

@media (max-width: 1199px) {
	body .wrapper {
		padding: 40px 0 60px 0;
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
}

@media (max-width: 991px) {
	.al-step {
		margin-top: 40px;
	}

	body .page {
		background-size: 200%;
	}
}

@media (max-width: 767px) {

	.has-file input[type="file"] {
		/* width: calc(100% - 130px); */
	}

	.attachment input[type="file"]::-webkit-file-upload-button,
	.attachment input[type="file"]::file-selector-button {
		padding: 10px 20px;
		width: 120px;
	}

	.remove-file {
		padding: 8px 20px;
		width: 120px;
	}

	#MainContent_uscNatureOfClaim1_chkNatureofClaim,
	#MainContent_uscNatureOfClaim1_chkNatureofClaim tbody,
	#MainContent_uscNatureOfClaim1_chkNatureofClaim tr,
	#MainContent_uscNatureOfClaim1_chkNatureofClaim td {
		display: block !important;
	}

	.wrapper-head {
		padding: 10px 15px;
	}

	body .page-title {
		font-size: 32px;
	}

	body .page-title span {
		font-size: 22px;
	}

	body .dtl-hdr span {
		text-align: left;
		font-size: 22px;
	}

	body .dtl-hdr {
		padding: 20px 0 0 0;
	}

	body .form-horizontal .form-group label {
		font-size: 16px;
	}

	body .page {
		background-size: 300%;
	}
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
	.attachment input[type="file"] {
		/* text-indent: -8em; */
		display: inline-block;
	}
}

@media not all and (max-height: 899px) and (min-resolution:.1dpi) {
	.attachment input[type="file"] {
		/* text-indent: -8em; */
		display: inline-block;
	}
}