#countdown {
	color: rgb(126,194,21);
	font-weight: normal;
	font-size: 1.15em;
	font-family: bitfont1;
}

.header-container {
	padding:15px;
 	background-color:rgb(38,38,38); 
}

.inner-middle-container {
	padding:15px;
 	background-color:#ffffff;
 	border-top-style:solid;
 	border-bottom-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
 	border-top-color:rgb(29,29,29);
 	border-bottom-color:rgb(29,29,29);
}

.tooltip-inner {
	width: 200px;
    max-width: 300px;
    text-align: left;
}

.fieldcontain label, .fieldcontain .property-label {
	color: #666666;
	text-align: right;
	width: 30%;
}

.fieldcontain input, .fieldcontain textarea {
	color: #666666;
	width: 50%;
	max-width: 50%;
}

.fieldcontain textarea {
	height: 100px;
}

.fieldcontain .property-label {
	float: left;
}

.fieldcontain .property-value {
	display: block;
	margin-left: 32%;
}

input:focus, select:focus, textarea:focus {
	background-color: #ffffff;
	border: 1px solid #66afe9;
	outline: 0;
	   -moz-box-shadow: 0 0 0.5em #ffffff;
	-webkit-box-shadow: 0 0 0.5em #ffffff;
	        box-shadow: 0 0 0.5em #ffffff;
}

input[readonly=readonly] {
	color: #58903c; 
	border-style: dashed; 
}

/* form fields with errors */

.error input, .error select, .error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

//

body,input,select,textarea {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}

