/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov. 26, 2019, 4:36:19 p.m.
    Author     : mike.sparkjoy
*/

.div-clear {
	clear: both;
}

span.span-required {
	color: #cc0000;
	font-weight: bold;
}

/*#a-card-cmd_toggleform {
	margin-top: 25px !important; 
	padding-top: 2px !important; 
	padding-bottom: 2px !important;
	float: right;
}

#a-card-cmd_submitform {
	margin-top: 5px !important; 
	padding-top: 2px !important; 
	padding-bottom: 2px !important;
	float: right;	
}*/

/*.a-card-cmd {
	padding: 4px !important;
    font-size: 13px !important;
    text-align: right !important;
	width: 170px !important;
	padding-right: 25px !important;
}*/

.a-card-cmd {
	margin-bottom: 3px !important;
	padding-right: 25px !important;
}

.a-card-cmd:after{position:absolute;font-family:IcoMoon;content:'\f105';font-size:14px;padding-left:5px}
.a-card-cmd:hover:after{position:absolute;font-family:IcoMoon;content:'\f105';color:#a0ce4e;font-size:14px;padding-left:5px}

#div-cc-form-container {
	display: none;
	margin-top: 5px !important; 
	margin-bottom: 35px !important;
}

.div-my-account-form-msg, .div-card-form-msg {
	min-height: 21px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px !important;
	color: #f77e09;
	margin-bottom: 5px !important;
}

.div-manage-payment h2, .div-manage-payment h3 {
	margin-bottom: 5px !important;
}

td.td-card-cmds {
	text-align: right;
}

span.span-lbl {
	cursor: default !important;
}

/* Popup dialog Start */

.div-popup-dialog-wrap {
	background:rgba(0,0,0,0.2);
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999999999;
}
.div-popup-dialog-wrap .inner{
	background:#fff;
	border: 1px #999 solid;
	position: absolute;
	text-align: center;
	width:500px;
	height:300px;
	top:50%;
	left:50%;
	padding:20px;
	margin-top:-160px;
	margin-left:-260px;
    border-radius: 5px;
}

.div-popup-dialog-wrap .inner textarea{
	width:90%;
	height:100px;
	margin-bottom:20px;
}

.div-popup-dialog-wrap .inner a{
	width:auto;
	margin: 0 auto;
	text-align: center !important;
}

.div-popup-dialog-wrap .inner .fa-times{
	position:absolute;
	top:10px;
	right:10px;
	color:#444;
	font-size:20px;
	font-weight:bold;
	cursor: pointer;
}

.div-popup-dialog-wrap .button{
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important; 
    padding-right: 20px !important;
    line-height: 18px !important;
}

.div-popup-dialog-wrap.active {display:block;}

.a-pop-up-dialog-btn {
	width: auto !important;
}

/* Popup dialog End */

/* Send Now Start */

a.button.send_now,a.button.resume.notgiftsub {
	background-color: #6CC049;
}

a.button.send_now:hover:after {
	color: #515151 ;
}

.send-now-wrap {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:20px;
	z-index:9999999999;
}
.send-now-wrap .inner{
	background:rgba(255,255,255,0.9);
	border:#ccc solid 1px;
	width:100%;
	height:100%;
	position: relative;
	padding:80px;
	text-align: center;
}

.send-now-wrap .inner textarea{
	width:90%;
	height:100px;
	margin-bottom:20px;
}

.send-now-wrap .inner a{
	width:100px;
	margin: 0 auto;
}

.send-now-wrap .inner .fa-times{
	position:absolute;
	top:10px;
	right:10px;
	color:#444;
	font-size:20px;
	font-weight:bold;
	cursor: pointer;
}
.send-now-wrap.active {display:block;}

.div-send-now-msg {
	width: 100%;
	text-align: center;
	min-height: 21px;
	color: #cc0000;
	font-size: 14px;
}

/* Send Now End */

/* Reschedule Start */

.div-reschedule-wrap {
    background:rgba(0,0,0,0.2);
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:9999999999;
}


.div-reschedule-wrap .inner{
	background:#fff;
    text-align: center;
    width:600px;
    top:50%;
    padding:20px;
    margin-top:-180px;
    border-radius: 5px;
    position: relative;
}

.div-reschedule-wrap .inner textarea{
    width:90%;
    height:100px;
    margin-bottom:20px;
}

.div-reschedule-wrap .inner a{
    width:100px;
    margin: 0 auto;
}

.div-reschedule-wrap .inner .success .button{
    background: black;
	color: white;
	border-radius: 30px;
}
.div-reschedule-wrap .inner .success .txt_reschedule_date{
    background: #E9E9E9;
    border: none !important;
}

.div-reschedule-wrap .inner .fa-times{
    position:absolute;
    top:10px;
    right:10px;
    color:#444;
    font-size:20px;
    font-weight:bold;
    cursor: pointer;
}

.div-reschedule-wrap.active {
	display:flex;
	justify-content: center;
	align-content: center;
}

@media screen and (min-width: 767px) {
	.div-reschedule-wrap .inner {
		background:#fff;
        position: absolute;
        text-align: center;
        width:600px;
        padding:20px;
        border-radius: 5px;
	}
	.div-reschedule-wrap {
		background:rgba(0,0,0,0.2);
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        top:0;
        left:0;
        z-index:9999999999;

	}
  }

/* Reschedule End */

/* Reschedule Shipping Date 1 Month Gift Start */

.div-reschedule-shipping-wrap {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    padding:20px;
    z-index:9999999999;
}
.div-reschedule-shipping-wrap .inner{
    background:rgba(255,255,255,0.9);
    border:#ccc solid 1px;
    width:100%;
    height:100%;
    position: relative;
    padding:80px;
    text-align: center;
}

.div-reschedule-shipping-wrap .inner textarea{
    width:90%;
    height:100px;
    margin-bottom:20px;
}

.div-reschedule-shipping-wrap .inner a{
    width:100px;
    margin: 0 auto;
}

.div-reschedule-shipping-wrap .inner .fa-times{
    position:absolute;
    top:10px;
    right:10px;
    color:#444;
    font-size:20px;
    font-weight:bold;
    cursor: pointer;
}

.div-reschedule-shipping-wrap.active {display:flex;}

/* Reschedule Shipping Date 1 Month Gift End */

.span-red-resume-note {
	color: #fe353f;
}

.div-add-coupon-msg {
	display: none;
}
