@charset "UTF-8";
/******************************/
/*           Common           */
/******************************/
/******************************/
/*           Layout           */
/******************************/
/******************************/
/*           THEME            */
/******************************/
/* Icons */
/* Headers */
/* Contents */
/* Forms */
/* Buttons */
/* List Items */
/* Messages */
/* Data */
/* Menu */
/* Predefined Colors */
/* lato-300 - latin-ext_latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src:
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-300.eot.xhtml?ln=verona-layout");
	/* IE9 Compat Modes */
	src: local("Lato Light"), local("Lato-Light"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-300.eot.xhtml?ln=verona-layout?#iefix")
		format("embedded-opentype"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-300.woff2.xhtml?ln=verona-layout")
		format("woff2"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-300.woff.xhtml?ln=verona-layout")
		format("woff"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-300.ttf.xhtml?ln=verona-layout")
		format("truetype"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-300.svg.xhtml?ln=verona-layout#Lato")
		format("svg");
	/* Legacy iOS */
}
/* lato-regular - latin-ext_latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src:
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-regular.eot.xhtml?ln=verona-layout");
	/* IE9 Compat Modes */
	src: local("Lato Regular"), local("Lato-Regular"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-regular.eot.xhtml?ln=verona-layout?#iefix")
		format("embedded-opentype"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-regular.woff2.xhtml?ln=verona-layout")
		format("woff2"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-regular.woff.xhtml?ln=verona-layout")
		format("woff"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-regular.ttf.xhtml?ln=verona-layout")
		format("truetype"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-regular.svg.xhtml?ln=verona-layout#Lato")
		format("svg");
	/* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src:
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-700.eot.xhtml?ln=verona-layout");
	/* IE9 Compat Modes */
	src: local("Lato Bold"), local("Lato-Bold"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-700.eot.xhtml?ln=verona-layout?#iefix")
		format("embedded-opentype"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-700.woff2.xhtml?ln=verona-layout")
		format("woff2"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-700.woff.xhtml?ln=verona-layout")
		format("woff"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-700.ttf.xhtml?ln=verona-layout")
		format("truetype"),
		url("/javax.faces.resource/fonts/lato-v11-latin-ext_latin-700.svg.xhtml?ln=verona-layout#Lato")
		format("svg");
	/* Legacy iOS */
}
/* Utils */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.card {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #f7f9fa;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.card.card-w-title {
	padding-bottom: 16px;
}

.card h1 {
	font-size: 20px;
	/*font-weight: 400;
	margin: 24px 0;*/
}

.card h1:first-child {
	margin-top: 0px;
	margin-bottom: 0px;
}

.card h2 {
	font-size: 18px;
	font-weight: 400;
}

.card h3 {
	font-size: 16px;
	font-weight: 400;
}

.card h4 {
	font-size: 14px;
	font-weight: 400;
}

.nopad {
	padding: 0;
}

.nopad .ui-panel-content {
	padding: 0;
}

@
-webkit-keyframes fadeInDown {from { opacity:0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}
@
keyframes fadeInDown {from { opacity:0;
	transform: translate3d(0, -20px, 0);
}

to {
	opacity: 1;
	transform: none;
}

}
@
-webkit-keyframes fadeOutUp {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

}
@
keyframes fadeOutUp {from { opacity:1;
	
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.ui-shadow-1 {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px
		rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px
		rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui-shadow-2 {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px
		rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px
		rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ui-shadow-3 {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
}

.ui-shadow-4 {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
}

.ui-shadow-5 {
	-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px
		rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px
		rgba(0, 0, 0, 0.22);
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px
		rgba(0, 0, 0, 0.22);
}

.ui-g {
	-ms-flex-wrap: wrap;
}

.ui-g.form-group>div {
	padding: 6px;
}

.ui-panelgrid.form-group .ui-panelgrid-cell {
	padding: 6px;
}

.ui-panelgrid.ui-panelgrid-blank .ui-grid-responsive .ui-grid-row {
	border: 0 none;
}

.ui-selectoneradio.form-group .ui-grid-row>div, .ui-selectmanycheckbox.form-group .ui-grid-row>div
	{
	padding: 6px;
}

.dashboard .card {
	height: 100%;
}

.dashboard .overview-box {
	padding: 15px 10px;
	text-align: right;
	overflow: hidden;
	margin-bottom: 0px !important;
	border: solid 1px #dce2e7;
	background-color: #f5f8f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #525c65;
}

.dashboard .overview-box .overview-box-icon {
	text-align: center;
}

.dashboard .overview-box .overview-box-icon img {
	height: 48px;
	margin-top: 10px;
}

.dashboard .overview-box .overview-box-name {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.dashboard .overview-box .overview-box-count {
	font-size: 36px;
	font-weight: bold;
}

.dashboard .overview-box .overview-box-rate {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px;
	background-color: #9fd037;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	margin-top: 4px;
}

.dashboard .overview-box.overview-box-1 .overview-box-footer {
	background-color: #3192e1;
}

.dashboard .overview-box.overview-box-2 .overview-box-footer {
	background-color: #e42a7b;
}

.dashboard .overview-box.overview-box-3 .overview-box-footer {
	background-color: #dfb051;
}

.dashboard .overview-box.overview-box-3 .overview-box-rate {
	background-color: #f18983;
}

.dashboard .overview-box.overview-box-4 .overview-box-footer {
	background-color: #d97c3e;
}

.dashboard .task-list {
	overflow: hidden;
}

.dashboard .task-list>.ui-panel {
	min-height: 340px;
}

.dashboard .task-list .ui-panel-content {
	padding: 0px !important;
}

.dashboard .task-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dashboard .task-list ul li {
	padding: 6px 12px;
	border-bottom: 1px solid #dce2e7;
}

.dashboard .task-list ul li:last-child {
	border-bottom: 0 none;
}

.dashboard .task-list ul .ui-chkbox {
	vertical-align: middle;
	margin-right: 5px;
}

.dashboard .task-list ul .task-name {
	vertical-align: middle;
}

.dashboard .task-list ul i {
	color: #a9b5bf;
	float: right;
	font-size: 16px;
}

.dashboard .contact-form {
	overflow: hidden;
}

.dashboard .contact-form .ui-panel {
	min-height: 340px;
}

.dashboard .contact-form .ui-g-12 {
	padding: 6px 12px;
}

.dashboard .contact-form .ui-button {
	margin-top: 4px;
}

.dashboard .contacts {
	overflow: hidden;
}

.dashboard .contacts>.ui-panel {
	min-height: 340px;
}

.dashboard .contacts .ui-panel-content {
	padding: 0px !important;
}

.dashboard .contacts ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.dashboard .contacts ul li {
	border-bottom: 1px solid #dce2e7;
	padding: 9px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.dashboard .contacts ul li img {
	float: left;
	margin-right: 8px;
}

.dashboard .contacts ul li .contact-info {
	float: left;
}

.dashboard .contacts ul li .contact-info .name {
	display: block;
	margin-top: 4px;
	font-size: 14px;
}

.dashboard .contacts ul li .contact-info .location {
	margin-top: 4px;
	display: block;
	font-size: 12px;
	color: #647585;
}

.dashboard .contacts ul li .contact-actions {
	float: right;
	padding-top: 12px;
}

.dashboard .contacts ul li .contact-actions .connection-status {
	color: #ffffff;
	padding: 2px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.dashboard .contacts ul li .contact-actions .connection-status.online {
	background-color: #9fd037;
}

.dashboard .contacts ul li .contact-actions .connection-status.offline {
	background-color: #f18983;
}

.dashboard .contacts ul li .contact-actions .fa {
	color: #647585;
	margin-left: 5px;
}

.dashboard .contacts ul li:last-child {
	border: 0;
}

.dashboard .activity-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.dashboard .activity-list li {
	border-bottom: 1px solid #dce2e7;
	padding: 15px 0 9px 9px;
}

.dashboard .activity-list li .count {
	font-size: 24px;
	color: #ffffff;
	background-color: #03A9F4;
	font-weight: bold;
	width: 60px;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.dashboard .activity-list li:first-child {
	border-top: 1px solid #dce2e7;
}

.dashboard .activity-list li:last-child {
	border: 0;
}

.dashboard .activity-list li .ui-g-6:first-child {
	font-size: 18px;
	padding-left: 0;
}

.dashboard .activity-list li .ui-g-6:last-child {
	text-align: right;
	color: #647585;
}

.dashboard .user-card {
	text-align: center;
	border: 1px solid #dce2e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.dashboard .user-card .user-card-header {
	height: 100px;
	background-color: #3b3b48;
}

.dashboard .user-card .user-card-header img {
	width: 100%;
	height: 100px;
}

.dashboard .user-card .user-card-content {
	padding: 12px;
	margin-top: -25px;
	min-height: 300px;
	background-color: #f5f8f9;
}

.dashboard .user-card .user-card-content img {
	margin-top: -55px;
}

.dashboard .user-card .user-card-content span {
	display: block;
}

.dashboard .user-card .user-card-content span.user-card-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}

.dashboard .user-card .user-card-content span.user-card-role {
	margin-bottom: 25px;
}

.dashboard .user-card .user-card-content p {
	color: #525262;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

.dashboard .user-card .user-card-footer {
	height: 50px;
	border-top: 1px solid #dce2e7;
	background-color: #f5f8f9;
}

.dashboard .user-card .user-card-footer span {
	display: block;
}

.dashboard .user-card .user-card-footer span:first-child {
	font-weight: 700;
}

.dashboard .chat .ui-panel-content {
	padding: 0 !important;
}

.dashboard .chat ul {
	padding: 12px;
	margin: 0;
	list-style-type: none;
}

.dashboard .chat ul li {
	padding: 6px 0;
}

.dashboard .chat ul li img {
	width: 36px;
	float: left;
}

.dashboard .chat ul li span {
	padding: 6px 12px;
	float: left;
	display: inline-block;
	margin: 4px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.dashboard .chat ul li.message-from img, .dashboard .chat ul li.message-from span
	{
	float: left;
}

.dashboard .chat ul li.message-from img {
	margin-right: 8px;
}

.dashboard .chat ul li.message-from span {
	background-color: #e0f6b1;
}

.dashboard .chat ul li.message-own img, .dashboard .chat ul li.message-own span
	{
	float: right;
}

.dashboard .chat ul li.message-own img {
	margin-left: 8px;
}

.dashboard .chat ul li.message-own span {
	background: #fff1ae;
}

.dashboard .chat .new-message {
	height: 40px;
	border-top: 1px solid #dce2e7;
	color: #afafc0;
}

.dashboard .chat .new-message .message-attachment {
	display: inline-block;
	border-right: 1px solid #dce2e7;
	width: 40px;
	line-height: 40px;
	height: 100%;
	text-align: center;
}

.dashboard .chat .new-message .message-attachment i {
	line-height: inherit;
	font-size: 24px;
}

.dashboard .chat .new-message .message-input {
	position: relative;
	top: -4px;
	width: calc(100% - 100px);
	display: inline-block;
}

.dashboard .chat .new-message .message-input input {
	border: 0 none;
	font-size: 14px;
	width: 100%;
	background-color: transparent;
	outline: 0 none;
	color: #647585;
}

.dashboard .verona-overview img {
	width: 100%;
}

.dashboard .verona-overview .article-date {
	font-weight: bold;
	color: #afafc0;
	display: inline-block;
	margin-top: 6px;
}

.dashboard .verona-overview h3 {
	margin: 12px 0;
	font-weight: bold;
	color: #2d353c;
}

.dashboard .verona-overview p {
	margin: 0 0 20px 0;
	color: #525262;
}

.dashboard .activity-feed {
	text-align: center;
}

.dashboard .activity-feed h3 {
	color: #525262;
	margin: 20px 0 5px 0;
	font-weight: bold;
	font-size: 13px;
}

.dashboard .activity-feed p {
	color: #647585;
	margin: 0;
	font-size: 13px;
}

.dashboard .activity-feed .ui-g-12 {
	padding: 20px;
}

.dashboard .activity-feed .ui-g-12 span {
	display: block;
	font-weight: bold;
	color: #6a6a7d;
}

.dashboard .activity-feed .knob {
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin-top: 20px;
	font-size: 30px;
	color: #6a6a7d;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}

.dashboard .activity-feed .knob.income {
	border: 10px solid #9fd037;
	border-left-color: #daedb3;
}

.dashboard .activity-feed .knob.tax {
	border: 10px solid #3ebaf8;
	border-left-color: #d2effd;
}

.dashboard .activity-feed .knob.invoice {
	border: 10px solid #525262;
	border-left-color: #9f9fae;
}

.dashboard .activity-feed .knob.expense {
	border: 10px solid #985edb;
	border-left-color: #e8dbf7;
}

.dashboard .timeline {
	height: 100%;
	box-sizing: border-box;
}

.dashboard .timeline>.ui-g .ui-g-3 {
	font-size: 15px;
	position: relative;
	border-right: 2px solid #dce2e7;
}

.dashboard .timeline>.ui-g .ui-g-3 i {
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 6px;
	right: -12px;
}

.dashboard .timeline>.ui-g .ui-g-9 {
	padding-left: 1.5em;
}

.dashboard .timeline>.ui-g .ui-g-9 .event-owner {
	font-weight: bold;
}

.dashboard .timeline>.ui-g .ui-g-9 .event-text {
	color: #647585;
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
}

.dashboard .timeline>.ui-g .ui-g-9 .event-content img {
	width: 100%;
}

.dashboard .chart-panel .ui-panel-content {
	overflow: auto;
}

.login-body {
	background-color: #6d6d7e;
	box-sizing: border-box;
	background: radial-gradient(circle at 50% 100%, #6d6d7e, #3b3b48);
	padding-top: 50px;
	border-top: 10px solid #e0f6b1;
}

.login-body .login-panel {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f8f9;
	border: solid 1px #dce2e7;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 3px 180px;
	box-sizing: border-box;
}
.login-body .account-panel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f8f9;
    border: solid 1px #dce2e7;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 60px;
    box-sizing: border-box;
    text-align: left; }
.login-body .login-panel .ui-g-12 {
	/*padding: 16px 0;*/
}

.login-body .login-panel .logo-container img {
	width: 100px;
}

.login-body .login-panel .logo-container h1 {
	font-size: 20px;
	font-weight: bold;
	color: #525262;
	margin-top: 25px;
	margin-bottom: 0;
}

.login-body .login-panel .logo-container h2 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #afafc0;
}

.login-body .login-panel input {
	font-size: 16px;
}

.login-body .login-panel .chkbox-container {
	text-align: left;
}

.login-body .login-panel .chkbox-container label {
	color: #afafc0;
	margin-left: 4px;
	display: inline-block;
	vertical-align: middle;
}

@media ( max-width : 640px) {
	.login-body {
		padding-top: 80px;
	}
	.login-body .login-panel {
		width: 100%;
		padding: 50px;
	}
}

@media (max-width: 1230px) {
  .login-body {
    padding-top: 80px; }
    .login-body .login-panel {
      width: 100%;
      padding: 42px; } }
      
@media (max-width: 1230px) {
  .login-body {
    padding-top: 80px; }
    .login-body .account-panel {
      width: 100%;
      padding: 50px; } } 

.exception-body {
	background-color: #6d6d7e;
	box-sizing: border-box;
	background: radial-gradient(circle at 50% 100%, #6d6d7e, #3b3b48);
	padding-top: 100px;
	border-top: 10px solid #e96d66;
}

.exception-body .exception-panel {
	background-color: #f7f7f7;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 100px;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.exception-body .exception-panel img {
	width: 128px;
}

.exception-body .exception-panel h1 {
	font-size: 22px;
	color: #2d353c;
	margin-top: 50px;
	margin-bottom: 10px;
}

.exception-body .exception-panel p {
	font-size: 15px;
	margin: 0 0 30px 0px;
	color: #6a6a7d;
}

@media ( max-width : 640px) {
	.exception-body {
		padding-top: 80px;
	}
	.exception-body .exception-panel {
		width: 100%;
		padding: 50px;
	}
}

.landing-body .landing-wrapper #header {
	background-color: #6d6d7e;
	background-image: radial-gradient(circle at 50% 100%, #6d6d7e, #3b3b48);
	padding: 16px 0;
	height: 480px;
	overflow: hidden;
}

.landing-body .landing-wrapper #header>div {
	width: 960px;
	margin: 0 auto;
}

.landing-body .landing-wrapper #header .header-top {
	height: 83px;
}

.landing-body .landing-wrapper #header .header-top #menu-button {
	background-color: #62626c;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: none;
	color: #b3b3b3;
	float: right;
	margin-right: 30px;
	text-align: center;
	color: #ffffff;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.landing-body .landing-wrapper #header .header-top #menu-button span {
	font-size: 28px;
	line-height: inherit;
}

.landing-body .landing-wrapper #header .header-top #menu-button:hover {
	background-color: #e96d66;
}

.landing-body .landing-wrapper #header .header-top img {
	width: 80px;
	margin-left: 30px;
}

.landing-body .landing-wrapper #header .header-top ul {
	list-style-type: none;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

.landing-body .landing-wrapper #header .header-top ul li {
	float: left;
	padding-right: 12px;
}

.landing-body .landing-wrapper #header .header-top ul li a {
	font-size: 15px;
	color: #afafc0;
	display: block;
	padding: 8px;
	border-bottom: 2px solid transparent;
	-moz-transition: border-bottom-color 0.3s;
	-o-transition: border-bottom-color 0.3s;
	-webkit-transition: border-bottom-color 0.3s;
	transition: border-bottom-color 0.3s;
}

.landing-body .landing-wrapper #header .header-top ul li a:hover {
	border-color: #afafc0;
}

.landing-body .landing-wrapper #header .header-content {
	text-align: center;
	height: 438px;
	position: relative;
}

.landing-body .landing-wrapper #header .header-content h1 {
	color: #f5f8f9;
	font-size: 22px;
	margin: 40px 0 12px 0;
}

.landing-body .landing-wrapper #header .header-content h2 {
	display: inline-block;
	color: #afafc0;
	font-size: 15px;
	border-top: 1px solid #afafc0;
	margin: 0 0 24px 0;
	padding-top: 6px;
}

.landing-body .landing-wrapper #header .header-content a {
	display: inline-block;
	border: solid 1px #dce2e7;
	color: #dce1e7;
	padding: 6px 30px;
	margin-bottom: 50px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.landing-body .landing-wrapper #header .header-content a:hover {
	background-color: #dce2e7;
	color: #6d6d7e;
}

.landing-body .landing-wrapper #header .header-content .introduction-image
	{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.landing-body .landing-wrapper #header .header-content .introduction-image img
	{
	width: 600px;
}

.landing-body .landing-wrapper #introduction {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
	border-top: 10px solid #1b6bad;
}

.landing-body .landing-wrapper #introduction h2 {
	border-bottom: 4px solid #ffffff;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 300;
}

.landing-body .landing-wrapper #introduction h1 {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 40px;
}

.landing-body .landing-wrapper #introduction button {
	padding: 6px 12px;
	width: 125px;
}

.landing-body .landing-wrapper #features {
	background-color: #f5f8f9;
	padding: 50px 0;
	text-align: center;
}

.landing-body .landing-wrapper #features h1 {
	color: #6a6a7d;
	font-size: 22px;
	border-bottom: 3px solid #afafc0;
	display: inline-block;
	padding-bottom: 5px;
}

.landing-body .landing-wrapper #features>div {
	width: 960px;
	margin: 0 auto;
}

.landing-body .landing-wrapper #features>div .ui-g-12 {
	padding-top: 40px;
}

.landing-body .landing-wrapper #features>div img {
	height: 63px;
}

.landing-body .landing-wrapper #features>div h3 {
	margin: 12px 0 6px 0;
	color: #525262;
	font-size: 13px;
	font-weight: bold;
}

.landing-body .landing-wrapper #features>div p {
	color: #6a6a7d;
	font-size: 13px;
	margin: 0;
}

.landing-body .landing-wrapper #statistics {
	background-color: #525262;
	padding: 20px 0;
}

