@charset "utf-8";

/*
 * Theme Name	 : avaloo - one page creative agency tempalte
 * Theme Author	 : aresthemes
 * Theme Version : 1.1
 */
 
/*
 * Theme Sections
 *
 * SEC00 : Misc. Stylesheets
 * SEC01 : Header Stylesheets
 * SEC02 : About Section Stylesheets
 * SEC03 : Team Section Stylesheets
 * SEC04 : Portfolio Section Stylesheets
 * SEC05 : Services Section Stylesheets
 * SEC06 : News Section Stylesheets
 * SEC07 : Counters Section Stylesheets
 * SEC08 : Contact Section Stylesheets
 * 
 */

 /* SEC00 : Misc. Stylesheets */
	
	body, html {		
		width: 100%;
		height: 100%;
		/*font-family: "Roboto Slab", Arial, sans-serif;*/
		font-family: 'allerregular';
		font-size: 16px;
		/*font-size: 14px;*/
		font-weight: 500;
		color: #666;
		margin:0 auto;
		padding:0;
		position:relative;
	}
	
	.mask {
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		/*background-color: rgba(0, 51, 153, .7);*/
		/*background-color: rgba(102, 102, 80, .8);*/
		background-color: rgba(30, 30, 30, .8);
		/*background-image: url(../img/mask-pattern.png);*/
		/*background-repeat: repeat;*/
	}
	
	.test{
		float:right;
	}
	section {
		padding: 0 0 70px 0;
	}
	#blog-details2 {
		padding:70px 0;
		}
	
	h1, h2, h3, h4, h5, h6 {
		margin:0;
	}
	
	html,
	button,
	input,
	select,
	textarea {
		/*color: #222;*/
		color: #666;
		/*font-family: "allerregular" !important;*/
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 16px !important;
	}

	
	h2 {
	/*font-family: "Roboto Slab", Arial, sans-serif;
	font-weight: 700;*/
	font-family: 'allerregular';
	font-size: 30px;
	color: #8fc3ea;
	letter-spacing: -1px;
	margin: 0 0 20px 0!important;
	/* margin: 0 0 5px 0;*/
	text-align: center
	}
	
	h3 {
	/*font-family: "Roboto Slab", Arial, sans-serif;
	font-weight: 500;
	font-size: 20px; */
	font-family: 'allerregular';
	font-size: 20px; 
	color: #fff;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	text-align: center
	}
	
	.loading-wrapper {
	display: table;
	background: #666;/*#f4f6fb;*/
	position: absolute;
	z-index: 100000;
	width: 100%;
	height: 100%;
	}
	
	.loading {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	}
	
	.loading .spinner {
	border: 20px solid #8fc3ea;/*#003399;*/
	border-right-color: transparent;
	}
	
	.new-bandage {
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	height: 50px;
	background: url(../img/new-bandage.png) no-repeat center center;
	}
	
	.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
	}
	
	.btn-o {
	display: inline-block;
	border: 2px solid #8fc3ea;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 700;
	color: #8fc3ea;
	margin:0;
	line-height: 1.4;
	vertical-align: baseline !important;
	
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;
		
	}
	
	.btn-o:hover {
	border-color: #fff;
	color: #fff;
	text-decoration: none;
	}
	
	.btn {
	background: #8fc3ea !important; /*rgba(134, 194, 228, 1);*/
	display: inline-block;
	/*border: 2px solid #00ccff;
	background: #00ccff;*/
	border: 2px solid #8fc3ea !important;/* rgba(134, 194, 228, 1);*/
	padding: 10px 15px;
	border-radius: 50px;
	font-size:18px;
	font-weight: 700;
	color: #fff !important;
	margin:0;
	line-height: 1.4;
	vertical-align: baseline !important;
	cursor: pointer !important;
	
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;
		
	}
	
	.btn:hover {
	background: transparent !important;
	color: #8fc3ea !important;
	text-decoration: none;
	}
	/*-----popup style-----*/
	.popup-logo { width: 340px;	}
	.popup-logo img { max-width: 100%; }
	.nw_float{
	float:left;
	width:28%;
	display:block;
	clear:none !important;
	}
	.add-schme{
	padding:0;
	display:block !important;
	}
	.add-schme > div{
	float:left;
	display:block;
	width:24%;
	padding-right:1%;
	clear:none !important;
	}
	.owner-suburb.txt3.tblwidth{
	width:270px;
	}
	.error-row.popupDatepicker2.txt3.tblwidth{
	width:270px;
	}
	
	
/* SEC01 : Header Stylesheets */
	
	header {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background:url(../img/Businessman_looking_at_wall_in_grey.jpg) no-repeat top center fixed;
	/*background: #003399 url(../img/header-bg.jpg) no-repeat center center;
	*/
	 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
		
		
	}
	
	header nav {
	/*padding-top: 30px;*/
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;
	}
	
	header nav .nav {
		margin-top: 25px;
	}
	
	header nav .navbar-toggle {
		margin-top: 30px;
	}
	
	header nav .navbar-toggle span.icon-bar {
		background:#ffffff;
	}
	
	header nav .nav a {
		/*font-family: "Roboto Slab", Arial, sans-serif;*/
		font-family: 'allerregular';
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		color: #8fc3ea !important;
		border-radius: 30px;
		padding: 10px 15px;
		border: 2px solid transparent;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}
	
	header nav .nav a:hover,
	header nav .nav a:focus	{
		background-color: transparent;
		color: #8fc3ea;
		border: 2px solid #8fc3ea; /*00CCFF*/
		outline: none !important;
	}
	
	header .top-nav-collapse {
		padding: 0px 0 20px 0;
		/*background: #666 url(../img/mask-pattern.png) repeat;*/
	}
	
	.slider-wrapper {
		position: relative;
		z-index: 5;
		display: table-cell;
		text-align : center;
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}
	.slider-content {
		margin-top: 2% !important;
		}
	.slider-wrapper .slider-content {
		display: block;
		margin: 0 auto;
	}
	
	.slider-wrapper .slider-content h1 {
		font-size: 46px;
		font-weight: 500;
		text-decoration: none;
		color:#fff;
		letter-spacing: -2px;
		margin:0;
		padding:0;
		text-shadow: 2px 3px 2px #333;
	}
	
	.slider-wrapper .slider-content h2 {
		font-size: 35px;
		font-weight: 100 !important;
		text-decoration: none;
		color:#fff;
		letter-spacing: -2px;
		margin: 0 0 10px 0;
		padding:0;
	}
	
	.slider-wrapper .slider-content p {
		margin: 0 auto;
		font-size: 16px;
		font-weight: 400;
		margin: 10px auto 20px;
		color:#fff;
	}
	
/* SEC02 : About Section Stylesheets */
	
	.about {
		position: relative;
	}
	
	.about .separator {
		display: block;
		height: 50px;
		position: absolute;
		top: -50px;
		width: 100%;
		z-index: 100;
	}

	.about .separator path {
		fill: #fff;
	}
	
	#about {
		position: relative;

	}
	.about {
		 		
	 	/*background: #003399 url(../img/team-bg.jpg) no-repeat center center; */

	}
	
	/*---edited 14/09/15---*/
	.debtors-back-button{
		float:right;
		margin-right:10px;
	}
	
	
	#about h3 {
		margin-bottom: 40px;
	}
	
	#about .about-text {
		font-weight: 500;
		/*color: #fff;*/
		color: #8fc3ea;		
		
	}
	
	#about .about-images {
		margin-top: 40px
	}
	
	#about .about-images .item {
		margin: 0 15px;
	}
	
	#about .about-images .img {
		position: relative;
		border-radius: 3px;
		overflow: hidden;
	}

	#about .about-images .img .mask {
		border-radius: 3px;
		background-color: rgba(25, 181, 254, .7); /*0, 51, 153,*/
		opacity:0;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}

	#about .about-images .img img {
		border-radius: 3px
	}

	#about .about-images .img .zoom {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
		opacity: 0;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}
	
	#about .about-images .img .count {
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -40px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		opacity: 0;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}

	#about .about-images .img:hover > .mask {
		opacity: 1;
	}
	
	#about .about-images .img:hover > .zoom {
		opacity: 1;
		bottom: 65px;
	}
	
	#about .about-images .img:hover > .count {
		opacity: 1;
		margin-top: -30px;
	}
	#about1 {
	position: relative;
	margin-top:13%;
	}
#about1 h2{
	color: #fff;
	}	
.online-form h2
{
 color: #666 !important;
}	
#about1 h1{
   /* color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -2px;
    margin: 0 0 20px !important;
    padding: 0px;
    text-decoration: none;
	text-align:center;
	/*font-family: "Roboto Slab",Arial,sans-serif;
	font-family: 'allerbold';*/
	
	color: #fff;
    font-family: "allerregular";
    font-weight: 100;
    letter-spacing: 5px;
    margin: 0 0 20px !importa8nt;
    padding: 0;
	font-size: 28px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	margin-bottom: 10px;
	}
	#about1 p {
	color: #fff;
	}
