#open-disclamer .modal-close,#open-tooltip .modal-close {
    line-height: 30px !important;
}
#open-disclamer.modal-window h1 ,#open-tooltip .modal-window h1{
  text-align: center;
  padding: 5px 5px !important;
  color: #ffffff;
  background-color: #000000;
}
#open-disclamer.modal-window > div {
    width: 650px;
}
#open-tooltip .modal-close{
    color: #787878 !important;
}

#open-tooltip .modal-close {
  color: #141414 !important;
  padding-top: 15px;
}
#open-disclamer .summary-content{
  padding-bottom: 15px !important;
}
#newCardForm .float-icon {
  /*  top: 30px !important;
    left: -10px !important;*/
  top: 10px !important;
  left: -75px !important;
}

.floting-title{
  text-align: center;
  background-color: #000;
  padding: 10px;
  color: #fff;
  border-radius: 2em;
  position: relative;
  max-width: 450px;
  margin: auto;
  top: 20px
}
.sub-title{
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #acacac !important;
  display: inline-block;
  font-size: 100% !important;
}
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.46);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.bg-white{
  background-color: #fff;
}
.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
  border-radius: 6px;
}
.msg-div .text-valid{
  color: #000 !important;
}
.blue-sky{
  color: #2196F3 !important;
}
.modal-window header {
  font-weight: bold;
}
.b-round{
  border-radius: 0px 0px 6px 6px;
}
.modal-window h1 {
  font-family: sans-serif !important;
  font-size: 150%;
  margin: 0 0 15px;
  background-color: #050505;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}


@media screen and (max-width: 768px){
  .modal-window > div{
    overflow-y: auto;
    height: 90%;
  }
}


