/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

/* element separation */
.sepH_a {margin-bottom:5px!important}
.sepH_b {margin-bottom:10px!important}
.sepH_c {margin-bottom:20px!important}

.sepV_a {margin-right:5px!important}
.sepV_b {margin-right:10px!important}
.sepV_c {margin-right:20px!important}


.btn-list-wrapper {
	margin: 0 auto;
	text-align: center;
}

.btn-list-wrapper > ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.btn-list-wrapper > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 1%;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
	width: 100% !important;
}

@media (max-width: 768px) {
	.btn-list-wrapper > ul > li {
		width: 100%;
	}
}

.btn-list-wrapper > ul > li .helper-icon {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}

.wc-wrapper .wc-button-link {
	color: #0463bc;
	display: inline-block;
	position: relative;
    text-transform: capitalize;
    border: 2px solid #0091d4;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 40px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	white-space: nowrap;
}
.wc-wrapper .wc-button-link.btn-link-small {
	font-size: 11px;
	padding: 2px 5px;
}
.wc-wrapper .wc-button-link:focus,
.wc-wrapper .wc-button-link:hover {
    text-decoration: none
}
.wc-wrapper .wc-button-link:hover, .wc-wrapper .wc-button-link.wc-btn-active {
    background-color: #0091d4;
    color: #fff!important;
}
.wc-wrapper .wc-button-link.wc-red {
    border: 2px solid #d9534f;
	color: #ac2925!important;
}
.wc-wrapper .wc-button-link.wc-red:hover {
    background-color: #c9302c;
	color: #fff!important;
}

.in-msg-wrap {
	background-color: #fff;
	color: #333;
	border-radius: 8px;
}

.in-msg-wrap a {
	color: #398dd8;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.wc-limiter {
	width: 100%;
	margin: 0 auto;
}

.container-table100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	box-sizing: border-box;
}

