/* CSS Document
	Resetting browser default styles
	All 
	Header
	Featured block
	Form block
	Footer 
	Media Queries
*/

/* Resetting browser default styles */
@font-face {
	font-family: 'Gotham';
	src: url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_book-35f951b12286ea1318faa446f8ae8f68.eot');
	src: url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_book-35f951b12286ea1318faa446f8ae8f68.eot') format('embedded-opentype'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_book-7d8266441f37dc1550209bb396ea8d68.woff2') format('woff2'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_book-984adf1ca9a724bbdd96659bcb07656f.woff') format('woff'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_book-ce3962f8c7420f7f7f964a65fd12eddb.ttf') format('truetype'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_book-792137da016494d90ef37804851d2782.svg#Gotham') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_bold-32bf2f24d9f9045c2c713af1f28ff1d7.eot');
	src: url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_bold-32bf2f24d9f9045c2c713af1f28ff1d7.eot') format('embedded-opentype'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_bold-132115d54cddc8d7e554c771c58bcc12.woff2') format('woff2'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_bold-20d0d3799543f468523d82e5bc710a18.woff') format('woff'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_bold-5b453805ce2379766f52819197fd99ff.ttf') format('truetype'),
		url('/css/mallStyle/estatecard/addLocalStore/style/fonts/gotham_bold-3eb66758cd7981f9aa570f30e7c4fd39.svg#gotham_bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

html, body {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 28px 'Gotham', sans-serif;
	color: #363636;
	background: #fff;
}

div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4,
	h5, h6, blockquote, header, section, footer, aside, nav, article,
	figure, figcaption, dt, dd, dl {
	margin: 0;
	padding: 0;
}

header, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe, object, embed {
	max-width: 100%;
}

ul, li {
	list-style: none;
}

input{
	vertical-align: middle;
}

input:focus, textarea:focus {
	outline: none;
}

button, input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #acadae;
	-webkit-transition: color linear .2s;
	transition: color linear .2s;
}

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

/* All */
.wrapper {
	max-width: 1690px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.minwidth, section {
	min-width: 960px;
}

.clear:after, .wrapper:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

h3 {
	font: 46px 'Gotham', sans-serif;
	text-transform: uppercase;
	padding-bottom: 35px;
}

h3 strong {
	font-weight: 700;
}

h5 {
	font: 36px 'Gotham', sans-serif;
	padding-bottom: 90px;
	font-weight: bold;
	text-decoration: underline;
}

h5 strong {
	font-size: 46px;
	font-weight: 700;
}

p {
	padding-bottom: 170px;
}

p strong {
	font-weight: 700;
}

.button, .button:visited{
	color: #4d0304;
	font: 700 51px/75px 'Gotham', sans-serif;
	text-transform: uppercase;
	background: #fff;
	padding: 0 17px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color linear .2s, background-color linear .2s;
	transition: color linear .2s, background-color linear .2s;
}

#btnLogin{
	font:inherit;
}

.button:hover {
	color: #fff;
	background: #000;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"],
	textarea, select {
	width: 63%;
	height: 52px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 25px/30px 'Gotham', sans-serif;
	color: #000;
	padding: 0 10px;
}

textarea {
	height: 145px;
	padding: 10px;
	vertical-align: middle;
}

select {
	position: relative;
	top: 2px;
}

.upload {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	margin-bottom: 5px;
}

.upload input[type="text"] {
	width: 99%;
}

.upload input[type="submit"] {
	width: 20%;
	margin: 0;
}

.upload input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	opacity: 0;
	cursor: pointer;
}

.browse, .browse:visited {
	width: 238px !important;
	height: 52px;
	text-align: center;
	background: #9c9a97;
	color: #fff;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 31px/52px 'Gotham', sans-serif;
}

.browse:hover {
	color: #fff;
	background: #9c9a97;
}

.submit, .submit:visited {
	background: #fff;
	padding: 0 20px;
	height: 52px;
	text-align: center;
	color: #555;
	border: 1px solid #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 700 28px/52px 'Gotham', sans-serif;
	-webkit-transition: color linear .2s, background-color linear .2s;
	transition: color linear .2s, background-color linear .2s;
}

