/**
*
* @copyright 	Copyright (c) 2014 {@link http://www.gsmhub.me}
* @license 		http://www.gsmhub.me
* @since 		2013-10-09
*/


/*-- Common
==========================*/
label.error {
	color:#b94a48;
	display:block;
}

label {
	font-weight:normal;
}

.alert {
	padding:10px 35px 10px 15px;
}

table .alert {
	margin-bottom:2px;
}

textarea {
	resize:vertical;
}

.text-bold {
	font-weight:bold;
}

.mt0 {
	margin-top:0px;
}

.mt5 {
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.mt15 {
	margin-top:15px;
}

.mt20 {
	margin-top:20px;
}

.mt45 {
	margin-top:45px;
}

.mr5 {
	margin-right:5px;
}

.mar0 {
	margin:0;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.mb45 {
	margin-bottom:45px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.mlr20 {
	margin:0 20px;
}

.p15 {
	padding:15px;
}

.plr10 {
	padding:0 10px;
}

.plr13 {
	padding:0 13px;
}

.pad-lft0 {
	padding-left:0;
}

.pad-rgt0 {
	padding-right:0;
}

.para-mb3 p {
	margin-bottom:3px;
}

.font-s11 {
	font-size:11px;
}

.font-s13 {
	font-size:13px;
}

.font-s15 {
	font-size:15px;
}

.font-s16 {
	font-size:16px;
}

.font-s18 {
	font-size:18px;
}

.width92 {
	width:92%;
}

[class^="wid-"],
[class*="wid-"] {
	word-wrap:break-word;
	white-space:normal;
}

.wid-300 {
	width:300px;
}

.wid-170 {
	width:170px;
}

.wid-150 {
	width:150px;
}

.verti-mid,
.status-btn .btn i {
	vertical-align:middle;
}

.recevier-det label{
	display:block;
	margin-left:20px;
}

.pos-rel {
	position:relative;
}

.loading {
	position:fixed;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	left:0;
	z-index:99999;
}

.bor-radius0,
.status-btn .btn {
	border-radius:0;
}

.loading-cont {
	height:70px;
	left:50%;
	margin-left:-35px;
	margin-top:-35px;
	position:fixed;
	top:50%;
	width:70px;
}

.separator {
	font-size:12px;
	color:#9a9a9a;
	padding:0 3px;
}

#search_holder .chosen-container {
	width:100% !important;
}

.form-horizontal .control-label {
	text-align:left;
}

.required-icon:after {
	content:"*";
	color:#da6461;
	margin-left:3px;
}

.form-control.error {
	border-color:#da6461;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		  margin-right:5px;
}

.form-control.error:focus {
    border-color:#da6461;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.active .custom-btn2,
.custom-btn2,
.custom-btn2:hover, 
.custom-btn2:focus {
	background:#2996f4;
	border:2px solid #2783d2;
	border-color:#2783d2 #2783d2 #1a89e6 #2783d2;
	font:normal 15px Arial, Helvetica, sans-serif;
	text-shadow:0 1px 1px #999;
	color:#fff;
}

.custom-btn2 {
	background:#5584c3;
	border:2px solid #5584c3;
}

.custom-btn3 {
	background:#1d8cea;
	border:2px solid #1d8cea;
	color:#fff;
}

.custom-btn3:hover,
.custom-btn3:focus  {
	color:#f0f2f4;
}

.custom-btn1:hover, 
.custom-btn1:focus,
.custom-btn2:hover, 
.custom-btn2:focus {
	color:#fff;
}

.title-one {
	border-bottom:1px solid #e2e2e2;
	padding-bottom:15px;
	margin:40px 0 30px;
	font-size:28px;
	color:#7f7f7f;
}

.title-two {
	font:normal 20px 'museo_sans_300regular', Arial, Helvetica, sans-serif;
	margin-top:0;
}

.title-three {
	font:normal 20px 'museo_sans_300regular', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #eee;
	margin:0 0 20px;
	padding-bottom:8px;
}

.btn-paypal {
  color: #ffffff;
  line-height:28px;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#009ffd;
  *background-color:#007dc9;
  background-image:-moz-linear-gradient(top, #009ffd, #007dc9);
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#009ffd), to(#007dc9));
  background-image:-webkit-linear-gradient(top, #009ffd, #007dc9);
  background-image:-o-linear-gradient(top, #009ffd, #007dc9);
  background-image:linear-gradient(to bottom, #009ffd, #007dc9);
  background-repeat:repeat-x;
  border-color:#0f69a5 #0b7bbd #0f69a5 #3d82a9;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-paypal:hover,
.btn-paypal:focus,
.btn-paypal:active {
	background:#0185d8;
	color:#fff;
}

.btn-paypal span {
	margin-right:5px;
}

div.radio.ml0 {
	margin-left:0;
}

.bootstrap-filestyle .group-span-filestyle label.btn {
	padding:5px 12px 4px;
}
/**
*
* @copyright 	Copyright (c) 2014 {@link http://www.gsmhub.me}
* @license 		http://www.gsmhub.me
* @since 		2013-10-09
*/

.currency-tab i {
	 cursor:pointer;
	 float:left;
	 margin-top:8px;
}

.currency-tab .table {
	background-color:#f7f7f7;
	border:2px solid #eee;
	position:absolute;
	font-size:13px;
	z-index:9;
	top:27px;
	left:10px;
}

@media (max-width: 1060px) {
	.wid-250 {
		width:250px;
	}
}

@media (min-width: 1060px) {
	.wid-250 {
		width:335px;
	}
}