.wrap-table100 {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.wc-table {
	width: 100%;
	display: table;
	margin: 0;
}

.wc-table .wc-row:nth-child(2n) {
    background-color: #23b6851f;
}

@media screen and (max-width: 768px) {
	.wc-table {
		display: block;
	}
}

.wc-row {
	display: table-row;
	background: #fff;
}

.wc-row.wc-header {
	color: #ffffff;
	background: #23b684;
}

@media screen and (max-width: 768px) {
	.wc-row {
		display: block;
	}

	.wc-row.wc-header {
		padding: 0;
		height: 0px;
	}

	.wc-row.wc-header .cell {
		display: none;
	}

	.wc-row .cell:before {
		font-family: Poppins-Bold;
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;

		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}
}

.cell {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	.cell {
		display: block;
	}
}

.wc-row .cell {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;

	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.wc-row.wc-header .cell {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;

	padding-top: 19px;
	padding-bottom: 19px;
}

.wc-table, .wc-row {
	width: 100% !important;
}

.wc-row:not(.wc-header):hover {
	background-color: #ececff;
}

@media (max-width: 768px) {
	.wc-row {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 18px;
		padding-top: 30px;
		padding-right: 15px;
		margin: 0;
	}
	
	.wc-row .cell {
		border: none;
		padding-left: 30px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.wc-row .cell:nth-child(1) {
		padding-left: 30px;
	}
	
	.wc-row .cell {
		font-family: Poppins-Regular;
		font-size: 18px;
		color: #555555;
		line-height: 1.2;
		font-weight: unset !important;
	}

	.wc-table, .wc-row, .cell {
		width: 100% !important;
	}
}



.gateways_block {
	margin-top: 10px;
	text-align: left;
}

.gateways_choose_method {
	padding-top: 15px;
	margin: -5px;
	height: 500px;
}

.gateways_choose_method ul {
	list-style-position: outside;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 20px;
}

.gateways_choose_method .gw_item {
    border-radius: 10px;
    display: block;
    line-height: 1;
    height: 150px;
    float: left;
    margin: 5px;
    width: calc(50% - 10px);
	background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 5%);
}

.gateways_choose_method .gw_item:hover {
	box-shadow: 0px 10px 50px 0px rgb(159 157 157 / 50%);
}

	.gateways_choose_method .gw_item a {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
	.gateways_choose_method .gw_item a:hover {
		text-decoration: none;
	}
	
		.gateways_choose_method .gw_item a img {
			max-height: 85px;
		}

		.gateways_choose_method .gw_item p {
			color: #666;
			font-size: 12px!important;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			
			margin: 0;
		}
		
		.gateways_choose_method .gw_item p span {
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			font-size: 14px;
			font-weight: 600;
			color: #6e6d6d;
		}
		
		
.gateways_choose_method .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gateways_choose_method .clearfix {
    display: block;
}


.wc-wrapper.wc-main-index {
	padding: 10px 10px 30px 10px;
}

.wc-wrapper.wc-main-index:after {
	clear: both;
}

.wc-wrapper.wc-main-index h1, .wc-wrapper.wc-main-index h2, .wc-wrapper.wc-main-index h3 {
	margin: 0.5em 0;
}


#jGrowl .jGrowl-notification {
	opacity: 1;
	border-radius: 0;
}

#jGrowl .jGrowl-notification .jGrowl-header {
    font-size: 14px;
	font-weight: 300;
    margin-bottom: 5px;
}

#jGrowl .jGrowl-notification .jGrowl-close {
    font-size: 17px;
    font-weight: 300;
}.jGrowl{z-index:9999;color:#fff;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;position:fixed}.jGrowl.top-left{left:0;top:0}.jGrowl.top-right{right:0;top:0}.jGrowl.bottom-left{left:0;bottom:0}.jGrowl.bottom-right{right:0;bottom:0}.jGrowl.center{top:0;width:50%;left:25%}.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification{margin-left:auto;margin-right:auto}.jGrowl-notification{background-color:#000;opacity:.9;zoom:1;width:250px;padding:10px;margin:10px;text-align:left;display:none;border-radius:5px;min-height:40px}.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}.jGrowl-notification .jGrowl-header{font-weight:700;font-size:.85em}.jGrowl-notification .jGrowl-close{background-color:transparent;color:inherit;border:none;z-index:99;float:right;font-weight:700;font-size:1em;cursor:pointer}.jGrowl-closer{background-color:#000;opacity:.9;zoom:1;width:250px;padding:10px;margin:10px;text-align:left;display:none;border-radius:5px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center}.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}@media print{.jGrowl{display:none}}@font-face {
  font-family: 'fontawesome';
  src: url('/engine/modules/webcash/site/lib/fontello/font/fontawesome.eot?19103344');
  src: url('/engine/modules/webcash/site/lib/fontello/font/fontawesome.eot?19103344#iefix') format('embedded-opentype'),
       url('/engine/modules/webcash/site/lib/fontello/font/fontawesome.woff2?19103344') format('woff2'),
       url('/engine/modules/webcash/site/lib/fontello/font/fontawesome.woff?19103344') format('woff'),
       url('/engine/modules/webcash/site/lib/fontello/font/fontawesome.ttf?19103344') format('truetype'),
       url('/engine/modules/webcash/site/lib/fontello/font/fontawesome.svg?19103344#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}.alert{
    color:#333;
    position:relative;
    padding-left:20px;
    padding-right:20px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent}
.alert[class*=alert-styled-]:after{
    content:'\f0c9';
    font-family:'FontAwesome';
    color:#fff;
    width:44px;
    left:-44px;
    text-align:center;
    position:absolute;
    top:50%;
    margin-top:-8px;
    font-size:20px;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.alert[class*=alert-styled-].alert-danger:after,.alert[class*=alert-styled-][class*=bg-danger]:after{
    content:'\f05e'
}
.alert[class*=alert-styled-].alert-success:after,.alert[class*=alert-styled-][class*=bg-success]:after{
    content:'\f00c'
}
.alert[class*=alert-styled-].alert-warning:after,.alert[class*=alert-styled-][class*=bg-warning]:after{
    content:'\f071'
}
.alert[class*=alert-styled-].alert-info:after,.alert[class*=alert-styled-][class*=bg-info]:after{
    content:'\f05a'
}
.alert.alert-styled-right:after{
    left:auto;
    right:-44px
}
.alert.alert-styled-custom:after{
    content:"\f0eb"
}
.alert.alert-styled-left{
    border-left-width:44px
}
.alert.alert-styled-left[class*=bg-]{
    border-left-color:rgba(0,0,0,0.15)!important
}
.alert.alert-styled-right{
    border-right-width:44px
}
.alert.alert-styled-right[class*=bg-]{
    border-right-color:rgba(0,0,0,0.15)!important
}



.alert-success{
    background-color:#E8F5E9;
    border-color:#4CAF50
}
.alert-success hr{
    border-top-color:#449d48
}
.alert-success .alert-link{
    color:#347c37
}
.alert-info{
    background-color:#E0F7FA;
    border-color:#00BCD4
}
.alert-info hr{
    border-top-color:#00a5bb
}
.alert-info .alert-link{
    color:#00545c
}
.alert-warning{
    background-color:#FFF3E0;
    border-color:#FF9800
}
.alert-warning hr{
    border-top-color:#e68900
}
.alert-warning .alert-link{
    color:#bc5500
}
.alert-danger{
    background-color:#FBE9E7;
    border-color:#FF5722
}
.alert-danger hr{
    border-top-color:#ff4408
}
.alert-danger .alert-link{
    color:#aa3510
}



.alpha-teal {
    background-color: #e0f2f1;
    border-color: #00897b;
}



.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}



.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}



.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap;
}