.landing-body .landing-wrapper #statistics>div {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.landing-body .landing-wrapper #statistics>div h2 {
	color: #ffffff;
	font-size: 20px;
	margin-top: 0;
}

.landing-body .landing-wrapper #statistics>div .ui-g-12 {
	padding-left: 26px;
	padding-right: 26px;
}

.landing-body .landing-wrapper #statistics>div .ui-g-12 h3 {
	color: #f5f8f9;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.landing-body .landing-wrapper #statistics>div .ui-g-12 p {
	color: #afafc0;
	margin-top: 5px;
	padding-top: 10px;
}

.landing-body .landing-wrapper #pricing {
	background-color: #eff4f7;
	padding: 40px 0;
	text-align: center;
}

.landing-body .landing-wrapper #pricing>div {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.landing-body .landing-wrapper #pricing>div h1 {
	color: #6a6a7d;
	font-size: 22px;
	border-bottom: 3px solid #afafc0;
	display: inline-block;
	padding-bottom: 5px;
	margin: 0 0 40px 0;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type {
	background-color: #f5f8f9;
	border: solid 1px #dce2e7;
	height: 100%;
	padding: 30px;
	color: #6a6a7d;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type .price-for
	{
	color: #afafc0;
	font-weight: bold;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type .currency
	{
	color: #afafc0;
	position: relative;
	top: -16px;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type .price
	{
	display: inline-block;
	font-size: 36px;
	color: #2d353c;
	margin-bottom: 30px;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type .term {
	color: #afafc0;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
	min-height: 175px;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type ul li {
	padding-top: 6px;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type button
	{
	width: 100%;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type.price-type-popular
	{
	padding-top: 10px;
}

.landing-body .landing-wrapper #pricing>div .ui-g-12 .price-type.price-type-popular .popular-title
	{
	background-color: #6a6a7d;
	color: #f5f8f9;
	padding: 2px 8px;
	font-weight: bold;
	position: relative;
	top: -30px;
	display: inline-block;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

.landing-body .landing-wrapper #video {
	background-color: #f5f8f9;
	padding: 40px 0;
}

.landing-body .landing-wrapper #video h1 {
	color: #6a6a7d;
	font-size: 22px;
	border-bottom: 3px solid #afafc0;
	display: inline-block;
	padding-bottom: 5px;
	margin: 0 0 40px 0;
}

.landing-body .landing-wrapper #video>div {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.landing-body .landing-wrapper #footer {
	background-color: #3b3b48;
	padding: 40px 0;
}

.landing-body .landing-wrapper #footer>div {
	width: 960px;
	margin: 0 auto;
}

.landing-body .landing-wrapper #footer>div img {
	width: 60px;
	vertical-align: middle;
}

.landing-body .landing-wrapper #footer>div .appname {
	font-size: 36px;
	color: #f5f8f9;
	vertical-align: middle;
	margin: 10px;
}

.landing-body .landing-wrapper #footer>div .social {
	float: right;
	padding-top: 15px;
}

.landing-body .landing-wrapper #footer>div .social a i {
	color: #f5f8f9;
	font-size: 30px;
	margin-left: 30px;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.landing-body .landing-wrapper #footer>div .social a:hover i {
	color: #c4c6c7;
}