/* SEC03 : Team Section Stylesheets */

	.team {
		position: relative;
		background: #003399 url(../img/team-bg.jpg) no-repeat center center;
		padding: 60px 0;
	}
	
	.team .separator {
		display: block;
		height: 70px;
		position: absolute;
		top:0;
		width: 100%;
		z-index: 100;
	}
	
	.team .separator path {
		fill: #fff;
	}
	
	.team h2,
	.team h3 {
		color: #fff;
	}

	#team .team-slider {
		margin-top: 40px;
	}

	#team .member {
		margin:0 15px;
	}

	.member h4 {
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		margin-top: 15px;
	}
	
	.member .sep {
		width: 40px;
		height: 4px;
		margin: 10px auto;
		background: #8fc3ea;
	}
	
	.member p {
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 15px;
	}

	.member .title {
		font-size:14px;
	}
	
	.member .social i {
		font-size: 20px;
		color: #fff;
		padding: 0 10px;
	}
	
	.member .social i:hover {
		color: #8fc3ea;
	}
	
/* SEC04 : Portfolio Section Stylesheets */

	#portfolio {
		position: relative;
	}
	
	#portfolio .separator {
		display: block;
		height: 50px;
		position: absolute;
		top: -50px;
		width: 100%;
		z-index: 100;
	}
	
	#portfolio .separator path {
		fill: #fff;
	}

	#portfolio .cbp-l-filters-button {
		text-align: center !important;
	}

	#portfolio .cbp-l-inline {
		/*font-family: "Roboto Slab", Arial, sans-serif !important;*/
		font-family: 'allerregular';
	}
	
	/* Portfolio Filter Buttons */
		#portfolio .cbp-l-filters-button .cbp-filter-item:hover {
			border-color: #003399;
			color:#003399
		}
		
		#portfolio .cbp-l-filters-button .cbp-filter-item-active {
			border-color: #003399;
			background-color: #003399
		}

	/* Portfolio Item Hover */
		
		#portfolio .cbp-caption-zoom .cbp-caption-activeWrap {
			background-color: rgba( 0,51,153, .4 );
		}
		
		#portfolio .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
			background-color: #003399;
		}
		
		#portfolio .cbp-l-caption-buttonLeft:hover,
		#portfolio .cbp-l-caption-buttonRight:hover {
			background-color: #fff;
			color:#003399
		}
		
		#portfolio .cbp-item {
			border-radius: 3px;
			overflow: hidden;
		}
	
/* SEC05 : Services Section Stylesheets */

	.services {
		/*position: relative;
		padding: 60px 0;*/
		
		/*background: #003399 url(../img/services-bg.jpg) no-repeat center center;*/
		
		display: table;
		height: 100%;
		padding: 60px 0px;
		position: relative;
		width: 100%;
	}
	
	.services .separator {
		display: block;
		height: 70px;
		position: absolute;
		top:0;
		width: 100%;
		z-index: 100;
	}
	
	.services .separator path {
		fill: #fff;
	}
	
	.services h2,
	.services h3 {
		color: #003399; 
		font-weight: normal;
		letter-spacing: normal;
	}
	
	.services .item {
		text-align: center;
	}
	
	.services .item .icon {
		/*border: 2px solid #00ccff;
		color:#00ccff;*/
		padding: 15px;
		font-size: 30px;
		border: 2px solid #8fc3ea;
		color:#8fc3ea;		
		border-radius: 50%;
		margin-top: 40px;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}
	
	
	.services .item h4 {
		font-size: 18px;		
		color:#8fc3ea;
		font-family: 'allerbold';
		margin: 15px 0;
	}
	
	.services .item p {
		padding: 0 15px;
		font-size: 14px;
		font-weight: 500;
		color:#fff;
	}
	
	.services .item:hover .icon {
		border: 2px solid #8fc3ea;
		background: #8fc3ea;
		color: #fff;
	}
	
/* SEC06 : News Section Stylesheets */

	#news {
		position: relative;
		padding-bottom: 150px;
	}
	
	#news .separator {
		display: block;
		height: 50px;
		position: absolute;
		top: -50px;
		width: 100%;
		z-index: 100;
	}
	
	#news .separator path {
		fill: #fff;
	}
	
	#news .news-slider {
		position: relative;
		margin-top: 40px;
	}
	
	#news .news-slider .item {
		position: relative;
		margin: 0 10px;
	}
	
	#news .news-slider .item .time-bandage {
		position: absolute;
		top:0;
		left: 20px;
		width: 50px;
		height: 55px;
		text-align: center;
		background: url(../img/news-time-bandage.png) no-repeat center center;
		/*font-family: "Roboto Slab", Arial, sans-serif;
		font-weight: 700;*/
		font-family: 'allerbold';
		color: #fff;
		line-height: 1;
		padding: 7px 0 0 0;
	}

	#news .news-slider .item .image {
		position: relative;
		overflow: hidden;
		border-radius: 3px
	}
	
	#news .news-slider .item .tools {
		position: relative;
		margin-top: 10px;
		height: 40px;
		padding-left: 15px;
	}
	
	#news .news-slider .item .tools .icon {
		position: absolute;
		left: 0;
		top: 0;
		background: #8fc3ea;
		width: 6px;
		height: 40px;
		border-radius: 3px;
	}
	
	#news .news-slider .owl-buttons {
		position: absolute;
		top: 50%;
		margin-top: -45px;
		width: 100%;
		z-index: 0;
		height: 0;
	}
	
	#news .news-slider .owl-buttons div {
		background: transparent;
	}
	
	#news .news-slider .owl-buttons .fa {
		color:#aaa;
		border: 2px solid #aaa;
		border-radius: 50%;
		font-size: 15px;
	}
	
	#news .news-slider .owl-buttons .rightArrow {
		position: absolute;
		right: -45px;
		padding: 9px 10px 9px 13px;
	}
	
	#news .news-slider .owl-buttons .leftArrow {
		position: absolute;
		left: -45px;
		padding: 9px 13px 9px 10px;
	}
	
/* SEC07 : Counters Section Stylesheets */

	.counters {
		position: relative;
		background: #003399 url(../img/counters-bg.jpg) no-repeat center center;
		padding: 60px 0;
	}
	
	.counters .separator {
		display: block;
		height: 70px;
		position: absolute;
		top:0;
		width: 100%;
		z-index: 100;
	}
	
	.counters .separator path {
		fill: #fff;
	}
	
	.counters h2,
	.counters h3 {
		color: #fff;
	}
	
	.counters .icon {
		width: 120px;
		height: 120px;
		font-size: 60px;
		text-align: center;
		line-height: 120px;
		color:#8fc3ea;
		border: 3px solid #8fc3ea;
		border-radius: 50%;
		margin-top: 40px;
	}
	
	.counters h4 {
		font-size: 60px;
		font-weight: 700;
		letter-spacing: -2px;
		color:#fff;
		margin: 15px 0;
	}
	
	.counters h5 {
		font-size: 18px;
		font-weight: 700;
		color:#fff;
	}
	
	.counters p {
		font-size: 14px;
		font-weight: 500;
		color:#fff;
	}

/* SEC08 : Contact Section Stylesheets */
footer {
	bottom: 0;
	padding-bottom: 0;
	position: relative;
	width: 100%;
	box-sizing:border-box;
	}
	#contact {
		/*position: relative;*/
		padding-bottom: 0;
		}
	
	#contact .separator {
		display: block;
		height: 50px;
		position: absolute;
		top: -50px;
		width: 100%;
		z-index: 100;
	}
	
	#contact .separator path {
		fill: #fff;
	}
	
	#contact .contact-form {
		margin-top: 40px;
	}
	
	#contact .contact-form .form-control, .property_val .formwidth .txt3, #no_of_staff .txt3, #select-zonedropdown.txt3,#apply-pm.txt3, .form-group .form-control,  div.policy_section.active .txt3, #blurborder .txt3, .tbll input.agent-email, .tbll .txt3{
        min-height: 45px !important;
		border: 2px solid #8fc3ea;
		/*color: #00ccff!important;*/
         padding: 10px;
		margin-bottom:9px;
	}
	
	#contact .contact-form textarea {
		margin-top: 20px;
        padding: 20px;
	}

	#contact .map {
		margin-top: 60px;
		height: 400px;
	}
	
	#contact .bottom {
		/*background: #003399;*/
		background: #666;
		/*padding: 25px 0;*/
		color: #fff;
	}
	
	#contact .bottom i {
		font-size: 20px;
		padding: 10px 10px 0 10px;
		color:#8fc3ea;
		border-radius: 50%;
	}