.submit:hover {
	color: #fff;
	background: #000;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {cursor:pointer;padding-left:25px;background:url(/css/mallStyle/estatecard/addLocalStore/images/icons/checkbox_unchecked-50425eecd9180d7b38c7cfcf914e9223.png) 0 center no-repeat;display:inline-block;vertical-align:middle;color:#555;}
input[type="checkbox"] + label a, input[type="checkbox"] + label a:visited {color:#555;}
input[type="checkbox"] + label a:hover {color:#000;}
input[type="checkbox"]:checked + label, input[type="checkbox"] + label.checked, input[type="checkbox"] + label:active {background-image:url(/css/mallStyle/estatecard/addLocalStore/images/icons/checkbox_checked-e6247c18d89c5e8d1a4d8f9c66092fca.png);}
 

/* Header */
#title {
	background: #000;
	padding: 27px 20px;
	color: #fff;
	font: 700 30px 'Gotham', sans-serif;
}

.header img {
	float: left;
}

/* Featured block */
.featured_block {
	background: #060302 url(/css/mallStyle/estatecard/addLocalStore/images/demo/bg_featured-3cac16342fdecc9a00baa708692d68a2.jpg) center top
		no-repeat;
	background-size: cover;
	padding: 20px 0 20px 0;
	color: #fff;
}

.featured_block p {
	max-width: 665px;
	position: relative;
	z-index: 1;
}

.featured_block h3 {
	color: #fff;
	max-width: 750px;
	position: relative;
	z-index: 1;
}

.featured_text_right {
	text-align: right;
}

.featured_text_right h3, .featured_text_right p {
	float: right;
	clear: right;
}

.featured_text_right_left .wrapper>div {
	float: right;
	width: 630px;
}

.featured_text_right_left h3, .featured_text_right_left p {
	max-width: 100%;
}
/* Featured valuable */
.featured_valuable {
	padding: 130px 0 0 0;
	background-image: url(/css/mallStyle/estatecard/addLocalStore/images/demo/bg_featured2-a0ee5c36b14d001c2221155a83df7e42.jpg);
}
/* Featured couple */
.featured_couple {
	padding: 150px 0 0 0;
	background-image: url(/css/mallStyle/estatecard/addLocalStore/images/demo/bg_featured3-8c09284ddedc915fa8c889ea7b4c35e4.jpg);
}

.featured_couple p:last-child {
	padding-left: 77px;
}

.popup_block {
	display: none;
}

.popup_block h3 {
	text-align: center;
	font-size: 33px;
}

.popup_block p {
	padding-bottom: 35px;
	font-size: 22px;
}

.popup_block h5 {
	padding: 10px 0 35px 0;
	font-size: 25px;
}

/* Form block */
.form_block {padding:70px 0 100px 0;background:#fff;}
.form_list > li {padding-bottom:34px;}
.form_list > li ul {float:left;width:56%;margin-bottom:-34px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.form_list > li ul:nth-child(2) {width:44%;padding-left:50px;}
.form_list > li ul li {padding-bottom:34px;}
.form_list > li ul li label {width:50%;}
.form_list > li ul li input {width:50%;}
.form_list > li ul li .smallest {width:13%;}
.form_list > li ul:nth-child(2) li label {display:block;text-align:left;width:auto;padding-bottom:14px;}
.form_list > li ul:nth-child(2) li textarea {height:230px;}
.form_list > li ul:nth-child(2) .upload {width:71%;}
.form_list > li ul:nth-child(2) .uploadCheque {width:50%;}
.form_list > li ul:nth-child(2) .uploadLogo {width:50%;}
.form_list > li ul:nth-child(2) span.i .tooltip_content {margin-left:-400px !important;}
.form_list > li ul:nth-child(2) span.i .tooltip_content:after {display:none;}
.form_list > li span {display:inline-block;vertical-align:middle;font-size:26px;}
.form_list > li span.i {width:36px;height:36px;background:url(/css/mallStyle/estatecard/addLocalStore/images/icons/i-c699222323b3e53310f639c3591da3e0.png) no-repeat;margin-left:3px;cursor:pointer;position:relative;display:inline-block;}
.form_list > li span.i .tooltip_content {position:absolute;bottom:100%;left:50%;margin-bottom:10px;background:#333;font:26px 'Gotham';color:#fff;border-radius:3px;width:450px;padding:10px 15px;display:none;z-index:999;}
.form_list > li span.i:hover .tooltip_content {display:block;}
.form_list > li span.i .tooltip_content:after {content:'';position:absolute;top:100%;left:50%;height:0;width:0;pointer-events:none;border:solid transparent;border-top-color:#333;border-width:5px;margin-left:-5px;}
.form_list > li span.i[data-tooltip-position="bottom"] .tooltip_content {bottom:auto;top:100%;margin-bottom:0;margin-top:10px;}
.form_list > li span.i[data-tooltip-position="bottom"] .tooltip_content:after {top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#333;}
.form_list > li label {font-size:36px;width:25%;max-width:410px;padding:0 20px 0 0;display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;}
.form_list > li label.small_font {font-size:31px;}
.form_list > li input[type="checkbox"] + label {font-size:26px;width:auto;max-width:100%;padding:0 0 0 65px;text-align:left;}
.form_list > li .medium {width:22%;margin-right:42px;}
.form_list > li .small {width:14%;}
.form_list > li .smallest {width:8%;}
.form_list > li .right_check {text-align:right;display:inline-block;vertical-align:middle;width:38%;}
.form_list > li .right_check label {font-size:31px !important;}
/* .form_list > li:last-child {text-align:right;padding:35px 12% 0 0;} */

.form_list>li {
	padding-bottom: 34px;
}

.form_list>li ul {
	float: left;
	width: 56%;
	margin-bottom: -34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_list>li ul:nth-child(2) {
	width: 44%;
	padding-left: 50px;
}

.form_list>li ul li {
	padding-bottom: 34px;
}

.form_list>li ul li label {
	width: 50%;
}

.form_list>li ul li input {
	width: 50%;
}

.form_list>li ul li .smallest {
	width: 13%;
}

.form_list>li ul:nth-child(2) li label {
	display: block;
	text-align: left;
	width: auto;
	padding-bottom: 14px;
}

.form_list>li ul:nth-child(2) li textarea {
	height: 230px;
}

.form_list>li ul:nth-child(2) .upload {
	width: 71%;
}

.form_list>li ul:nth-child(2) .uploadCheque {
	width: 50%;
}

.form_list>li ul:nth-child(2) span.i .tooltip_content {
	margin-left: -400px !important;
}

.form_list>li ul:nth-child(2) span.i .tooltip_content:after {
	display: none;
}

.form_list>li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
}

.form_list>li span.i {
	width: 36px;
	height: 36px;
	background: url(/css/mallStyle/estatecard/addLocalStore/images/icons/i-c699222323b3e53310f639c3591da3e0.png) no-repeat;
	margin-left: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.form_list>li span.i .tooltip_content {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 10px;
	background: #333;
	font: 26px 'Gotham';
	color: #fff;
	border-radius: 3px;
	width: 450px;
	padding: 10px 15px;
	display: none;
	z-index: 999;
}

.form_list>li span.i:hover .tooltip_content {
	display: block;
}

.form_list>li span.i .tooltip_content:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	border-top-color: #333;
	border-width: 5px;
	margin-left: -5px;
}

.form_list>li span.i[data-tooltip-position="bottom"] .tooltip_content {
	bottom: auto;
	top: 100%;
	margin-bottom: 0;
	margin-top: 10px;
}

.form_list>li span.i[data-tooltip-position="bottom"] .tooltip_content:after
	{
	top: auto;
	bottom: 100%;
	border-top-color: transparent;
	border-bottom-color: #333;
}

.form_list>li label {
	font-size: 28px;
	width: 25%;
	max-width: 410px;
	padding: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.form_list>li label.small_font {
	font-size: 28px;
}

.form_list>li input[type="checkbox"]+label {
	font-size: 26px;
	width: auto;
	max-width: 100%;
	padding: 0 0 0 65px;
	text-align: left;
}

.form_list>li .medium {
	width: 22%;
	margin-right: 42px;
}

.form_list>li .small {
	width: 14%;
}

.form_list>li .smallest {
	width: 8%;
}

.form_list>li .right_check {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 38%;
}

.form_list>li .right_check label {
	font-size: 31px !important;
}
/* .form_list > li:last-child {text-align:right;padding:35px 12% 0 0;} */

/* Footer */
.footer {
	text-align: center;
	padding: 35px 0 45px 0;
	background: #000;
	font-size: 21px;
	color: #fff;
}

.footer a, .footer a:visited {
	color: #fff;
}

.footer a:hover {
	color: #acadae;
}

.footer p {
	padding: 0;
}

.footer p:first-child {
	/* font-size: 29px;
	font-weight: 700; */
	padding-bottom: 50px;
}

/* Media Queries */
/* Desktop */
@media only screen and (min-width: 960px) and (max-width: 1900px) {
	.site_wrap.active {
		position: absolute;
		left: 0;
		top: 0;
		width: 1900px;
		margin: 0 auto;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.site_wrap.ie {
		min-width: 1900px;
		margin: 0 auto;
	}
}

.loading {
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	background-image: url("/images/progress-5559cf396fa47053ba02d0d70dc4d58d.gif");
}

ul.alert>li {
	margin-bottom: 10px;
}

ul.alert>li>ul>li {
	list-style: inside;
	font-size: 80%;
}

input[type=text].auto-search {
	background-image: url('/images/arrow-14d86ce836feef090fd1129a6ac8d1ca.gif');
	background-repeat: no-repeat;
	background-position: 99.5% center;
	padding-right: 16px;
}

ul.states-cities-autocomplete {
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
	border: solid 1px #8d8d8d;
}

ul.states-cities-autocomplete>li>div {
	cursor: default;
	font: 31px/52px 'Gotham', sans-serif;
	color: #000;
	line-height: 38px;
	padding-left: 5px;
	overflow: hidden;
}

ul.states-cities-autocomplete>li.ui-state-focus>div {
	background-color: #1E90FF;
	color: #FFFFFF;
}

.topbutton {
	padding-bottom: 80px;
}

.ui-widget-content {
	background: none;
}

.ui-menu .ui-menu-item {
	padding: 0px;
	list-style-image: none;
}

#txtADPIAccountHolderName {
	width: 72%;
}

#txtADPIBankName {
	width: 31%;
}

li.paynment-info label.ac_type {
	max-width: 15%;
}

.row {
	max-width: none;
}

header {
	padding: 25px 0;
}

.login {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-family: "GothamBook";
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 0;
	margin-bottom: 0;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'],
	[type='month'], [type='week'], [type='email'], [type='number'], [type='search'],
	[type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: inline-block;
}

#loginError{ color:white; font-size: medium;}

#logo{ padding-left:50px;}

#btnLogin {font-size:10px;}
#loginmenu{padding-right:50px;}

.popup_trigger:visited {color:#555;}
.popup_trigger:hover {color:#000;}
.popup_trigger{
	color:#555;
	
	text-align: left;	
}

.main_menu nav ul li { padding: 0 100px; }
.featured_block { padding-top: 30px;}

.main_menu nav ul li a {
    font-size: 130%; 
}

.combodate select {
	 height:30px; 
	 font: 21px/30px 'Gotham', sans-serif;
 }
 
 .report {
 	height: 40px;
 	font: 700 15px/30px 'Gotham', sans-serif;
 }
.timepicker {
	font-size:20px;
 	width: 8em;
 	height: 52px;
 }
.form_list>li label.lblTime {
	margin-left: -150px;
 }
 table {
  table-layout: fixed;
  margin-left:auto; 
  margin-right:auto;
  border-collapse: collapse;
  width: 70%;
}
 
th, td {
  border:1px solid black;
  text-align: -webkit-center;
}
div.day-content  {
  font-size: 20px;
}

div.stTime-content {
  font-size: 20px;
}

div.endTime-content {
  font-size: 20px;
}

.hidden { display: none; }

.sigPad {
	position: relative;
	display: inline-block !important;
	
}

.sig{ display:block !important; width:657px !important; height:168px !important; border: 1px solid black; }

.small_font {font-size:20px;}

.stack #wrapper table{
  width: 100%;
}

        