/* The Modal (background) */
.coupon-Modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 45px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  /*display: none;*/
}

/* Modal Content */
.modal-content {
  background-color: #f9f9f9;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 100%;
  /*margin-top: -54px;*/
  z-index: 99999999;
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #f32600;
}

@media only screen and (max-width: 600px) {
  .modal-content {
    width: 100%;
  }
  .modal-body {
    width: 100% !important;
  }
}

.modal-body{
  background-color: #f9f9f9;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  z-index: 99999999;
  border-radius: 0px 0px 7px 7px;
  border: 1px dashed #f32600;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mdl_vist{
    width: 17%;
    margin-top: 10px;
}
.button-primary{
    background: #8a8a8a;
    font-size: 0.875em;
    border: 0;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 3.429em;
    padding-top: 1em;
}
.textC{
    text-align:center;
}
.modal-coupon-title{
    font-size: 0.938em;
    text-transform: uppercase;
    color: #525252;
    margin-top:15px
}
.primary-red{
    padding: 9px 13px;
    background: #f45435;
    /*padding-top: 1em;*/
    /*height: 3.429em;*/
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
}
.colseDiv{
    margin-top: 32px;
}
.copyCode{
    background: #c1c1c1;
    padding: 6px;
    border-radius: 3px;
    margin-top: 10px;
}