.txt-white a {
	color: #8fc3ea;
	}
.txt-white p {
	color: #fff;
	font-size: 16px;
	}
.rightSection {
	}


@media (max-width: 767px) {
	
	h2 {
		font-size: 22px
	}
	
	h3 {
		font-size: 16px
	}
	
	.bottom .col-lg-4:last-child {
		text-align: left;
	}
	
	#contact .contact-form input {
		margin-bottom: 5px;
	}
	
	#contact .contact-form textarea {
		margin-top: 0px;
	}
	
	#news .news-slider .owl-buttons {
		position: relative;
		margin-top: 25px;
	}
	
	#news .news-slider .owl-buttons div {
		background: #fff;
		padding: 0;
	}
	
	#news .news-slider .owl-buttons .leftArrow {
		position: relative;
		left: 0;
		right: 0;
		margin: 0;
	}
	
	#news .news-slider .owl-buttons .rightArrow {
		position: relative;
		left: 0;
		right: 0;
		margin: 0;
	}
	
}

/* custom css 29 NOV_2014*/ 


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{ background: #8fc3ea; color: #fff !important;}






/*2nd DEC_2014*/
.paddingoff {
	padding: 0 !important;
	}
.align-right {
	text-align: right;
	}
.popup-box {
	width: 80% !important;
	margin-top: 33px;
	float: left;
	}
.pop-logo {
	width: 20% !important;
	float: left;
	}
.align-right span {
	margin: 0 15px;
	}
.align-right span .fa {
	margin-right: 10px;
	}
.mask-inner {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 32%;
	background-color: rgba(0, 51, 153, .7);
	}
.inner-head header {
	background: none !important;
	}
.pop-topmarg {
	margin-top: 5%;
	}
.inner-head header nav {
	/*background: rgba(0, 51, 153, 1);*/
	background:  rgba(102, 102, 102, 1);
	padding-bottom: 10px;
	}
	.signup-top {
		margin-top: 5%;
		}
	.loginbg {
		/*background: transparent;
		box-shadow: none;
		border: none;
		text-align: right;
		width: 100% !important;
		height: 100% !important;
		background: rgba(0, 51, 153, 1);*/
		background: #8fc3ea;	
		min-width: 90%;
		border-radius: 20px !important;	
		}
	.loginbg li {
		width: 100%;	
		}
	.navbar-nav .loginbg li a {	
	/*background: rgba(0, 51, 153, 1);
	border-radius:15px;
	line-height: 3;
	clear: both;*/
	font-size: 14px !important;
	padding: 5px !important;
	color: #fff !important;	
	}	  
	.padding-off {
		padding: 0px !important;
		}
	.quote_box h3, .payment_method h3 {
		background: rgba(0, 51, 153, 1) !important;
		color: #fff;
		}
	.pi_box h3 {
		background: rgba(0, 51, 153, 1) !important;
		color: #fff;
		
		}
	.pi_box {
	/*	background: rgba(0, 204, 255, 1)*/
	/*background: rgba(179, 212, 252, 1) !important;*/
	width: 100% !important;
	background:#8fc3ea;
  
	}
	.pi_box .item_totals_section {
		/*background: rgba(0, 204, 255, 1) !important;*/
		background: #8fc3ea!important;
		
		}
	.pi_box .policyrow:first-child{
		border-top: none !important;
		}
	.pi_box .policyrow {	
		border-top: 1px solid #003399 !important;	
		}
	.center {
		text-align: center;
		margin: 15px auto !important;
		}
	.center1 {
		text-align: center;
		margin: 30px auto 0px !important;	
		}
	.btn1 {
	padding: 13px 30px !important;
	}
	.center-txt {
		text-align: center;
		}
	.name-field input {
		/*border: 1px solid #ccc !important;
		padding: 5px !important;
		width: 100% !important;*/
		}
	.sgn-txt {
		margin-top: 10px;
		margin-bottom: 10px;
		}
	.licens {
		text-align: left;
		}
	.chkbox {
		margin-right: 5px !important;
		}
	.licens h3{	
	color: #8fc3ea!important;
	margin-top: 5px;
	margin-bottom: 10px;
	}

	.sign-btn,
	.print-btn {
		height: auto !important;
		background: none repeat scroll 0 0 #003399 !important;
		border: 2px solid #8fc3ea!important;
		border-radius: 15px !important;
		color: #fff;
		padding: 5px 0 !important;
		}
	.int-txt{
		text-align: left;
		padding: 15px;
		}
	.int-txt h4 {
		margin-bottom: 8px;
		}
	
	@media (max-width: 1024px) {
	.signup-top {
	margin-top: 10%;
	}
	.bread-center {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 57% !important;
	}
	.border-left {
	border: none !important;
	}
	
	.slider-wrapper .slider-content h1 {
	font-size: 36px;
	font-weight: 500;
	text-decoration: none;
	color:#fff;
	letter-spacing: -2px;
	margin:0;
	padding:0;
	}
	.quote-list li i {
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
	}
	.quote-list li {
	font-size: 18px;
	color:#fff;
	margin: 3px 0;
		
	}
	#news {
    width: 98%;
	}
	div.newquote_form {
		width: 96%;
	}
	.container-fluid {
		padding-right: 0;
	}
	#about1 {
		margin-top: 15%;
	}
	.services {
		padding:0;
	}
	.table-responsive.col-sm-12.broker-client-listing{
	overflow-x: scroll;
	}
	.owner-suburb.txt3.tblwidth.popup-selectbox{
		width:100% ! important;
	}
	.error-row.popupDatepicker2.txt3.tblwidth.popup-selectbox{
		width:100% ! important;
	}
	.section-box.debtors-table-width{
		
		overflow-x: scroll;
	}
	}
	
	}
	@media (max-width: 980px) {
	.bread-center {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 73% !important;
	}
	.border-left {
	border: none !important;
	}
	.signup-top {
	margin-top: 10%;
	}
	
	header nav .nav a{ padding:6px;}
	
	 .leftforwid .col-lg-6.row .col-md-11{ width:84%; float:left}
	.leftforwid .col-lg-6 .col-md-1.row{ width:auto; float:left; margin:0;}
	
	.slider-wrapper .slider-content h1 {
	font-size: 32px;
	font-weight: 500;
	text-decoration: none;
	color:#fff;
	letter-spacing: normal;
	margin:0;
	padding:0;
	}
	.quote-list li i {
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
	}
	.quote-list li {
	font-size: 16px;
	color:#fff;
	margin: 3px 0;	
	}
}

@media (min-width:899px) and (max-width:999px){
	div.newquote_form {
    width: 73%;
}
}
@media only screen and (max-width:767px){
	#about1 {
	margin-top:18%;
	}
	.nav.navbar-nav.navbar-right.nav-effect.uppercase.bgcolor{
	background-color:#000000;
}
}
@media (max-width: 640px) {
.leftforwid span {
	width: 100%;
	}
.rightcol {
	width: 100%;
	}
.policyrow {
	overflow: hidden;
	}
.desc {
	width: 50% !important;
	float: left;
	}
.price {
	width: 50% !important;
	float: left !important;
	text-align: right;
	margin: 0.8em 0 !important;
	}
	
	header nav{ padding-top:0 !important;}
	
	.slider-wrapper .slider-content h1 {
	font-size: 26px;
	font-weight: 500;
	text-decoration: none;
	color:#fff;
	letter-spacing: normal;
	margin:0;
	padding:0;
	}
	.quote-list li i {
	color: #fff;
	margin-right: 10px;
	font-size: 15px;
	}
	.quote-list li {
	font-size: 15px;
	color:#fff;
	margin: 3px 0;	
	}
#news {
    margin-top: 10%;
}
	.col-sm-8.client-login-accountency{
	max-width: 580px;
	overflow-x: scroll;
	}
.table-responsive.col-sm-12.broker-client-listing{
	max-width: 610px;
    overflow-x: scroll;
}