@media ( max-width : 1024px) {
	.landing-body .landing-wrapper #header>div {
		width: 100%;
	}
	.landing-body .landing-wrapper #header>div ul {
		display: none;
		float: none;
	}
	.landing-body .landing-wrapper #header .header-top #menu-button {
		display: block;
	}
	.landing-body .landing-wrapper #header .header-top .logo {
		width: 60px;
	}
	.landing-body .landing-wrapper #header.menu-active .header-top ul {
		display: block;
		background-color: #dce2e7;
		min-width: 200px;
		position: absolute;
		right: 30px;
		top: 60px;
		text-align: center;
		padding: 18px 0 6px 0;
		border-top: 10px solid #9fd037;
		z-index: 1000;
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		animation-duration: .5s;
	}
	.landing-body .landing-wrapper #header.menu-active .header-top ul li {
		float: none;
		padding: 6px 0;
	}
	.landing-body .landing-wrapper #header.menu-active .header-top ul li a {
		color: #525c65;
	}
	.landing-body .landing-wrapper #header.menu-active .header-top ul li a:hover
		{
		border-bottom-color: transparent;
		background-color: #a8b4be;
	}
	.landing-body .landing-wrapper #introduction, .landing-body .landing-wrapper #features,
		.landing-body .landing-wrapper #statistics, .landing-body .landing-wrapper #pricing,
		.landing-body .landing-wrapper #video, .landing-body .landing-wrapper #footer>div
		{
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.landing-body .landing-wrapper #introduction>div, .landing-body .landing-wrapper #features>div,
		.landing-body .landing-wrapper #statistics>div, .landing-body .landing-wrapper #pricing>div,
		.landing-body .landing-wrapper #video>div, .landing-body .landing-wrapper #footer>div>div
		{
		width: 100%;
	}
	.landing-body .landing-wrapper #pricing .ui-g-12 {
		margin-bottom: 30px;
	}
	.landing-body .landing-wrapper #video iframe {
		width: 300px;
		height: 169px;
	}
	.landing-body .landing-wrapper #footer>div .logo {
		width: 40px;
	}
	.landing-body .landing-wrapper #footer>div .appname {
		font-weight: bold;
		margin-left: 10px;
		font-size: 24px;
	}
	.landing-body .landing-wrapper #footer>div .social {
		width: auto;
		padding-top: 22px;
	}
	.landing-body .landing-wrapper #footer>div .social i {
		font-size: 16px;
		margin-left: 16px;
	}
}

@media ( max-width : 640px) {
	.landing-body .landing-wrapper #header .header-content .introduction-image
		{
		bottom: 40px;
	}
	.landing-body .landing-wrapper #header .header-content .introduction-image img
		{
		width: 320px;
	}
	.landing-body .landing-wrapper #header.menu-active>div ul {
		width: 45%;
	}
}

html {
	height: 100%;
}

body {
	font-family: "Lato", "Helvetica Neue", sans-serif;
	font-size: 15px;
	color: #2d353c;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	height: 100%;
}

body.main-body {
	background-color: #eaeff2;
}

.layout-wrapper .topbar {
	background-color: #427976;
	background-image: -webkit-gradient(linear, left top, right top, from(#427976),
		to(#427976));
	background-image: -webkit-linear-gradient(left, #427976, #427976);
	background-image: -moz-linear-gradient(left, #427976, #427976);
	background-image: -ms-linear-gradient(left, #427976, #427976);
	background-image: -o-linear-gradient(left, #427976, #427976);
	background-image: linear-gradient(left, #427976, #427976);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#427976',
		endColorstr='#427976', gradientType='1');
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	padding: 0 32px 0 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.layout-wrapper .topbar #menu-button {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #67c4bf;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.layout-wrapper .topbar #menu-button span {
	font-size: 28px;
	line-height: inherit;
}

.layout-wrapper .topbar #menu-button:hover {
	background-color: #c46767;
}

.layout-wrapper .topbar #menu-button.menu-button-active {
	background-color: #c46767;
}

.layout-wrapper .topbar #menu-button.menu-button-active span {
	background: none;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0px !important;
	text-align: center;
	font-size: 28px;
	line-height: inherit;
}

.layout-wrapper .topbar #menu-button.menu-button-active span:before {
	content: "";
}

.layout-wrapper .topbar .logo {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.layout-wrapper .topbar .app-name {
	display: inline-block;
	font-size: 28px;
	vertical-align: middle;
	color: #ffffff;
	margin-left: 8px;
	font-weight: bold;
}

.layout-wrapper .topbar #user-display {
	display: block;
	float: right;
	color: #ffffff;
	position: relative;
	padding-top: 2px;
	text-align: right;
	margin-top: 10px;
}

.layout-wrapper .topbar #user-display img {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 2px;
	border: 2px solid #599592;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.layout-wrapper .topbar #user-display .username {
	margin-top: 1px;
}

.layout-wrapper .topbar #user-display .userrole {
	color: #f0f7f7;
}

.layout-wrapper .topbar #user-display span {
	display: block;
	margin-right: 48px;
}

.layout-wrapper .topbar #user-display:hover img {
	border-color: #f0f7f7;
}

.layout-wrapper .topbar #topbar-menu {
	display: none;
	position: absolute;
	right: 32px;
	top: 60px;
	width: 250px;
	z-index: 1001;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #599592;
	border: solid 1px #599592;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
}

.layout-wrapper .topbar #topbar-menu.topbar-menu-visible {
	display: block;
}

.layout-wrapper .topbar #topbar-menu li a {
	padding: 10px 14px;
	display: block;
	color: #f0f7f7;
}

.layout-wrapper .topbar #topbar-menu li a i {
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .topbar #topbar-menu li a span {
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .topbar #topbar-menu li a img {
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .topbar #topbar-menu li a .topbar-badge {
	float: right;
	background-color: #c46767;
	color: #ffffff;
	padding: 2px 8px;
	display: block;
	margin-top: -2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.layout-wrapper .topbar #topbar-menu li a:hover {
	background-color: #67c4bf;
	color: #ffffff;
}

.layout-wrapper .topbar #topbar-menu li ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
	display: none;
}

.layout-wrapper .topbar #topbar-menu li.menuitem-active>ul {
	display: block;
}

.layout-wrapper .topbar #topbar-menu li.search-item div {
	padding: 8px;
	position: relative;
}

.layout-wrapper .topbar #topbar-menu li.search-item div input {
	background-color: #f5f8f9;
	border: 1px solid #f5f8f9;
	padding: 6px 28px 6px 12px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.layout-wrapper .topbar #topbar-menu li.search-item div input:focus {
	outline: 0 none;
	border-color: #a8b4be;
}

.layout-wrapper .topbar #topbar-menu li.search-item div span {
	position: absolute;
	color: #647585;
	top: 14px;
	right: 16px;
	font-size: 16px;
}

.layout-wrapper .topbar .layout-menu-wrapper {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #599592;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
	min-width: 250px;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	animation-duration: .5s;
}

