.toast-container {
	width: 280px;
	z-index: 9999;
}


* html .toast-container {
	position: absolute;		
}
 
.toast-item {
	height: auto;
	background: #333;
    opacity: 0.9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff!important;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: lucida Grande;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.toast-item p {
	color:#fff;
    text-align: left;
    margin-left: 50px;
	margin-top: 5px;
	max-width:200px;
}

.toast-item-close {
    background:url(../../images/close.gif);
    width:22px;
    height:22px;
    position: absolute;
    top:7px;
    right:7px;
}

.toast-item-image {
    width:32px;
    height: 32px;
    margin-left: 10px;
   
    margin-right: 10px;
    float:left;
}

.toast-item-image-notice {
    background:url(../../images/notice.png);
}

.toast-item-image-success {
    background:url(../../images/success.png);
}

.toast-item-image-warning {
    background:url(../../images/warning.png);
}

.toast-item-image-error {
    background:url(../../images/error.png);
}


/** 
 * toast types 
 * 
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 * 
 */
.toast-type-notice {
    color: white!important;    
}

.toast-type-success {
    color: white!important;    
}

.toast-type-warning {
    color: white!important;
    border-color: #FCBD57;
}

.toast-type-error {
    color: white!important;
    border-color: #B32B2B;
}

/** 
 * positions 
 * 
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 * 
 */
.toast-position-top-right {
    position: fixed;
    top: 70px;
    right: 20px;
}

.toast-position-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-bottom {
    position: fixed ;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 75%;
}

.success_message, .error_message {
		border: 1px solid;
		margin: 10px 0px;
		padding: 15px 10px 15px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		border-radius:.5em;
		font-size:14px;
}
.success_message{
   color: #4F8A10;
   background-color: #DFF2BF;		
}

.success_message i{
  margin-right: 10px;
}

.error_message{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('img/error.png');
}
.bottom-margin-10{margin-bottom: 10px!important;}
.internalcontent .payment-gate{position:relative;width: 100%;float: left;padding:20px;border:1px solid #f2f2f2;margin-bottom: 30px;}
.internalcontent .payment-right{position:relative;width: 48%;float: left;}
.internalcontent .payment-left{position:relative;width: 48%;float: left;}
.internalcontent .middle{position:relative;width: 4%;float: left;margin: auto 0;}
.internalcontent .middle p {font-size: 16px;line-height: 19px;border: 1px solid #007bc4;border-radius: 77px;padding: 10px;margin: 0px;top: 160px;bottom: auto;right: 0;left: -15px;color: #ffffff;background:#007bc4;}
.internalcontent .middle:before {content: "";width: 1px;height: 165px;position: absolute;background: #f2f2f2;margin: 0 auto;left:6px;top: -4px;}
.internalcontent .middle:after {content: "";width: 1px;height: 165px;position: absolute;background: #f2f2f2;margin: 0 auto;left: 6px;top: 201px;}
.internalcontent .payment-right h6, .internalcontent .payment-left h6{margin-bottom:20px;font-size:18px;color:#000000;}
.internalcontent .payment-right p, .internalcontent .payment-left p{font-size: 16px;line-height:26px;margin-bottom:15px;}
.internalcontent .payment-right .para, .internalcontent .payment-left .para{font-size: 16px;line-height: 26px;margin-bottom: 15px;box-shadow: 2px 2px 7px rgba(0,0,0,.5);background: #fffffff1;padding: 15px;width: 60%;}
.internalcontent .payment-right ul, .internalcontent .payment-left ul{margin:0; padding:0;}
.internalcontent .payment-right ul li, .internalcontent .payment-left ul li{padding-bottom:10px;font-size:14px;line-height:26px;list-style-type: circle;margin-left:15px;}

.agreechkbx{
    visibility:visible !important;
    position: inherit !important;
}

.termsmsg{
    color: red !important;
    font-size: 12px !important;
    text-transform: capitalize;
}

.ui-dialog .ui-dialog-titlebar-close{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png);
}
@media screen and (max-width: 61.938em) {
      .internalcontent .payment-right{position:relative;width: 100%;float: left;}
      .internalcontent .payment-left{position:relative;width: 100%;float: left;}
      .internalcontent .payment-right .para, .internalcontent .payment-left .para{font-size: 16px;line-height: 26px;margin-bottom: 15px;box-shadow: 2px 2px 7px rgba(0,0,0,.5);background: #fffffff1;padding: 15px;width: 100%;}
      .internalcontent .middle{display: none;}
      }