.section-box.debtors-table-width{
	 max-width: 600px;
    overflow-x: scroll;
}
}
@media (max-width: 480px) {
.leftforwid span {
	width: 100%;
	}
.rightcol {
	width: 100%;
	}
.pi_box {
/*	width: 83% !important;*/
	
	}
.desc {
	width: 50% !important;
	float: left;
	}
.price {
	width: 50% !important;
	float: left !important;
	text-align: right;
	margin: 0 !important;
	}
	
	body{
		overflow-x:hidden;
	}
	.nav{
		padding-left:15px;
	}
	.navbar-brand {
    float: none;
	}
	#about1 {
	margin-top:45%;
	}
	.col-sm-8.client-login-accountency{
overflow-x: scroll;
 max-width: 440px;
}
.cover-policy-change{
	width:100%;
	display:block;
}
.table-responsive.col-sm-12.broker-client-listing{
	max-width: 450px;
    overflow-x: scroll;
}
.section-box.debtors-table-width{
	 max-width: 440px;
    overflow-x: scroll;
}	
}
@media (max-width: 360px) {
.leftforwid span {
	width: 100%;
	}
.rightcol {
	width: 100%;
	}
.pi_box {
	/*width: 61% !important;*/
	}
.desc {
	width: 50% !important;
	float: left;
	}
.price {
	width: 50% !important;
	float: left !important;
	text-align: right;
	margin: 0 !important;
	}
	
.col-sm-8.client-login-accountency{
overflow-x: scroll;
 max-width: 279px;
}
.col-lg-10.col-lg-offset-1.clearfix.new-grid1{
	border:none;
}
#about1 {
    margin-top: 46%;
}
.table-responsive.col-sm-12.broker-client-listing{
	max-width: 290px;
    overflow-x: scroll;
}
.section-box.debtors-table-width{
	 max-width: 280px;
    overflow-x: scroll;
}
}



.text-left{   
	color: #fff;
    /*font-family: "Roboto Slab",Arial,sans-serif;*/
	font-family: 'allerregular';
    font-size: 16px;
	}
	
	.text-left .newboxstyle{ padding-bottom:6px;}
	
	.text-left .newboxstyle a{   color: #666; }
		
    #rightSection{ padding-top:30px;}


	#no_of_staff  .col-lg-6.col-md-6.col-sm-12{ padding-top:10px;}
.form-group, .formwidth row, .formwidth .leftforwid .part-margin, .property_val { font-size:16px!important;}



.img .count span{ color:#fff;

background-color: rgba(7, 200, 237, 0.5);
padding:6px 20px;

/*color: rgba(29, 55, 230, 0.7)*/ 
}

.item .count.center{ color:#fff; font-size:16px;}


.total{ 
	clear: both;
	color: #8fc3ea;
	font-size: 20px;
	font-weight: bold;
	/* margin-right: 20%;*/
	padding: 10px 0 !important;
	padding: 10px;
	text-align: right;
	}
	
.totalrow {
	padding-left: 10px;
	padding-right: 10px;
	}	
 .ipt_line{
	border-bottom: 1px solid #ccc; 
    padding: 0.8em 0;
	clear:both; 
	display:block;
	padding-left: 10px;
	padding-right: 10px;
 
	}
	
	.content.clearfix .ipt_line{ border-bottom: 1px solid #BDE8E8;  }
	 
.ipt_line span{ width:50%; display:block; float:left;}

.ipt_line div{ width:50%; float:right; text-align:right;   }



/* breadcrumbs*/


.page-header .content {
    display: table-cell;
    padding: 0 40px;
    vertical-align: middle;
}





/*-----------------------------------
			breadcrumbs1
-----------------------------------*/

.breadcrumbs1 li {
 	background:#8fc3ea;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 10px 35px 10px 25px;
    position: relative;	
	cursor:pointer;
	}
.breadcrumbs1 li:after {
	color: #003399;
	content: "\f061";
	font-family: FontAwesome;
	text-decoration: none;
	/*background: none repeat scroll 0 0 #003399;*/
    border: 2px solid #fff;
    border-radius: 57px;
    color: #fff;
	padding: 0 4px;
    position: absolute;
    text-decoration: none;
    top: 8px;
	right: -14px;
    z-index: 9;	
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	}
.breadcrumbs1 li:last-child:after  {
	display: none;	
	}
.breadcrumbs1 li.active {
 	/*background: none repeat scroll 0 0 rgba(0, 51, 153, 1);*/
	background: rgba(102, 102, 102, 0.7);
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 10px 35px 10px 25px;
    position: relative;
	}
/*.breadcrumbs1 li:before {
	 background: none repeat scroll 0 0 #003399;
    border: 2px solid #003399;
    border-radius: 2px;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    left: -35px;
    padding: 8px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 9;	
	}*/



/*-----------------------------------
		breadcrumbs1 End
-----------------------------------*/

.items-row.single-apply-question-row{ display:block;/* float:left;*/ clear:both; }

.items-row.single-apply-question-row ul{ list-style:none; margin:0; padding:0; }
.items-row.single-apply-question-row ul li  { width: auto; float:left; }
.items-row.single-apply-question-row ul li input{ float:left;}
.items-row.single-apply-question-row ul li label{ color:#fff; width:auto; /*background-color:#FFFFFF; */ padding: 15px 0 0; }

.c_details{ margin:0; padding:0; list-style:none;}

.comment-list { 
	/*float:left; margin-bottom: 10px; background:#f8f8f8; border: 1px solid #c5c5c5; padding:10px;*/ 
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f8f8f8;
    border-color: #e1e1e1 #c5c5c5 #c5c5c5;
    border-image: none;
    border-radius: 2px;
    border-right: 1px solid #c5c5c5;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 3px #9d9d9d;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
	}
.comment-list:hover {     
    background: none repeat scroll 0 0 #f8f8f8;
    border-color: #e1e1e1 #c5c5c5 #c5c5c5;
    border-image: none;
	box-shadow:none !important;
    border-radius: 2px;
    border-right: 1px solid #c5c5c5;
    border-style: solid;
    border-width: 1px;
   
    float: left;
    margin-bottom: 10px;
    padding: 10px;
	}
/*.avatar-table { float:left;}*/
.avatar-table img, .avatar-table_2 img{ max-width:100%; background:#211d1e;}
label{ font-weight:normal;}

.table-list {
	display: table;
	vertical-align: middle;
	}
.brandbox img {
	width: auto!important;
	}
.brandbox {
	display: table-cell !important;
    min-height: 115px;
    padding: 0 10px;
    vertical-align: middle;
    width: 20%;
	}
.txt-decbox {
	display: table-cell !important;
	width: 60% !important;
	min-height: 115px;	
	vertical-align: middle;
	padding: 0 10px;
	}
.txt-decbox strong {
	color: #717171;
	}
.buttonbox {
	display: table-cell !important;  
    min-height: 115px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 20% !important;
	}
	


.faq-ans {
margin-bottom: 15px;
font-family: "Roboto Slab",Arial,sans-serif;

}
.txtwhite { color: #fff !important;}
.faq-ans  h4{
	text-align:left !important;
	background-color:#8fc3ea;
	color: #444;
	padding:8px 10px;
	margin-bottom:0px;
/*	font-family: "Roboto Slab",Arial,sans-serif;*/
	font-family: 'allerbold';
	}
.faq-ans  p{
	text-align:left !important;
	/*background-color:#84E6FF;*/
	font-weight: 100 !important;
	/*background-color:#f5f5f5;*/
	color:#fff;
	padding:8px 10px;
	margin-bottom:15px !important;
	/*font-family: "Roboto Slab",Arial,sans-serif;*/
	font-family: 'allerregular';
	border: 1px solid #ebfdfd;
	}
.back {
	background-color: #666 !important;
	color:#8fc3ea !important;	
	font-family: 'allerbold';	
	}
.margbtm {
	margin-bottom:15px !important;
	}
.border-left {
	border-left: 1px solid #003399;
	/*height: 345px;*/
	}
.border-right {
	border-right: 1px solid #003399;
	/*height: 345px;*/
	}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:0;
	filter: alpha(opacity=0);
	}
.white_content {
  /*  background-color: #fff;
    border: 16px solid #00ccff;*/
    display: none;
  /*  height: 50%;*/
    left: 32%;
    overflow: auto;
    padding: 16px;
    position: fixed;
    top: 25%;
    width: 30%;
    z-index: 1002;
	}
.white_content1 { 
    display: none;
    left: 18%;
    overflow: auto;
    padding: 16px;
    position: fixed;
    top: 15%;
    width: 65%;
    z-index: 99999;
	}
.close1 {
 	background: none repeat scroll 0 0 #444;
    border: 3px solid #8fc3ea;
    border-radius: 50%;
    float: right;
    position: relative;
    right: -13px;
    top: 3px;
    z-index: 99999;
	}
.close1 img {
	height: 20px;
    margin: 5px;
    width: 20px;
	}
.brsgn,
.brsgn:focus,
.brsgn:hover {
	color: #8fc3ea;
	position: relative;
	}
.brk-dropdown {
	/*background: rgba(0,204,255,.5);*/
	background: #8fc3ea;  
    position: absolute;
	}
.brk-dropdown li,
.loginbg li {
	padding: 5px;	
	/*border: 2px solid transparent;	*/
	}
.brk-dropdown li a {
	color: #fff !important;
	text-align: left !important;
	}
	
.brk-dropdown li:hover,
.loginbg li:hover {
	/*background: rgba(102,102,102,1) !important;*/
	/*border: 2px solid #666 !important;*/
	border-radius: 30px;
	
	}
.brk-dropdown li:hover a,
.brk-dropdown li:hover a i,
.loginbg li:hover a {
	background: none !important;
	color: #666 !important;
	}

.header-contact span .fa-user,
.fa-white .fa-user {
	color: #fff;
	}
.padoff {
	padding: 0px !important;
	}
.txt-mid {
	padding-top: 10px !important;
	}
.leftforwid  {
	padding: 5px;
	}
.popuplist {
	background: #8fc3ea !important;
	padding: 10px !important;
	list-style-type: none;
	transition: all ease-in-out 2s;
	box-shadow: 0 0 5px #000000;
	}
.popuplist li {
	text-align: center;
	color: #fff;
	background: #666;
	padding: 10px;
	margin-bottom: 1px;
	}
.popuplist li:hover {
	color: #fff;
	background: rgba(0,204,255,1) !important;	
	}
.popuparea {
	position: relative;
	}
.bread-center {
	 margin: 0 auto;
    overflow: hidden;
    text-align: center;
 	   width: 70%;
	}
.breadcrumbs ul li span.middle {
	font-size: 15px;
	}
	
.frm-grid {
 	border: 2px solid #003399;
    color: #003399 !important;
    height: auto !important;
    margin-bottom: 6px;
    padding: 10px;
	border-radius: 4px;
	}
.fullwdt {
	width: 100%;
	}
.pad10 {
	padding: 10px;
	}
.txt-right {
	text-align: right;
	}
.btn-comm {	
  	background: none repeat scroll 0 0 #8fc3ea;
    border: 2px solid #8fc3ea;
    border-radius: 3px;
    color: #fff;
    cursor: pointer !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 7px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline !important;
	}
.btn-buy {	
	background-image: linear-gradient(#8fc3ea, #003399);
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline !important;	
	}
.btn-buy:hover {	
	background-image: linear-gradient(#003399, #8fc3ea);  
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline !important;	
	}

.hr-new {
	background: #8fc3ea;
    border: medium none;
    box-shadow: 0 1px 0 #fff;
    clear: both;
    height: 1px;
	}
.cl-list tr th {
	background-color: #003399;
	color: #fff;
	text-align: center;
	}
.popuplist1 {	
	background: #8fc3ea!important;
	padding: 10px !important;
	list-style-type: none;
	transition: all ease-in-out 2s;
	box-shadow: 0 0 5px #000000;
	}

.popuplist li1 {
	text-align: center;
	color: #fff;
	background: #003399;
	padding: 10px;
	margin-bottom: 1px;
	}
.popuplist1 li:hover {
	color: #fff;
	background: rgba(0,204,255,1) !important;	
	}
	
	.close2 {
 	   background: none repeat scroll 0 0 #8fc3ea;
    border: 3px solid #fff;
    border-radius: 50%;
    float: right;
    position: relative;
    right: -13px;
    top: -10px;
    z-index: 99999;
	}
.close2 img {
	height: 20px;
    margin: 5px;
    width: 20px;
	}
/*-----------------inner header-------------------------- */
.actv {
	color: #F00 !important;
	}

#header {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	/*background: #003399 url(../img/header-bg.jpg) no-repeat center center;*/	
	/* background: #003399 url(../img/header-bg.jpg) no-repeat center center fixed;*/
	background: #666 url(../img/Businessman_looking_at_wall_in_grey.jpg) no-repeat center center fixed;	 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	}
	
#header nav {
	padding-top: 30px;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;
	}
	
#header nav .nav {
	margin-top: 25px;
	}
	
#header nav .navbar-toggle {
	margin-top: 30px;
	}
	
#header nav .navbar-toggle span.icon-bar {
	background:#ffffff;
	}
	
#header nav .nav a {
	/*font-family: "Roboto Slab", Arial, sans-serif;*/
	font-family: 'allerregular';
	font-size: 14px;
	font-weight: 500;
	color: #8fc3ea;
	border-radius: 30px;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 2px solid transparent;
	
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;		
	}
	
#header nav .nav a:hover,
#header nav .nav a:focus {
	background-color: transparent;
	color: #8fc3ea;
	border: 2px solid #8fc3ea;
	outline: none !important;
	}
	
#header .top-nav-collapse {
	padding: 0px 0 20px 0;
	background: #666 url(../img/mask-pattern.png) repeat;
	}

