/* here you can put your own css to customize and override the theme */
.bootstrap-select {
	width: 100% !important;
}

.show-dropdown {
	display: flex;
}

.overflow-hidden {
	overflow: hidden;
}

#login_form .form-group,
#check_rates_form .form-group,
#status_lookup_form .form-group {
	float: left;
}

.service_levels {
	display: block;
	margin-left: 30px;
}

#edit_wallet_labels table {
	margin-bottom: 0;
}

#table-responsive-container,
#edit-labels-container {
	margin-bottom: 20px;
}

fieldset div.fm-req label:before{
	content:"* ";
	font-weight: bold;
}

div.flash_success ul li {
	padding-left:20px;
	background:url(../images/icon_success.png) no-repeat 1px 3px;
}

div.flash_error ul li {
	padding-left:20px;
	background:url(../images/icon_error.png) no-repeat 1px 3px;
}

.modal-dialog-center {
    margin-top: 10%;
}

/* AJAX loading spinner */
#ajax-loading-spinner,
#beneficiary-loading-spinner {
	background: #505050 url('../img/ajax_loading_spinner.gif') no-repeat 90% 50%;
	color: white;
	font-weight: bold;
	position: fixed;
	margin-top: -10px;
	margin-left: -80px;
	top: 40%;
	left: 50%;
	float: left;
	border: 1px solid #f0f0f0;
	padding: 8px 50px 8px 50px;
	z-index: 99999;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
	opacity: 0.8;
}

#footer_logo {
	float: left;
	margin-right: 10px;
}

@media all and (max-width: 991px) {

     #facebookFeed{display:none !important;}
}

#beneficiaryFS .radio-inline #uniform-beneficiary {
    margin-top: -10px;
}

#cookie-consent {
	z-index: 10001;
	position: fixed;
	top: 0px;
	width: 100%;
	opacity: 0.9;
	background-color: #000;
	color: #fff;
	border: none;
}
#cookie-consent p {
	text-align: right;
}
#cookie-consent a {
	color: #000;
	padding: 3px 5px;
	background-color: #fff;
	text-align: center;
}
.top-buffer { margin-top:20px; }

.clickable-row:hover {
	cursor: pointer;
}

.flag-img {
	padding-right: 5px;
	vertical-align: middle;
}

.avatar, .avatar-medium, .avatar-big {
	border-radius: 50% !important;
	margin-right: 5px !important;
}
.avatar {
	width: 20px;
	height: 20px;
}
.avatar-medium {
	width: 30px;
	height: 30px;
}
.avatar-big {
	width: 50px;
	height: 50px;
}
.avatar-bigger {
	width: 100px;
	height: 100px;
}
.avatar-more {
	font-size: 30px !important;
	margin-top: 40px;
}
.avatar-more-text {
        display: block;
}
@media (min-width: 992px) {
    .avatar-more-div {
        text-align: left !important;
        padding: 0;
    }
    .avatar-more-div .avatar-more {
        margin-left: 7px;
    }
}
.benef_avatar_flag {
	display: inline-block;
	position: relative;
}
.benef_avatar_flag .flag-img {
	padding-right: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.benef_avatar_item {
	text-align: center;
	margin-bottom: 20px;
}
.benef_avatar_item input {
	width: 80%;
	margin-bottom: 5px;
}

.print-receipt {
	margin-top: 10px;
}
.print-receipt:hover {
	text-decoration: none;
}

#check_rates_form .calculator_currency_dropdown .dropdown-menu, #check_rates_form .calculator_currency_dropdown .btn-default {
    min-width: 68px !important;
}

#check_rates_form .bootstrap-select, #registration_form .bootstrap-select, #view_profile .bootstrap-select, #beneficiary_form .bootstrap-select, #transfer_form .bootstrap-select{
	width: 100% !important;
}
#check_rates_form .source_country {
	display: inline-block;
	font-size: 14px;
	padding-top: 7px;
}
#rates_calculator_results, #rates_calculator_calculate, #rates_calculator_error {
	display: none;
}
#rates_calculator_results {
	color: #666;
}
#rates_calculator_results span {
	color: #000;
	margin-left: 5px;
}
#rates_calculator_error {
	color: red;
}

#check_rates_form .icon-dropdown:before,
#check_rates_form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: normal;
}

/*Promotional Banner*/

#promotional_banner_carousel {
    margin: 0 auto 20px auto;
    /*width: 845px;*/
}

#promotional_banner_carousel .carousel-control {
    width: 5%;
}

#promotional_banner_carousel .carousel-caption, #promo_carousel .carousel-caption{
    padding: 10px 0;
    margin: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.7);
    right: auto;
    left: auto;
    width: 100%;
    text-align: center;
}

#promo_carousel .carousel-caption {
	padding: 25px 0;
}

#promo_carousel .carousel-indicators{
	bottom: 15px;
}

#promo_carousel .carousel-caption h3{
	margin-top: 10px;
}

#promotional_banner_carousel .carousel-indicators {
    bottom: 0;
    margin: 0 0 0 -30%;
}

#promotional_banner_carousel .item {
    margin-bottom: 0;
}

#promotional_banner_carousel .carousel-caption h3 {
    margin: 0;
    padding: 0 0 15px 0;
}

#promotional_banner_carousel .carousel-inner>.item>img,
#promotional_banner_carousel .carousel-inner>.item>a>img {
	/*max-width: 845px;*/
}

/* Send Money Beneficiary Fix */
#step0 #beneficiaryFS .form-group {
    position: inherit;
}

.deleteDocumentScan, .deleteAvatar {
    cursor: pointer;
}

.ormBox {
    height: 40px;
    font-size: 16px;
    padding-left: 4px;
    line-height: 40px;
    color: #464646;
    background: #f3f3f3;
    cursor: hand;
    border: 1px #f3f3f3 solid;
}

.form-control-view {
	border: 0;
	padding-left: 0;
}

.help-image {
	height: 15px;
	width: 15px;
}

.mouse-pointer {
	cursor: pointer;
}

#amountsFS .transfer-amounts-tbl {
	width: 100%;
}

.bankBranchGap {
	height: 10px;
}

.bankBranchInner {
	width: 100%;
	padding: 4px;
	border: 1px #f3f3f3 solid;
	display: none;
}

.calculator_note {
	font-size: 12px;
}

.clearfix {
	clear: left;
}

.payment-bank-info-text-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#no-edit-profile-unverified {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
	.page-title {
		margin-left: 20px;
		margin-right: 30px;
	}

	p {
		margin-left: 20px;
		margin-right: 30px;
	}

    h3.title {
        margin-left: 15px;
		margin-right: 15px;
    }

	.note {
		margin-left: 15px;
		margin-right: 15px;
	}

	.payment-bank-info-block {
		flex-direction: column;
	}
	.payment-bank-info-block img {
		margin: 20px 0 10px 0;
	}
	.payment-bank-info-text-block {
		align-items: center;
	}
}

@media screen and (max-width: 540px) {
	h3.title {
        font-size: 24px !important;
    }
}
