.custombox-content,
.custombox-overlay {
  left: 0%;
}
.custom-modal {
  background-color: #FFF;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  padding: 10px;
  width: 60%;
  position: relative;
  display: none;
}
.modalCourseRegister {
  width: 40%;
}
.custom-modal .box-shadow {
  box-shadow: 0px 0px 3px 0px #999;
}
.table-custom i {
  font-size: 11px;
  color: #999;
}
.custom-overview button {
  margin: 0 5px 5px 0;
}
.btn-firstup:first-letter {
  text-transform: uppercase;
}
.tabs  > .custom-tab-content {
  padding-left: 0;
  padding-right: 0;
}
.custom-close {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 10000;
  outline: none;
  font-size: 30px;
  line-height: 30px;
  transition: transform .3s ease-in-out;
  color: #fff;
}
.custom-close:hover {
  transform: rotate(360deg);
  color: #fff;
}
.custom-browsers {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #888;
}
.custom-browsers > i {
  display: inline-block;
  margin-right: 5px;
}
.custom-header-button {
  display: inline-block;
  margin-left: 10px;
}
.custom-header-button > * {
  margin-right: 5px;
}
.custom-close-btn {
  display: none;
}
.custombox-fullscreen .custom-close-btn {
  display: block;
  margin-bottom: 10px;
}
.browser-support-content p {
  text-align: center;
}

/*modal transfer*/
#modalTransfer .content{
  padding: 5px;
  /*border:1px solid #eee;*/
  overflow-y: auto;
}

#modalTransfer em{
  color: red;
}

.bank-list .table>tbody>tr>td,
.bank-list .table>tbody>tr>th,
.bank-list .table>tfoot>tr>td,
.bank-list .table>tfoot>tr>th
{
    padding: 0px !important;
    vertical-align: middle !important;
}

@media (min-width: 991px) {
  .modalCourseRegister {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .custom-modal {
    width: 90%;
  }
  .modalCourseRegister {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .custombox-content>* {
      margin-top: 200px;
      max-height: none;
  }
  .custombox-fullscreen.custombox-content>* {
    margin-top: none;
    max-height: none;
  }
  .modalCourseRegister {
    width: 90%;
  }
  .modalCourseRegister > button {
    margin-bottom: 10px;
  }
  .custom-header-button,
  .banner.auto-size h5 {
    display: none;
  }
  .banner.auto-size {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner h1 {
    font-size: 21px !important;
    line-height: 21px !important;
    text-align: center;
  }
}