.sub-hd {
	color: #fff;
	font-size: 18px;
	text-align: center;
	}
.fa-eye { margin-right: 5px; color: #8fc3ea;}	
#about1 h2{
	/*color: #fff;*/
    font-size: 20px;
    font-weight: 100 !important;
    letter-spacing: -2px;
    margin: 0 0 20px !important;
    padding: 0;
    text-decoration: none;
	font-family: "allerregular";
	letter-spacing: 5px;
	text-transform: uppercase;
	}
.about {	
 	display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;	 		
	 /*background: #003399 url(../img/team-bg.jpg) no-repeat center center;*/ 
	}
#id_licensed{
	margin-left:139px;
	}
#about1 h3 {
	margin-bottom: 40px;
	}	
#about1 .about-text {
	font-weight: 500;
	color: #fff
	}
	
#about1 .about-images {
	margin-top: 40px
	}
	
#about1 .about-images .item {
	margin: 0 15px;
	}
	
#about1 .about-images .img {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	}

#about1 .about-images .img .mask {
	border-radius: 3px;
	background-color: rgba(0, 51, 153, .4);
	opacity:0;
	
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;
		
	}

	#about1 .about-images .img img {
		border-radius: 3px
	}

	#about1 .about-images .img .zoom {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
		opacity: 0;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}
	
	#about1 .about-images .img .count {
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -40px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		opacity: 0;
		
		-webkit-transition:	all 0.3s;
		-moz-transition:	all 0.3s;
		-o-transition:		all 0.3s;
		-ms-transition:		all 0.3s;
		transition:			all 0.3s;
		
	}

#about1 .about-images .img:hover > .mask {
	opacity: 1;
	}
	
#about1 .about-images .img:hover > .zoom {
	opacity: 1;
	bottom: 65px;
	}
	
#about1 .about-images .img:hover > .count {
	opacity: 1;
	margin-top: -30px;
	}
.widecell tr td {
	padding: 10px !important;	
	}
.row-logo {	
	clear: both;
	overflow: hidden;
	}
.mb10 {
	margin-bottom: 10px !important;
	}
.left-color {
	 background-color: #666 !important;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
	}
.right-color {
	background-color: #d3f4ff !important;
    border: 1px solid #fff;
    color: #333;
    padding: 5px;
    text-align: right;
	}
.right-color span {
	 float: left;
	 display: none;	 
	}
.offline-form {
	overflow: hidden;
	width: 100%;
	}
.tot {
	border-bottom: 2px solid #fff;
    padding: 10px;
	color: #fff;
	font-size:24px;
	}
.tot-amount {
	border-bottom: 2px solid #fff;
    padding: 10px;
	text-align: right;
	color: #fff;
	font-size:24px;
	}
.tot-amount span{
	display:none; 	
	}
.h3-color {
	color: #fff;
	}
.quote_box1 {
	background: #fff;
	border-radius: 3px;
	padding-top:15px;
	}
.quote_box1 span {
	color: #666 !important;	
	}
.quote_box1 input {
 	border: 1px solid #666;
	background: none repeat scroll 0 0 transparent;
    /*color: #003399 !important;*/
    height: auto !important;
    margin-bottom: 6px;
    padding: 10px;
	letter-spacing: 1px !important;
	}
.quote_box1 select {
	border: 2px solid #666 !important;
	}
.quote_box1 input .txt3 {
	 color: #003399 !important;
	}
	
.h2-wht {
	color: #fff;
	}
.h3-blu {
	color: #fff;
    text-shadow: 3px 3px 8px #000;
	}
.quote_box1 .formwidth label {
	color: #666 !important;	
	}

.quote_box1 .property_line {
	 color: #666 !important;
	}
.quote_box1 .wht-txt {
	/* color: #003399 !important;*/
	 border-radius: 4px;
	 width: 100% !important;
	 background: #fff;
	}
.widthfull {
	width: 100%;
	}
.brk-dropdown {
	border-radius:30px;
	}
.brk-dropdown li:hover {
	border-radius:20px;
	}
.btn1 {
	font-size: 14px !important; 
	margin:0px !important;
	} 

.quote_box1 input.btn11 {
	display: inline-block;
	border: 2px solid #8fc3ea!important;
	background: #8fc3ea!important;
	padding: 10px 15px;
	border-radius: 50px;
	font-size:18px;
	font-weight: 700;
	color: #fff !important;
	margin:0;
	line-height: 1.4;
	vertical-align: baseline !important;
	cursor: pointer !important;
	
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	-o-transition:		all 0.3s;
	-ms-transition:		all 0.3s;
	transition:			all 0.3s;		
	}
	
