.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
h3.ttt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

#declineModal .modal-header .d_modal_title{
    font-weight: bold;
    font-size: 20px;
    text-align:center;
    width: 90%;
    float:left;
    margin-left:20px;
}
#declineModal .modal-header button{
    display:block;
    margin:10px 0;
    float: right;
    width: 5%;
}

#declineModal .d_modal_wrap{
    width:90%;
    margin: 0 auto;
}
#declineModal .d_modal_left{
    float:left;
}
#declineModal .d_modal_right{
    float:right;
    padding: 0 10px;
}
#declineModal .d_modal_clear{
    clear:both;
}
#declineModal .block{
    display: block;
}
#declineModal h4{
    padding:0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
#declineModal ul{
    padding-left: 16px;
    font-size: 14px;
    color: #000;
}
#declineModal ol li{
    font-weight: bold;
    font-size: 16px;
    list-style:none;
    padding:8px 0;
}
#declineModal ol li .azon{
    position: absolute;margin-top:-18px;
}
#declineModal .num{
    font-weight: normal;
    font-size: 12px;
}
#declineModal .disclaim{
    font-weight: normal;
    font-size: 12px;
    padding-left:18px;
}
#decline_frm {
    width:90%;
    margin:0 auto;
}
#decline_frm .frm-group{
    width:48%;
    margin:4px 0;
}

#decline_frm .frm-group .short{
    width:48%;
}
#decline_frm .short-right{
    width:25%;
    float:right;
    font-size: 14px;
}
#decline_frm .short-left{
    width:26%;
    float:left;
    margin-left:35px;
    font-size: 13px;
}
#decline_frm .cvv-left{
    width:26%;
    float:left;
    margin-left:10px;
}

#decline_frm label {
    float: left;
    padding-top:4px;
    font-size: 13px;
}
#decline_frm input {
    float:right;
    width:56%;
    border-radius: 4px;
}
#decline_frm select {
    float:right;
    width:56%;
    margin:4px 0;
    border-radius: 4px;
    font-size: 14px;
}
#decline_frm .d_submit{
    border:none;
    outline:none;
    width:150px;
    margin:0 auto;
    display: block;
    background: #00280c;
    cursor: pointer;
    color: #fff;
}
#decline_frm .d_submit img{
    width:150px;
}
#decline_frm .cvv_info{
    cursor: pointer;
    font-size:10px;
    padding: 1px 0 0 10px;
    text-align: center;
    float:left;
}

#decline_frm .b{
    border:thin solid red;
}


.pop-form label{ 

text-align:left !important;
padding-left:0;
}

.delcline-rw
{ margin:0px 0px 10px;
}


.row.pop-form {
    margin: 0px 4%;
}

.sub-btn a
{ 
    background: #00270b;
    color: #ffff;
    margin-top: 15px;
    padding: 14px 31px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 5px;
    
}

.sub-btn
{ text-align:center;
margin:35px 0px 20px;
}


#declineModal .modal-header .d_modal_title {
	 margin-top:7px;
	}





@media only screen and (max-width:480px)
{
	.row.pop-form {
    margin: 0px 0%;
}

.row.pop-form input {

margin-left:0px;
}

.row.pop-form select {

margin-left:0px;
}


#close-popform
{ 
position: absolute;
    right: 2%;
    top: 0;
}

#declineModal .d_modal_right {
    float: left;
    padding: 0 10px;
}

#declineModal .modal-header .d_modal_title {
	 margin-top:0px;
	}


}

