.merchant-tile, .merchant-service-tile{
	/*background-color: white;*/
	/*border-radius: 10px;*/
	/*box-shadow: 2px 2px 1px lightgray;*/
	/*padding: 10px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	border: 2px solid #F7F7F9;
	width: 100%;
	padding-bottom: 85%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;*/

	cursor: pointer;
}

.merchant-tile:hover, .merchant-service-tile:hover{
	/*background-color: #E2E2E2;*/
	/*box-shadow: 4px 4px 1px lightgray;*/
	/*border: 2px solid yellowgreen;*/
}

.merchant-tile label, .merchant-service-tile label{
	font-size: 17px;
	font-weight: 100;
	cursor: pointer;
}

.payment_summary{
	padding: 20px;
	/*border-radius: 10px;
	background-color: white;
	box-shadow: 2px 2px 1px lightgray;*/
	background-color: white;
	border: dotted 1px gray;
}

.payment_summary .merchant-tile, .payment_summary .merchant-service-tile{
	/*background-color: #E2E2E2;*/
	border: dotted 1px gray;
}


.green-text{
	color: yellowgreen !important;
}

.bold{
	font-weight: bold !important;
}

.method.disabled{
	opacity: .50;
	pointer-events: none;
	cursor: not-allowed;
}

.method.active{
	background-color: yellowgreen;
}

.method.active:hover{
	background-color: yellowgreen;
}

.method{
	margin-bottom: 20px;
}

.payment-step{
	background-color: #fff;
	padding: 10px;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 1000px;
	font-size: 40px;
}

.steps-container{
	position: relative;
}

.stepper_line{
	width: 100%;
	background-color: #fff;
	height: 3px;
	position: relative;
	top: 43px;
}

.export_menu {
    right: 0px;
    left: auto;
}

@media only screen and (max-width: 600px) {
    .payment-step{
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.stepper_line{
		top: 30px;
	}

	.method h4{
		font-size: 15px !important;
	}
}

.payment-step label, .payment-step small{
	color: #555;
}

.payment-step.active{
	background-color: yellowgreen;
	color: white;
}

.payment-step.active label , .payment-step.active small {
	color: white;
}

.no-padd-left{
	padding-left: 0px !important;
}

.no-padd-right{
	padding-right: 0px !important;
}

.merchant_thumbnail{
	width: 150px;
}

.s-bold{
	font-weight: 800;
}

#logo-placeholder{
	width: 225px;
	height: 66px;
	background-color: gray;
	cursor: pointer;
}

#logo_preview{
	width: 226px;
}

#avatar-placeholder{
	width: 100px;
	height: 100px;
	background-color: gray;
	cursor: pointer;
}

#avatar_preview{
	width: 100px;
}

#pp_partner,#pp_refno,#pp_currency,#pp_name,#pp_email{
	text-transform: uppercase;
}

.bottom-40{
	margin-bottom: 40px;
}

.table { 
   width: 100% !important; 
}


.table-label{
	width: 130px;
}

#payment-details-table td{
	padding: 0.75rem 1.5rem;
}

#payment-details-table tr > td:first-of-type{
	text-align: right
}

@media only screen and (max-width: 600px) {
    table.table th{
		vertical-align: center;	
		font-size: 8px;
	}

	.table th, .table td {
	    padding: 8px;
	}

	.table-label{
		width: 80px;
		
	}
}





.point {
	cursor: pointer;
}

.large-textbox{
	margin-left:10px;
	height: 20px !important;
	width: 20px !important;
	vertical-align: middle;
}

/*small , label{
	overflow-wrap: break-word;
	word-break: break-all;
}*/

label{
	overflow-wrap: break-word;
	word-break: break-all;
}


#second_half label {
	font-size: .8rem !important;
	word-break: break-all !important;
}


@media only screen and (max-width: 767px) {
      #second_half label {
		font-size: 10px !important;
	}

	.btn-trans-tag{
		padding: 8px 10px !important;
	}
}



@media only screen and  (min-width: 576px){
	.modal-xl {
	    max-width: 80% !important;
	    margin: 1.75rem auto;
	}
}


#dashboardTab .nav-pills > li > a {
	border-radius: 4px 4px 0 0 ;
  }

  #dashboardTab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #efb941 !important;
}


/*#region dashboard-whatYouNeedToKnowTab*/

#whatYouNeedToKnow .callout {
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    background-color: #fff;
    border-left: 5px solid gray;
    margin-bottom: 1rem;
    padding: 1rem;
}

#whatYouNeedToKnow .callout-warning {
    border-left: 5px solid #efb941;
}


#whatYouNeedToKnow .guide-header{
	background-color: transparent;
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.guide-header .card-title > a
{
	text-decoration: none;
}
#guide-body{
	border-top: 1px solid rgba(0,0,0,.125);
}

#whatYouNeedToKnow .text-block {
  padding:0.5em;
  position: absolute;
  bottom: 0px;
  right: 15px;
  background-color: rgba(0,0,0,0.5);
  color:#efb941;
}

#whatYouNeedToKnow .guide-header > .card-tools {
    float: right;
    margin-right: -.625rem;
}
.udl-handbook{
	color:gray !important;
	font-weight: bold !important;
}
.dl-handbook{
	color:#007bff !important;
	font-weight: bold !important;
}
.dl-handbook:hover{
	color:#efb941 !important;
}


.guide_title{
	font-family: "Raleway", "Helvetica", "Arial", sans-serif !important;
	font-size: 175% !important;
	margin-top: 0 !important;
	font-weight: 700 !important;
	color: #404040 !important;
}
#search_title{
	font-family: "Raleway", "Helvetica", "Arial", sans-serif !important;
	font-size: 150% !important;
	font-weight: 700 !important;
	color: #404040 !important;
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
}

.info_contents .wrapper{
	width:100%;
}
@media(max-width:992px){
	.info_contents .wrapper{
		width:100%;
	} 
}
.info_contents .panel-heading {
	padding: 0;
	border:0;
}
.info_contents .panel-title>a, .info_contents .panel-title>a:active{
	display:block;
	padding:15px;
	color:#dd4814;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:1px;
	text-decoration:none;
}
.info_contents .panel-title>a:hover{
	color:#efb941;
}
.info_contents .panel-heading  a:before {
	font-family: 'Glyphicons Halflings';
	float: right;
	transition: all 0.5s;
}
.info_contents .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}




/*#endregion*/