.layout-wrapper .topbar .layout-menu-wrapper.layout-menu-wrapper-active
	{
	display: block;
	z-index: 1000;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.layout-wrapper .topbar .layout-menu-wrapper.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>a {
	font-weight: bold;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>ul>li a {
	padding-left: 28px;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>ul>li>ul>li a
	{
	padding-left: 42px;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>ul>li>ul>li>ul>li a
	{
	padding-left: 56px;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>ul>li>ul>li>ul>li>ul>li a
	{
	padding-left: 70px;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li a
	{
	padding-left: 84px;
}

.layout-wrapper .topbar .layout-menu-wrapper .layout-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a
	{
	padding-left: 96px;
}

.layout-wrapper .topbar .layout-menu-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>a {
	position: relative;
	color: #f0f7f7;
	text-decoration: none;
	padding: 12px 14px;
	display: block;
	box-sizing: border-box;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>a span {
	margin-left: 6px;
	vertical-align: middle;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>a .fa {
	vertical-align: middle;
	font-size: 16px;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>a .fa:last-child {
	float: right;
	-moz-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>a:hover {
	background-color: #67c4bf;
	color: #ffffff;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li.active-menuitem>a {
	color: #ffffff;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li.active-menuitem>a i:last-child
	{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>ul {
	display: none;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>ul li a {
	padding: 10px 14px;
	border-top: 0 none;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>ul li a .fa:first-child
	{
	font-size: 14px;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li>ul li:last-child>a {
	border-bottom: 0 none;
}

.layout-wrapper .topbar .layout-menu-wrapper .nano>.nano-content.sidebar-scroll-content
	{
	display: block;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	outline: none;
}

.layout-wrapper .layout-content {
	padding: 85px 25px 25px 25px;
}

.layout-wrapper .footer {
	background-color: #f5f8f9;
	padding: 8px 8px;
}

.layout-wrapper .footer img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .footer .app-name {
	margin-left: 8px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.layout-wrapper .footer .footer-right {
	float: right;
	text-align: right;
	color: #647585;
}

.layout-wrapper .footer .footer-right a {
	display: inline-block;
	font-size: 16px;
	margin-left: 8px;
	color: #647585;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.layout-wrapper .footer .footer-right a:hover {
	color: #8c9ba9;
}

.layout-wrapper .footer .footer-right span {
	display: block;
	margin-top: 4px;
}

.layout-wrapper.layout-menu-static:not (.layout-menu-static-inactive ) .layout-menu-wrapper
	{
	display: block;
	z-index: 1000;
}

.layout-wrapper.layout-menu-static:not (.layout-menu-static-inactive ) .topbar #menu-button
	{
	background-color: #c46767;
}

.layout-wrapper.layout-menu-static:not (.layout-menu-static-inactive ) .topbar #menu-button span
	{
	background: none;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0px !important;
	text-align: center;
	font-size: 28px;
	line-height: inherit;
}

.layout-wrapper.layout-menu-static:not (.layout-menu-static-inactive ) .topbar #menu-button span:before
	{
	content: "";
}

@media ( min-width : 1025px) {
	.layout-wrapper.layout-menu-static .layout-menu-wrapper {
		padding-top: 15px;
		display: block;
		height: 100%;
		position: fixed;
		transition: margin-left 0.3s;
		-webkit-animation-name: none;
		animation-name: none;
	}
	.layout-wrapper.layout-menu-static .layout-menu-wrapper .nano>.nano-content ul.layout-menu
		{
		padding-bottom: 120px;
	}
	.layout-wrapper.layout-menu-static .layout-content {
		margin-left: 250px;
		transition: margin-left 0.3s;
	}
	.layout-wrapper.layout-menu-static .footer {
		margin-left: 250px;
	}
	.layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-menu-wrapper
		{
		margin-left: -250px;
	}
	.layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-content
		{
		margin-left: 0;
	}
	.layout-wrapper.layout-menu-static.layout-menu-static-inactive .footer {
		margin-left: 0;
	}
	.layout-wrapper.layout-menu-overlay .layout-menu-wrapper {
		padding-top: 15px;
		position: fixed;
		height: 100%;
		left: -260px;
		display: block;
		transition: left 0.3s;
	}
	.layout-wrapper.layout-menu-overlay .layout-menu-wrapper.layout-menu-wrapper-active
		{
		left: 0;
		-webkit-animation-name: none;
		animation-name: none;
	}
	.layout-wrapper.layout-menu-overlay .layout-menu-wrapper .nano>.nano-content ul.layout-menu
		{
		padding-bottom: 120px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar {
		height: auto;
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .topbar-main {
		padding: 8px 32px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .logo {
		margin-left: 0;
	}
	.layout-wrapper.layout-menu-horizontal .topbar #menu-button {
		display: none;
	}
	.layout-wrapper.layout-menu-horizontal .topbar #user-display {
		margin-top: 0;
	}
	.layout-wrapper.layout-menu-horizontal .topbar #topbar-menu {
		top: 56px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper {
		display: block;
		position: static;
		min-width: auto;
		-webkit-animation-duration: 0s;
		-moz-animation-duration: 0s;
		animation-duration: 0s;
		margin: 0;
		-webkit-animation-name: none;
		animation-name: none;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .nano
		{
		overflow: visible;
		max-height: none;
		height: auto !important;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .nano .nano-content
		{
		overflow: visible;
		overflow-x: visible;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .nano .nano-pane
		{
		display: none !important;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container
		{
		padding-left: 32px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li
		{
		display: inline-block;
		position: relative;
		min-width: 100px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li.active-menuitem>a:hover
		{
		border-color: transparent;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>a
		{
		-moz-transition: border-bottom-color 0.3s;
		-o-transition: border-bottom-color 0.3s;
		-webkit-transition: border-bottom-color 0.3s;
		transition: border-bottom-color 0.3s;
		border-bottom: 2px solid transparent;
		padding: 12px 14px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>a:hover
		{
		background-color: transparent;
		border-color: #ffffff;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul
		{
		display: none;
		position: absolute;
		top: 44px;
		left: 0;
		min-width: 100%;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li a
		{
		padding-left: 14px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li>ul>li a
		{
		padding-left: 28px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li>ul>li>ul>li a
		{
		padding-left: 42px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li>ul>li>ul>li>ul>li a
		{
		padding-left: 56px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li a
		{
		padding-left: 70px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a
		{
		padding-left: 84px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container .layout-menu>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a
		{
		padding-left: 96px;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul
		{
		list-style-type: none;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li a
		{
		position: relative;
		text-decoration: none;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li a span
		{
		margin-left: .3em;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li a .menu-badge
		{
		position: absolute;
		right: 15px;
		top: 14px;
		color: #ffffff;
		padding: 2px 6px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li a .fa:last-child
		{
		float: none;
		font-size: 16px;
		-moz-transition: transform 0.3s;
		-o-transition: transform 0.3s;
		-webkit-transition: transform 0.3s;
		transition: transform 0.3s;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li a:hover
		{
		background-color: #67c4bf;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li.active-menuitem>a
		{
		color: #ffffff;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li.active-menuitem>a i:last-child
		{
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li.active-menuitem>ul
		{
		z-index: 1;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li>ul
		{
		background-color: #599592;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li>ul li a
		{
		border-top: 0 none;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li>ul li a .fa:last-child
		{
		float: right;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li>ul li:last-child>a
		{
		border-bottom: 0 none;
	}
	.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul li>ul li ul
		{
		display: none;
		padding-left: 0;
	}
	.layout-wrapper.layout-menu-horizontal .layout-content {
		padding-top: 117px;
	}
}

@media ( max-width : 640px) {
	.layout-wrapper .topbar #user-display span {
		display: none;
	}
}
/* Add your customizations of layout here */
.currentinvestmentvalue
				{
					background-color: #9cc4e6; 
					text-align:center; 
					padding-bottom:10px; 
					padding-top:10px; 
				}
.uisahulatclass 
{
  float:left;
  font-size:15px; 
  background-color:#27247b !important; 
  color:white;
  font-weight: bold !important;
  width: 80%;
  padding: 8px;
  border-radius: 10px;
}

.account-card {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f7f9fa;
  box-sizing: border-box;
  margin-bottom: 16px; }
  
  /*for small screen*/
@media ( max-width : 640px) {
.myDropDown{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.myDropDown{
	float:left;
	font-size:13px;
	width:77px;
	margin-left:18px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatFatherLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatFatherLabel{
	float:left;
	font-size:13px;
	width:102px;
	margin-left:28px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMotherLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMotherLabel{
	float:left;
	font-size:13px;
	margin-left:10px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMotherInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMotherInput{
	width:178px !important;
	float:left;
	font-size:13px;
	margin-left:47px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMinorLabel{
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMinorLabel{
	font-size:13px; 
	float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatGuardianNameInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatGuardianNameInput{
	float:left;
	font-size:13px;
	width:150px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatGuardianCnicLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatGuardianCnicLabel{
	float:left;
	font-size:13px;
	margin-left:8px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatGuardianCnicInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatGuardianCnicInput{
	float:left;
	font-size:13px;
	margin-left:5px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatRelationLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatRelationLabel{
	float:left;
	font-size:13px;
	margin-left:10px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatRelationInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatRelationInput{
	float:left;
	font-size:13px;
	margin-left:79px;
	width:178px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMailingAddInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMailingAddInput{
	float:left;
	font-size:13px;
	width:170px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMailingCityLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMailingCityLabel{
	float:left;
	font-size:13px;
	margin-left:27px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMailingCityCombo{
	width:100%;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMailingCityCombo{
	margin-left:-28px;
	min-width:165px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMailingCountryLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMailingCountryLabel{
	float:left;
	font-size:13px;
	margin-left:-10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMailingCountryCombo{
	width:100%;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMailingCountryCombo{
	margin-left:-25px;
	min-width:175px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatPermanentInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatPermanentInput{
	float:left;
	font-size:13px;
	margin-left:40px;
	width:170px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatSAALabel{
	font-size:13px; 
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatSAALabel{
	font-size:13px; 
	float:left;
	margin-left:8px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatPermanentCity{
	width:100%;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatPermanentCity{
	min-width:120px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatPermanentCountry{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatPermanentCountry{
	float:left;
	font-size:13px;
	margin-left:10px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatPermanentCountryCombo{
	width:100%;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatPermanentCountryCombo{
	margin-left:90px;
	min-width:80px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMobileNumLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMobileNumLabel{
	float:left;
	font-size:13px;
	width:110px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMobileNum1{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMobileNum1{
	float:left;
	font-size:13px;
	width:25px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatMobileNum2{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMobileNum2{
	float:left;
	font-size:13px;
	width:30px !important;
}
}


/*for small screen*/
@media ( max-width : 640px) {
.sahulatMobileNum3{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatMobileNum3{
	float:left;
	font-size:13px;
	width:132px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatTeleNumLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatTeleNumLabel{
	float:left;
	font-size:13px;
	width:120px !important;
	margin-left:10px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatTeleNumInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatTeleNumInput{
	float:left;
	font-size:13px;
	width:148px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatEmailLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatEmailLabel{
	float:left;
	font-size:13px;
	width:97px !important;
	margin-left:10px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatEmailInput{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatEmailInput{
	float:left;
	font-size:13px;
	width:175px !important;
	margin-left:40px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatOccupationLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatOccupationLabel{
	float:left;
	font-size:13px;
	width:134px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatOccupationCombo{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatOccupationCombo{
	float:left;
	min-width:213px !important;
	font-size:13px;
	margin-left:-25px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatSrcOfIncmLabel{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatSrcOfIncmLabel{
	float:left;
	font-size:13px;
	width:120px !important;
	margin-left:11px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatSrcOfIncmCombo{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatSrcOfIncmCombo{
	float:left;
	font-size:13px;
	min-width:146px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatZakatStatusLabel{
	width: 100%;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatZakatStatusLabel{
	margin-left: 12px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatZakatStatusRadio{
	width: 100%;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatZakatStatusRadio{
	margin-left: 60px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1Sal{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1Sal{
	float: left;
    font-size: 13px;
    min-width: 40px !important;
    margin-left: 15px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1Name{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1Name{
	float: left;
    font-size: 13px;
    margin-left: 12px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1CnicLabel{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1CnicLabel{
	float:left;
	font-size:13px;
	width:126px;
	margin-left:15px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1CnicText{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1CnicText{
	font-size: 13px;
    float: left;
    margin-left: 20px;
    width: 162px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1ExpLabel{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1ExpLabel{
	font-size: 13px;
    float: left;
    width: 84px !important;
    margin-right: 25px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1AlocLabel{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1AlocLabel{
	float: left;
    font-size: 13px;
    width: 84px !important;
    margin-left: 10px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1AlocText{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1AlocText{
	float: left;
    font-size: 13px;
    width: 143px !important;
    margin-left: -32px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1CityCombo{
	min-width:100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1CityCombo{
	min-width:160px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1CountryLabel{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1CountryLabel{
	float: left;
    font-size: 13px;
    width: 84px !important;
    margin-left: 12px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1CountryCombo{
	min-width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1CountryCombo{
	min-width: 142px !important;
    margin-left: -38px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1Mob1{
	float:left;
	font-size:13px;
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1Mob1{
	float:left;
	font-size:13px;
	width: 30px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1Mob2{
	float:left;
	font-size:13px;
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1Mob2{
	float:left;
	font-size:13px;
	margin-left: 5px;
	width: 30px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1Mob3{
	float:left;
	font-size:13px;
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1Mob3{
	float:left;
	font-size:13px;
	margin-left: 12px;
	width: 114px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1Mob3{
	float:left;
	font-size:13px;
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1Mob3{
	float:left;
	font-size:13px;
	margin-left: 12px;
	width: 114px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1TelTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1TelTxt{
	float: left;
    font-size: 13px;
    margin-left: 22px;
    width: 160px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatNom1EmailTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatNom1EmailTxt{
	float: left;
    font-size: 13px;
    width: 150px !important;
    margin-left: 15px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBankCombo{
	min-width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBankCombo{
	margin-left: -35px;
	min-width:175px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBankNameLabel{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBankNameLabel{
	margin-left: 15px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBrnchAddTxt{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBrnchAddTxt{
	margin-left: -35px;
    width: 173px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBankAccName{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBankAccName{
	margin-left: 17px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBankIbanTxt{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBankIbanTxt{
	margin-left: -35px;
    width: 174px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBranchCityLabel{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBranchCityLabel{
	margin-left: 16px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.sahulatBranchCityCombo{
	min-width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.sahulatBranchCityCombo{
	min-width: 155px !important;
}
}

.submitbtn.ui-button.ui-state-default 
{
	background: #26237b;
	border: 1px solid #26237b !important;
	color: #FFF !important;
	font-size: 12px !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26237b), color-stop(100%, #26237b)) !important;
	background: -moz-gradient(linear, left top, left bottom, color-stop(0%, #26237b), color-stop(100%, #26237b)) !important;
	background: -moz-linear-gradient(center top , #26237b 0%, #26237b 100%) repeat scroll 0% 0% transparent !important;
	background: -ms-linear-gradient(top, #26237b 0%, #26237b 100%) !important;
	background: -ms-gradient(linear, left top, left bottom, color-stop(0%, #26237b), color-stop(100%, #26237b)) !important;
	background: -o-linear-gradient(top, #26237b 0%, #26237b 100%) !important;
	background: -o-gradient(linear, left top, left bottom, color-stop(0%, #26237b), color-stop(100%, #26237b)) !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	font-family:Arial, Helvetica, sans-serif !important;
}

.submitbtn.ui-button span 
{
	-webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    font-weight: bold;
    font-size: 13px !important;
}

li.tabstyle a{
	background-color: #007078;
}

li.tabstyle.ui-state-active a{
	
	/*border-bottom: 3px solid #007078;*/
	border-bottom: none;
	color: gray;
	
	
}

li.tabstyle.ui-state-active a:visited {
	color: gray;
}

body .ui-tabs.ui-tabs-top .ui-tabs-nav li a, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li a, body .ui-tabs.ui-tabs-left .ui-tabs-nav li a, body .ui-tabs.ui-tabs-right .ui-tabs-nav li a {
          padding: 6px 12px;
          color: white;
          }
          
.dashboardSeperator{
	height: 5px !important;
    background-color: #67c4bf;
}

.dashboardHeading{
    color: #0B0080;
}

/*for small screen*/
@media ( max-width : 640px) {
.loginSecurity{
	width: 260px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.loginSecurity{
    width: auto !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.loginSecurityLink{
	font-size: 11px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.loginSecurityLink{
    font-size: 15px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.redemptionBottomBtn{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.redemptionBottomBtn{
    width: 20% !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.recentTransactionFont{
	font-size: 10px !important;
	float:right;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.recentTransactionFont{
    font-size: 15px !important;
    text-align: center;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleInvAmount{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleInvAmount{
    margin-left: 70px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleInsType{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleInsType{
    margin-left: 92px !important;
    width:195px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleInsRef{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleInsRef{
    margin-left: 40px !important;
    width: 195px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleBankCombo{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleBankCombo{
	width:195px !important;
    margin-left: 124px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleIban{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleIban{
    margin-left: 163px !important;
    width: 196px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleFileInput{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleFileInput{
    margin-left: 97px !important;
    width: 196px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleSubBtn{
	margin-bottom: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleSubBtn{
    margin-right: 10px !important;
    width: 200px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleFolioNum{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleFolioNum{
    margin-left: 92px !important;
    width: 210px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.salePlanName{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.salePlanName{
    margin-left: 25px !important;
    width: 210px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.redemptionBtns{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.redemptionBtns{
    margin-left: 160px !important;
}
}


/*for small screen*/
@media ( max-width : 640px) {
.footerImgContent{
	margin: 0 auto !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.footerImgContent{
   
}
}


/*for small screen*/
@media ( max-width : 640px) {
.footerTermContent{
	margin: 0 auto !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.footerTermContent{
   float: right !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.homeCurrentInvFolio{
	float: right !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.homeCurrentInvFolio{
   text-align:center !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.saleConsumerNumber{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleConsumerNumber{
   width: 210px !important;
   margin-left: 20px !important;
}
}


/*for small screen*/
@media ( max-width : 640px) {
.saleBtnsGroup{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.saleBtnsGroup{
    margin-left: 95px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementFundNameCol{
	font-size:0.8em !important;
	font-weight:normal !important; 
	float: right !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementFundNameCol{
    font-size:0.8em !important;
    font-weight:normal !important; 
    text-align: left !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementTOUCol{
	font-size:0.8em !important;
	font-weight:normal !important;
	float: right !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementTOUCol{
    font-size:0.8em !important;
    font-weight:normal !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementUnitsCol{
	font-size:0.8em !important;
    font-weight:normal !important;
    float: right !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementUnitsCol{
    font-size:0.8em !important;
    font-weight:normal !important;
    float: right !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementPriceDateCol{
	font-size:0.8em !important;
    font-weight:normal !important;
    float: right !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementPriceDateCol{
    font-size:0.8em !important;
    font-weight:normal !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementFolioCombo{
	width:200px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementFolioCombo{
    width:300px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementDateField{
	width:200px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementDateField{
    width:292px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.statementBtns{
	text-align: -webkit-center !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.statementBtns{
    float: right !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.fundPriceSectionFundName{
	width:210px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.fundPriceSectionFundName{
    width:400px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.dashboardLatestTranDate{
	width:200px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.dashboardLatestTranDate{
    width:300px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.dashboardLatestTranFolio{
	width:210px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.dashboardLatestTranFolio{
    width:310px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.dashboardLatestTranType{
	width:150px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.dashboardLatestTranType{
    width:255px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.dashboardFundPriceDate{
	width:200px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.dashboardFundPriceDate{
    width:391px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.dashboardGraph{
	width: 100% !important;
    height: 250px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.dashboardGraph{
    width: 100% !important;
    height: 500px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.redemptionPerDayTable{
	margin-top: 120px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.redemptionPerDayTable{
    margin-top: 90px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.invDetailProfileTable{
	float: right !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.invDetailProfileTable{
   
}
}

/*for small screen*/
@media ( max-width : 640px) {
.topBarHeading{
	font-size: 14px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.topBarHeading{
   font-size: 18px !important;
}
}

.sahulatHeading{
                margin:0 auto; 
                color:green;
                font-size:24px;
                font-weight:bold;
                text-align:center;
}

body .ui-chkbox .ui-chkbox-box.ui-state-active {
	background-color: #12b886;
}

/*Sahulat Account Responsive CSS Starts*/

/*for small screen*/
@media ( max-width : 640px) {
.accountTypeMainLbl{
	font-size: 13px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.accountTypeMainLbl{
   float:left !important;
   margin-right: 15px !important;
   font-size: 13px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.accountTypeMainRa{
	font-size: 13px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.accountTypeMainRa{
   margin-top: -3px !important;
   font-size: 13px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSalutation{
margin-top: 8px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSalutation{
   float: left;
    font-size: 13px;
    width: 84px !important;
    margin-left: 15px !important;
    margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaName{
margin-top: 8px !important;
margin-bottom: 8px !important;
font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaName{
    float: left;
    font-size: 13px;
    width: 165px !important;
    margin-left: 10px !important;
    margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaFatNameLbl{
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaFatNameLbl{
        float: left;
    font-size: 13px;
    margin-left: 15px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaFatNameTxt{
margin-top: 8px !important;
margin-bottom: 8px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaFatNameTxt{
     float: left;
    font-size: 13px;
    width: 159px !important;
    margin-left: 15px !important;
    margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMotNameLbl{
font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMotNameLbl{
    float: left;
    font-size: 13px;
    margin-left: 10px !important;
    margin-top: -10px !important;
    width: 89px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMotNameTxt{
margin-top: 8px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMotNameTxt{
    float: left;
    font-size: 13px;
    width: 230px !important;
    margin-left: 15px !important;
    margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCnicLbl{
font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCnicLbl{
    float: left;
    font-size: 13px;
    width: 120px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCnicTxt{
margin-top: 8px !important;
margin-bottom: 8px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCnicTxt{
    float: left;
    font-size: 13px;
    width: 202px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCnicIssueLbl{
	margin-bottom: 8px !important;
    display: inline-block;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCnicIssueLbl{
    font-size: 13px;
    float: left;
    margin-left: 16px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCnicIssueTxt{
margin-top: 8px !important;
font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCnicIssueTxt{
    float: left;
    font-size: 13px;
    width: 160px !important;
    margin-left: 39px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaExpLbl{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaExpLbl{
    font-size: 13px;
    float: left;
    width: 80px !important;
    margin-left: 10px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaExpTxt{
font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaExpTxt{
    float: left;
    font-size: 13px;
    width: 170px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaLTlbl{
	margin-top: 8px !important;
	margin-right: 10px !important;
	display: inline-block;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaLTlbl{
    font-size: 13px;
    float: left;
    margin-left: 12px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaLTchk{
	height: 22px !important;
	margin-top: 8px !important;
	display: inline-block;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaLTchk{
    height: 22px !important;
    margin-left: 5px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaDobLbl{
	font-size:13px;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaDobLbl{
    font-size:13px; 
    float:left;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaDobDate{
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaDobDate{
    float: left;
    font-size: 13px;
    width: 190px !important;
    margin-left: 30px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMinorLbl{
	font-size: 13px;
	margin-right: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMinorLbl{
    font-size: 13px;
    float: left;
    margin-left: 7px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMinorChk{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMinorChk{
    width: 10px !important;
    float: left;
    margin-left: 5px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaPOBlbl{
	float: left;
	width: 100%;
	margin-bottom: 8px !important;
	margin-top: 8px !important;
    display: inline-block; 
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaPOBlbl{
    font-size: 13px;
    float: left;
    margin-left: 22px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaPOBDD{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaPOBDD{
    float: left;
    width: 183px !important;
    font-size: 13px;
    margin-left: 39px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGenderLbl{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGenderLbl{
    float: left;
    font-size: 13px;
    margin-left: 8px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGenderDD{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGenderDD{
    float: left;
    font-size: 13px;
    width: 223px !important;
    margin-left: 60px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianrTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianrLbl{
    float: left;
    font-size: 13px;
    
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianrLbl{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianrTxt{
    float: left;
    font-size: 13px;
    width: 210px !important;
    margin-left: 13px;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRelationLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRelationLbl{
    float: left;
    font-size: 13px;
    margin-left: 16px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRelationTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRelationTxt{
    float: left;
    font-size: 13px;
    width: 187px !important;
    margin-left: 70px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianCnicLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianCnicLbl{
    font-size: 13px;
    float: left;
    margin-left: 8px !important;
    
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianCnicTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianCnicTxt{
    float: left;
    font-size: 13px;
    width: 217px !important;
    margin-left: 31px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianCnicIssueLbl{
	font-size: 13px;
    float: left;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianCnicIssueLbl{
    font-size: 13px;
    float: left;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianCnicIssueTxt{
	font-size: 13px;
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianCnicIssueTxt{
    float: left;
    font-size: 13px;
    width: 200px !important;
    margin-left: 8px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianCnicExpLbl{
	font-size: 13px;
    float: left;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianCnicExpLbl{
    font-size: 13px;
    float: left;
    margin-left: 16px;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianCnicExpTxt{
	font-size: 13px;
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianCnicExpTxt{
    float: left;
    font-size: 13px;
    width: 120px !important;
    margin-left: 20px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianLTLbl{
	font-size: 13px;
    float: left;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
	margin-right: 7px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianLTLbl{
    float: left;
    font-size: 13px;
    margin-left: 5px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianLTChk{
    float: left;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
    margin-left: 5px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianLTChk{
    margin-left: 3px !important;
    float: left;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianOccLbl{
    float: left;
    font-size: 13px;
    width: 100% !important;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianOccLbl{
    float: left;
    font-size: 13px;
    margin-left: 7px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaGuardianOccTxt{
    float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaGuardianOccTxt{
    float: left;
    width: 217px !important;
    font-size: 13px;
    margin-left: 41px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaResLbl{
    float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaResLbl{
    float: left;
    font-size: 13px;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaResTxt{
    float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaResTxt{
    float: left;
    font-size: 13px;
    width: 205px !important;
    margin-left: 5px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSOILbl{
    float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSOILbl{
    float: left;
    font-size: 13px;
    margin-left: 16px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSOITxt{
    float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSOITxt{
    float: left;
    font-size: 13px;
    width: 204px !important;
    margin-left: 5px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaNOELbl{
    float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaNOELbl{
    float: left;
    font-size: 13px;
    width: 110px !important;
    margin-left: 8px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaNOETxt{
    float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaNOETxt{
    float: left;
    font-size: 13px;
    width: 215px !important;
    margin-left: 9px !important;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaZakatLbl{
    float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaZakatLbl{
    float: left;
    font-size: 13px;
	}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaDivLbl{
	font-size: 13px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaDivLbl{
   float:left !important;
   margin-left: 38px !important;
   font-size: 13px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMailAddLbl{
	float: left;
    font-size: 13px;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMailAddLbl{
   float: left;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMailAddTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMailAddTxt{
   float: left;
   font-size: 13px;
   margin-left: 15px !important;
   width: 200px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMailCityLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMailCityLbl{
   float: left;
    font-size: 13px;
    margin-left: 24px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMailCityTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMailCityTxt{
    width: 270px !important;
    float: left;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMailCountryLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMailCountryLbl{
    float: left;
    font-size: 13px;
    margin-left: 12px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMailCountryTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMailCountryTxt{
    width: 268px !important;
    margin-left: 10px !important;
    float: left;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaPerAddLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaPerAddLbl{
    float: left;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaPerAddTxt{
	float: left;
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaPerAddTxt{
    float: left;
    font-size: 13px;
    width: 192px !important;
    margin-left: 13px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSameAsAbvLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
	margin-right: 7px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSameAsAbvLbl{
    font-size: 13px;
    float: left;
    margin-left: 24px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSameAsAbvChk{
	float: left;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
    margin-left: 5px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSameAsAbvChk{
    float: left;
    margin-left: 8px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSameAsAbvCityLbl{
	float: left;
	font-size: 13px;
	width:100% !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSameAsAbvCityLbl{
    float: left;
    font-size: 13px;
    margin-left: 8px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSameAsAbvTxt{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSameAsAbvTxt{
    width: 162px !important;
    min-width: 162px !important;
    float: left;
    margin-left: 12px !important;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCountryLbl{
	float: left;
	font-size: 13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCountryLbl{
    float: left;
    font-size: 13px;
    margin-left: 14px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCountryTxt{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCountryTxt{
    width: 268px !important;
    margin-left: 19px;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMobLbl{
	float:left;
	font-size:13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
    width: 100% !important; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMobLbl{
    float:left;
	font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMob1{
	float: left;
	font-size: 13px;
	width:100% !important;
	margin-right: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMob1{
    float: left;
    font-size: 13px;
    width: 25px !important;
    margin-left: 6px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMob2{
	float: left;
	font-size: 13px;
	width:100% !important;
	margin-right: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMob2{
    font-size: 13px;
    float: left;
    width: 35px !important;
    margin-left: 6px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaMob3{
	float: left;
	font-size: 13px;
	width: 171px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaMob3{
    font-size: 13px;
    float: left;
    width: 139px !important;
    margin-left: 6px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaTeleLbl{
	float: left;
	font-size: 13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaTeleLbl{
    float: left;
    font-size: 13px;
    margin-left: 26px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaTeleTxt{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaTeleTxt{
    float: left;
    font-size: 13px;
    width: 195px !important;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaEmailLbl{
	float: left;
	font-size: 13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaEmailLbl{
    float: left;
    font-size: 13px;
    margin-left: 15px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaEmailTxt{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaEmailTxt{
    width: 233px !important;
    float: left;
    margin-left: 8px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaNOKNameLbl{
	float:left;
	font-size:13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaNOKNameLbl{
    float:left;
	font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaNOKNameTxt{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaNOKNameTxt{
    float: left;
    font-size: 13px;
    width: 420px !important;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaNOKContactLbl{
	float: left;
	font-size: 13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaNOKContactLbl{
    float: left;
    font-size: 13px;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaNOKContactTxt{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaNOKContactTxt{
    float: left;
    font-size: 13px;
    width: 424px !important;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaIbanLbl{
	float: left;
	font-size: 13px;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaIbanLbl{
    float: left;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaIbanTxt{
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaIbanTxt{
    width: 415px !important;
    margin-left: 10px !important;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaBankLbl{
	float: left;
    font-size: 13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaBankLbl{
   float: left;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaBankTxt{
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaBankTxt{
    width: 382px !important;
    margin-left: 9px !important;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaTOWLbl{
    float:left;
    font-size:13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaTOWLbl{
    float:left;
    font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaTOWTxt{
    float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaTOWTxt{
    float: left;
    width: 280px !important;
    font-size: 13px !important;
    margin-left: 20px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaEWLbl{
    float:left;
    font-size:13px;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
    display: inline-block; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaEWLbl{
    float: left;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaEWTxt{
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaEWTxt{
    width: 280px !important;
    margin-left: 43px !important;
    font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCnicFrt{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCnicFrt{
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 180px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaCnicFrtDel{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaCnicFrtDel{
    margin-right: 10px !important;
    margin-left: 10px !important;
    width: 80px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaDisLbl1{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaDisLbl1{
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaDis1{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaDis1{
    float: right;
    margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRetireLbl{
    font-size: 13px;
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRetireLbl{
    font-size: 13px;
    float: left;
    margin-left: 35px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRetireTxt{
    font-size: 13px;
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRetireTxt{
    float: left;
    margin-left: 10px !important;
    width: 196px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskOccLbl{
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskOccLbl{
    float: left;
    margin-top: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskOccTxt{
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskOccTxt{
    width: 200px !important;
    margin-left: 10px !important;
    margin-top: 8px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskQuaTxt{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskQuaTxt{
    width: 197px !important;
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaInvObjTbl{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaInvObjTbl{
    margin-left:257px !important;
    float:left; 
    margin-top:-10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaInvObjTblOpt2{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaInvObjTblOpt2{
    margin-left: 30px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaInvObjTblOpt3{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaInvObjTblOpt3{
    margin-left: 144px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskAppLbl1{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskAppLbl1{
   	float: left;
    margin-top: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskAppTxt{
    width: 50px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskAppTxt{
   	margin-left: 10px !important;
    width: 50px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskAppLbl2{
    
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskAppLbl2{
   	margin-top: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskTblCol{
    float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskTblCol{
   	
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskTblColFnt{
    font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskTblColFnt{
   	
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskPreBtn{
   
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskPreBtn{
   	margin-top:20px !important;
   	width:125px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaRiskSaveBtn{
   
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaRiskSaveBtn{
   	width:125px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleTOILbl{
   float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleTOILbl{
   	float:left;
   	margin-right: 80px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleTOITxt{
   float:left;
   font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleTOITxt{
	margin-top: -3px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSalePlanLbl{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSalePlanLbl{
   	float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSalePlanTxt{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSalePlanTxt{
   	width:300px !important; 
   	float:left;
   	margin-left:87px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleCnsLbl{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleCnsLbl{ 
   	float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleCnsTxt{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleCnsTxt{ 
   	width: 300px !important;
    float: left;
    margin-left: 71px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleAmtTxt{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleAmtTxt{ 
   	margin-left:68px !important; 
   	float:left !important;
   	width:298px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleAmtNote{
	color: red;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleAmtNote{ 
   	float: left;
    color: red;
    margin-left: 15px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInsLbl{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInsLbl{ 
   	float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInsText{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInsText{ 
   	float: left;
    width: 299px !important;
    margin-left: 90px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleIbanLbl{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleIbanLbl{ 
   	float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleIbanTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleIbanTxt{ 
   	margin-left: 162px !important;
    width: 299px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInstTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInstTxt{ 
   	width: 297px !important;
    margin-left: 26px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleBankTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleBankTxt{ 
   	width: 298px !important;
    margin-left: 122px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInvProLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInvProLbl{ 
   	float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInvProTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInvProTxt{ 
   	margin-left: 82px !important;
    float: left;
    width: 300px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInvProBtn{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInvProBtn{ 
   	float: left;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleInvProLblMsg{
	color: red;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleInvProLblMsg{ 
   	color: red;
    font-size: 12px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleAuthTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleAuthTxt{ 
   	margin-left: 69px !important;
    width: 298px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleAuthClickLbl{
	text-decoration: underline !important;
    color: blue;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleAuthClickLbl{ 
   	text-decoration: underline !important;
    color: blue;
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleAuthClickLbl2{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleAuthClickLbl2{ 
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleTCLbl1{
	margin-left: 5px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleTCLbl1{ 
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleTCLbl2{
	text-decoration: underline !important;
    color: blue;
    margin-left: 5px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleTCLbl2{ 
    text-decoration: underline !important;
    color: blue;
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleDeductLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleDeductLbl{ 
    float: left;
    width: 180px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaSaleDeductTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaSaleDeductTxt{ 
    width: 299px !important;
    opacity: 0.8;
    margin-left: 17px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaAllocMainFundLbl{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaAllocMainFundLbl{ 
    float:left;
    margin-left:20px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaAllocRadio1{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaAllocRadio1{ 
    width:16px !important;
    text-align:center;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaAllocSchVal{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaAllocSchVal{ 
   
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaAllocTotalVal{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaAllocTotalVal{ 
   text-align:center;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.ssaBtnPanelRisk{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.ssaBtnPanelRisk{ 
   float: right !important;
}
}
/*Sahulat Account Responsive CSS Ends*/

/*Digital Account Responsive CSS Starts*/

/*for small screen*/
@media ( max-width : 640px) {
.digTOALbl{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digTOALbl{ 
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digTOARadio{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digTOARadio{ 
   float: left;
   margin-left: 50px !important;
   margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digCnicOtpTxt{
	opacity: 0.9; 
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digCnicOtpTxt{ 
   opacity: 0.9; 
   width:310px !important; 
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digCnicOtpLbl{
	margin-top: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digCnicOtpLbl{ 
   float: left;
   margin-left: 252px !important;
   margin-top: -5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digInvTypeOtpChck1{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digInvTypeOtpChck1{ 
   width:110px !important;
   margin-left:67px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digInvTypeOtpChck2{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digInvTypeOtpChck2{ 
  	width:150px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digMobTxt1{
	float: left;
	font-size: 13px;
	width:100% !important;
	margin-right: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digMobTxt1{
    float: left;
    font-size: 13px;
    width: 25px !important;
    margin-left: 43px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digMobTxt2{
	float: left;
	font-size: 13px;
	width:100% !important;
	margin-right: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digMobTxt2{
    font-size: 13px;
    float: left;
    width: 35px !important;
    margin-left: 6px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digMobTxt3{
	float: left;
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digMobTxt3{
    font-size: 13px;
    float: left;
    width: 272px !important;
    margin-left: 6px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digOtpEmailLbl{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digOtpEmailLbl{
    margin-left: 58px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digOtpEmailTxt{

}
}

/*for big screen*/
@media ( min-width : 640px) {
.digOtpEmailTxt{
    opacity: 0.9; 
    width:310px !important;
    margin-left: 83px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digOtpMobTxt{
	min-width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digOtpMobTxt{
    width:323px !important;
    font-size:13px;
    opacity: 0.9;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digOtpRelationTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digOtpRelationTxt{
    width:329px !important;
    margin-left:217px !important; 
    float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digOtpCnicMobOwnerTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digOtpCnicMobOwnerTxt{
    width:330px !important;
    opacity: 0.9;
    float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicTOAVal{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicTOAVal{
    float: left;
    margin-left: 15px !important;
    margin-top: -5px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicNameCmb{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicNameCmb{
    float: left;
    font-size: 13px;
    width: 100px !important;
    margin-left: 20px !important;
    margin-top: -4px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicNameTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicNameTxt{
    float:left;
    font-size:13px;
    opacity: 0.9; 
    margin-left: 10px;
    width: 200px !important;
    margin-top: -3px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicFatNameLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicFatNameLbl{
    float: left;
    font-size: 13px;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicFatNameTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicFatNameTxt{
    float: left;
    font-size: 13px;
    opacity: 0.9;
    margin-left: 10px !important;
    width: 157px !important;
    margin-top: -4px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMotNameLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMotNameLbl{
    float: left;
    font-size: 13px;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMotNameTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMotNameTxt{
    float: left;
    font-size: 13px;
    width: 210px !important;
    opacity: 0.9;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPriCnicTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPriCnicTxt{
    float:left;
    font-size:13px;
    width:226px !important;
    opacity: 0.9;
    margin-left: 59px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicCnicIssueDateLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicCnicIssueDateLbl{
    font-size:13px; 
    float:left;
    width:120px !important;
    margin-left:8px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicCnicIssueDateTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicCnicIssueDateTxt{
    float: left;
    font-size: 13px;
    margin-left: 37px !important;
    width: 150px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicCnicIssueDateTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicCnicIssueDateTxt{
    float: left;
    font-size: 13px;
    margin-left: 25px !important;
    width: 150px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicExpiryLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicExpiryLbl{
    font-size: 13px;
    float: left;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicExpiryTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicExpiryTxt{
    float: left;
    font-size: 13px;
    width: 118px !important;
    margin-left: 33px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicLTLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicLTLbl{
    font-size: 13px;
    float: left;
    margin-left: 7px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicLTChk{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicLTChk{
    height: 22px !important;
    margin-left: 6px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicDOBTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicDOBTxt{
    float: left;
    font-size: 13px;
    width: 190px !important;
    margin-left: 70px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMinorLbl{
	display: inline-block;
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMinorLbl{
    font-size: 13px;
    float: left;
    margin-left: 20px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMinorChck{
	display: inline-block; 
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMinorChck{
    width: 10px !important;
    float: left;
    margin-left: 9px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGndrLbl{
	display: inline-block; 
	width: 100% !important;
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGndrLbl{
    float: left;
    font-size: 13px;
    margin-left: 16px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGndrTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGndrTxt{
    float: left;
    font-size: 13px;
    width: 203px !important;
    margin-left: 51px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardTxt{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardTxt{
    float:left;
    font-size:13px;
    width:245px !important;
    opacity: 0.9;
    margin-left: 35px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardRelLbl{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardRelLbl{
    float:left;
    font-size:13px;
    margin-left:9px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardRelTxt{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardRelTxt{
    float:left;
    font-size:13px;
    margin-left:49px;
    opacity: 0.9;
    width: 200px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardCnicLbl{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardCnicLbl{
    font-size:13px; 
    float:left;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardCnicTxt{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardCnicTxt{
    float:left;
    font-size:13px;
    width:189px !important;
    opacity: 0.9;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardCnicIssDateTxt{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardCnicIssDateTxt{
    float:left;
    font-size:13px;
    width:243px !important;
    margin-left:22px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardCnicExpDateLbl{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardCnicExpDateLbl{
    font-size:13px; 
    float:left;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardCnicExpDateTxt{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardCnicExpDateTxt{
    float:left;
    font-size:13px;
    width:113px !important;
    margin-left: 6px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardLTLbl{
	float:left;
    font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardLTLbl{
    float:left;
    font-size:13px;
    margin-left: 12px !important;
    margin-right: 7px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicGuardLTChck{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicGuardLTChck{
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicOccLbl{
	float: left;
	font-size:13px;
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicOccLbl{
    float:left;
    font-size:13px;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicOccCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicOccCmb{
    float:left;
    width:192px !important;
    font-size:13px;
    margin-left: 28px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicResCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicResCmb{
    float:left;
    font-size:13px;
    width:224px !important;
    margin-left: 43px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicSrcLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicSrcLbl{
    float:left;
    font-size:13px;
    margin-left:8px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicSrcCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicSrcCmb{
    float:left;
    font-size:13px;
    width: 195px !important;
    margin-left: 7px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicBusLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicBusLbl{
    float:left;
    font-size:13px; 
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicBusTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicBusTxt{
    float:left;
    font-size:13px;
    width:180px !important;
    margin-left:5px !important;
    opacity: 0.9;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicRetLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicRetLbl{
    font-size:13px; 
    float:left; 
    margin-left:95px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicRetTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicRetTxt{
    margin-left:9px; 
    float:left;
    width:191px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMailAddTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMailAddTxt{
    float:left;
    font-size:13px;
    margin-left:75px !important;
    opacity: 0.9; 
    width:205px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMailCityLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMailCityLbl{
    float:left;
    font-size:13px;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMailCityCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMailCityCmb{
    float:left;
    margin-left:18px !important;
    width:255px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMailCountLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMailCountLbl{
    float:left;
    font-size:13px;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMailCountCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMailCountCmb{
    float:left;
    width:226px !important;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPerAddTxt{
	float: left;
	font-size:13px;
	margin-bottom: 10px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPerAddTxt{
    float:left;
    font-size:13px;
    margin-left:53px !important;
    opacity: 0.9; 
    width:205px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicSAALbl{
	float: left;
	font-size:13px;
	margin-right: 5px !important
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicSAALbl{
    font-size:13px; 
    float:left;
    margin-left:11px !important;
    margin-right:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicSAAChck{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicSAAChck{
    float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPerCityLbl{
	float: left;
	font-size:13px;
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPerCityLbl{
    float:left;
    font-size:13px;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPerCityCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPerCityCmb{
    float:left;
    width:155px !important;
    min-width:155px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPerCountLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPerCountLbl{
    float:left;
    font-size:13px;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPerCountCmb{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPerCountCmb{
    float:left;
    width:225px !important;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMob1Txt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMob1Txt{
    float:left;
    font-size:13px;
    width:25px !important;
    opacity: 0.9;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMob2Txt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMob2Txt{
    float:left;
    font-size:13px;
    opacity: 0.9;
    width:35px !important;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicMob3Txt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicMob3Txt{
    float:left;
    font-size:13px;
    width:191px !important;
    opacity: 0.9;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPhnLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPhnLbl{
    float:left;
    font-size:13px;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicPhnTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicPhnTxt{
    float:left;
    font-size:13px;
    width:180px !important;
    opacity: 0.9;
    margin-left: 20px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicEmailLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicEmailLbl{
    float:left;
    font-size:13px;
    margin-left:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicEmailTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicEmailTxt{
    float:left;
   	width:202px !important;
   	margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicNOKTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicNOKTxt{
    float:left;
    font-size:13px;
    width:411px !important;
    opacity: 0.9;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicNOKCntctLbl{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicNOKCntctLbl{
    float:left;
    font-size:13px;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicNOKCntctTxt{
	float: left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicNOKCntctTxt{
    float:left;
    font-size:13px;
    width:411px !important;
    opacity: 0.9;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicTOAVal2{
	font-size: 13px;
	width: 240px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicTOAVal2{
    float: left;
    margin-left: 15px !important;
    margin-top: -5px !important;
    font-size: 13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicIbanTxt{
	font-size: 13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicIbanTxt{
    width:363px !important;
    opacity: 0.9; 
    margin-left:40px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicTOWLbl{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicTOWLbl{
    float:left;
    font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicTOWCmb{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicTOWCmb{
    float:left;
    width:280px !important;
    font-size:13px;
    margin-left:20px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicBnkNameLbl{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicBnkNameLbl{
    float:left;
    font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicBnkNameCmb{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicBnkNameCmb{
    float:left;
    width:349px !important;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicAcctTxt{
	float:left;
	font-size:13px;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicAcctTxt{
    width:280px !important;
    opacity: 0.9;
    margin-left:42px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digBasicSbtBtn{
	text-align: -webkit-center;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digBasicSbtBtn{
    display: flex; 
    justify-content: flex-end;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCNameTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCNameTxt{
    width:400px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCCnicTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCCnicTxt{
    width: 400px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCAgeTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCAgeTxt{
    width:400px !important;
    margin-left:25px !important;
    margin-right:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCMaritalRadio{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCMaritalRadio{
    float: left;
    margin-left: 15px !important;
    margin-top: -5px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCDependTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCDependTxt{
    margin-left:12px !important; 
    width:316px !important;
    margin-right:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCEduLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCEduLbl{
    margin-left:0px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCEduCmb{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCEduCmb{
    margin-left:33px !important;
    width:402px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCSrcCmb{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCSrcCmb{
    width:317px !important;
    margin-left:21px !important;
    float:left;
    margin-right:10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCIncTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCIncTxt{
    width:305px !important;
    margin-left:10px !important;
    float:left;
    font-size:13px;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCTIYTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCTIYTxt{
    width:155px !important;
    float:left;
    margin-left: 14px !important;
    margin-right: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvPerTranTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvPerTranTxt{
    width:247px !important;
    float:left;
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvQ1Txt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvQ1Txt{
    margin-left:250px !important;
    float: right;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvQ2Lbl{
	float: left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvQ2Lbl{
    float: left;
    margin-top: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvQ2Txt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvQ2Txt{
    margin-left:250px !important;
    float: right;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvQ3Txt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvQ3Txt{
    margin-left:250px !important;
    float: right;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvQ4Txt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvQ4Txt{
    margin-left:250px !important;
    float: right;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCInvQ5Txt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCInvQ5Txt{
    margin-left:250px !important;
    float: right;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCNameTxt2{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCNameTxt2{
    width:400px !important;
    float: left;
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCCnicLbl2{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCCnicLbl2{
    margin-left:17px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digKYCCnicTxt2{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digKYCCnicTxt2{
    width:400px !important;
    float: left;
    margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCnicLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCnicLbl{
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaTitleTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaTitleTxt{
    width:400px !important;
    float: left;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCnicTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCnicTxt{
    width:375px !important;
    float: left;
    margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCountResLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCountResLbl{
    margin-right:10px !important;
    float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCountResCmb{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCountResCmb{
    margin-left:10px !important; 
    margin-top:-5px !important;
    float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCountResOther{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCountResOther{
    width:395px !important;
    float: left;
    
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaPOBLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaPOBLbl{
   margin-right:10px !important;
   margin-top:10px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCityLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCityLbl{
   margin-right:10px !important;
    float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCityCmb{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCityCmb{
   width:285px !important;
   margin-left:85px !important;
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCountryLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCountryLbl{
   margin-left:20px !important;
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCountryCmb{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCountryCmb{
   width:433px !important;
   margin-left:90px !important;
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaPassportLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaPassportLbl{
   margin-right:10px !important;
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaPassportTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaPassportTxt{
   width:283px !important;
   margin-right:10px !important; 
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaUSIDTLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaUSIDTLbl{
   margin-left:10px !important;
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaUSIDTTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaUSIDTTxt{
   width:195px !important;
   margin-left:10px !important; 
   float: left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaQ1Lbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaQ1Lbl{
  float:left;
  margin-top: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaQ1Txt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaQ1Txt{
  margin-left:250px !important; 
  float:right;
  
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaCountTaxResCmb{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaCountTaxResCmb{
  font-size:16px;
  width:200px !important;
  float:left;
  
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaSelectLbl{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaSelectLbl{
  margin-left:10px !important;
  float:left;
  
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaSelectCmb{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaSelectCmb{
  font-size:16px;
  width:140px !important;
  margin-right:10px;
  margin-left:10px;
  float:left;
  
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaTinLbl{
	width: 100% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaTinLbl{
  float:left;
  
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digFatcaTinTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digFatcaTinTxt{
  width:260px !important;
  margin-left:10px !important;
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskOccuTxt{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskOccuTxt{
  width:200px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskInvObjRadio{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskInvObjRadio{
  margin-left:210px !important;
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskInvHorRadio{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskInvHorRadio{
  margin-left:210px !important;
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskInvHorRadio{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskInvHorRadio{
  margin-left:210px !important;
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskYearInvRadio{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskYearInvRadio{
  margin-left:210px !important;
  float:left; 
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskCurInvKnowRadio{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskCurInvKnowRadio{
  margin-left:214px !important;
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskCurFinanRadio{
	float:left;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskCurFinanRadio{
  margin-left:210px !important;
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskHorPanel{
	width:128% !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskHorPanel{
  width:85% !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskInvKnowLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskInvKnowLbl{
  float:left;
  margin-top:5px !important;
  width: 214px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digRiskInvKnowRadio{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digRiskInvKnowRadio{
  float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.cisseperator7tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.cisseperator7tab{
    width:891px !important;
	height:5px !important;
	background-color:red;
	margin-left:-23px !important;
	margin-top:-7px !important;
	float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.vpsseperator8tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.vpsseperator8tab{
   width:898px !important;
   height:5px !important;
   background-color:red;
   margin-left:-23px !important;
   margin-top:-6px !important;
   float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digUndertakingCheck1Val{
	text-align: left;
	margin-left: 35px !important;
	margin-top:20px !important;
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digUndertakingCheck1Val{
   margin-left: 35px !important; 
   margin-right: 35px !important;
   margin-top:20px !important;
   text-align: justify;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digUndertakingCheck2Val{
	text-align: left;
	margin-left: 35px !important; 
  
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digUndertakingCheck2Val{
   margin-left: 35px !important; 
   margin-right: 35px !important;
   text-align: justify;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digDocCnicFrntNameVal{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digDocCnicFrntNameVal{
  width: 200px !important;
  margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digDocCnicFrntBtn{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digDocCnicFrntBtn{
  width: 100px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digDocLetterDwnBtn{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digDocLetterDwnBtn{
  width:150px !important;
  margin-left: 10px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.digDocLetterDwnLbl{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.digDocLetterDwnLbl{
  margin-left: 5px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.cisseperator6tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.cisseperator6tab{
    width:764px !important;
	height:5px !important;
	background-color:red;
	margin-left:-17px !important;
	margin-top:-1px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.vpsseperator6tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.vpsseperator6tab{
    width:642px !important;
	height:5px !important;
	background-color:red;
	margin-left:-17px !important;
	margin-top:-1px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.vpsseperator7tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.vpsseperator7tab{
    width:770px !important;
	height:5px !important;
	background-color:red;
	margin-left:-17px !important;
	margin-top:-1px !important;
	float:left;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.cisseperator8tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.cisseperator8tab{
    width:1018px !important;
	height:5px !important;
	background-color:red;
	margin-left:-17px !important;
	margin-top:-1px !important;
}
}

/*for small screen*/
@media ( max-width : 640px) {
.vpsseperator9tab{
	
}
}

/*for big screen*/
@media ( min-width : 640px) {
.vpsseperator9tab{
    width:1026px !important;
	height:5px !important;
	background-color:red;
	margin-left:-17px !important;
	margin-top:-1px !important;
}
}
/*Digital Account Responsive CSS Ends*/