body {
	font-size: 14px;
	line-height: 1.428571429;
	color: #043958;
	background-color: #FFF;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

a {
	color: #043958;
	text-decoration: none;
}

p {
	margin: 15px 10px 15px;
	color: rgb(128, 135, 135);
	text-align: justify;
	font-family: bitfont1;
}

label,p {
    cursor: default;
}

.content h1 {
	color: rgb(29,29,29);
	font-weight: normal;
	font-size: 1.2em;
	font-family: bitfont1;
	text-transform: uppercase;
	border-bottom: 0px solid #CCCCCC;
	/* 	background-color: #f2f5f8; */
	/* 	border-radius: 4px; */
	/*  	padding-left: 10px; */
	/* 	margin: 0 0 0; */
	/* 	margin-bottom: 10px; */
	padding-top: -0.7em !important;
	padding-bottom: 0.7em !important;
}

.transaction-table-font{
	color: rgb(128,135,135); /*rgb(29, 29, 29);*/
	font-weight: bold;
	font-size: 1.0em;
	font-family: bitfont;
	background-color:#ffffff !important;
	/* 	background-color: #f2f5f8; */
	/* 	border-radius: 4px; */
	/*  	padding-left: 10px; */
	/* 	margin: 0 0 0; */
	/* 	margin-bottom: 10px; */
/* 	padding-top: -0.7em !important; */
/* 	padding-bottom: 0.7em !important; */
}

.th-font{
	color: rgb(29,29,29) !important; /*rgb(29, 29, 29);*/
	font-weight: bold !important;
	font-size: 1.0em !important;
	font-family: bitfont !important;
	/* 	background-color: #f2f5f8; */
	/* 	border-radius: 4px; */
	/*  	padding-left: 10px; */
	/* 	margin: 0 0 0; */
	/* 	margin-bottom: 10px; */
/* 	padding-top: -0.7em !important; */
/* 	padding-bottom: 0.7em !important; */
}


.content h3 {
	color: rgb(128,135,135); 
	font-weight: bold;
	font-size: 1.1em;
	font-family: bitfont;
	border-bottom: 0px solid #CCCCCC;
	margin:10px !important;
	padding-left:3em;
}

.content h2 {
	color: rgb(29,29,29);
	font-weight: bold;
	font-size: 1.2em;
	font-family: bitfont;
	border-bottom: 0px solid #CCCCCC;
}

.content h4 {
	color: rgb(126,194,21);
	font-weight: normal;
	font-size: 1.15em;
	font-family: bitfont1;
	/* 	text-transform:uppercase ; */
	border-bottom: 0px solid #CCCCCC;
	/* 	background-color: #f2f5f8; */
	/* 	border-radius: 4px; */
	/*  	padding-left: 10px; */
	/* 	margin: 0 0 0; */
	/* 	margin-bottom: 10px; */
	padding-top: 0.4em !important;
	padding-left: 0.4em !important;
	padding-bottom: 0.4em !important;
}

.help-label{
  color:rgb(29,29,29) !important;
  font-size:0.8em !important;
  font-family: bitfont1 !important;
  width: 60% !important;
  margin-bottom: -1.0em !important;
}

.phone-div{
	display: inline-block !important; 
	width: 50% !important; 
	border-style: solid !important;
	border-width: thin !important;
	border-color: rgb(193,193,193) !important;
}

.phone-us-code-text{
 	margin-left: -7px !important;
 	border-style:none !important; 
}

.phone-india-code-text{
 	margin-left: -3px !important;
 	border-style:none !important; 
}

.phone-text{
  	border-style:none !important; 
}

.country-code-text

.faq{
  color:rgb(29,29,29) !important;
}

.phone-us{
background-image:url('../images/country/us-phone.png');
background-repeat:no-repeat;
padding-left:4.5em;
}

.phone-india{
background-image:url('../images/country/india-phone.png');
background-repeat:no-repeat;
padding-left:5em;
}

.down-arrow{
	background-image:url('../images/down-arrow.png');
	background-repeat:no-repeat;
	background-position:right;
}

.footer {
	clear: both;
	font-size: 0.8em;
	color: rgb(128, 135, 135); 
	background-color: #ffffff;
	text-shadow: 1px 1px #fff;
	padding: 2em 0em 3em;
}

.hr-footer {
	margin-top: 3em;
	color: rgb(126, 194, 21);
	background-color: rgb(126, 194, 21);
	height: 2px;
}

.justify-text{
	text-align:justify !important;
}

.hr-fieldset {
	color: rgb(213,213,213);
	background-color: rgb(213,213,213);
	height: 1px;
 	width:99.5% !important; 
	margin-left:5px;
	margin-bottom: 1em;
	margin-top: -0.5em;
}

.hr-dashed {
	color: rgb(213,213,213);
	border-top: 1px dashed rgb(213,213,213);
 	width:99.5% !important; 
	margin-left:5px;
	margin-bottom: 1em;
}

.hr-form-nav {
	color: rgb(213,213,213);
	background-color: rgb(213,213,213);
	height: 1px;
	margin-bottom: 1em;
	margin-top: -0.5em;
	margin-left: -15px;
	margin-right: -15px;
}

.header-exchange-rate-label {
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	float: left;
	margin-bottom: -0.5em;
	color: rgb(128, 135, 135);
	font-family: bitfont1;
}

.header-label {
	font-weight: normal;
	font-size: 0.9em;
	text-align: right;
	float: right;
	margin-bottom: -0.5em;
	color: rgb(128, 135, 135);
	font-family: bitfont1;
}

.header-label a {
	color: rgb(128, 135, 135);
}

.container-margine-home {
	margin-bottom:-30px !important;
}

.vertical-line {
    border-right: thin solid rgb(29,29,29) !important;
}

.recipient-name{
	font-family:bitfont;
	font-weight:bold;
	font-size:1.1em;
	margin-left:15px;
	margin-bottom:-10px;
}

span.s-right {
	float: right;
}

.form-nav-box {
	position:relative;
    border-left: thin solid rgb(213,213,213) !important;
    border-right: thin solid rgb(213,213,213) !important;
    margin-top:-15px !important;
    margin-bottom:-15px !important;
    margin-left:20px !important; 
    padding-top:15px !important;
    padding-bottom:15px !important;
	overflow:auto;    
	clear:both;
}

.home-nav-box {
	position:relative;
    border-left: thin solid rgb(213,213,213) !important;
    border-right: thin solid rgb(213,213,213) !important;
    margin-top:-15px !important;
    margin-bottom:-15px !important;
    padding-top:15px !important;
    height:100% !important; 
	overflow:auto;    
	clear:both;
	padding: 20px; 
	-moz-box-shadow : none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	top:0 !important;
	bottom:0 !important;
	overflow-y: hidden !important;
	min-height: 500px; 
}


/* Send Page Styles */

/* Left Menu */
a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus
	{
	z-index: 2;
	color: #043958;
	background-color: #85c35f;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#92d36b),
		to(#85c35f));
	background-color: -webkit-linear-gradient(top, #92d36b, #85c35f);
	background-color: -moz-linear-gradient(top, #92d36b, #85c35f);
	background-color: -ms-linear-gradient(top, #92d36b, #85c35f);
	background-color: -o-linear-gradient(top, #92d36b, #85c35f);
	border-color: #85c35f;
	border: 0 solid #dddddd;
	border-radius: 4px;
	font-size: 1em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	font-weight: normal;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.list-group {
	padding-left: 0;
	margin-bottom: 40px;
	background-color: #e4e8ec;
	border-radius: 4px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 20px;
	margin-bottom: -1px;
	background-color: #f2f5f8;
	border: 0 solid #dddddd;
	border-radius: 4px;
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	margin-left: 10px;
}

a.list-group-item .list-group-item-heading {
	color: #043958;
}

.list-group-item-text {
	margin-bottom: 5px;
	line-height: 1;
	margin-left: 15px;	
}
.list-group-item-text.active { text-decoration:underline; }

a.list-group-item {
	color: #043958;
}



/* Form Styles */
fieldset.embedded {
	background-color: #ffffff;
	border: 1px solid rgb(126, 194, 21);
/* 	margin-left: -10px; */
	margin-top: 20px;
	margin-bottom: 20px;
/* 	margin-right: -10px; */
	/* 	padding-left: 20px; */
	/* 	padding-right: 0; */
	padding: 20px; -moz-box-shadow : none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 20px;
	-moz-box-shadow: none;
}

.fieldcontain {
	margin-top: 1em;
	margin-bottom: 1em;
}

.fieldcontain label,.fieldcontain .property-label
{
	color: rgb(128,135,135);
	text-align: left;
	font-size: 0.9em;
	font-family: bitfont1;
	font-weight: normal;
	width: 30%;
	margin: auto;
}

.fieldcontain select
,.form-group select{
	color: rgb(128,135,135);
	text-align: left;
	font-size: 0.9em;
	font-family: bitfont1;
	font-weight: normal;
}

.forgot-pwd {
/*   color: rgb(8,44,74); */
  color:rgb(128,135,135);
  font-weight:normal;  
  font-size:1.0em;
  font-family: bitfont1;
  font-size:0.8em; 
  margin:-5px;
  margin-left:auto;
}

.fieldcontain input
,.form-group input{
	font-size: 0.9em;
	font-family: bitfont1;
	font-weight: normal;
}

.property-value{
	color: rgb(128,135,135);
	font-family: bitfont1;
	font-weight: normal;
	font-size: 0.9em;
}

/* .errors,.message {
	font-size: 1em;
	line-height: 2;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: 0;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 0px solid transparent;
	border-radius: 4px;
}

.alert-dismissable .close {
	position: relative;
	top: 0px;
	right: 0px;
	color: inherit;
}

.alert-info {
	color: #FFF;
	background-color: #2aabe1;
} */

.receipt-ol {
  color:rgb(128,135,135);
  font-family: bitfont1;
}


/* Buttons */

.btn-success {
	color: #ffffff;
	font-family: bitfont1;
	background-color: rgb(126, 194, 21);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#92d36b), to(#85c35f));
	background-color: -webkit-linear-gradient(top, #92d36b, #85c35f);
	background-color: -moz-linear-gradient(top, #92d36b, #85c35f);
	background-color: -ms-linear-gradient(top, #92d36b, #85c35f);
	background-color: -o-linear-gradient(top, #92d36b, #85c35f);
	border: solid rgb(126, 194, 21) !important;
	border-width: thin !important;
	text-transform: uppercase;
	line-height: 80% !important;
	padding: 6px 6px !important;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active {
	color: rgb(126, 194, 21);
	border-color: #85c35f;
	background-color: #ffffff;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#92d36b), to(#85c35f));
	background-color: -webkit-linear-gradient(top, #92d36b, #85c35f);
	background-color: -moz-linear-gradient(top, #92d36b, #85c35f);
	background-color: -ms-linear-gradient(top, #92d36b, #85c35f);
	background-color: -o-linear-gradient(top, #92d36b, #85c35f);
	box-shadow: 0px 0px 10px #e4e8ec;
	text-transform: uppercase;
}

.btn-default {
	color: #ffffff;
	font-family: bitfont1;
	background-color: #cccccc;
	border-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d7d9), to(#bbc2c4));
	background-image: -webkit-linear-gradient(top, #d5d7d9, #bbc2c4);
	background-image: -moz-linear-gradient(top, #d5d7d9, #bbc2c4);
	background-image: -ms-linear-gradient(top, #d5d7d9, #bbc2c4);
	background-image: -o-linear-gradient(top, #d5d7d9, #bbc2c4);
	text-transform: uppercase;
	box-shadow: 0px 0px 16px #e4e8ec;
	line-height: 80% !important;
	padding: 6px 6px !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	color: #eeeeee;
	border-color: #ffffff;
	background-color: #cccccc;
}

.btn-xs{
margin-top:-6px;	
margin-left:-10px;
margin-right:4px;
}

.create-login-control{
	width:100% !important;
}

.gr-navbar-right {
	height: 40px; 
	position: relative;
	top: 5px; 
	left: 25px;
	background-color: #ffffff;
 	font-family: bitfont1;
 	font-size: 1.1em;
 	box-shadow: none;
	color:rgb(128,135,135) !important;
	float: right;
}

.gr-navbar-right p.active { text-decoration:underline;}
.gr-navbar-right p {margin:0px !important;} 

.gr-navbar-right a:hover,
.gr-navbar-right a:focus {
	background-color: #ffffff;
	color: rgb(128,135,135) !important;
	text-shadow: none;
}

.navbar-bottom-fonts {
	color: rgb(128,135,135);
	font-family: bitfont1;
	padding: 0px 10px;
	font-size: 1.1em;
	box-shadow: none;
}

.navbar-bottom-fonts a {
	color: rgb(128,135,135) !important;
	float: right;
}

.navbar-bottom-fonts a:hover,.navbar-bottom-fonts a:focus {
	background-color: #ffffff;
	color: rgb(128,135,135) !important;
	text-shadow: none;
}

.text-total {
	color: #85c35f;
}

.glyphicon:empty {
	width: 1.5em;
	font-size: 0.9em;
}

.exchange-rate-label {
	font-size: 1.0em !important;
	color: rgb(126, 194, 21) !important;
	font-family: bitfont1 !important;
}

.form-control-width {
	position: relative;
	/* 	background-color:#fff; */
	width: 100%;
	height: 80%;
	border-radius: 4px;
	padding: 2px;
	background-color: #ffffff;
	/* 	background-color: rgb(85,138,39); */
	/* 	box-shadow: rgb(228, 232, 236) 0px 0px 10px; */
	color: rgb(8, 44, 74);
	font-family: bitfont;
	font-weight: bold;
}

.hidden-div {
	display: none;
}

.form-group p {
	/* 	color: rgb(8,44,74); */
	color: rgb(128, 135, 135);
	text-align: center;
	font-family: bitfont;
	font-weight: bold;
	font-size: 1.3em;
}

.form-group label {
/*   color: rgb(8,44,74); */
  color:rgb(128,135,135);
  font-weight:normal;  
  font-size:1.0em;
  font-family: bitfont1;
}

.home-arrow{
	font-size:2em !important;
	color:rgb(29,29,29) !important;
}

.form-group h4 {
	color: rgb(29,29,29);
	font-weight: bold;
	font-size: 1.2em;
	font-family: bitfont;
	text-transform: uppercase;
	border-bottom: 0px solid #CCCCCC;
	padding-top: -0.7em !important;
	padding-bottom: 0.7em !important;
}

.faq-h3 {
	color: rgb(126,194,21) !important;
	font-weight: bold;
	font-size: 1.3em;
	font-family: bitfont;
	border-bottom: 0px solid #CCCCCC;
	padding-top: -0.7em !important;
	padding-bottom: 0.7em !important;
}

.form-group ul{
	list-style-type:none;
}
.form-group ul li a{
	color: rgb(126,194,21);
	font-weight: normal;
	font-size: 1.0em;
	font-family: bitfont1;
	border-bottom: 0px solid #CCCCCC;
 	margin-left:55px !important; 
}

.about-us{
	
}
.about-us label{
	font-size:0.8em;
}

.form-group h3 {
	color: rgb(126,194,21);
	font-weight: normal;
	font-size: 1.3em;
	font-family: bitfont1;
	/* 	text-transform:uppercase ; */
	border-bottom: 0px solid #CCCCCC;
	/* 	background-color: #f2f5f8; */
	/* 	border-radius: 4px; */
	/*  	padding-left: 10px; */
	/* 	margin: 0 0 0; */
	/* 	margin-bottom: 10px; */
/* 	padding-top: 0.4em !important; */
/* 	padding-left: 1.8em !important; */
/* 	padding-bottom: 0.4em !important; */
	float:left !important;
	margin-left:-55px !important;
}

.home-arrow-block {
	display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; 
	text-align:center;
	color: rgb(126, 194, 21);
	font-weight: bold;
	font-size: 1.1em;
	font-family: bitfont1;
	text-transform:uppercase ;
}

.aggrement-li {
  color:rgb(128,135,135);
  font-weight:bold;  
  font-size:1.0em;
  font-family: bitfont;
  margin-left:40px;
}

/* Tables */
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

th {
	font-size: 13px;
	color: #bbc2c4;
	background-color: #f2f5f8;
	font-weight: bold;
}

tr {
	background-color: #f2f5f8;
	padding: 20px;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td
	{
	padding: 10px;
	border-radius: 4px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
	{
	padding: 16px;
	line-height: 1.428571429;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
}

div#nav-my-account {
	padding-left: 10px;
}

.paginateButtons {
/*     background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; */
/*     border: 1px solid #ccc; */
/*     border-top: 0; */
    color: #666;
    font-size: 0.9em;
    overflow: hidden;
    padding: 10px 3px;
    text-align: center;
}

.paginateButtons a {
    background: #fff;
/*     border: 1px solid #ccc; */
/*     border-color: #ccc #aaa #aaa #ccc; */
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