.quote_box1 input.btn11:hover {
	background: #666 !important;
	color: #8fc3ea!important;
	text-decoration: none;
	}

.slide-item h1 {
	text-align: left;
	/*color: #00ccff!important;*/
	color: #8fc3ea !important;
	font-family: 'allerregular';
	}
.slide-item small {
	color: #fff;
	}
.quote-list {
	list-style-type: none;
	text-align: left;	
	}
.quote-list li i {
	color: #fff;
	margin-right: 10px;
	}
.quote-list li {
	font-size: 20.5px;
	color:#fff;
	margin: 3px 0;	
	text-shadow: 2px 3px 2px #333;
	}
	
/*---------------------------*/

.leftbar {
	/*border: 4px solid rgba(255,255,255,.5);*/
	padding: 15px;
	}
.estate-aside {
	list-style-type: none;
	padding-left: 5px;
	}
.estate-aside li {
	background: #f0f0f0;
    margin: 1px 0;
    padding: 5px;
	display: block;
	}
.estate-aside li.active {
 	background: #8fc3ea;
  
	}	
.estate-aside li i {
	color: #003399;
	margin-right: 5px;
	}
.estate-aside li:hover i,
.estate-aside li.active i {
	color: #fff;
	margin-right: 5px;
	font-size: 18px;
	}
.estate-aside li a {
	color: #003399  !important;
	}
.estate-aside li:hover a,
.estate-aside li.active a {
	color: #fff  !important;
	text-decoration: none;
	
	}

#toppadoff {
	padding-top: 0px !important;
	}
.rightbar {
	/*border: 4px solid rgba(255,255,255,.5);*/
	border: 2px solid rgba(0,51,153,.8);
	padding: 15px;
	clear: both;	
	}
.rightbar h3 {
	margin-bottom: 15px;
	}
.rightbar .table-area {
	color: #003399;
	}
.form-field a
{
  color: #003399;
}
.table-area strong
{
    color: #003399;
    font-size: 17px !important;
    font-weight: inherit;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(0, 204, 255, .7) !important;	
	}
.ticketcell, .ticketcell-1 {
	text-align: center  !important;
	border: 1px solid rgba(0, 204, 255, 1);
	padding: 0px !important;
	}
.ticketcell h4 {
	color: #fff;
	padding: 10px;
	background-color: rgba(0, 204, 255, 1);
	}
.ticketcell-1 {
	padding: 0 10px !important;
	}
.ticketcell-1 a {
	border-bottom: 1px solid rgba(0, 204, 255, 0.4);
    color: #fff !important;
    display: block;   
    padding: 7px 0;
	}
.center {
	text-align: center !important;
	}
/*.error-row{ 
	border:1px solid #F00 !important;
}*/
.items-row  p{
	color:#fff;
	}
.creditcard label{
 	color:#fff !important;
	}
.h4 {
	font-size: 24px;
	color: #8fc3ea;
	}
.position
{
    border: medium none;
    display: none;
    margin-right: -52px;
    position: absolute;
    right: 0;
    top: 212px;
    z-index: 99999;
	}
.oc-contact p {
	clear: both;
	}
.oc-contact p span{
	float:right;
	width: 93%;	
	}

/*New outside border*/
.new-grid {	
	border: 5px solid #8fc3ea;
	box-shadow: 0 0 2px #000000;
	}
.new-grid1 {
	background: #fff;
	border: 5px solid #8fc3ea;
	box-shadow: 0 0 2px #000000;
	}
.hr-new {
	background: none repeat scroll 0 0 #8fc3ea;
    border: medium none;
    box-shadow: 0 0 1px #8fc3ea inset;
    height: 1px;
    margin: 6px auto;
    width: 98%;
	}
.mtoff {
	margin-top: 0px !important;
	}
.mt30 {
	margin-top: 30px !important;
	}
.mt20 {
	margin-top: 20px !important;
	}
.tbpad15 {
	padding: 15px 0px;
	}
.tbll td {
	color: #666; 
	}



.quote_box1 p, .quote_box1 ul li label, .quote_box1 .tbl, .container .quote_box1 ul li  {
	color: #666 !important;	
	}
.dec-txt li a {
	color: #666 !important;	
	}
	
	
.quote_box1 input[type="radio"]:checked + label { background-color:transparent;}



.quote_box1 .avatar-table_2 h2, .quote_box1 .h3-color,  .quote_box1 .tot, .quote_box1 .tot-amount, .quote_box1 .description-box h3, .quote_box1 .description-box p a{ 
color:#666 !important}

.btn.btn-green a span{ color:#fff!important}
.btn.btn-green a:hover span{ color:#003399!important}



.bl-less {
	list-style-type: none;
	padding-left: 0px;	
	}
.bl-less li {	
    font-size: 13px;
	}
.bl-less li a {
	color: #fff;
	text-decoration: none;
	}
.dec-txt li a{
	color: #8fc3ea!important;;
	}
.dec-txt li a:hover{
	color: #003399 !important;
	text-decoration: none;
	}
.tbp {
	padding: 5px;
	}
/* ==================== Client =======*/
#client-details {
	height: auto !important;
	position:relative;
	/*background: url(/images/backs/container.png) repeat-y;*/
	width: 980px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

.report-wide {
	background: #FFFFFF !important;
	width: auto !important;
	padding: 0 !important;
}

#client-details #header {
	/*height: 93px;*/
	margin-bottom: 10px;
}

#client-details #header #logo {
	width: 216px;
	height: 93px;
	float: left;
}

#client-details #header #logo img {
	border: 0;
}

#client-details #header #user {
	width: 245px;
	height: 37px;
	/*margin-left: 509px;*/
	float: right;
	text-align: right;
	padding: 5px;
	background: url(/images/backs/userinfo.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

#client-details #header #user img {
	float: right;
	height: 37px;
	margin-left: 5px;
}

#client-details #header #user p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #1B1B1B;
	line-height: 12px;
}

#client-details #header #user a {
	text-decoration: none;
	color: #1B1B1B;
}

#client-details #header #menu {
	margin-bottom: 5px;
	background: #DDDDDD;
	float: right;
	text-align: right;
}

#client-details #header #menu a {
	line-height: 25px;
	height: 25px;
	display: inline-block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 3px 0;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #999;
}

#client-details #header #menu a:hover {
	background: #CCC;	
}

#client-details #appsearch {
	width: 100%;
	height: 135px;
	margin-top: 15px;
	margin-bottom: 30px;
	clear: both;
}

#client-details #appsearch form {
	display: inline;
	margin: 0;
	padding: 0;
}

#client-details #appsearch #search-term p, #client-details #appsearch #search-in p, #client-details #appsearch #search-where p, #client-details #appsearch #search-date p, #client-details #appsearch #search-status p, #client-details #appsearch #search-button p{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #333;
	display: block;
	height: 45px;
	vertical-align: middle;
}

#client-details #appsearch #search-term {
	width: 47%;
	padding: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	float: left;
	background: #DDDDDD;
	text-align: center;
}

#client-details #appsearch #search-term input {
	width: 290px;
}

#client-details #appsearch #search-in {
	width: 48%;
	padding: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	float: right;
	background: #DDDDDD;
	text-align: center;
}

#client-details #appsearch #search-where {
	width: 47%;
	padding: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	float: left;
	background: #EEEEEE;
	text-align: center;
}

#client-details #appsearch #search-date {
	width: 48%;
	padding: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	float: right;
	background: #EEEEEE;
	text-align: center;
}

#client-details #appsearch #search-date #search-date-fromto {
	display: none;
}

#client-details #appsearch #search-status {
	width: 47%;
	padding: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	float: left;
	background: #DDDDDD;
	text-align: center;
}

#client-details #appsearch #search-button {
	width: 48%;
	padding: 1%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	float: right;
	background: #DDDDDD;
	text-align: center;
}

#client-details #search-summary {
	width: 100%;
}

#client-details #search-paginate {
	width: 100%;
}

#client-details #search-results {
	width: 100%;
	display: table;
	border-collapse: collapse;
	border: 0;
}

#client-details #search-results .grey{
	background-color: #DDDDDD;
}

#client-details #search-results .result-row {
	width: 980px;
	height: 60px;
	clear: both;
	border: 0;
	display: table-row;
	border-collapse: collapse;
	border: 0;
}

#client-details #search-results .result-row > div {
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
}

#client-details #search-results .result-row p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#client-details #search-results .result-row .result-1 {
	width: 70px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#client-details #search-results .result-row .result-2 {
	width: 202px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#client-details #search-results .result-row .result-2 a {
	color: #000000;
	text-decoration: none;
}

