﻿#deferredPaymentNotification {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 170px;
    background-color: #93328e;
    z-index: 100;
}

#popUpDeferredPaymentBody.p {
    color: #ffffff;
}

#dismiss-deferred {
    bottom: 15px;
}

#downArrowIcondp {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 2px;
    zoom: 1.8;
}

.close-dp {
    position: absolute;
    font-size: 40px;
    font-weight: 100;
    opacity: 1;
    /* height: 20px; */
    /* width: 20px; */
    /* margin-left: -20px; */
    line-height: 0.5;
    color: #000000;
    top: 20px;
    right: 30px;
    background: transparent;
    border: 0;
}

@media (max-width: 767px) {

	.close-dpmobile {
    /* position: relative; */
    /* margin: 0 auto; */
    font-size: 40px;
    font-weight: 100;
    /* line-height: 1; */
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    padding: 2%;

}
	.dpymt {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 28px;
	}


button.button.btn.btn-default.btn-white-dp {
    border-color: #ffffff;
    color: #ffffff;
}
}
