.modal-backdrop.in {
  background: #fff;
  opacity: 0.3;
}
.modal-open {
    overflow: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
#prepaidModal .modal-dialog {
    width: 300px;
}
.modal-dialog .modal-content {
	font-size: 14px;
    text-align: left;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 4px solid #CCCCCC;
}
.modal-dialog .modal-content .modal-header {
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    padding: 12.5px 10px 12.5px 40px;
}
.modal-dialog .modal-content .modal-header .modal-title {
	font-size: 24px;
    color: #00853F;
    line-height: 1em;
    font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
}
.modal-dialog .modal-content .modal-header .btn-ctl {
	background-color: transparent;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    opacity: 1;
    height: 20px;
    width: 20px;
    font-family: "Maison Neue Book", arial, helvetica, sans-serif;
}
.modal-dialog .modal-content .modal-close {
	height: 80px;
    background-color: #F2F2F2;
}
.modal-dialog .modal-content .modal-close .closeButton {
	font-size: 14px !important;
    background: #FF6319 none repeat scroll 0 0!important;
    border-radius: 0 !important;
    text-align: center;
    float: right;
    margin: 20px 50px 0px 0px;
    width: 130px;
    box-shadow: none;
    padding: 10px 40px;
    font-weight: bold;
    color: #fff !important;
    border-style: none;
    text-decoration: none;
    display: inline-block;
    font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
    line-height: 20px;
}
#prepaidModal .modal-dialog .modal-content .modal-close .closeButton {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
#prepaidModal .modal-dialog .modal-content .modal-close{
    text-align: center;
}
.modal-dialog .modal-content .modal-close .closeButton:hover {
    cursor: pointer;
    background-color: #8CC63F !important;
}
.modal-dialog .modal-content .modal-body {
	padding: 20px 10px 20px 40px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.modal-dialog .modal-content .modal-body p {
    margin: 0px;
    height: 175px;
    overflow-y: auto;
    padding-right: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 20px;
    font-family: "Maison Neue Book", arial, helvetica, sans-serif;
}
.modal-dialog .modal-content .modal-body p b {
    font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
}
.modal-dialog .modal-content .modal-body p span.red {
    color: red;
}
.modal-dialog .modal-content .modal-body a {
    text-decoration: underline;
    color: #000000;
}
@media only screen and (max-width: 767px) {
    #prepaidModal .modal-dialog {
        margin: 10px auto;
    }
    .modal-dialog .modal-content .modal-close .closeButton {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .modal-dialog .modal-content .modal-close{
        text-align: center;
    }
}
/* Fixes problem with the page content shifting to the left */
body.modal-open-noscroll {
  padding-right: 0!important;
}
.modal-open-noscroll .navbar-default, .modal-open .navbar-default {
  padding-right: 0!important;
}