#client-details #search-results .result-row .result-2 a:hover {
	text-decoration: underline;
}

#client-details #search-results .result-row .result-2 img {
	border: 0;
}

#client-details #search-results .result-row .result-3 {
	width: 65px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#client-details #search-results .result-row .result-4 {
	width: 60px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 5px solid #FFFFFF;
	background-image: url(/images/backs/search-policyabbr.png);
}

#client-details #search-results .result-row .result-4 p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#client-details #search-results .result-row .result-5 {
	width: 120px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#client-details #search-results .result-row .result-6 {
	width: 156px;
	padding-left: 20px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}

#client-details #search-results .result-row .result-7 {
	width: 70px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#client-details #search-results .result-row .result-8 {
	width: 207px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}

#client-details #search-results .header {
	background-color: #DDDDDD;
	height: 45px !important;
}

#client-details #search-results .header > div {
	height: 45px !important;
}

#client-details #search-results .header .result-4 {
	background: none !important;
	background-color: #DDDDDD !important;
	border: 0 !important;
	height: 45px !important;
	width: 70px !important;
}

#client-details #search-results .header .result-4 > p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px !important;
	font-style: normal  !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #000000 !important;
}

#client-details #column-3-left {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#client-details #column-3-middle {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#client-details #column-3-right {
	width: 320px;
	float: left;
}

#client-details .column-header {
	background: #6696EE url(/images/backs/view-column-header.png) no-repeat; 
	margin-top: 15px;
	padding: 5px;
}

#client-details .column-header p {
	margin: 0;
	padding: 0;
/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}



#client-details .column-cell {
	padding: 7px;
	clear: both;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
}

#client-details .column-cell-dark {
	background-color: #DDDDDD;
	padding: 7px;
	clear: both;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
}

#client-details .arrow-n {
	padding-left: 18px !important;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px #5C80C1 solid;
}

#client-details .arrow-y {
	background-image: url(/images/icons/arrow-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px !important;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px #5C80C1 solid;
}

#client-details .column-cell p.cell-left, #client-details .column-cell-dark p.cell-left {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000000;
	display: block;
	width: 40%;
	float: left;
	clear: left;
	vertical-align: middle;
}

#client-details .column-cell p.cell-right, #client-details .column-cell-dark p.cell-right {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000000;
	display: block;
	width: 60%;
	float: left;
	clear: right;
	vertical-align: middle;
}

#client-details .column-cell:after, #client-details .column-cell-dark:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#client-details .column-cell p.cell-left a img, #client-details .column-cell-dark p.cell-left a img {
	border: 0;
}

#client-details .column-cell p.cell-right a img, #client-details .column-cell-dark p.cell-right a img {
	border: 0;
}

#client-details .column-cell p.top-5, #client-details .column-cell-dark p.top-5 {
	padding-top: 5px !important;
}

#client-details .column-cell p.wide-20, #client-details .column-cell-dark p.wide-20 {
	width: 20% !important;
}

#client-details .column-cell p.wide-25, #client-details .column-cell-dark p.wide-25 {
	width: 25% !important;
}

#client-details .column-cell p.wide-30, #client-details .column-cell-dark p.wide-30 {
	width: 30% !important;
}

#client-details .column-cell p.wide-45, #client-details .column-cell-dark p.wide-45 {
	width: 45% !important;
}

#client-details .column-cell p.wide-50, #client-details .column-cell-dark p.wide-50 {
	width: 50% !important;
}

#client-details .column-cell p.wide-55, #client-details .column-cell-dark p.wide-55 {
	width: 55% !important;
}

#client-details .column-cell p.wide-70, #client-details .column-cell-dark p.wide-70 {
	width: 70% !important;
}

#client-details .column-cell p.wide-75, #client-details .column-cell-dark p.wide-75 {
	width: 75% !important;
}

#client-details .column-cell p.wide-80, #client-details .column-cell-dark p.wide-80 {
	width: 80% !important;
}

#client-details .column-cell p.wide-100, #client-details .column-cell-dark p.wide-100 {
	width: 100% !important;
}

#client-details .column-cell p.text-center, #client-details .column-cell-dark p.text-center {
	text-align: center;
}

#client-details .column-cell p.policy-colour {
	width: 23%;
	margin-right: 2%;
	height: 50px;
	text-align: center;
	background: url(/images/backs/search-policyabbr.png) no-repeat;
	line-height: 50px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
#client-details .column-header p img {
	float: right;
	margin: 2px;
	cursor: pointer;
}
#client-details .column-cell p.small-policy-colour, #client-details .column-cell-dark p.small-policy-colour {
	width: 18%;
	margin-right: 2%;
	height: 35px;
	text-align: center;
	background: url(/images/backs/search-policyabbr.png) no-repeat;
	line-height: 35px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}

#client-details .column-cell p.small-policy-colour a, #client-details .column-cell-dark p.small-policy-colour a {
	color: #FFFFFF;
	text-decoration: none;
}

#client-details .column-cell p.small-policy-colour a:hover, #client-details .column-cell-dark p.small-policy-colour a:hover {
	text-decoration: underline;
}

#client-details #column-3-left input[type=text], #client-details #column-3-middle input[type=text], #client-details #column-3-right input[type=text] {
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 2px #003399 solid;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
	width: 175px;
}

#client-details #column-3-left textarea, #client-details #column-3-middle textarea, #client-details #column-3-right textarea {
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 2px #003399 solid;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
	width: 175px;
	height: 100px;
}

#client-details #column-3-left select, #client-details #column-3-middle select, #client-details #column-3-right select {
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 2px #003399 solid;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
	color:#003399;
}

#client-details #column-3-left form .wide-100, #client-details #column-3-middle form .wide-100, #client-details #column-3-right form .wide-100 {
	width: 297px !important;
	margin: 0 !important;
}

#client-details #column-3-left form .wide-half, #client-details #column-3-middle form .wide-half, #client-details #column-3-right form .wide-half {
	width: 89px !important;
}

#client-details .edit p {
	display: block;
	padding: 8px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #222222;
	font-size: 13px;
	margin: 0;
}

#client-details .edit .grey {
	background: #DDDDDD;
}

#client-details .edit select {
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 1px #666666 solid;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
}

#client-details .edit .full-text {
	width: 290px;
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 1px #666666 solid;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
}

#client-details .edit .half-text {
	width: 145px;
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 1px #666666 solid;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
}

#client-details .edit .thir-text {
	width: 108px;
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 1px #666666 solid;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
}

#client-details .edit .quar-text {
	width: 72px;
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 1px #666666 solid;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
}

#client-details .edit .eigh-text {
	width: 36px;
	background: #FFFFFF url(/images/backs/textbox.png) repeat-x;
	border: 1px #666666 solid;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	padding: 2px;
	margin: 2px;
}

#client-details .dashboard-widget {
	width: 316px;
	height: 320px;
	border: 2px #333333 solid;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#client-details .no-margin {
	margin-right: 0px !important;
}

#client-details .dashboard-widget .widget-header {
	background: #5f79a9 /*url(/images/backs/view-column-header.png) no-repeat*/; 
	padding: 8px;
	
}

.widget-header h3{
	color: #fff;
	}
	
	
#client-details .dashboard-widget .widget-header p {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#client-details .dashboard-widget .widget-contents {
	height: 284px;
	width: 316px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: none;
}

#client-details .dashboard-widget .widget-contents .row {
	width: 96%;
	padding: 2%;
	height: 40px;
	font-size: 12px;
}

#client-details .dashboard-widget .widget-contents .row img {
	float: right;
	margin-top: 10px;	
}

#client-details .dashboard-widget .widget-contents .grey {
	background-color: #CCC;
}

#client-details .dashboard-widget-statement {
	width: 100%;
	height: auto;
	border: 2px #333333 solid;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
#client-details .dashboard-widget-statement .widget-header {
	background: #6696EE; 
	padding: 8px;
}
#client-details .dashboard-widget-statement .widget-header p {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#client-details .dashboard-widget-statement .widget-contents {
	height: auto;
	width: 100%;
	padding: 0px;
	overflow-y: auto;
	overflow-x: none;
}

#client-details .dashboard-widget-statement .statement-results-client-details{
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	overflow-y: auto;
	overflow-x: none;
}
#client-details .dashboard-widget-statement .statement-results-client-details .row {
	width: 96%;
	padding: 2%;
	height: 40px;
	font-size: 12px;
}
.statement_table tr td{
	padding-left: 12px !important;
}

#client-details .dashboard-widget-statement .statement-results-client-details .grey {
	background-color: #CCC;
}

#client-details .dashboard-widget-statement .widget-contents .statement-dates{
	margin-left: 305px; margin-top: 20px;
}

