@import "css/font-awesome.min.css";

/* custom layout by mukul */
@font-face {
	font-family: Helvetica;
	src: url("") format('truetype');
}

* {
	font-family: FontAwesome, Helvetica !important;
	color: #002855;
}

.headerText {
	font: normal normal bold 18px/23px Trajan Pro !important;
	color: #657e8c;
	word-spacing: 0.3em;
}

.headerNote {
	font: normal normal bold 10px/15px Trajan Pro !important;
	color: #657e8c;
	word-spacing: 0.3em;
}

.labelText {
	/* color: var(--unnamed-color-1a374b); */
	text-align: left;
	font: normal normal bold 12px/16px Trajan Pro !important;
	color: #657e8c;
	word-spacing: 0.3em;
}

.declarationBottom {
	text-align: left;
	font: normal normal bold 8px/12px Trajan Pro !important;
	color: #657e8c;
	word-spacing: 0.3em;
}

.vertical-container {
	margin: 0;
	height: inherit;
}

.left {
	left: 0;
	background-color: #ffffff;
}

.split {
	height: 100%;
	width: inherit;
	position: fixed;
	z-index: 1;
	top: 0;
	overflow-x: hidden;
}

.ui-inputgroup .ui-inputgroup-addon, .ui-inputgroup .ui-inputgroup-addon-checkbox
	{
	border-color: #657e8c;
	background-color: white;
	color: #657e8c;
	border-left: transparent;
}

.ui-inputfield {
	margin: 0;
	outline: medium none;
	padding: 4px;
	font-weight: bold;
	width: 100% !important;
	width: -moz-available !important; /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available !important;	/* Mozilla-based browsers will ignore this. */
	width: fill-available !important;
	border-color: #657e8c;
	font: normal normal bold 12px/16px Trajan Pro !important;
	height: 27px;
}

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default
	{
	border: none;
	color: #002855 !important;
	background: #002855 !important;
	border-radius: 10px;
	height: 29px;
	-webkit-box-shadow: 1px 1px 15px -2px rgb(152, 152, 152);
	-moz-box-shadow: 1px 1px 15px -2px rgb(152, 152, 152);
	box-shadow: 1px 1px 15px -2px rgb(152, 152, 152);
}

.ui-button .ui-button-text {
	display: block;
	line-height: normal;
	color: #f5f5ea;
	font-size: 12px;
}

.buttonClass {
	border: none;
	background: #002855;
	color: white !important;
	width: 88px;
	height: 32px;
}