#client-details .table-client-details {
	max-width: 980px;
	overflow-y: auto;
}

#client-details .rates-table {
	display: table;
	float: left;
	clear: right;
}

#client-details .rates-table .rates-title {
	background: #6696EE url(/images/backs/header-gradient-wide.png) no-repeat; 
	margin-top: 15px;
	padding: 5px;
	text-align: center;
}

#client-details .rates-table .rates-title p {
	margin: 0;
	padding: 3px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#client-details .rates-table .rates-row .rates-header-cell {
	display: table-cell;
	background: #CCCCCC;
	border: 1px #BBBBBB solid;
	margin: 1px;
	padding: 2px;
	text-align: center;
}

#client-details .rates-table .rates-row .rates-header-cell p {
	margin: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#client-details .rates-table .rates-row .rates-cell {
	display: table-cell;
	background: #DDDDDD;
	border: 1px #CCCCCC solid;
	margin: 1px;
	padding: 2px;
	text-align: center;
}

#client-details .rates-table .rates-row .rates-cell p {
	margin: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000000;
}

#client-details .rates-table .rates-row .rates-blank {
	display: table-cell;
	background-color: none !important;
	background-image: none !important;
	border: 1px #FFFFFF solid;
	margin: 1px;
	padding: 2px;
	text-align: center;
}

#client-details .rates-table .rates-row .rates-blank p {
	margin: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #FFFFFF;
}
.clientActiveBunt
{
	background:#000 !important;
	color:#FFF !important;
}
.header-title h2
{
  color:#fff;
}

.tabletxt { color: #003399;	}
.padoff { padding: 0px !important; }
.mtb15 { margin-top: 20px;}
.mtb15p { margin-top: 20px; margin-bottom: 20px;}
.mt20 { margin-top: 20px;}
.mt40 { margin-top: 40px;}
.mt60 { margin-top: 60px;}

.txt-blue { color: #003399 !important;} 
.pblue p { color: #003399 !important;}
.login-form  p{ color: #003399; font-weight: 100 !important; }
.info-box ol { color: #003399; border: 1px solid #003399; padding-top: 10px; padding-bottom: 10px; }
.info-box ol li a { color: #003399; }
.title {	
	background: #8fc3ea;
	border-radius: 30px;
    color: #003399;
    padding: 8px;
	}
.info-box h3 {
	background: #003399;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
    text-align: left;
	margin-bottom: 0px;
	} 
.answer-list p {
	color: #444;
	}
.help-box p{
	color: #003399 !important;
	}
.box h3 {
	background: #003399;    
    margin-bottom: 15px;
	color: #fff;
    padding: 10px;
    text-align: left;
	margin-bottom: 0px;
	}
.box h3 a { color: #fff !important; }
.box p {
	border: 1px solid #003399;
    color: #003399;
    padding: 10px;
	}
.link a {
	color: #8fc3ea!important;
	}
	
.newboxstyle a { color: #8fc3ea!important;}	
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8fc3ea; 
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff !important;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  /*-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}

.button {
	display: inline-block;
	height: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #111111;
	padding-left: 5px;
	background: url(../admin/images/button-l.png) no-repeat;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.button span {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-right: 5px;
	display: inline-block;
	background: url(/admin/images/button-r.png) right no-repeat;
	height: 22px;
	line-height: 20px;
	padding-top: 1px;
	text-align: center;
	cursor: pointer;
}

.navcolor {
	background-color: transparent !important;
	}
.hovgray:hover {
	/*background:  rgba(116, 117, 119, .7) !important;*/
	background-color: transparent;
	}
.tp5 {
	 margin-top: 5px;
	}
.navbox {
	overflow: hidden;
    padding: 0 12px 12px 0 !important;
	}
.btn-big {
	padding: 15px 20px;
	background: #8fc3ea !important;
	color: #666 !important; 

	}
.amount {
	color: #fff;
	}
	
.navbar-fixed-top, .navbar-fixed-bottom {
	position: absolute !important;
}
/*=================================
			20-3-15
=================================*/

.header-contact a {	color: #00ccf !important; }
.navbar-nav li a { color: #8fc3ea !important; }
.graytxt p,
.graytxt ul li label { color: #666 !important; }
.graytxt form > .items-row {
	border: 1px solid #8fc3ea;
    border-radius: 2px;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
	}
.tableHeader {
	background: #666 !important;
	}
.tableHeader td {
	color: #fff;
	}
.oddRow td,
.evenRow td {
	color: #666;
	}
.center {
	text-align: center;
	}
.fly {
	text-shadow: 1px 2px 1px #000;
	}
.tbox {
	display: table;
	height: 45px;
	}
.tdbox {
	display: table-cell;
	float: none !important;
	vertical-align: middle;
	}
.txtdark {
	color: #666 !important;
	}
	/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
	/*background:#f7f7f7;*/
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding: 5px 15px;
	display:inline-block;
	border-bottom:1px solid #fff;
	
	background: #8fc3ea;/*rgba(0, 204, 255, .5);*/
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	/*text-shadow:0px 1px 0px #1a1a1a;*/
	color:#666 !important;
	font-weight: 100 !important;
	border-radius:4px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
	color: #fff !important;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}
.property_val .accordion-section-title .numbers,
.online-form .accordion-section-title .numbers {
	background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    padding: 2px 9px;
	color: #8fc3ea !important;
	margin-right: 10px;
	}
.property_val .accordion-section-title:hover .numbers,
.property_val .accordion-section-title.active .numbers,
.online-form .accordion-section-title:hover .numbers,
.online-form .accordion-section-title.active .numbers{
	background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    padding: 2px 9px;
	color: #666 !important;
	}

/*----- Section Content -----*/
.accordion-section-content {
	padding:10px 10px 10px 0px;
	display:none;
}


.accordion-section p b {
	color: #8fc3ea;
    font-size: 18px;
    font-weight: bold !important;
	}

.add-schme{ padding:0px 10px; display:inline-block;}
.submit-button.apply-back{ background:none; background-color:transparent; color:#fff; border:none; border:0;}


	/* for Auto Logout */
/*============ pop-up box ================*/
#dialog {
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    height: 190px;
    left: 50%;
    margin-left: -180px;
   margin-top: -185px;
	position: fixed;
	border:3px solid #00ccff;
    position: absolute;
	overflow: hidden;
    top: 50%;
    width: 360px;
    z-index: 999999;
    -webkit-border-radius: 9px; 
    -moz-border-radius: 9px; 
    border-radius: 9px; 
}

#dialog-bg {
    background-color: #FBFBFB;
    width: 360px;
    height: 189px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 
}

#dialog-title {
    width: 360px;
    height:45px;
    padding-top: 12px;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9); /* IE10 */
    background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9); /* Opera 11.10+ */
    background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9'); /* IE6-IE9 */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #FFFFFF;
    color: #434343;
    text-shadow: 1px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    cursor: default;
}

#dialog-description {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 18px;
    color: #555555;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    border-top: 1px solid #B9B9B9;
    cursor: default;
}

#dialog-buttons {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}

.btn-pop,
.btn-pop:visited {
    background-color: #222;
    margin-left: 2px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    padding: 7px 15px 11px;
	float:left;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px  rgba(0,0,0,0.45);
    filter: dropshadow(color= rgba(0,0,0,0.45), offx=1, offy=1);
    cursor: pointer;
}

.btn-pop:hover {
    /*backgroud-color: #111;
    color: #fff;*/
}

.btn-pop:active {
    top: 1px;
    color: #fff;
}

.btn-pop,
.btn-pop:visited,
.medium.btn-pop,
.medium.btn-pop:visited {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}

.large.btn-pop,
.large.btn-pop:visited {	
    font-size: 13px;
   /* padding: 8px 14px 9px;*/
}

#dialog-buttons .large.green {
	background-color: #7DCA34 !important;
	background: #7DCA34!important;
}
.green.btn-pop,.green.btn-pop:visited {
    background: #7DCA34 !important;	
    color: #fff;
    border: 1px solid #5D8C22;
    background-repeat: repeat-x;
}
.green.btn-pop:hover {
    background-color: #7DCA34 !important;
	background: none !important;
    color: #fff;
    border: 1px solid #5D8C22;   
}
#dialog-buttons .large.red {
	background-color: #E64444 !important;
	background: #E64444!important;
}
.red.btn-pop,
.red.btn-pop:visited {
    background-color: #E64444;
    color: #fff;
    border: 1px solid #B63440;
    background-repeat: repeat-x;
}
.inputradius select {
    background: transparent none repeat scroll 0 0;
    border-radius: 4px;
    color: #003399 !important;
    height: auto !important;
    margin-bottom: 6px;
    padding: 10px;
    width: 46%;
}
.inputradius input {
    border-radius: 4px !important;
}